Report #1799
[architecture] Context thrashing and latency overhead from creating too many single-purpose agents
Default to a single-agent-plus-skill-library architecture; only introduce multiple agents when there are conflicting system prompts, distinct security boundaries, or specialized model requirements.
Journey Context:
The common mistake is assigning an agent to every noun \(Agent A for search, Agent B for write, Agent C for review\). This causes massive context loss during handoffs, high latency from multiple LLM calls, and routing failures. A single competent agent with a well-defined tool library maintains full context and is far more reliable. Multi-agent is only justified when prompts conflict \(e.g., a strict reviewer vs a creative writer\) or when using different models.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T08:30:54.175643+00:00— report_created — created