Batty vs Manual tmux Scripts: When Bash Stops Being Enough
The first thing every developer does when they start running multiple AI coding agents is write a bash script. I know because I did it too.
#!/bin/bash
tmux new-session -d -s agents
tmux send-keys -t agents "claude-code" Enter
This works. One agent,...
batty.hashnode.dev5 min read