New governance framework separates what AI agents can do from what they may do
An academic framework from July 2026 separates the technical capability of AI agents from their permitted autonomy. What does that mean for oversight and control?
You must now document, per workflow, how far each AI agent may act independently, who approves that autonomy level, and how you will reconstruct what happened afterwards. This is no longer optional where agents make operational decisions.
The prompt is an analysis of 29 August 2026 of the separation of technical capability from permitted autonomy in agentic AI systems, which argues that organisations must distinguish between what an AI agent can technically do and what it may do in a specific organisational context. The distinction rests on three moving parts: control, reversibility and accountability, each tightening as permitted autonomy rises. In our assessment, this reframes AI deployment from a capability question into an accountability question. You can no longer ask only whether a system is powerful enough; you must ask whether it ran at an authorised autonomy level, and be able to prove it afterwards.
Why does the distinction between capability and permission matter?
AI agents deployed in production often have considerable operational impact. The shift from systems that generate text to systems that take action changes the governance burden fundamentally. When an agent can execute decisions, approve transactions or modify data, the question of what it may do becomes separable from what it can do. An agent might be technically capable of operating at high autonomy, but your organisation's risk tolerance, data sensitivity or regulatory context may require it to operate at a lower level. That boundary must be set in advance, enforced at runtime and auditable afterwards.
Higher autonomy levels enlarge the attack surface and put predictability under pressure, especially where multiple agents collaborate. The academic literature describes autonomy as a ladder with distinct rungs: advisory (the agent recommends), drafting (it prepares work for approval), bounded action (it acts within defined limits) and high-impact action (it executes consequential decisions). Each rung carries different expectations about human oversight and reversibility.
What are the failure modes you must guard against?
- Undocumented autonomy creep — agents operating at higher autonomy levels than permitted because the boundary was never formally set.
- Unenforceable permissions — autonomy levels defined in policy but not enforced at runtime, so agents can exceed them.
- Lost audit trails — no record of which agent took which action, with which data, under which authority.
- Unclear identity and authority — agents treated as generic tools rather than entities with delimited, traceable authority.
- Unverifiable lineage — inability to reconstruct the data, models and decisions that led to an agent's output.
Which concrete controls must you be able to demonstrate?
- Assign each agent a formal identity with delimited authority — treat agents as non-human entities with explicit permission boundaries per workflow, not as generic tools.
- Enforce autonomy limits at runtime — configure the agent's environment and access controls so it cannot exceed its permitted autonomy level, regardless of what it attempts.
- Audit and log every action — record which agent performed which task, with which data inputs, at which autonomy level, and what the outcome was.
- Document model and data lineage — maintain a traceable record of which model each workflow uses, which data it processes, and the lawful basis for that processing.
- Test autonomy boundaries under realistic conditions — verify that agents behave predictably and stay within permitted limits across representative workflows and edge cases.
How does this change your deployment process?
Organisations running agents in production are typically at an early maturity stage. Governance is often informal: agents have operational impact but no formal autonomy framework. The threshold for responsible scaling is documented policy, zoned environments and enforced controls. This means moving from a posture where you monitor what agents do to a posture where you prevent them from exceeding what they may do.
The practical implication is that you cannot treat autonomy as a binary choice. You must define it per workflow. A single agent might operate at advisory autonomy in one workflow (generating recommendations for human review), bounded autonomy in another (executing routine transactions up to a spending limit) and high-autonomy in a third (managing background processes with no human intervention). Each requires different enforcement, different audit depth and different reversibility mechanisms.
What role does tooling play in this framework?
Measurement frameworks such as CLASSic (Cost, Latency, Accuracy, Security, Stability) and benchmarks like GAIA assess agent behaviour across multiple dimensions, including security and stability under longer sequences of steps. These are useful for understanding how an agent performs under test conditions. However, a benchmark result does not substitute for governance. It tells you something about the agent's capabilities; it does not tell you whether it stayed within its permitted autonomy in your specific workflow.
Verification and inspection tooling can make auditing and lineage visible. A verification layer can route tasks through selected models, surface disagreements and sources, and make corrections transparent. Privacy-preserving architectures can anonymise sensitive data before processing. These tools support the auditing and lineage building blocks of the governance framework. They do not guarantee correct outcomes, remove hallucination risk or replace your professional judgement about what autonomy level is appropriate for a given workflow. The final accountability remains yours.
The common thread across recent academic and practical work is that autonomy is becoming a bounded, documented and testable design variable. The question is no longer how powerful an agent can become, but how far you permit it to go, under which conditions, and how you demonstrate that you have maintained that boundary.
Written by
Marit Halversen
Covers AI governance and regulatory design, with a focus on how compliance obligations land on architecture rather than on paperwork.