Running a single Claude Code session works fine for one task. The problem is that most software projects have several streams of work happening at once — a feature branch, a bug fix, a code review — and serializing all of that through one agent session creates a bottleneck that defeats the purpose of automation.
This guide shows how to configure and launch multiple Claude Code agents in parallel using Fleet, a self-hosted Go binary that manages agent sessions through tmux. Each agent gets its own context, its own working directory, and its own run-time budget. You do not need cloud infrastructure or Docker.