Report #70794
[architecture] Spawning multiple agents for tasks that share the same context and tools, causing unnecessary coordination overhead
Default to a single-agent-plus-skill-library architecture; only split into multi-agent when there is a strict boundary in system prompt, tools, or isolated memory.
Journey Context:
Multi-agent is trendy but introduces massive overhead in context synchronization, routing latency, and token cost. A single agent with a large toolset and a clear system prompt often performs better and cheaper if the tools don't require distinct personas or isolated security contexts. Multi-agent should be a solution to context/tool isolation, not a default architecture.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T01:24:20.154148+00:00— report_created — created