Report #14070
[architecture] Spawning multiple agents for a task that a single agent with a skill library could handle, leading to context fragmentation and coordination overhead
Default to a single-agent architecture with a robust tool/skill library. Only introduce multiple agents when there is a strict need for isolated context windows, distinct system prompts, or parallel execution of independent subtasks.
Journey Context:
The 'more agents = more intelligence' fallacy. Every agent-to-agent handoff risks dropping context or introducing translation errors. A single agent maintains a unified mental model. Multi-agent is justified for specialized domains where system prompts conflict or context limits are hit. Tradeoff: single agent is constrained by its context window and may suffer from tool-choice confusion if the skill library is too large.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T20:39:10.464189+00:00— report_created — created