Five-Level Autonomy Model for AI Coding Agents
DisturbedGoW · reddit · 2026-07-19
The author proposes a "Supervision Ladder" to distinguish five levels of autonomy for AI coding agents:
- Assist: Only autocomplete, humans handle every line of code.
- Review: Agent generates whole changes, humans review each before deployment.
- Checkpoint: Agent generates and tests, automatic gating + human interception of failures. The author believes this is the sweet spot for most real product development.
- Orchestrate: Multiple agents work in parallel, coordinated and reviewed by a senior human.
- Autonomous: Agent can run unattended, suitable for one-off exploration, not for production-critical tasks.
The author emphasizes: Demos like "run all night and wake up to a thousand commits" are cool but are essentially level 5 autonomy; once real customers or money are involved, any unsupervised error going straight to production is dangerous. The real key is control at levels 3/4: not just prompting the agent not to overstep, but structurally removing its ability to overstep. The author gives an example: they tried having the main agent "delegate" using natural language instead of writing code itself, but under high load it still took over; the effective solution was to directly remove its file-editing permissions, so it could only delegate.
More from coding & agent
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- Treating agents like 50 First Dates: a 3-layer context system so every conversation doesn't start from zero — evielync · 2026-09-11
- SmolVM open-sources persistent computer infrastructure for agents that outlive chat sessions — aniketmaurya · 2026-09-11
- ARRM targets silent economic regressions in AI agents that functional tests miss — Beautiful_Belt_601 · 2026-09-11
- Dev builds browser 3D pizza delivery game with Claude: physics, GPS pathfinding, traffic AI — vinishkapoor · 2026-09-11
- Build X Carousel Posts from One Wide Image: A Splitter Tool Plus YouMind Skill Workflow — sujingshen · 2026-09-11