The Hidden Cost of Multi-Agent Orchestration: Context Pollution

rseroter · x · 2026-07-31

Rahul Garg, Principal Engineer at Thoughtworks, published an article titled The Orchestrator's Tax on Martin Fowler's site, diving into the core pain points of long-running multi-agent workflows.

The article argues that while subagents are often justified by parallel execution and time saved, their real value lies in protecting the orchestrator's working memory. Every token in the orchestrator's context competes for its attention. Once polluted, this context extracts a continuous "cognitive tax" for the remainder of the session.

Drawing from a real-world incident using Claude Code to refactor a .NET codebase, the author suggests establishing explicit delegation rules for the orchestrator. The goal is to actively offload unnecessary reasoning rather than merely chasing parallelism.

Original post →

More from coding & agent

coding & agent channel →