So 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?
Claude Code introduces specialized sub-agents
41–50 of 65 posts
Re: Claude Code introduces specialized sub-agents
#42Earlier quoted context omitted.
How have you disproved the hypothesis that it recently got dumber and it just happens to be summer?
Clearly, it compared performance to last summer (Just to be clear, I have no idea what on this thread to take seriously and not and who is. I'm joking at least.)
Re: Claude Code introduces specialized sub-agents
#43Earlier 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
#44Has CC become much stupider in recent weeks, or is it me? Any anecdata out there?
The model feels like it has got stupid when you get on a cold streak after a hot hand.
Re: Claude Code introduces specialized sub-agents
#45Here my main problem with sub-agents WITHIN Claude Code. They don’t allow you to use other models. Let’s be honest it’s 99% Sonnet.
That's why I've been using agro to launch agents from each of the main LLM vendors and checking their results when I'm stuck: https://github.com/sutt/agro/blob/master/docs/index.md
Re: Claude Code introduces specialized sub-agents
#46Earlier quoted context omitted.
Not for me. It gets worse when context is nearly full. I like to compact or clear context more often than it does automatically.
Do you do this via settings or just keep track of it and manually ask it to do it more often?
Whenever I see that I think about whether I can find a good point to compact or clear. I also just try to clear whenever it makes sense to avoid getting there and try to give smaller tasks that can be cleared after they're done when possible.
Oh, I guess one thing I do is sometimes have it write a file with what was done, if I'm not actually sure if I want to clear or might want to come back to it. I also sometimes do this rather than compact during a large task - document status and clear.
Re: Claude Code introduces specialized sub-agents
#47Earlier 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
#48Re: Claude Code introduces specialized sub-agents
#49Here my main problem with sub-agents WITHIN Claude Code. They don’t allow you to use other models. Let’s be honest it’s 99% Sonnet.
Re: Claude Code introduces specialized sub-agents
#50It says they can be "fine tuned," but it looks like the agents are all using the same model with different system prompts? This would be more intriguing if they trained a debugger model from the ground up that could be used for the debugger agent. I suspect we'll get there eventually.