Report #98560
[synthesis] When should I use multiple agents versus one big context window for deep research tasks?
Use an orchestrator-worker pattern for breadth-first, parallelizable research: a lead agent plans and persists strategy to memory, spawns narrow subagents with fresh contexts, and passes findings to a CitationAgent that verifies every claim; embed effort budgets in prompts.
Journey Context:
Single-agent research saturates context and serializes exploration. Anthropic's Research feature uses parallel subagents as intelligent filters and a dedicated CitationAgent to attribute claims. Their internal eval showed more than 90% gain over a single agent, but at roughly 15x token cost. The synthesis is that multi-agent only pays off for high-value, parallel tasks; the orchestrator must define clear subtasks, and a separate verification agent is required because more agents means more chances for hallucinated citations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-27T05:10:46.898161+00:00— report_created — created