One terminal. Every agent you have. Working at once.
Claude Code, Codex, and OpenCode are remarkable at running one task deeply. Medulla is what runs a hundred of them. It decides what work to hand out, places each piece on a harness that can do it, streams back what every one of them is doing, and keeps a live picture of the whole operation in front of you.
To get started with Medulla visit github.com/tinyhumansai/medulla
Install using
# Mac/Bash/Linux
curl -fsSL https://raw.githubusercontent.com/tinyhumansai/medulla/main/install.sh | sh
# Windows
irm https://raw.githubusercontent.com/tinyhumansai/medulla/main/install.ps1 | iex