Agentic Autonomy Levels
Summary
The article introduces a two-axis model for understanding agentic autonomy, replacing Steve Yegge's single-axis ladder, which is insufficient for multi-agent systems. This new framework separates "agency," defining how far a single agent operates independently, from "orchestration," which measures the skill in coordinating multiple agents. Six detailed levels of autonomy are presented: Assist (0), Supervised action (1), Scoped task delegation (2), Goal-driven autonomy (3), Parallel delegation (4), and Managed-by-exception orchestration (5). Products like Claude Code and Codex already incorporate features aligning with these higher levels. The analysis stresses that determining the appropriate autonomy level requires considering risk, reversibility, and robust independent verification. It also proposes a "contract" for each agent run, specifying goals, scope, tools, stopping conditions, evidence, and budget, alongside key metrics to ensure reliability and prevent anti-patterns.
Key takeaway
For AI Engineers designing or implementing agentic systems, you must adopt a nuanced approach to autonomy, separating "agency" from "orchestration." Avoid the anti-patterns of "Autonomy as status" or "Summary substitution" by rigorously defining agent contracts with clear goals, scope, and measurable stopping conditions. Calibrate autonomy levels based on task risk and reversibility, ensuring independent verification at each step. This structured approach will enable safer, more reliable scaling of agent capabilities, moving towards "management by exception" while maintaining human oversight where it matters most.
Key insights
Agentic autonomy requires a two-axis model (agency, orchestration) and robust verification, not a single ladder.
Principles
- Autonomy levels must align with verification processes.
- Risk and reversibility set the ceiling for autonomy.
- Every agent run requires a predefined contract.
Method
Climb autonomy safely by moving up one axis at a time, starting with a single supervised agent, then expanding to parallel tasks, write agents, recurring automations, and agent-led orchestration.
In practice
- Define agent contracts with goals, scope, and budget.
- Use Level 0 for delicate work or forming judgment.
- Apply Level 3 for goals with measurable stopping conditions.
Topics
- Agentic Autonomy
- Multi-agent Systems
- AI Orchestration
- Agent Verification
- Risk Management
Best for: AI Engineer, Software Engineer, MLOps Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Elevate.