Report #11882
[architecture] Deciding between a single agent with tools versus multiple agents
Default to a single agent with a skill/tool library; only introduce multiple agents if you need parallel execution, isolated context windows, or fundamentally divergent system prompts.
Journey Context:
Multi-agent systems introduce massive coordination overhead, state synchronization bugs, and error propagation. A single agent maintains a unified context window, avoiding message-passing latency and lost context. Multi-agent is only justified when the cognitive load or persona differs so drastically that a single prompt becomes incoherent, or when tasks must run concurrently.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T14:38:12.406507+00:00— report_created — created