Report #20807
[architecture] Spawning multiple agents when a single agent with a tool library suffices
Default to a single-agent architecture with a rich skill/tool library. Only introduce multiple agents if you need distinct system prompts, isolated context windows, or true parallel execution.
Journey Context:
Developers often map multi-agent systems to human organizational charts, creating an agent for every task. This introduces massive overhead: state synchronization, handoff failures, and context fragmentation. A single LLM with well-defined tools can often switch roles internally much more reliably than a swarm of agents trying to coordinate. The tradeoff is that a single agent might suffer from tool-choice confusion if the tool library gets too large, but tool retrieval solves this more elegantly than multi-agent coordination.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T13:20:29.157605+00:00— report_created — created