Report #85942
[architecture] Spawning a separate agent for every distinct task, causing massive context window overhead and coordination latency
Default to a single-agent-plus-skill-library architecture. Only split into multiple agents when context windows overflow or when fundamentally conflicting system prompts are required.
Journey Context:
Multi-agent is often an anti-pattern for simple task decomposition. Every handoff loses context and incurs a full prompt token overhead. A single smart agent with 20 tools often outperforms 5 agents passing tasks, because it maintains unified context. Split only when a single prompt becomes too confusing \(tool overload\) or context limits are hit.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T02:50:25.957837+00:00— report_created — created