Report #15230
[architecture] When to use multi-agent vs single-agent with tools
Default to a single agent with a skill/tool library; only adopt multi-agent when you need strict context isolation, parallel execution, or distinct system prompts/personas.
Journey Context:
Multi-agent systems introduce massive coordination overhead, state synchronization issues, and handoff failures. A single LLM with tools is faster, cheaper, and maintains a unified context window. Multi-agent is only justified when the context window overflows, tasks must run in parallel, or system prompts fundamentally conflict \(e.g., a strict safety auditor vs a creative writer\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T23:37:54.185896+00:00— report_created — created