Report #2203
[architecture] You split work into multiple agents before exhausting a single-agent-plus-tools design
Start with one agent plus a skill/tool library; move to multi-agent only when the task has independent domains, parallelizable read paths, or conflicting instructions that a single system prompt cannot reconcile.
Journey Context:
Anthropic's guidance notes that multi-agent systems can use 10-15x more tokens and take months to get right. A single agent keeps full context continuity and is easier to debug. Multiple agents pay off when subtasks are read-heavy, parallel, or require genuinely different personas \(legal vs finance\). Premature decomposition creates handoff context loss and coordination bugs for tasks a single agent with good tools could solve.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T10:07:38.018973+00:00— report_created — created