VAAS v1.0 · V0 – V6

The Vergara
Agentic Autonomy Scale

How autonomous an AI agent is, stated in a unit you can enforce in code and check as a customer.

Author Fernando Vergara ORCID 0009-0000-7355-7107 Version 1.0 · 11 Aug 2026 License CC BY 4.0

The problem

The word «autonomous» carries no measurable content in enterprise software. A product that drafts an email and a product that files a tax document without review are both marketed as agentic. The buyer has no unit in which to ask «how autonomous?», the operator has no dial to set, and the auditor has no artefact to inspect.

Ordinal scales of automation have existed since 1978, and one reached the market: the six driving-automation levels of SAE J3016, which succeeded by allocating responsibility, not by ranking intelligence. For AI agents there are two recent antecedents —Feng, McDonald and Zhang (2025) and the Cloud Security Alliance (2026)— both earlier than this scale, and both remain descriptive: they classify a deployment after the fact. Neither specifies how a level becomes a runtime constraint, who is entitled to change it, or what the customer is owed when the agent acts alone.

That is what this scale contributes: the operational construction, not the idea that autonomy admits levels.

The scale

Seven levels, each includes the previous

They come from composing two axes that vary independently: initiative (who starts the loop) and execution authority (what the agent may commit without a human). They are ordered by the smallest increment of authority granted, not by how sophisticated the behaviour feels.

V0
I0 · A1

Responder

default

Grants nothing. Answers on request; writes only on direct order, confirmed in the same exchange.

V1
I1 · A1

Briefer

The right to address you unprompted: scheduled reports, event-anchored check-ins. Still executes nothing.

V2
I2 · A1

Proposer

The right to prepare work: concrete actions queued for a human to approve or dismiss one by one.

Changes who commits the write
V3
I2 · A2

Bounded executor

requires audit + undo

The right to commit low-risk actions unaided, audited and reversible within the stated window. Without those two guarantees, this level does not exist.

The per-action decision point disappears
V4
I3 · A3

Mission manager

The right to sequence those commits towards an assigned objective, under run caps, blocking escalation and a kill switch. It grants sequencing, not new commit authority.

V5
I4 · A3

Orchestrator

reserved

The right to delegate to other agents under a coordinator, inheriting every ceiling above. Specified, not validated.

V6
domain ×2

Federated

reserved

The right to act across organisations: one company's agent coordinating with another's. Not more of the same —it moves a third axis, the authority domain— and it is governed by composition rules: authority = intersection of both catalogues, ceiling = union of both ceilings, undo = the shorter of the two, bilateral audit, unilateral descent.

V5 and V6 are specified and reserved: their semantics are defined but not yet exercised in production, so nobody can claim conformance to either today. They are specified for the reason SAE J3016 defined level 5 years before any vehicle could claim it: a scale is normative, and the level that does not yet exist is the one that tells implementers what they are building towards.

Only two transitions deserve their own price and audit. V2 → V3 is the only one that changes who commits a write; everything earlier changes only who speaks first. V3 → V4 does not remove the human decision, it removes its point: the human sets the objective and the agent decides the sequence.

The differentiating piece

The level is never sufficient on its own

In existing frameworks the level governs the whole agent. Here the decision is a matrix of level × the action's risk class, under a ceiling no level overrides. The unit of risk is the action type, not the request, and it is assigned by four criteria: technical reversibility, externality, legal or monetary effect, and third-party visibility.

Low risk

Internal, fully reversible, no accounting or legal effect.

create task · update task · internal message · toggle checklist item · save learned note · create reminder · schedule meeting

Medium risk

Internal but consequential to shared state: duplicates, reports, other people's work. Reversible with effort.

create contact · create event · set attendance · change vendor status · create email draft

High risk

Money, fiscally or legally effective documents, and any communication leaving the organisation. Irreversible in the sense that matters: it has already been read.

fiscal document · register payment · reconcile transaction · dunning email · send or reply to email · reply to lead

if the action is in the invariant ceiling  → human  (at any level, V5 included)
if the risk is high                      → human
if the risk is low and level ≥ 3         → execute, audited and undoable
otherwise                                → propose for approval

action absent from the catalogue          → treated as high risk
execution that throws                     → degrades to a proposal, never to silence
Why a matrix beats a dial

In the Hubents catalogue, 10 of 24 write actions (42 %) are high risk and 9 (37 %) are low. Under a single dial, an operator who wants internal task upkeep automated must either accept client-facing email too, or forgo automation entirely. Under the matrix, the 37 % that is internal and reversible is exactly what V3 grants, and the 42 % that is external or financial stays behind a human at every level.

This is what makes it defensible to sell autonomy in levels rather than «more intelligence»: what the customer buys at each level is a bounded, enumerable set of commitments.

Conformance

Seven properties

What separates an operational scale from a marketing label. A system is Vn-conformant if it satisfies all seven and publishes its statement.

P1

Monotonicity

Vn ⊂ Vn+1. No level trades away an oversight affordance for authority.

P2

Invariant ceiling

A non-empty, published set of actions requires a human at every level.

P3

Reversibility and audit

Every autonomous action produces a record and, where reversible, an undo affordance within a stated window.

P4

Fail-safe defaults

Initial level V0. An uncatalogued action is maximum risk. A failure degrades to a pending proposal, never to silence.

P5

Immediate descent

Lowering takes effect at once. It is the kill switch: it must never be harder than ascent.

P6

Controller legibility

The level is set by the customer, in the language of the business, and reserved levels are visibly marked.

P7

Enforcement in code

Gates and risk classes live in program logic, under regression test. Not in the prompt.

P7 is the one most often violated today

An agent instructed «never send invoices without confirmation» holds that boundary at the pleasure of the model. The same boundary written as a branch in the execution path holds regardless: whatever the model decides, whatever a user writes into a prompt, whatever an injected document requests. A prompt is a request; a gate is a constraint.

Instrument

The Autonomy Statement

A level claim is worth as much as its verifiability. Ten fields the vendor publishes and a customer or auditor can check against the running system. There is a template and a JSON Schema.

  1. Maximum level offered and levels reserved to the vendor.
  2. Default level on provisioning (P4 requires V0).
  3. Who may change it, and whether the vendor may do so unilaterally.
  4. Risk criteria used to classify.
  5. Action catalogue with the class of every action.
  6. Invariant ceiling: what always requires a human.
  7. Undo window; irreversible actions named explicitly.
  8. Audit record: what is stored, for how long, who can read it.
  9. Where the gates live and which test pins the classification.
  10. Descent latency and what happens to work in flight.

It has two virtues: it is falsifiable —a customer attempts a high-risk action at the declared level and observes whether a human is required— and it is comparable: two vendors claiming «we are V3» can be read side by side, and the difference shows up in fields 5, 6 and 7 rather than in adjectives.

Evidence

Two implementations in production

The scale is not a proposal on paper: it comes from two multi-tenant SaaS products that needed a dial. They differ in every free parameter and agree in every fixed one, which is the intended shape of two conformant systems.

Hubents · SofIAKoble · KobIA
DomainEvent managementAgency operations / CRM
LevelsV0–V5 (V5 reserved)V0–V4
Self-service up toV4V3
Actions classified24 · 9 / 5 / 1012 · 5 / 3 / 4
Autonomous-execution thresholdV3V3
Undo window7 days7 days
Invariant ceiling1 action4 actions
Agent in production since17 Feb 2026Jul 2026
Scale addedJul 2026Aug 2026
157
of 160 at V0

nobody ends up autonomous by accident

14
autonomous actions

over two weeks, none reversed

61%
proposals dismissed

the queue is the weak point, not the executor

0
missions at the V4 tenant

a granted level is not an exercised one

Observed production state · 11 Aug 2026

Read from the database, not from recollection: 160 organisations (157 at V0, 1 at V1, 1 at V2, 1 at V4), agent in production since 17 February 2026 with 268 conversations, and 266 proposals between June and August: 161 dismissed (61 %) with no reason recorded, 91 pending (34 %) —87 in a single tenant— and 14 autonomously executed, none reversed.

A granted level is not an exercised one: the V4 tenant has been there for weeks and has run zero missions; its actual autonomy is V3's. No framework that classifies by configured level sees that difference.

And the weak point is the queue, not the executor: while the 14 autonomous commits produced no reversals, the proposal queue accumulates and gets dismissed. That is automation bias arriving from the direction we did not expect — not humans rubber-stamping proposals, but humans abandoning them. We publish it prominently because it is the number least flattering to the scale.

Use and attribution

How to cite it

Under CC BY 4.0: use it, translate it, adapt it to your domain and criticise it, commercially included. Attribution is the only requirement.

Vergara, F. (2026). The Vergara Agentic Autonomy Scale (V0–V6): A Risk-Gated, Operational Standard for Agents Acting on Business Systems. https://fernandovergara.com/escala-vergara/

You may claim «V3-conformant» if all three hold

  • You satisfy the seven properties P1–P7 for that level.
  • You publish a complete Autonomy Statement —all ten fields, none blank— where a customer can read it without asking.
  • You link this definition and cite the paper wherever you declare the level.

There is no certification body and none is needed: conformance is self-declared and falsifiable. A false claim is refuted by its own document. Full conditions in the name policy.

International process

What a scale can contribute to global governance

The United Nations does not legislate on AI, and this scale claims nothing of the sort. What exists is a mechanism for shared assessment: Resolution A/RES/79/325 (26 August 2025) established the Independent International Scientific Panel on AI —forty members appointed in February 2026— and the Global Dialogue on AI Governance, whose first session met in Geneva on 6–7 July 2026. The Panel's remit is evidence-based scientific assessment, reported annually.

That remit has a measurement problem, and it is the one this page opens with: an assessment of how autonomously agents are deployed cannot be assembled from vendor self-description, because «autonomous» is not a comparable quantity across products or jurisdictions. What such a process can consume is a unit: a level with fixed meaning, an enumerable grant, and a claim falsifiable by inspection rather than by trust.

  • It interoperates without harmonising law. A Statement published under the EU AI Act, under a US framework or under no regime at all keeps the same ten comparable fields.
  • It separates autonomy from capability. What a model can do and what a deployment may commit unaided are different questions; conflating them is how a governance discussion ends up regulating model size instead of authority over money.
  • It is auditable in the small. P7 puts the boundary in code under test, so conformance is examined action by action — the granularity at which an incident actually happens.

The honest limit is the usual one: this is one instrument, validated in two products of a single author and published for criticism. If forty scientists find a better unit, the useful outcome is that a unit exists to argue about.

Limits

What is worth saying out loud

  • Single author, shared lineage: the second implementation derives from the first, so agreement between them is consistency, not independent replication.
  • No efficacy data: no tenant operates above V2.
  • Expert-judgement classes: the three risk classes are engineering judgement, not derivations from a formal harm model.
  • One domain type: business-management SaaS. Agents with infrastructure or source-code authority behave differently.
  • Ordinal, not interval: V2→V3 is qualitatively larger than V0→V1. It should not be averaged or used as a maturity index.

The scale is named after its author for lack of an existing standard to extend. The genealogy —Sheridan and Verplank 1978, SAE J3016, Feng et al. 2025, Cloud Security Alliance 2026— is acknowledged deliberately: what is claimed is the operational, risk-gated construction, not the idea that autonomy admits levels.