Report #38231
[architecture] Over-fragmenting workflows into multiple agents when a single agent with tools suffices
Default to a single agent with a rich tool library; only introduce multiple agents when you need distinct system prompts, isolated security contexts, or different model endpoints.
Journey Context:
Multi-agent systems introduce latency, context loss during handoffs, and complex routing failures. A single agent maintains a unified context window, reducing hallucination from lost history. The tradeoff is that a single agent's prompt can become bloated with tool definitions, but prompt bloating is usually cheaper to fix than distributed state synchronization.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T18:39:00.626087+00:00— report_created — created