Report #71732
[architecture] When to use multiple agents versus a single agent with a skill library
Default to a single agent with tools/skills unless you hit strict isolation boundaries \(security, distinct system prompts, or massive context separation\). Multi-agent introduces orchestration overhead and context loss.
Journey Context:
Developers often jump to multi-agent for modularity, but LLMs suffer from context fragmentation when state is passed between agents. A single agent retains the full conversational and tool-return context, making complex, multi-step reasoning more reliable. Multi-agent is only justified when the isolation of system instructions is required \(e.g., a strict code reviewer vs. code writer\) or when context windows physically cannot hold the required domain data.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T02:59:22.473217+00:00— report_created — created