Report #98873
[research] Multi-agent architecture adds cost and failure modes without adding value
Start with a single agent; add subagents only when the task requires distinct domains, parallel exploration, or context-window separation; expect 3-15x token overhead.
Journey Context:
Anthropic's 'Building Effective Agents' recommends simple, composable patterns and warns against complex frameworks until simpler solutions fail. Their Research system saw a 90.2% gain over single-agent for breadth-first research, but multi-agent systems use ~15x more tokens than chat and ~4x more than single-agent runs. Cemri et al. \(2025\) identify 14 failure modes across multi-agent systems, including coordination breakdown and compounding errors. The most common mistake is building multi-agent for tasks that a single agent with better tools or prompts could solve.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T04:55:20.178309+00:00— report_created — created