THE INDEPENDENT RECORD · AGENTIC AI AS A SERVICE AboutStandardsContact
GAASAGENTIC AI · AS A SERVICE
INDEPENDENT · SINCE 2026
UPDATED DAILY
NO HYPE · NO PAY-TO-PLAY
PER-TASK PRICING NOW STANDARD ● NEW BENCHMARK: 71% TASK COMPLETION ● ENTERPRISE PILOTS UP 4X ● RUNTIME FUNDING ACCELERATES ● "AGENTS ARE THE NEW SEATS" ● MARGINS UNDER PRESSURE ● THE INDEPENDENT RECORD ON GAAS
Economics

Autonomy %: A Proposed Standard for Grading How Independent Your AI Agent Really Is

Most agent vendors talk about autonomy like it's a switch, the agent is "autonomous" or it isn't. In practice it's a dial, and right now nobody agrees on how to read it. "Autonomy %" is a proposed standard that scores an agent on the share of decisions it makes and actions it completes without a human stepping in, weighted by how consequential those decisions are. This piece lays out how the metric would actually be computed, why a single percentage beats the five-level taxonomies floating around, where it breaks, and how it ties directly into the unit economics of Agentic AI-as-a-Service.

By R. Devi · Feb 14, 2026 · 13 min read

Table of Contents

Why "autonomous" became a useless word

Sit through five agent vendor demos in a week and you'll hear "fully autonomous" five times for products that behave nothing alike. One ships a coding agent that opens pull requests a human reviews before merge. Another runs a support agent that resolves refunds up to $50 on its own but routes anything bigger to a queue. A third calls itself autonomous because it doesn't ask you to confirm each individual API call, even though a person wrote the entire workflow it follows step by step.

These are wildly different products wearing the same adjective. And the gap matters, because autonomy is the thing buyers are actually paying for in the GaaS model. When you move from seat-based SaaS to per-task or per-outcome pricing, you're no longer buying software access, you're buying the absence of your own labor. The more the agent does without you, the more value transfers. So "how autonomous is it, exactly?" stops being a philosophical question and becomes a pricing input.

The trouble is that the market reaches for binary language ("agentic" vs. "not agentic") or borrows the wrong ladder. Self-driving cars gave us the SAE's six-level autonomy scale, and the agent world has been cargo-culting that structure ever since, Level 0 through Level 5, copilot to fully autonomous. It's a tidy mental model and a bad measurement tool. A coding agent doesn't sit at one level; it might run at "Level 4" for boilerplate refactors and "Level 1" for anything touching auth. Levels describe a design intent. They don't describe what the agent actually did across ten thousand real tasks last month.

That's the gap Autonomy % is trying to close: replace the brochure adjective with a measured percentage you can audit.

What Autonomy % actually measures

Here's the one-sentence definition: Autonomy % is the consequence-weighted share of an agent's decisions and actions that are completed without human intervention, measured over a real workload.

Three words in there are doing the heavy lifting.

Measured over a real workload. Not a benchmark. Not the demo path. The actual distribution of tasks the agent saw in production over some window, a week, a month, a release cycle. Autonomy on the happy path is marketing. Autonomy across the full messy distribution of real inputs is the number that predicts your costs and your staffing.

Without human intervention. This is the inverse of the human-intervention rate that's quickly becoming the field's most honest reliability signal. Every time a person approves a step, edits an output, answers a clarifying question, or takes over a stuck run, that's an intervention, and the agent's autonomy on that task drops accordingly.

Consequence-weighted. A human clicking "approve" on a $40,000 wire transfer is not the same event as a human rubber-stamping a typo fix. If you treat every intervention as equal, you'll reward agents that are independent on trivia and dependent on anything that matters, which is exactly backwards from what buyers want to know.

Strip those out and Autonomy % collapses into a vanity stat. Keep them in and you have something that behaves like a real unit metric: comparable across vendors, sensitive to the work that matters, and tied to money.

How you'd compute it without lying to yourself

The naive version and why it's wrong

The tempting first formula:

Autonomy % = (decision points handled without a human) / (total decision points) × 100

Run an agent through 1,000 decision points, a human touched 50 of them, you report 95%. Clean. Also misleading in at least two ways.

First, it treats a clarifying question the same as a full human takeover. An agent that asks "did you mean the staging or prod database?" once and then completes flawlessly is far more autonomous than one a human had to babysit through twelve steps, but a raw decision-point count can score them identically if the babysitting happened to span few "decisions." Second, it ignores stakes entirely. Which brings us to the part everyone wants to skip.

Weighting by consequence

Assign each decision point a consequence weight, call it the blast radius if the agent gets it wrong. A reversible, low-cost action (drafting text a human will read anyway) gets a low weight. An irreversible, expensive, or compliance-bearing action (sending money, deleting data, emailing a customer, merging to main) gets a high weight.

Autonomy % = Σ(weight of autonomous decisions) / Σ(weight of all decisions) × 100

Now an agent that handles a thousand trivial steps alone but hands off every high-stakes call scores lower, not higher, which is the honest result. It's doing volume, not responsibility. This mirrors how the NIST AI Risk Management Framework thinks about contextual risk and the consequence of AI system actions: the same action carries different risk in different settings, and your governance, and your metrics, should reflect that.

The weights are subjective, and that's fine. They just have to be declared. A published Autonomy % is only meaningful next to a published weighting scheme. Two vendors can use different weights, but if both disclose theirs, a buyer can normalize. A vendor that reports a number with no weighting scheme is reporting noise.

The denominator problem

The subtlest trap is choosing what counts as a "decision point" at all. Define them coarsely (one per task) and almost everything looks autonomous, the agent either finished or it didn't. Define them finely (one per token, per tool call, per branch) and the number gets dominated by trivial micro-decisions that drown out the few that matter.

The defensible middle: a decision point is any juncture where a different choice would have produced a materially different outcome for the customer. That's fuzzy, but it's the right fuzzy, it forces you to count the moments that have consequences and ignore the ones that don't. Tie this back to your task taxonomy, the same one underneath cost-per-completed-task accounting, and Autonomy % stops being a standalone curiosity and becomes one more column in the unit-economics table.

Autonomy % versus the level-based taxonomies

The level-based models, borrowed from the SAE's six levels of driving automation, aren't useless. They're a good vocabulary for design intent: "we're targeting a Level 4 agent for this workflow" communicates ambition cleanly. They fail as measurement for three reasons.

They're discrete when reality is continuous. An agent doesn't jump from 80% to 100% independent; it inches up as you trust it with progressively higher-stakes decisions. A percentage captures that drift. A level masks it.

They're per-design, not per-workload. The same agent is "Level 4" on invoice categorization and "Level 1" on anything touching a contract. One label can't hold both truths. A weighted percentage, computed over the real mix, can.

And they don't move with reality. Levels are set in a product spec and rarely revisited. Autonomy % is a living number that drifts every time you change a model, tighten an approval gate, or onboard a customer with a riskier task mix. That drift is information, it's the early-warning signal that levels structurally cannot give you.

Use levels in the pitch deck. Use Autonomy % in the dashboard.

How the number gets gamed

Any metric that touches pricing gets gamed, so let's name the moves before vendors make them.

Denominator stuffing. Flood the count with trivial autonomous decisions to dilute the high-stakes interventions. The fix is the consequence weighting, trivial decisions carry near-zero weight, so adding more of them barely moves the number.

Silent fallback laundering. When the agent gets stuck, it quietly downgrades to a scripted path or a cached canned answer instead of asking a human, and counts that as "autonomous" because no person was pinged. This is the ugly one. A genuine Autonomy % has to count degraded completion as a partial intervention, or it rewards agents for failing quietly instead of escalating honestly.

Happy-path windows. Report the metric over a week that happened to skew easy, or over a customer segment with tame task mixes. The defense is the same as for any usage-based metric: report it over a representative window, segmented by use case, and show the distribution, not just the headline average.

Confirmation theater. Some products quietly cap autonomy to protect margin or limit liability, then still market themselves as "fully autonomous." Autonomy % exposes this, if a vendor claims full autonomy but the audited number sits at 70%, the gap is the story. That's a feature of the metric, not a bug.

None of these are reasons to abandon the standard. They're reasons to insist the standard come with a disclosed methodology. A reported Autonomy % without a published denominator definition and weighting scheme deserves exactly as much trust as an MRR figure with no definition of "recurring."

Where Autonomy % plugs into GaaS economics

This is where the metric earns its place in a beat about agent economics rather than agent philosophy.

It's a direct margin lever. Every point of autonomy you can't reach is labor you're absorbing somewhere. If your agent runs at 85% consequence-weighted autonomy, that remaining 15% is human review time, and someone is paying for it, you, in cost-to-serve, or the customer, in slower turnaround. McKinsey's work on the economic shift toward agentic systems frames the value as exactly this transfer of cognitive labor; their analysis of the agentic AI advantage and how value is created only holds if the autonomy is real and measured, not asserted.

It bounds your pricing model. Per-outcome pricing only works if the agent reliably produces the outcome without you. The lower the Autonomy %, the more human-in-the-loop cost hides inside each "outcome," and the thinner your margin on a fixed price. A vendor that doesn't track autonomy is pricing per-outcome on a hope.

It predicts the human-intervention bill. Since Autonomy % is the consequence-weighted inverse of the intervention rate, watching it trend is watching your variable labor cost trend. A slow decline, say after a model swap that's subtly worse on edge cases, shows up as autonomy drift weeks before it shows up as a blown support budget.

It reframes valuation. If GaaS multiples are eventually going to diverge from SaaS multiples, autonomy is a big part of why. An agent at 95% audited autonomy on high-stakes work is a fundamentally different (and more defensible) asset than one at 60% that's really a workflow tool with a chat box. Buyers and acquirers will eventually price that difference, and they'll want a number, not an adjective.

A practical scoring rubric you can ship this quarter

You don't need a standards body to start. A workable v0:

  1. Define your decision points. List the junctures in your workflow where a different choice changes the customer outcome. Aim for 5-15 per task type, not 500.
  2. Assign consequence weights on a simple 1-5 scale: 1 for reversible/cheap, 5 for irreversible/expensive/compliance-bearing. Write them down and publish them.
  3. Instrument interventions. Log every human approval, edit, clarifying-question answer, and takeover, and crucially, log silent fallbacks and degraded completions as partial interventions.
  4. Compute weekly, segmented by use case. One blended number hides everything interesting. Per-segment numbers tell you where autonomy is real and where it's theater.
  5. Watch the drift, not just the level. The week-over-week delta is the signal. A stable 88% is a healthy agent. An 88% sliding three points a week is an incident in slow motion.

Ship that, put it on the same dashboard as your cost-per-task and intervention-rate numbers, and you've turned the field's most abused adjective into something you can actually manage.

Insights Most People Overlook

Higher autonomy isn't always the goal, and a metric that implies it is dangerous. For genuinely high-stakes work, the right Autonomy % might be 70%, deliberately capped so a human signs off on the consequential 30%. The metric's job is to make that ceiling visible and intentional, not to pressure everyone toward 100%. A vendor reporting 99% on financial actions should worry you more than one reporting 75%.

Autonomy % and reliability move independently, and confusing them is a classic error. An agent can be highly autonomous and frequently wrong (it confidently does the wrong thing without asking) or low-autonomy and highly accurate (it asks a lot but rarely errs). Autonomy measures who decides; success rate measures whether the decision was right. You need both columns, and the dangerous quadrant, high autonomy, low accuracy, is precisely the one a single autonomy number hides.

The most important interventions are the ones that never happen. A truly honest Autonomy % has to account for the human who should have been pulled in but wasn't because the agent failed silently. Counting only the interventions that occurred systematically overstates autonomy on exactly the agents that are riskiest. The silent-failure case is the metric's hardest measurement problem and its whole reason to exist.

Autonomy % is a customer-mix metric as much as a model metric. Onboard one enterprise client with a gnarly, high-stakes task distribution and your blended number can drop even though the agent didn't change at all. That's not noise, it's telling you the new revenue carries more human cost-to-serve. Segment by customer or you'll misread a healthy expansion as a regression.

Publishing your weighting scheme is the actual standard. The percentage itself is almost secondary. The discipline that makes Autonomy % trustworthy is forcing a vendor to declare, in public, which decisions they consider consequential and how they weighted them. That disclosure is harder to fake than the number and more useful to a buyer, it's the agent-economics equivalent of showing your revenue-recognition policy.

References

#human-intervention rate#agentic ai metrics

More in Economics