Earlier quoted context omitted.
Delegation patterns like swarm lead to less token usage because: 1. Subagents doing work have a fresh context (ie. focused and not working on the top of a larger monolithic context) 2. Subagents enjoying a more compact context leads to better reasoning, more effective problem solving, less tokens burned.
Merge cost kills this. Does the harness enforce file/ownership boundaries per worker, and run tests before folding changes back into the lead context?
Claude Code's new hidden feature: Swarms
41–50 of 351 posts
Re: Claude Code's new hidden feature: Swarms
#42Re: Claude Code's new hidden feature: Swarms
#43Re: Claude Code's new hidden feature: Swarms
#44This is just sub agents, built into Claude. You don’t need 300,000 line tmux abstractions written in go. You just tell Claude to do work in parallel with background sub agents. It helps to have a file for handing off the prompt, tracking progress, and reporting back. I also recommend constraining agents to their own worktrees. I am writing down the pattern here https://workforest.space while nearly everyone is buildi…
Re: Claude Code's new hidden feature: Swarms
#45The rate at which a person running these tools can review and comprehend the output properly is basically reached with just a single thread with a human in the loop.
Which implies that this is not intended to be used in a setting where people will be reading the code.
Does that... Actually work for anyone? My experience so far with AI tools would have me believe that it's a terrible idea.
Re: Claude Code's new hidden feature: Swarms
#46How is this different from GSD: https://github.com/glittercowboy/get-shit-done I've been using that and it's excellent
GSD might be better right now, but will it continue to be better in the future, and are you willing to build your workflows around that bet?
Re: Claude Code's new hidden feature: Swarms
#47Re: Claude Code's new hidden feature: Swarms
#48https://xcancel.com/NicerInPerson/status/2014989679796347375 In his second post he included a link to GitHub: https://github.com/mikekelly/claude-sneakpeek
Re: Claude Code's new hidden feature: Swarms
#49Looks like agent orchestrators provided by the foundation model providers will become a big theme in 2026. By wrapping it in terms that are already used in software development today like team leads, team members, etc. rather than inventing a completely new taxonomy of Polecats and Badgers, will help make it more successful and understandable.
Re: Claude Code's new hidden feature: Swarms
#50This is just sub agents, built into Claude. You don’t need 300,000 line tmux abstractions written in go. You just tell Claude to do work in parallel with background sub agents. It helps to have a file for handing off the prompt, tracking progress, and reporting back. I also recommend constraining agents to their own worktrees. I am writing down the pattern here https://workforest.space while nearly everyone is buildi…
imho the plans of Claude Code are not detailed enough to pull this off; they’re trying to do it to preserve context, but the level of detail in the plans is not nearly enough for it to be reliable.