Earlier quoted context omitted.
bro wanna buy some monkey jpegs? 100% genuine
[flagged]
Claude Code's new hidden feature: Swarms
221–230 of 351 posts
Re: Claude Code's new hidden feature: Swarms
#222I'd really like to see a regular poll on HN that keeps track of which AI coding agents are the most popular among this community, like the TIOBE Index for programming languages. Hard to keep up with all the changes and it would be nice to see a high level view of what people are using and how that might be shifting over time.
Re: Claude Code's new hidden feature: Swarms
#223I want it to generate better code but less of it, and be more proactive about getting human feedback before it starts going off the rails. This sounds like an inexorable push in the opposite direction. I can see this approach being useful once the foundation is more robust, has better common sense, knows when to push back when requirements conflict or are underspecified. But with current models I can only see this ap…
Antigravity and others already ask for human feedback on their plans.
Re: Claude Code's new hidden feature: Swarms
#224Earlier quoted context omitted.
In a professional setting where you still have coding standards, and people will review your code, and the code actually reaches hundreds of thousands of real users, handling one agent at a time is plenty for me. The code output is never good enough, and it makes up stuff even for moderately complicated debugging ("Oh I can clearly see the issue now", I heard it ten times before and you were always wrong!) I do use t…
This is my problem with the whole "can LLMs code?" discussion. Obviously, LLMs can produce code, well even, much like a champion golfer can get a hole in one. But can they code in the sense of "the pilot can fly the plane", i.e. barring a catastrophic mechanical malfunction or a once-in-a-decade weather phenomennon, the pilot will get the plane to its destination safely? I don't think so. To me, someone who can code…
Re: Claude Code's new hidden feature: Swarms
#225Ok it might sound crazy but I actually got the best quality of code (completely ignoring that the cost is likely 10x more) by having a full “project team” using opencode with multiple sub agents which are all managed by a single Opus instance. I gave them the task to port a legacy Java server to C# .NET 10. 9 agents, 7-stage Kanban with isolated Git Worktrees. Manager (Claude Opus 4.5): Global event loop that wakes u…
Re: Claude Code's new hidden feature: Swarms
#226Re: Claude Code's new hidden feature: Swarms
#227Earlier quoted context omitted.
This is my problem with the whole "can LLMs code?" discussion. Obviously, LLMs can produce code, well even, much like a champion golfer can get a hole in one. But can they code in the sense of "the pilot can fly the plane", i.e. barring a catastrophic mechanical malfunction or a once-in-a-decade weather phenomennon, the pilot will get the plane to its destination safely? I don't think so. To me, someone who can code…
That's a funny analogy. You should look into how modern planes are flown. Hint: it's a computer.
Not quite, but in any event none of the avionics is an LLM or a program generated by one.
Re: Claude Code's new hidden feature: Swarms
#228Earlier quoted context omitted.
It’s more about context management, not speed
Do you really need a full dev team ensemble to manage context? Surely subagents are enough.
Re: Claude Code's new hidden feature: Swarms
#229Ok it might sound crazy but I actually got the best quality of code (completely ignoring that the cost is likely 10x more) by having a full “project team” using opencode with multiple sub agents which are all managed by a single Opus instance. I gave them the task to port a legacy Java server to C# .NET 10. 9 agents, 7-stage Kanban with isolated Git Worktrees. Manager (Claude Opus 4.5): Global event loop that wakes u…