The same briefing, wired three ways. Watch the LLM calls, the total context tokens, and the quality change. More agents is not automatically better, and more rounds is not more quality.
Cost-per-success follows the tokens. Pay for breadth only when the task is broad.
| Strategy | LLM calls | Tokens | Quality |
|---|
The single agent has the fewest calls but ONE growing context (tokens climb every step). The supervisor adds calls (decompose plus three workers plus synthesize) yet each worker context is ISOLATED and small, and the independent workers parallelize into one round with real concurrency. Debate is the most expensive AND non-monotonic: round 3 made it worse.
Sometimes the move is not to fan out but to hand off to a specialist, carrying the live trace. A clean handoff works; two classic failure modes do not.