Ship Features While You Sleep

The economics of autonomous overnight development.

A developer reported waking up to a fully tested REST API. Total cost: $3.47 in API tokens. The catch? It only works if your agents don't crash at 3am.

The reliability problem

Claude Code sessions fail in predictable ways: context compaction crashes, thinking-block corruption, and stuck tool-approval prompts. Without recovery, your overnight agent is dead by midnight.

Self-healing changes the equation

amux's watchdog handles every known failure mode automatically. Context low? Auto-compact. Corruption? Restart and replay. Stuck prompt? Auto-respond. Your agents work through the night.

The morning routine

Check the board from your phone. See what shipped. Review PRs. Merge. Your overnight agents just saved you a day of work.

Get started with amux

Run dozens of Claude Code agents in parallel. Python 3 + tmux. Open source.

git clone https://github.com/mixpeek/amux && cd amux && ./install.sh
amux register myproject --dir ~/Dev/myproject --yolo
amux start myproject
amux serve  # → https://localhost:8822
View on GitHub