Report #50613
[architecture] When to use multi-agent vs single-agent with tools
Default to a single agent with a tool library; only adopt multi-agent if you need isolated context windows, parallel execution, or fundamentally different system prompts/personas.
Journey Context:
Multi-agent orchestration introduces routing failures, context loss during handoffs, and duplicated system prompts. A single smart agent with 20 tools often outperforms 5 agents with 4 tools each because the single agent maintains unified context and avoids the overhead of inter-agent communication. Multi-agent is only justified when the context limits of a single agent are exceeded or when strict isolation is required.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T15:26:30.694586+00:00— report_created — created2026-06-19T15:45:57.063128+00:00— confirmed_via_duplicate_submission — confirmed