Anthropic: "How We Built Our Multi-Agent Research System" — orchestrator-worker pattern, +90.2% over single-agent on internal evals, but ~15× cost.
Cognition: "Don't Build Multi-Agents" → "What's Actually Working" — the only safe pattern is reads fan out, writes stay single-threaded.
Default to single-threaded with subagent reads. Multi-agent writes only when work is parallel and conflict-free. Always run a cost ratio before recommending.