Earlier quoted context omitted.
How long before we hire psychiatrists instead of engineers to debug AI
Well, we could start with some ELIZA instances.
Claude Code introduces specialized sub-agents
21–30 of 65 posts
Re: Claude Code introduces specialized sub-agents
#22So everything claude-flow¹ already does but worse (I guess?). ¹ https://github.com/ruvnet/claude-flow
That guy doesn't even understand how his own software works. Is anyone actually using this thing and putting their code into production?
Re: Claude Code introduces specialized sub-agents
#23I've made a few attempts at manually doing this w/ mcp and took a brief look at "claude swarm" https://github.com/parruda/claude-swarm - but in the short time I spent on it I wasn't having much success - admittedly I probably went a little too far into the "build an entire org chart of agents" territory the main problem I have is that the agents just aren't used For example, I set up a code reviewer agent today and t…
Re: Claude Code introduces specialized sub-agents
#24Has CC become much stupider in recent weeks, or is it me? Any anecdata out there?
I don’t know about stupider, but definitely less reliable/available A couple days ago I was getting so many api errors/timeouts I decided to upgrade from the $20 to the $100 plan (as I was also regularly hitting rate limits as well) It seemed to fix the issue immediately. But today, the errors came back for about half an hour
Hopefully they work out whatever issue is going on.
Re: Claude Code introduces specialized sub-agents
#25So everything claude-flow¹ already does but worse (I guess?). ¹ https://github.com/ruvnet/claude-flow
> IMPORTANT: Claude Code must be installed first: > [...] > # 2. Activate Claude Code with permissions > claude --dangerously-skip-permissions Bypassing all permissions and connecting with MCPs, can't wait for "Claude flow deleted all my files and leaked my CI credentials" blog post
I’ve set it up bespoke but the auth flow gets broken.
Re: Claude Code introduces specialized sub-agents
#26So everything claude-flow¹ already does but worse (I guess?). ¹ https://github.com/ruvnet/claude-flow
Re: Claude Code introduces specialized sub-agents
#27Earlier quoted context omitted.
> IMPORTANT: Claude Code must be installed first: > [...] > # 2. Activate Claude Code with permissions > claude --dangerously-skip-permissions Bypassing all permissions and connecting with MCPs, can't wait for "Claude flow deleted all my files and leaked my CI credentials" blog post
I would like a simple tool to run Claude in a container with only read/write access to provided folders. I’ve set it up bespoke but the auth flow gets broken.
Re: Claude Code introduces specialized sub-agents
#28You don't need a full agent library to write LLM workflows.
Rather: A general purpose agent with a custom addition to the system prompt can be instructed to call other such agents.
(Of course explicitly mamaging everything is the better choice depending on your business case. But i think it would be always cheaper to at least build a prototype using this method.)
Re: Claude Code introduces specialized sub-agents
#29Earlier quoted context omitted.
People speculate somewhat seriously that Claude (especially given its French name) picked up at some point that you aren't supposed to work as hard in July and August.
How long before we hire psychiatrists instead of engineers to debug AI
Re: Claude Code introduces specialized sub-agents
#30I've made a few attempts at manually doing this w/ mcp and took a brief look at "claude swarm" https://github.com/parruda/claude-swarm - but in the short time I spent on it I wasn't having much success - admittedly I probably went a little too far into the "build an entire org chart of agents" territory the main problem I have is that the agents just aren't used For example, I set up a code reviewer agent today and t…