Report #1397
[architecture] Spawning multiple agents for distinct capabilities when a single agent with a skill library suffices
Default to a single agent with a dynamically loaded tool/skill library. Only introduce multiple agents when there is a strict context window isolation requirement or privilege separation.
Journey Context:
It is tempting to map agents to human roles \(e.g., 'researcher', 'writer'\), but LLMs suffer from context window pollution, not cognitive overload. Adding agents introduces latency, handoff errors, and state synchronization costs. A single agent with a large toolset, where irrelevant tools are RAG-filtered out of the prompt, is often faster and more reliable. Multi-agent should be a last resort for isolation, not a default for modularity.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-14T21:30:16.518015+00:00— report_created — created