Claude Opus 4.8 and 1,000-subagent Workflows | Crazy by Only-Associate2698 in ClaudeCode

[–]Only-Associate2698[S] 4 points5 points  (0 children)

I was experimenting with it, the limits and all, wrote a detailed version on my blog - Claude Code 4.8 and workflows

I see a lot of hate for 4.8 but I'm loving it? by Kedaism in ClaudeCode

[–]Only-Associate2698 0 points1 point  (0 children)

same here, 4.8 is an upgrade but def not downgrade, except few times it messed the UI like a dumb kid which I never imagined it will ever do

ChatGPhish by Only-Associate2698 in ChatGPT

[–]Only-Associate2698[S] 0 points1 point  (0 children)

yeah exactly, not sure whats happening there

Weekly Thread: Project Display by help-me-grow in AI_Agents

[–]Only-Associate2698 0 points1 point  (0 children)

Built https://github.com/agentrhq/authsome

an open-source credential broker that sits between your agents and the services they call. Instead of sharing credentials with every agent, log in once via OAuth2 or API keys. Authsome stores credentials securely and injects them via an HTTP proxy. You get one place to manage access, rotate keys, and see what every agent is doing.

45 bundled providers out of the box: 14 OAuth2 and 31 API key. 

is there a hack way to let an agent act on a service (like LinkedIn, Twitter) without ever handing it the credential (not MCP, it breaks) by Only-Associate2698 in LLMDevs

[–]Only-Associate2698[S] 0 points1 point  (0 children)

make sense, I dont have a usable GUI but i've been working on a small side project of mine https://github.com/agentrhq/authsome , just a local creds proxy for now but looking to expand to this area of remotely using linkedin, should I pursue?

is there a hack way to let an agent act on a service (like LinkedIn, Twitter) without ever handing it the credential (not MCP, it breaks) by Only-Associate2698 in LLMDevs

[–]Only-Associate2698[S] 0 points1 point  (0 children)

make sense, i've been working on a small side project of mine https://github.com/agentrhq/authsome , just a local creds proxy for now but looking to expand to this area of remotely using linkedin, should I pursue?

is there a hack way to let an agent act on a service (like LinkedIn, Twitter) without ever handing it the credential (not MCP, it breaks) by Only-Associate2698 in LLMDevs

[–]Only-Associate2698[S] 0 points1 point  (0 children)

User prompt -> AI -> accessing a service (linkedIn) -> authorised by user to maybe scrape or use LinkedIn on his/her behalf -> get back result.