Core Concepts

Autonomy Level

Autonomy level is an informal way of describing how much an agent decides and does on its own before checking in with a human, ranging roughly from fully manual to fully autonomous — it's not an official or standardized scale.

ManualAssistedSupervisedCheckpointsFull autonomy
An informal, non-standard scale some teams use to describe how much an agent does before checking in.

There's no single official standard that defines how many 'levels' of AI agent autonomy exist or exactly what separates one from the next — unlike, say, the well-known levels used for self-driving car automation. What exists instead is a loose, commonly used way of describing roughly how much an agent does on its own: something like manual (a human does the work, the AI at most suggests) through assisted, supervised, checkpointed, and fully autonomous, with real systems landing at different points depending on the action in question.

Because it's informal, different teams and products draw the lines differently — one vendor's 'supervised' might look like another's 'checkpointed.' The scale is still useful as a shared vocabulary for describing roughly where a system sits and for comparing two systems' design choices, as long as it's treated as a rough, descriptive framing rather than a certification an agent passes or fails.

Autonomy level often isn't a single fixed setting for a whole system anyway — the same agent might be nearly fully autonomous for low-stakes actions (reading files, running tests) while sitting much further toward the manual/checkpointed end for high-stakes ones (spending money, deleting data), which is part of why human-in-the-loop checkpoints are usually scoped to specific action types rather than applied uniformly.

How it works

The diagram lays out five informal points along the spectrum — manual, assisted, supervised, checkpoints, full autonomy — moving from a human doing the work with the AI merely suggesting, through stages where the AI does more of the acting but still pauses at defined points, to an end where it acts without pausing at all. There's no highlighted 'correct' point on this diagram deliberately — where a given deployment should sit depends entirely on the risk of the actions involved, not on a target every agent should aim for.

Example

A note-taking agent might sit near 'full autonomy' for organizing and tagging notes (low stakes, easy to undo), while an agent with access to a production database might be deliberately kept at 'checkpoints' — acting mostly on its own but always pausing before a destructive query — even if it's technically capable of running unsupervised.

How it differs

Autonomy level is easy to conflate with autonomous-agent: 'autonomous agent' describes a specific system's behavior, while 'autonomy level' is the broader informal scale used to describe and compare where different systems (or different actions within the same system) sit.

Common misconceptions

Often assumed: There's an official, standardized set of AI agent autonomy levels, similar to the self-driving car levels.
Actually: No such standard exists for AI agents as of 2026 — the manual-to-full-autonomy scale is a common informal framing, and different teams draw the boundaries differently.
Often assumed: An agent has one fixed autonomy level that applies to everything it does.
Actually: Autonomy is usually scoped per action type — the same agent can be far more autonomous for low-stakes actions than for high-stakes ones.

FAQ

What are the levels of AI agent autonomy?
There's no official standard, but a common informal scale runs roughly from manual, through assisted, supervised, and checkpointed, to full autonomy — where a real system sits depends on the risk of the action involved.
Is there an official standard for AI agent autonomy levels?
No — unlike self-driving car automation levels, there is no single published, standardized scale for AI agents; the manual-to-full-autonomy framing is a common informal way of describing it, not an official standard.
Does an agent have the same autonomy level for everything it does?
Usually not — autonomy is typically scoped to specific action types, so the same agent might be nearly fully autonomous for low-risk actions and far more supervised for high-risk ones.

Last checked: 2026-08-28

Related terms