Agent Tile BlogRunning a fleet of AI coding agents, well.

Do You Need a Tool to Run Multiple AI Agents, or Just Discipline?

· workflow, fleet, honest

Every "run many AI agents" workflow eventually hits the same fork: do you buy a tool, or just get disciplined with the terminal you already have? Honest answer — for a while, discipline is enough. The trick is knowing where it stops scaling.

What discipline alone gets you

With tmux or your terminal's tabs and a bit of rigor, you can go surprisingly far:

  • Naming: give each session a project-first name so you never act on the wrong repo.
  • Layout: fixed panes per project so your eyes learn the positions.
  • Notifications: a hook that pings you when an agent finishes, so you stop polling.

If you run two or three agents, that's often all you need. Buying software here would be premature.

Where discipline starts to crack

The cost shows up as the count climbs — roughly past four or five long-lived sessions:

  • The "who's waiting?" scan gets expensive. With many near-identical panes, finding the one agent that stopped and needs input becomes a hunt.
  • Wrong-window actions creep in under switching pressure — you type into the pane you thought was active.
  • Restart tax: after a crash or reboot, manually re-launching ten sessions in their right directories is its own chore.

These aren't discipline failures; they're the limits of a layout that wasn't built for many stateful sessions at once.

What a purpose-built tool actually buys

If you've hit those limits, the thing worth paying for is state visibility and durable restore — every session as a labeled tile with project, folder and live status visible at once, selection you can see before you broadcast, and every session relaunched with --resume in its original directory when you reopen the app. That's the layer Agent Tile is built around. It's a one-time $10 macOS app and ships with full source, so it's a small, reversible bet rather than a subscription.

For the underlying reasoning on identity and context cost, see session naming conventions and the hidden cost of context-switching.

Takeaway

Don't buy anything until discipline actually breaks — naming, layout and a notification hook carry two or three agents fine. Past four or five, the bottleneck becomes seeing which agent needs you and surviving restarts, and that's where a purpose-built layout earns its keep.

Agent Tile
Practical guides for running many Claude Code sessions in parallel on macOS — orchestration, review workflows, and staying sane with a fleet of AI coding agents.
Get Agent Tile — full source, $10 once →
Also from TechAthletes
  • IT-QA — Technical Q&A with AI-assisted answers and point bounties — for the questions that come up while you're running a fleet.