Most people run AI agents one task at a time and babysit every run. The leverage is in the loop, not the model.
A maintenance loop that actually scales:
- Run an orchestrator on a timer instead of hand-prompting one job at a time.
- Split work across threads so several tasks run in parallel and you steer instead of execute.
- Add a triage skill so it decides what to work on next, not just what you typed.
- Wire in autoreview so output gets checked before it lands, not after it breaks.
- Let safe, reversible changes land on their own and gate the risky ones behind you.
The win for a solo founder is a system that moves while you sleep, not a smarter model.
Peter Steinberger 🦞 (@steipete)
Here's a simple loop: Tell codex to maintain your repos, wake up every 5 minutes and direct work to threads. That makes it easy to parallelize+steer work as needed.
I use a orchestrator skill combined with my triage+autoreview+computer use skills, so some work can land autonomously. github.com/steipete/agent-sc…
github.com/steipete/agent-sc…
— https://nitter.net/steipete/status/2064998499780084154#m