20 ms·
I can barely keep up with one instance of Claude Code. In fact even that one sits iddle half the time as I test its output and try to explain what it did wrong.
by asimeqi 8mo ago
I can barely keep up with one instance of Claude Code. In fact even that one sits iddle half the time as I test its output and try to explain what it did wrong. What are people programming that needs 10 agents?
- chickensong 8mo agoI think the highly parallel setups make more sense if you fully embrace vibe coding, but there's value to be had outside of that as well. Delegating tasks to sub-agents to help with context management is a good place to start. I don't yolo much code, but even so, there are some times where you reach a point where parallelism starts to make sense. Once you have a stable workflow and foundation, and you front load design and planning, you might see opportunities appear. Writing tests, testing loops, simple features, documentation, etc. I'm not in research, but I could imagine trying to solve hard problems by trying different approaches, or testing against different data, all in parallel.