The proposal arrived in a Tuesday review, in one slide.
Auto-approve refunds under ₹500. Model accuracy is 96%. Escalations are down 40%. The review queue is eleven hours deep and Billing Operations has asked twice for relief. Recommend removing human approval for this tier.
Every number on the slide was accurate. The recommendation was still unanswerable, because nothing on the slide said what would put the gate back.
Six weeks later, the operating evidence had moved: a different model version was serving the same auto-approval class, and the quality signals had drifted in the way Episode 05 described. Nobody had defined what "worse" looked like in advance, so the conversation in week six was not has this crossed the line but was there ever a line.
Autonomy that expands without a predefined restoration condition is not a controlled decision. It is drift approved in a meeting.
The agent was not the problem. The proposal was the problem, and the proposal was a product artifact.
This episode is about the one decision the AI PM cannot delegate: what the system is allowed to do without a human in the path, on what evidence, and under what condition that permission is withdrawn.
The artifact this episode produces is the Autonomy Ladder.
Vocabulary for this episode
| Word | Meaning here |
|---|---|
| Gate | A required human step before an action takes effect |
| Rung | One defined level of autonomy for one class of work |
| Promotion | Moving a work class up a rung |
| Demotion | Moving it back down, automatically or by decision |
| Reversibility | Whether an action can be undone, and at what cost |
| Compensating transaction | An action that semantically undoes an earlier one without restoring prior state |
| In the loop | A human acts before the system does |
| On the loop | A human supervises and can intervene |
| Out of the loop | The system acts; humans see it afterward |
| Automation bias | Over-reliance on system output by the person overseeing it |
| Burn rate | How fast a quality budget is being consumed |
Coined here: Autonomy Ladder (the artifact). Work class (the unit autonomy attaches to — never the agent). Promotion evidence standard. Standing demotion trigger. The oversight paradox (a gate that degrades precisely as the system it oversees improves). The capacity exception. Autonomy debt. Reversal authority as a grant distinct from action authority.
What you own
This episode has the least ambiguous ownership in the series and the most frequent misassignment.
| Not yours | Yours |
|---|---|
| Implementing the approval gate | Which work classes exist, and how they are bounded |
| Building the feature flag | What evidence justifies removing a gate |
| Routing the review queue | What the reviewer is actually being asked to decide |
| Measuring model accuracy | Whether accuracy is the relevant evidence at all |
| Running canary infrastructure | What the canary must demonstrate before promotion |
| Instrumenting the demotion trigger | What condition demotes, and how far |
| Reporting queue relief | Whether queue pressure is ever a valid reason to promote |
There is a precedent for this division that predates agents. In Google's SRE practice, Product Management defines the SLO — the expectation of how much the service should deliver — while a neutral monitoring system measures actual performance, and the difference between the two is the error budget8. The reliability target is a product decision. The measurement is not.
Episode 06 applies the same split to autonomy. Engineering can remove a gate in an afternoon. Only product can say what the organization is agreeing to when it does.
Queue pressure is an operations problem. It is never, by itself, evidence of readiness. Conflating them is the most common way autonomy expands without justification.
Where this sits in the series
EPISODE 01 Bounds what one run may cause Consequence Envelope
EPISODE 02 Defines the world it reasons in Environment Manifest
EPISODE 03 Establishes whose authority it carries Authority Matrix
EPISODE 04 States what survives compromise Containment Model
EPISODE 05 Proves whether all four still hold Operating Contract
|
EPISODE 06 — THIS ONE Autonomy Ladder
Decides which human gates the accumulated
evidence has earned the right to remove
|
EPISODE 07 How that evidence gets produced safely Fidelity Plan
EPISODE 08 Whether the whole thing ships Readiness Gate
Episodes 01–04 built constraints. Episode 05 built the evidence system. Episode 06 is the first episode that spends what the previous five earned — and the only one that can put it back.
Two couplings are load-bearing and are developed below rather than asserted here. Every promotion resets the baseline in Episode 05's contract, because a promoted work class is a new cohort with a new distribution that must re-earn its evidence at the new rung. And every rung is enforced somewhere — a fact Episode 03 already established for authority and which applies unchanged to autonomy.
01Autonomy is granted to work, not to agents
The first correction, and it invalidates most autonomy conversations before they start.
"Should the refund agent be autonomous?" has no answer. The refund agent handles duplicate charges, service outage credits, fraud-adjacent disputes, and subscription proration errors. Those have different consequence profiles, different reversibility, different evidence availability, and different failure costs. A single autonomy setting across them is a decision to govern the easiest case and the hardest case identically, which means governing both wrongly.
Autonomy is a property of a bounded class of work under a stated set of conditions. It is never a property of an agent.
Defining a work class
A work class is useful only if membership is decidable before a consequential grant is issued, from structured evidence outside the model's self-classification. If deciding whether a case belongs requires the model to reason about it, the class boundary sits inside the compromised zone — Episode 04's distinction, applied to autonomy. It is also the same error Episode 02 named when it separated policy delivered as context from policy enforced as a constraint.
| Property | Requirement |
|---|---|
| Decidable before grant | Membership determined from structured fields outside model self-classification |
| Bounded consequence | Maps to an Episode 01 consequence class |
| Homogeneous | Cases inside behave similarly enough to share evidence |
| Sufficient volume | Enough cases to accumulate evidence in reasonable time |
| Attributable | Segmentable in Episode 05's reporting |
| Stable | Membership rules change under change control, not silently |
The volume requirement is the one that surprises teams. A work class too small to generate decision-grade evidence within a defensible window cannot be promoted honestly, and pretending otherwise is how a rare, high-consequence category ends up autonomous on the strength of forty observations.
The refund agent's classes
| Work class | Membership rule | Consequence | Volume/month | Reversibility |
|---|---|---|---|---|
| Duplicate charge | Two identical ledger entries, same merchant, ≤48h | Low | High | Full |
| Outage credit | Case linked to a declared incident window | Low | Bursty | Full |
| Proration error | Plan change with a computable expected amount | Low | Medium | Full |
| Merchant dispute | Merchant contests, no ledger anomaly | Medium | Medium | Partial |
| Fraud-adjacent | Flagged by fraud scoring | High | Low | Poor |
| Goodwill exception | No policy basis; discretionary | High | Low | Reputational |
Six classes, six different correct answers. The last two may never be promoted, and saying so explicitly in the artifact is more valuable than leaving them undiscussed.
02The rungs, and how they map to consequence class
Five levels. The distinctions that matter are when the human acts and whether the action has already taken effect — not how sophisticated the agent is.
| Rung | Name | Human position | Action takes effect | Ep 01 class |
|---|---|---|---|---|
| R0 | Suggest | In the loop | Only if a human executes | C1 Observe |
| R1 | Approve | In the loop | After explicit approval | C2 Propose |
| R2 | Confirm-by-exception | In the loop for flagged cases | Immediately if unflagged; after approval if flagged | C2 / C3 |
| R3 | Act with reversal window | On the loop | Immediately, reversible for a period | C3 Act |
| R4 | Act and report | Out of the loop | Immediately | C3 Act |
The industry shorthand of in-the-loop, on-the-loop, and out-of-the-loop maps onto this: humans intervening during execution, humans supervising afterward and flagging exceptions, and full autonomy for predetermined low-risk scenarios12.
The right-hand column is the important one, and it is what makes this episode a continuation rather than a new topic. The rung and the consequence class are the same variable observed at different timescales. Episode 02 already established that a run losing freshness verification drops from C3 Act to C2 Propose. Episode 03 established that a run with no authorizing basis for a C3 action degrades to C2, proposal only.
Those are demotions. They are already in your system, they already fire automatically, and they operate per run. Episode 06 adds the same mechanism at the level of a work class over weeks rather than a run over minutes.
Degraded mode is a demotion that lasts one run. A demotion is degraded mode that lasts until the evidence is rebuilt. One mechanism, two timescales.
That framing is worth carrying into the engineering conversation, because it means promotion and demotion should not be built as new machinery. They should reuse the consequence-class control that Episodes 01 through 03 already required.
Why R3 is the important rung
Most autonomy discussions jump from R1 to R4 because those are the two states people can picture. R3 is where most production value actually lives, and it is under-designed almost everywhere.
At R3 the agent acts without prior review, but a defined window exists in which the action can be reversed before irreversible or customer-visible finalization. The customer experience is autonomous. The risk profile is close to R1. The cost is engineering work to make reversal real — and that work is the entire point.
| R1 Approve | R3 Reversal window | R4 Report | |
|---|---|---|---|
| Latency to customer | Queue depth | Immediate | Immediate |
| Human effort per case | Full review | Only on exception | Sampled audit |
| Worst case | Approver error | Reversal fails or finalization occurs early | Full realized loss |
| Fails when | Queue saturates | Reversal is not genuinely available | Detection is slow |
| Scales with volume | No | Yes | Yes |
The R3 failure mode is specific and common: the window is declared but reversal was never built, tested, or resourced. A reversal window nobody has exercised is R4 with a comforting label.
The rung must be enforced structurally
The prologue drew the distinction the whole series rests on: a behavioral control instructs the agent, a structural control arranges the world so the agent cannot do otherwise. Episode 02 applied it to policy. Episode 03 applied it to authority ceilings — the ₹2,000 limit in a system prompt is not the same control as the ₹2,000 limit in the payment credential.
The same test applies here, and it is the first question to put to engineering.
| Where the rung lives | What it is |
|---|---|
| In the agent's prompt or reasoning | Behavioral. Not a rung. A suggestion |
| In the orchestration code path | Weak. Changes with a deploy, invisible to audit |
| In the policy service that issues the grant | Structural. Episode 03's policy engine |
| In the enforcement point at the target system | Strongest. Survives a compromised agent |
A work class at R1 must be unable to obtain an execution grant without an approval reference. Not instructed not to — unable to. If a manipulated agent at R1 can reach the payment gateway by deciding it does not need approval, the rung was never real, and Episode 04's confused-deputy analysis explains exactly how that gets exploited.
03Reversibility is a design decision, not a fact
Teams treat reversibility as something they discover about an action. It is mostly something they build or decline to build.
The useful classification has three states, and the middle one carries most real work.
| Class | Meaning | Refund agent example |
|---|---|---|
| Reversible | Undone completely, no external trace | Internal case state change |
| Compensable | Cannot be undone; a second action semantically offsets it | Refund issued, then reclaimed |
| Irreversible | Neither | Email sent to a customer; data disclosed |
Guidance in the agent space converges on the same rule: classify every operation as reversible, compensable, or irreversible before the action, and set autonomy thresholds accordingly — the more irreversible the action, the less autonomy it should carry11. Risk-tier frameworks apply the same logic, treating reversibility as the key variable requiring classification before automation11.
Compensable is a distributed systems term, and the precision matters
This is not a soft distinction. It has a forty-year-old formal definition worth bringing to the engineering conversation.
The saga pattern, introduced by Garcia-Molina and Salem in 1987, decomposes a long transaction into a sequence of local transactions, each paired with a compensating transaction. The original paper is explicit about what compensation achieves: the compensating transaction undoes, from a semantic point of view, the actions performed by the original transaction — but does not necessarily return the database to the state that existed before it6. Modern treatments restate the same limit: compensating transactions logically reverse a business operation rather than restoring the exact prior state, which is described as the crucial distinction from a database rollback7.
That is the entire argument of this section, already settled in the literature. An engineer who has built sagas will recognize it immediately, and the recognition is useful, because it converts a product argument into a systems argument.
| Dimension | Reversal | Compensation |
|---|---|---|
| Customer awareness | None | The customer sees both events |
| Cost | Near zero | Operational and often relationship cost |
| Success rate | Deterministic | May fail — funds spent, account closed |
| Time sensitivity | Wide window | Narrows sharply |
| Audit appearance | A non-event | Two events requiring explanation |
| Must be idempotent | Trivially | Yes, and retryable7 |
Reclaiming a refund is not undoing a refund. It is a second consequential action against a customer who has already been told they were refunded. Treating it as equivalent in an autonomy proposal is the most common analytical error in this area.
What buying reversibility looks like
Reversibility is purchasable, and the price is usually modest relative to the autonomy it unlocks. This is the most useful thing an AI PM can ask engineering for in this conversation.
| Mechanism | Converts | Cost |
|---|---|---|
| Delayed execution queue | Irreversible to reversible within the delay | Low |
| Soft delete with previous state logged | Destructive to reversible | Low11 |
| Staged outbound with hold | Sent-email irreversibility to reversible | Low |
| Two-phase settlement | Immediate transfer to compensable | Medium |
| Idempotent action ledger | Uncertain replays to safe replays | Medium — Episode 01 |
| Notification suppression during window | Customer-visible to invisible | Medium |
A short delayed-execution queue can convert a large class of immediately irreversible actions into time-bounded reversible ones. Suppressing customer notification during the reversal window is what makes R3 genuinely low-risk rather than nominally low-risk — if the customer has already been emailed, reversal has become compensation.
Before arguing about how much autonomy an action deserves, ask what it would cost to make the action reversible. The second question is usually cheaper to answer than the first.
Reversal needs its own authority, and Episode 03 says why
This is the technical detail most R3 designs get wrong, and it is worth raising early because it changes the Authority Matrix.
Episode 03 specified that the refund grant is policy-authorized, bound to case and transaction, capped at ₹2,000, and valid for five minutes. Short-lived, just-in-time, expiring with the action. That is correct design.
Now declare a thirty-minute reversal window. The window outlives the grant by twenty-five minutes. At the moment reversal is needed, the authority that performed the action no longer exists.
Four consequences follow, and all four belong in the artifact rather than in a later bug report.
| Question | Requirement |
|---|---|
| What authority reverses? | A distinct reversal grant, scoped to the exact prior action |
| Who holds it? | Typically the platform or a reversal service, not the agent run |
| How is it bounded? | Single-use, bound to the original correlation ID, expires with the window |
| What if the run has ended? | Reversal must not depend on a live session — Episode 02's lifecycle rule |
A reversal window whose authority expires before the window does is not a window. The Authority Matrix must carry a reversal grant as a first-class row, and Episode 02's teardown specification must be checked: if reversal requires workspace state that is destroyed at run completion, the window is fictional.
04What evidence earns a promotion
This is the core of the episode and the section to bring to the room.
A promotion proposal is a claim that a specific gate no longer reduces enough expected harm to justify its latency, operating cost, and cognitive burden. That claim requires evidence across all five prior episodes, because a gate compensates for weaknesses in all of them.
The five-gate standard
| Episode | Question the evidence must answer | Insufficient answer |
|---|---|---|
| 01 Consequence | Is the worst realized outcome at this rung acceptable, at fleet volume? | "Each case is capped at ₹500" |
| 02 World | Did the declared world hold — freshness budgets, policy version, scope semantics? | "Dependencies are 99.9% available" |
| 03 Authority | Is authority still attributable, and does reversal authority exist? | "The agent has a grant" |
| 04 Containment | Does containment still bound compromise without the gate? | "We haven't been attacked" |
| 05 Quality | Is decision quality demonstrated for this work class, segmented? | "Overall accuracy is 96%" |
Every insufficient answer on the right is real, and each has appeared in an actual promotion proposal. The Episode 05 row is the most abused: an aggregate accuracy figure says nothing about the work class you are proposing to promote, and Episode 05's segmentation rule exists precisely to prevent this.
The Episode 02 row is the most overlooked. A gate is a freshness control nobody labels as one — a human reviewing a case will notice that the account status looks wrong in a way the agent will not. Removing the gate removes an informal check on the manifest's freshness budgets. If those budgets were never actually verified in production, promotion is the moment that gap becomes visible.
The seven conditions
A promotion is defensible when all seven hold. Fewer than seven is not a partial case for promotion; it is a case for waiting.
- The work class is bounded and pre-decidable. Membership does not depend on model judgment, and the rule is enforced structurally.
- Reversibility is established and exercised. The reversal path has run end to end in a target-equivalent environment and, where exposure permits, in a bounded production canary. Its authority outlives the reversal window. Untested reversal is not reversibility.
- Quality is demonstrated for this class specifically, segmented per Episode 05, over a period long enough to include the downstream evidence window.
- The gate's actual contribution is measured. See §05 — if the human approves 99% of cases in eleven seconds, the gate is not contributing what its presence implies.
- The evidence survives substrate change. The class was promoted on evidence from a specific manifest and model version, both recorded in Episode 02's run attestation, and Episode 05's register says what happens when either is retired.
- Fleet exposure at the new rung is calculated and accepted by a named owner, in monthly consequence-weighted terms, not per-case terms.
- Demotion triggers are defined, instrumented, and tested before promotion takes effect. Not after.
A promotion without a working demotion path is not an expansion of autonomy. It is an abandonment of control with extra steps.
The canary requirement
Promotion follows progressive delivery discipline: roll the change to a small subset, observe under real traffic, expand incrementally, with the explicit purpose of limiting blast radius when the change is wrong13.
Applied to autonomy, with one adaptation that matters.
| Stage | Traffic at new rung | Exit condition |
|---|---|---|
| Shadow | 0% — gate stays, decisions compared | Agreement with the gate meets a predeclared threshold |
| Canary | Small, segment-controlled | No demotion trigger fires; downstream window elapses |
| Expansion | Increasing, staged | Quality holds, segmented; exposure tracks projection |
| Steady state | Full class | Standing triggers active |
The shadow stage is the adaptation, and it is free. Before removing a gate, record the agent's proposed decision alongside the human's actual decision and measure disagreement. Every case the gate currently handles is already generating this comparison — most teams simply never persist it. Skipping shadow mode means discarding the cheapest and most direct evidence available to the decision.
One honest limit, which belongs in the artifact: shadow agreement measures agreement with the incumbent control, and the incumbent control has its own error rate. High agreement with a mediocre reviewer is not evidence of quality. Where the downstream outcome is observable, weight the outcome over the agreement.
05Measure what the gate is actually doing
A gate is a control, and Episode 05 established that controls have measurable availability and measurable error. Most promotion proposals argue the agent is good enough. Almost none establish what the human step was contributing.
Both halves are needed, because the decision is a comparison.
| Measurement | What it establishes |
|---|---|
| Override rate | How often the human disagrees with the agent |
| Override correctness | Whether overrides improved outcomes — needs downstream evidence |
| Time spent per case | Whether review is substantive |
| Approval rate by reviewer | Whether one person is rubber-stamping |
| Approval rate by queue depth | Whether the gate degrades under load |
| Catch rate on seeded errors | Direct measurement of detection ability |
| Queue age at decision | Whether the gate delays more than it protects |
The overrides row splits the decision cleanly. A gate with a 0.4% override rate where overrides rarely improve the outcome is a formality. A gate with a 12% override rate where overrides prevent real loss is load-bearing, and removing it is a bad idea regardless of how good the accuracy number looks.
The oversight paradox
Bainbridge's 1983 argument about industrial automation applies directly and uncomfortably: automating most of the work leaves the human responsible for exactly the parts that could not be automated, while eroding the practice that made them competent to handle those parts. The deskilling problem becomes visible only after time has passed5.
For an approval gate, the mechanism is precise:
- The agent improves, so overrides become rarer.
- Rare overrides make review feel unnecessary, so attention falls.
- Lower attention reduces catch rate on the cases that still need catching.
- Reviewers see fewer hard cases, so their calibration on hard cases decays.
- The gate's measured contribution falls — and this is read as evidence the agent no longer needs it.
An approval gate degrades precisely as the system it oversees improves. Falling override rates are ambiguous between an agent that got better and a reviewer who stopped looking.
Resolving that ambiguity requires an active measurement, not a passive one.
Seeded cases
The only reliable way to measure a gate's detection ability is to give it something to detect. Regulatory guidance points the same direction: oversight design should include forced deliberation and controlled disagreement — including occasionally presenting deliberately incorrect recommendations to test overseer attention and measure automation bias4.
| Design choice | Guidance |
|---|---|
| Source | Historical genuine errors, replayed — not synthetic-looking cases |
| Rate | Low enough not to distort the queue, high enough to estimate |
| Consequence | Seeded cases must never execute if approved |
| Disclosure | Reviewers know the practice exists; not which cases |
| Use | Measures the control, never used to evaluate individuals |
| Governance | Agreed with the operations lead and HR before it starts |
The last two rows are non-negotiable. The moment seeded cases are used for individual performance management, you have destroyed the measurement and created an adversarial relationship with the people your control depends on. Set that boundary in writing before the first seeded case runs.
One implementation note for engineering: a seeded case must be structurally incapable of execution, not merely flagged as non-executable. The cleanest mechanism reuses Episode 03 — issue no execution grant for seeded cases, so approval produces an authorization failure rather than a payment. A behavioral suppression here would be the same category error the series has warned about five times.
06What the human is being asked to decide
Episodes 03 and 04 established that an approval is a boundary only when the reviewer sees authoritative data and approves an exact, immutable intent from which a single-use grant is derived. This episode adds the requirement the regulation makes explicit.
EU AI Act Article 14 requires high-risk systems to be designed — including with appropriate human-machine interface tools — so they can be effectively overseen by natural persons while in use, with oversight measures commensurate with the risks, level of autonomy, and context of use1.
Read the enabling conditions as an interface specification, because that is what they are. The person assigned oversight must be enabled to understand the system's capacities and limitations and monitor its operation including detecting anomalies and unexpected performance; remain aware of the tendency to over-rely on system output — automation bias — particularly where the system provides recommendations for human decisions; correctly interpret output given available interpretation tools; decide in any particular situation not to use the system or to disregard, override, or reverse its output; and intervene or interrupt through a stop button or similar procedure bringing the system to a safe state1.
Two of those are frequently missing in practice.
"Decide not to use the system." Many review interfaces offer approve and reject on the agent's proposal. They do not offer handle this outside the agent entirely. Without that path, the reviewer's only options are shaped by the agent's framing, which is the definition of anchoring.
Awareness of automation bias. This is a design obligation on the interface, not a training obligation on the person. An interface that shows the agent's recommendation first, prominently, with a one-click approve, is engineered to produce automation bias regardless of what the training deck said.
The academic literature is direct: Article 14 requires providers to create the technical and operational conditions for effective oversight, while empirical evidence shows significant limitations arising from cognitive constraints and automation bias2. Article 14(4)(b) specifically requires that overseers remain aware of the tendency toward automatic reliance3. The provision is designed against a known failure mode. Build as if the failure mode is real, because it is.
Interface requirements that follow
| Requirement | Why |
|---|---|
| Authoritative source data shown first | Prevents the summary from framing the decision |
| Scope and freshness shown with the data | Episode 02 — an empty result is not the same as no records |
| Agent recommendation available, not primary | Reduces anchoring |
| Reviewer's assessment captured before the recommendation, sampled | Measures automation bias directly |
| Exact intent displayed, immutable after approval | Episode 03 |
| Rejection requires a structured reason | Builds the failure taxonomy Episode 05 needs |
| "Handle outside the agent" is a first-class option | Article 14(4)(d)1 |
| Interrupt available at all times | Article 14(4)(e)1 |
| Reviewer's own authority ceiling enforced | Episode 03 — approvers have ceilings too |
The second row is a direct import from Episode 02 and is routinely missed. A reviewer shown "no prior refunds" cannot distinguish none exist from some exist outside your scope. Episode 02 required tools to return epistemic status to the agent. The same obligation applies to the human, and for the same reason: an invisible scope boundary becomes a factual claim the reviewer will act on.
The fourth row is the highest-value instrumentation in this episode. Capturing the reviewer's independent assessment before showing the recommendation, on even a small sample, converts automation bias from an assumption into a measured quantity — and it is the number that tells you whether your gate is real.
07Demotion is the harder artifact
Promotion is a decision made calmly with evidence on a slide. Demotion happens at 2am with incomplete information and a business cost attached. Design demotion first, because it is the part that will actually be exercised under pressure.
Two mechanisms, and confusing them causes real damage.
Standing triggers fire automatically, without discussion, because the conditions are unambiguous and time-critical.
Reviewed demotions are decisions made by a named owner on evidence, on a normal timescale.
| Trigger | Type | Demote to | Rationale |
|---|---|---|---|
| Structural denial in the class — Ep 04 | Standing | R1 | Containment signal; never a judgment call |
| Reversal path fails or is unavailable | Standing | R1 | R3's entire premise is gone |
| Manifest or model version changes — Ep 02 | Standing | Previous rung until re-earned | Evidence was version-specific |
| Freshness budget breach in the class — Ep 02 | Standing | R1 | Already a degraded-mode trigger per run |
| Trajectory invariant violation — Ep 05 | Standing | R1 | Control evidence, not quality evidence |
| Quality budget burn rate exceeds bound | Standing | One rung | Fast signal, mechanical response |
| Confirmed harm in the class | Reviewed | R0 or suspend | Needs scope assessment |
| Decision distribution drift, attributed | Reviewed | One rung | Episode 05 — attribution first |
| Class no longer homogeneous | Reviewed | One rung, or split | Class definition may be wrong |
| Appeal-upheld rate rises | Reviewed | One rung | Delayed evidence |
| Reviewer capacity collapses | Neither | — | See below |
Note that rows three and four are not new controls. They are Episode 02's existing degraded-mode conditions, promoted from per-run scope to per-class scope. The instrumentation already exists; what is missing is the persistence.
The capacity exception
If review capacity collapses, demoting to R1 sends more work to a queue that is already failing. The mechanical response makes the situation worse.
The correct response is to reduce eligible volume rather than change the rung — narrow the class membership rule, lower the consequence ceiling within the class, or pause the lowest-value segment entirely. Episode 05's contract already names this response; this episode makes explicit that it is not a demotion and must not be routed through the demotion path.
Not every degradation is answered by adding a human. Sometimes the correct answer is doing less work, not reviewing more of it.
Making the burn rate trigger work
Error budget policy supplies the mechanism. An error budget is one minus the SLO — a 99.9% objective yields a 0.1% budget, which over a million requests in four weeks is a budget of one thousand errors9. The budget functions as a control mechanism for diverting attention to stability as needed9, and burn-rate alerting determines when to slow or stop change10. Error budgets have been applied explicitly as a policy boundary for operational automation and autonomous remediation10 — which is precisely the use here.
The adaptation from Episode 05 carries forward: an agent quality budget is an estimate with error bars, not a ledger balance. That has four consequences for demotion design.
| Property | Implication |
|---|---|
| The estimate has uncertainty | Trigger on the confidence bound, not the point estimate |
| Evidence is delayed | A fast proxy trigger plus a slower confirming one |
| Consequence-weighted | One high-consequence failure may exhaust more than many small ones |
| Cohort-scoped | A cohort's burn demotes that cohort, not the whole class |
Trigger on the conservative bound. Waiting for the point estimate to cross means waiting for the uncertainty to resolve, and uncertainty resolves slowest exactly when volume is low — which is when high-consequence classes live.
Re-promotion is not automatic
After a demotion, the class returns to the promotion process. It does not auto-restore when the metric recovers.
This is deliberate and will be argued about. A metric recovering is not evidence the cause was addressed; it is frequently evidence that the population changed. Re-promotion requires the applicable seven conditions to be re-established, with one addition: a stated account of what caused the demotion and what changed. Absent that, the next demotion is the same demotion.
08The economics, honestly
Autonomy proposals are usually justified by cost. The arithmetic is nearly always done wrong, in a predictable direction.
The naive calculation: review costs X minutes per case; removing the gate saves X minutes times volume.
What that omits:
| Omitted cost | Why it appears after promotion |
|---|---|
| Reversal operations | R3's window is only real if someone operates it |
| Audit sampling | Removed gates are replaced by post-hoc audit, not by nothing |
| Seeded case programme | Ongoing cost of measuring the remaining gates |
| Incident cost at the new rung | Rarer, larger, and now unbuffered |
| Demotion operational cost | The queue re-absorbs volume with no notice |
| Re-promotion evidence cost | Every substrate change re-runs the process |
| Appeal and rework volume | Rises with autonomy — Episode 05's external signals |
Episode 05's denominator is the right one: fully loaded cost per durable resolution, not cost per run. A promotion that reduces review minutes while increasing appeals, reversals, and rework has made the agent cheaper at being wrong.
Autonomy debt
Worth naming, because it accumulates quietly. Every promotion made on evidence thinner than the standard creates an obligation to either strengthen the evidence or reverse the promotion. Organizations rarely do either. The debt surfaces as a compliance question, an incident, or an auditor's question about why a control was removed — usually all three at once, eighteen months later, when nobody involved in the original decision is still on the team.
The record of why a gate was removed, under which versions and evidence window, is part of the deliverable. A promotion with no written evidentiary basis is a control removal with no owner.
09Translating this to your product
| Coding agent | Support agent | Ops agent | Research agent | |
|---|---|---|---|---|
| Natural work class | Change type — dependency bump vs. logic change | Dispute category | Remediation type | Query class |
| Highest realistic rung | R3 — merge with revert window | R3 for low tiers | R3 in-window; R1 outside | R4 with citation audit |
| Reversibility mechanism | Revert commit; feature flag | Delayed settlement | Staged rollout; auto-rollback | Trivially reversible |
| What makes it irreversible | A deploy customers observed | Customer notification sent | Data deleted; external call made | Output published externally |
| Usually a formality | Approving trivial dependency bumps | Approving under-threshold refunds | Approving standard runbook steps | Approving retrieval scope |
| Usually load-bearing | Schema and migration changes | Fraud-adjacent and goodwill | Anything in a change freeze | Anything cited externally |
| Best demotion trigger | Revert rate by change type | Appeal-upheld rate | Recurrence rate | Correction rate |
| Cheapest reversibility buy | Feature flag by default | Delayed execution queue | Auto-rollback on health check | Staged publication |
Five questions, whatever you build: What are your work classes, and is membership decidable before the run? Which actions could be made reversible cheaply? What is each existing gate actually catching? What would demote this, automatically? Who accepted the fleet exposure, in writing?
10The artifact
Definition. The Autonomy Ladder states, for each work class, the current autonomy rung, the enforcement point that makes the rung real, the evidence that justified reaching it, the conditions that reverse it, and the named owner who accepted the resulting exposure.
| Field | Value |
|---|---|
| Ladder | al-billing-dispute v1.0 |
| Envelope reference | ce-billing-dispute v2.1 |
| Manifest reference | env-billing-dispute v4.2 |
| Matrix reference | am-billing-dispute v3.2 |
| Containment reference | cm-billing-dispute v1.0 |
| Operating contract | eoc-billing-dispute v1.0 |
| Product owner | AI PM, Billing |
| Domain owner | Billing Operations |
| Exposure accepted by | Head of Billing Operations |
| Last reviewed | 2026-08-01 |
Part A · Work classes
| Class | Membership rule (pre-run decidable) | Consequence | Reversibility | Volume/month |
|---|---|---|---|---|
| WC-1 Duplicate charge | Two identical ledger entries, same merchant, ≤48h apart | Low | Reversible in window | High |
| WC-2 Outage credit | Case linked to a declared incident window | Low | Reversible in window | Bursty |
| WC-3 Proration error | Plan change with a computable expected amount | Low | Reversible in window | Medium |
| WC-4 Merchant dispute | Merchant contests; no ledger anomaly | Medium | Compensable | Medium |
| WC-5 Fraud-adjacent | Flagged by fraud scoring | High | Poor | Low |
| WC-6 Goodwill exception | No policy basis; discretionary | High | Irreversible — reputational | Low |
Rule. Membership is evaluated by the case management system from structured fields before the run begins. No class boundary depends on model output.
Part B · Current rungs and enforcement
| Class | Rung | Ep 01 class | Reversal window | Enforced at | Promoted |
|---|---|---|---|---|---|
| WC-1 | R3 Act with reversal window | C3 | 30 min, notification suppressed | Policy service; payment gateway | 2026-05-14 |
| WC-2 | R3 | C3 | 30 min, notification suppressed | Policy service; payment gateway | 2026-06-02 |
| WC-3 | R2 Confirm-by-exception | C2/C3 | — | Policy service | 2026-07-01 |
| WC-4 | R1 Approve | C2 | — | Approval service; grant issuance | — |
| WC-5 | R1 Approve, dual review | C2 | — | Approval service; grant issuance | — |
| WC-6 | R0 Suggest | C1 | — | No execution grant exists | — |
Enforcement rule. A class below R3 cannot obtain an execution grant without a
valid approval reference. The rung is a property of grant issuance, not of agent
instruction. am v3.2 governs.
Declared. WC-5 and WC-6 are not candidates for promotion under this version. Reconsideration requires a change to this document, not a change to a threshold.
Part C · Reversal authority
| Property | Specification |
|---|---|
| Grant | Distinct from the action grant; issued at action time |
| Scope | The exact prior action, bound to its correlation ID |
| Lifetime | Expires with the reversal window, not with the run |
| Holder | Reversal service — not the agent session |
| Session dependence | None; reversal must succeed after run teardown |
| Idempotency | Reversal is idempotent and retryable |
| On failure | Escalate immediately; class demotes to R1 |
Part D · Promotion evidence standard
| # | Condition | Evidence |
|---|---|---|
| 1 | Class bounded, pre-decidable, structurally enforced | Membership rule under change control |
| 2 | Reversibility established and exercised | End-to-end target-equivalent exercise; bounded canary where permitted; observed success rate |
| 3 | Quality demonstrated for this class | Segmented per eoc, covering the downstream window |
| 4 | Gate contribution measured | Override rate, override correctness, seeded catch rate |
| 5 | Evidence survives substrate change | Manifest and model version from run attestation |
| 6 | Fleet exposure accepted | Monthly consequence-weighted exposure, signed |
| 7 | Demotion triggers live and tested | Trigger fired in a drill before promotion took effect |
Stage gate. Shadow → canary → staged expansion → steady state, each with a predeclared exit condition. No stage is skipped, including shadow.
Part E · Standing demotion triggers
Fire automatically. No discussion required.
| Trigger | Demote to | Scope | Source |
|---|---|---|---|
| Structural denial within the class | R1 | Class | cm v1.0 |
| Reversal path unavailable or failed | R1 | Class | Part C |
| Manifest or model version change | Previous rung | Cohort | env v4.2 attestation |
| Freshness budget breach in the class | R1 | Class | env v4.2 |
| Trajectory invariant violation | R1 | Class | eoc v1.0 |
| Quality budget burn above bound | One rung | Cohort | eoc v1.0 |
Part F · Reviewed demotions
| Condition | Owner | Default |
|---|---|---|
| Confirmed harm in the class | AI PM with Billing Ops | R0 or suspend |
| Attributed decision distribution drift | AI PM | One rung |
| Class no longer homogeneous | AI PM with domain owner | One rung, or split the class |
| Appeal-upheld rate rise | AI PM with Billing Ops | One rung |
Not a demotion. Reviewer capacity collapse is answered by reducing eligible
volume, not by adding a rung of review. Routed to eoc Part A.
Part G · Oversight interface requirements
Applies at R0, R1, and R2.
| Requirement | Status |
|---|---|
| Authoritative source data displayed before the recommendation | Required |
| Scope and freshness displayed with every data panel | Required — env v4.2 |
| Exact intent shown, immutable after approval | Required — am v3.2 |
| Reviewer's independent assessment captured pre-recommendation, sampled | Required |
| Structured rejection reasons | Required |
| "Handle outside the agent" available | Required |
| Interrupt available at all times | Required |
| Reviewer's own authority ceiling enforced | Required — am v3.2 |
| Seeded case programme active | Required at R1 and R2 |
Seeded case governance. Sourced from historical genuine errors. No execution grant is issued for a seeded case, so approval cannot execute. Reviewers are informed the programme exists. Results measure the control, never individuals. Agreed with the operations lead in writing.
Part H · Ladder attestation
Recorded per run, appended to the Episode 02 run attestation.
Work class · rung in effect · ladder version · enforcement point that issued or withheld the grant · approval reference where applicable · reversal grant ID and window expiry · seeded-case flag · canary stage · demotion trigger state at run start.
Part I · Declared limits
- Promotion evidence is specific to the manifest and model version that produced it.
- Shadow-mode agreement is proof of agreement with the incumbent control, which has its own error rate. It is not proof of correctness.
- Seeded cases measure detection of the error types seeded, not general vigilance.
- Reversal within the window prevents customer-visible loss; it does not prevent the internal event, and the event remains in the audit record.
- WC-5 and WC-6 have volumes too low to generate promotion-grade evidence in any reasonable window. This is a permanent constraint, not a backlog item.
- Automation bias measurement is sampled, and sampling changes behavior where reviewers can identify sampled cases.
Autonomy statement
For each work class, this ladder states the current autonomy rung, the enforcement point that makes it structurally true, the evidence that justified reaching it, the standing conditions that automatically reverse it, the reviewed conditions that may reverse it, and the named owner who accepted the resulting monthly exposure.
No gate is removed without demonstrated reversibility backed by a reversal authority that outlives the window, class-specific quality evidence, a measured account of what the gate was contributing, and a demotion path exercised before the promotion took effect.
Two work classes are declared permanently ineligible for promotion under this version. That declaration is part of the artifact, not an omission from it.
11Reviewing autonomy
Ninety minutes, quarterly, with the domain owner and the operations lead present. Not a standing item on a delivery review.
| Minutes | Focus |
|---|---|
| 0–10 | Current ladder state and what changed |
| 10–25 | Demotions that fired — correct? re-promoted, on what basis? |
| 25–40 | Gate contribution: overrides, seeded catch rate, automation bias sample |
| 40–55 | Promotion candidates against the seven conditions |
| 55–70 | Exposure at current rungs, monthly and consequence-weighted |
| 70–80 | Reversibility: what would it cost to make more actions reversible? |
| 80–90 | Substrate runway and which promotions it puts at risk |
Five questions per promotion candidate. What is the work class, and is membership decidable before the run? Where is the rung enforced — grant issuance, or agent instruction? What is the gate currently catching, and how do you know? What is the reversibility mechanism, what authority performs it, and when was it last exercised in production? What demotes this automatically, and has that trigger fired in a drill?
Two questions for every existing rung. Would the evidence that justified this promotion still be accepted today? If the manifest or the model changed tomorrow, does this rung survive?
12Anti-patterns
- "The agent is 96% accurate." On which work class, segmented, over what window?
- "Should we make the agent autonomous?" Autonomy attaches to work classes.
- "The queue is eleven hours deep." An operations problem. Never evidence of readiness.
- "It's reversible — we can just reclaim the refund." That is a compensating transaction, which semantically offsets rather than restores6, and the customer has already been told.
- "We'll add a rollback path if we need one." Then you are at R4 with a label that says R3.
- "The autonomy level is in the system prompt." A behavioral control. The series has rejected this five times.
- "The reversal window is thirty minutes." And the execution grant expires in five. What authority reverses at minute twenty?
- "Overrides are down to 0.4%, so the gate isn't needed." Or reviewers stopped looking. Indistinguishable without seeded cases.
- "A human is still in the loop." Seeing the agent's summary, in eleven seconds, with a one-click approve?
- "We'll monitor it closely after launch." Name the trigger, the threshold, and the automatic response, or you will not.
- "The metric recovered, so let's re-promote." Recovery is not attribution.
- "It's a small category, so the risk is low." Low volume is a reason not to promote, because evidence cannot accumulate.
- "We upgraded the model, so it should be at least as good." Evidence is substrate-specific. Re-earn it.
- "Security signed off on the autonomy level." Security signs off on containment. Autonomy is a consequence decision.
- "Legal said human oversight is required, so we have an approver." Article 14 requires effective oversight — an interface and measurement obligation12.
- "We can always demote." Has the trigger fired in a drill? Who receives the volume?
13What product owns
- Work class definitions — boundaries, membership rules, and change control.
- The rung for each class, and which classes are declared permanently ineligible.
- The enforcement requirement — that the rung is a property of grant issuance, not of agent instruction.
- Reversibility investment — which irreversible actions are worth making reversible, and at what cost.
- Reversal authority — that it exists, outlives the window, and does not depend on a live session.
- The promotion evidence standard, and refusing proposals that do not meet it.
- Gate contribution measurement, including the seeded case programme and its governance boundary.
- Oversight interface requirements — what the reviewer sees, in what order, with what scope and freshness disclosure.
- Standing demotion triggers, and the requirement that they be tested first.
- The capacity exception — knowing when the answer is less work rather than more review.
- Fleet exposure acceptance — a named signature, in monthly consequence-weighted terms.
- The written record of why each gate was removed, kept for as long as the autonomy persists.
The envelope bounds what may happen. The manifest defines the world. The matrix establishes authority. The containment model states what survives compromise. The operating contract proves it all still holds. The autonomy ladder decides what that evidence has bought — and what takes it back.
The line
Autonomy is a property of a bounded class of work, never of an agent.
Degraded mode is a demotion that lasts one run. A demotion is degraded mode that lasts until the evidence is rebuilt.
Compensation is not reversal. The customer has already been told.
A reversal window whose authority expires before the window does is not a window.
An approval gate degrades precisely as the system it oversees improves.
A promotion without a working demotion path is an abandonment of control with extra steps.
Not every degradation is answered by adding a human.
Queue pressure is an operations problem. It is never evidence of readiness.
14The AI PM page
Print this. Bring it to the room.
Decisions you own
| Decision | Who must be there |
|---|---|
| Work class definitions | Domain owner, engineering |
| Rung per class, and its enforcement point | Domain owner, platform, risk |
| Reversal authority design | Platform identity, engineering |
| Reversibility investment | Engineering, finance |
| Promotion evidence standard | Quality owner, risk |
| Seeded case programme | Operations lead, HR |
| Oversight interface | Design, operations, legal |
| Standing demotion triggers | Engineering, security |
| Exposure acceptance | Named business owner |
Twelve questions
- What are the work classes, and is membership decidable before the run?
- Where is the rung enforced — grant issuance, or agent instruction?
- Is this reversible, compensable, or irreversible — and which have you assumed?
- What authority performs the reversal, and does it outlive the window?
- When was the reversal path last exercised in production?
- What would it cost to make this action reversible?
- What is the gate currently catching, and how do you know?
- Is the override rate falling because the agent improved or because attention did?
- Is the quality evidence segmented to this class, over the downstream window?
- What is the monthly consequence-weighted exposure at the new rung?
- What demotes this automatically, and has that trigger fired in a drill?
- Who signed for the exposure, and would they sign again today?
Red flags
- A promotion proposal with an aggregate accuracy number.
- Queue depth cited as evidence of readiness.
- The rung implemented in the prompt or the orchestration code.
- "Reversible" used where the mechanism is compensation.
- A reversal window longer than the authority that would perform the reversal.
- A reversal path that has never been exercised.
- Falling override rates presented as unambiguous good news.
- No seeded case programme at any gate.
- No standing demotion trigger, or one that has never been tested.
- Nobody named as having accepted the exposure.
- No written record of why an existing gate was removed.
What you leave with
A work class inventory with pre-run decidable membership rules. A rung per class with a named enforcement point. A reversal authority specification. A reversibility classification with costed options to improve it. A gate contribution measurement per remaining gate. A standing demotion trigger list, drilled. A signed monthly exposure figure. A written evidentiary record for every gate already removed.
One line to carry out: A promotion without a working demotion path is an abandonment of control with extra steps.
→Next · Build Safe Realism
Six artifacts now govern the environment around the agent, and every one of them depends on evidence that had to be produced somewhere.
Episode 06 has just made that dependency acute. The seven promotion conditions demand production-grade evidence: reversal paths exercised, demotion triggers fired in drills, seeded cases replayed, shadow comparisons run at volume. Every one of those requires an environment realistic enough to produce meaningful results.
Which is the problem Episode 07 takes up. An environment realistic enough to generate promotion-grade evidence is realistic enough to cause real consequences. That is the fidelity paradox, and July 2026 supplied the case study: an evaluation environment carrying its own identity, its own network reach, and its own blast radius, governed as a test harness.
You cannot promote a work class on evidence from an environment that omitted the production property the claim depends on. Nor should the evaluation inherit real consequences the claim does not require. Episode 07 resolves that tension by separating fidelity from exposure and classifying environments by reachability rather than by label.
- EU AI Act Article 14 — human oversight; effective oversight by natural persons; measures commensurate with risk, autonomy, and context; the enabling conditions including automation bias awareness, the ability to disregard, override or reverse, and interruption to a safe state. artificialintelligenceact.eu · ai-act-service-desk.ec.europa.eu
- Fink, M. (2025). Human Oversight under Article 14 — providers must create the technical and operational conditions for oversight; empirical limits from cognitive constraints and automation bias. papers.ssrn.com
- Enqvist, L. (2023). Article 14(4)(b) and the requirement that overseers remain aware of automatic reliance. tandfonline.com
- Article 14 implementation guidance — forced deliberation and controlled disagreement to test overseer attention and measure automation bias. euairisk.com
- Bainbridge, L. (1983). Ironies of Automation — automation leaves the operator responsible for what could not be automated while eroding the skill required; deskilling becomes visible only after time. en.wikipedia.org · ufried.com
- Garcia-Molina, H. and Salem, K. (1987). Sagas — the compensating transaction undoes the original from a semantic point of view but does not necessarily return the database to the prior state. cs.cornell.edu
- Compensating transactions in practice — logical reversal of a business operation rather than restoration of exact prior state; compensations must be idempotent and retryable. conduktor.io · baeldung.com
- Google SRE — Embracing Risk — Product Management defines the SLO; a neutral monitoring system measures actual performance; the difference is the error budget, and remaining budget gates releases. sre.google
- Google SRE Workbook — Error Budget Policy — error budget as one minus the SLO, and as a control mechanism for diverting attention to stability. sre.google
- Error budget policy design — burn-rate alerting to determine when to slow or stop change; error budgets as a policy boundary for autonomous remediation. netdata.cloud
- Reversibility classification for agents — classify operations as reversible, compensable, or irreversible before the action; less autonomy as irreversibility rises. mindstudio.ai · tfsfventures.com
- Human-in-the-loop, on-the-loop, out-of-the-loop as a layered oversight model with structured intervention points at predetermined risk thresholds. elementum.ai · galileo.ai
- Progressive delivery and canary release — incremental rollout with fine-grained control; limiting blast radius when a change is wrong. configcat.com · launchdarkly.com
A note on vocabulary. The Autonomy Ladder, the work class as the unit autonomy attaches to, the five rungs with R3 as the reversal-window rung, reversal authority as a distinct grant, the seven promotion conditions, the five-gate evidence standard, standing versus reviewed demotion, the oversight paradox, the capacity exception, and autonomy debt are framings coined for this series, not established industry terms. Every non-original technical and regulatory claim is sourced above.