1 link tagged with all of: subagents + cognitive-locality + orchestrator
Click any tag below to further narrow down your results
Links
Martin Fowler shows that in long-running multi-agent workflows the real cost isn’t parallel execution but context pollution in the orchestrator’s working memory. He recounts how status polling and redundant file orientation dumped massive transcripts into the main thread, competing for attention. He then proposes simple rules—like merging overlapping tasks and avoiding unnecessary polls—to keep only essential information in context.