Building an AI Agent Supervisor: Series Index
rust
dev.to
This series documents the architecture, decisions, and lessons from building Batty — a Rust CLI that supervises teams of AI coding agents in tmux. Each post covers a specific subsystem or challenge. Start anywhere — they're designed to be useful independently. The Architecture How I Run a Team of AI Coding Agents in Parallel — The problem and the solution. Why running multiple agents on the same repo breaks without coordination. Building a tmux-native agent supervisor in Rust — Dee