Orchestration
5 articles about orchestration.
Agent Orchestrators vs Parallel Sessions with Worktrees
Comparing agent orchestration patterns vs parallel sessions with git worktrees. Real isolation wins for coding tasks because each agent gets its own workspace.
Building a Desktop App to Orchestrate 5 Claude Agents in Parallel
How to build a Swift desktop app that runs 5 Claude Code agents in parallel on the same repo - task assignment, progress monitoring, and conflict prevention.
Using Claude Chat to Orchestrate Claude Code via MCP
Run 5 Claude Code agents in parallel on the same repo with CLAUDE.md as the shared brain. Claude Chat acts as the orchestrator through MCP server connections.
Running 10+ Claude Code Agents Without Chaos - Tmux Orchestration
How to run ten or more Claude Code agents in parallel using tmux sessions for isolation, with practical tips on session management, context separation, and avoiding conflicts.
Start with One Agent, Not a Team - Why Single Agents Beat Multi-Agent Orchestration
A single well-scoped agent with real execution capability beats a complex multi-agent system. Multi-agent adds coordination overhead, error propagation, and debugging complexity you do not need yet.