Dev Tools · 1h ago
Run Multiple AI Coding Agents in Parallel with tmux and Git Worktrees
A developer created a three-layer protocol to run multiple Claude Code and Codex agents simultaneously using tmux and git worktrees. The system uses a plan.json declaration, an orchestrator script, and worker scripts to avoid conflicts. Each agent works in its own git worktree, with artifacts consolidated into coordination files.
Meridian48 take
Practical for teams already using AI coding agents, but the manual setup and orchestration overhead may limit adoption beyond power users.
Read the full reporting
Swarming Claude Code and Codex in Parallel: Running Multiple Agents at Once with tmux and Git Worktrees →
DEV Community
ai-coding-agentsdeveloper-tools