Dev proposes L0-L4 autonomy levels for AI agents, like self-driving grades
uriwa · reddit · 2026-09-03
A developer who builds agents proposes a self-driving-style leveling system for agent autonomy to cut through vague usage of the word "agent":
- L0: no AI — scripts, cron, CI, deterministic procedures.
- L1: AI in the loop — copilots, completions, classify/extract/summarize. Many so-called agents are just smart functions with no autonomy.
- L2: AI on your computer — coding agents with terminal + filesystem, human supervising ready to hit ctrl-c. Works but can't scale to a product since every user must supervise.
- L3: AI with its own computer — ephemeral VM per task, delegate via chat like a colleague; it pings you when done/stuck. Secrets injected at the network layer, disposable runtime.
- L4: multiple L3 agents coordinating with no human in the loop for routine operations.
He argues the L2→L3 jump is the real shift: treating agents less like processes to monitor and more like teammates you message.
More from coding & agent
- Two Attribution Disputes Later: Keeping Open Source Research Viable in the Age of Coding Agents — dhruv2038 · 2026-09-03
- Meta's Muse Spark 1.3 is now free on OpenCode — ramagetime · 2026-09-03
- GitHub Announces First-Ever Copilot Day on September 10 With Product Announcements — PaulShellDev · 2026-09-03
- Inside the $950 Maven Course on Production-Ready Enterprise AI Agents — hugobowne · 2026-09-03
- Deploying an AI Agent on Modal in Six Minutes: A Walkthrough — hugobowne · 2026-09-03
- Dev Offers Scale AI 300GB of Agent Session Logs, Runs 63 Agent Subscriptions at $13.5K/Month — doodlestein · 2026-09-03