← Repository / Playbooks

Open file / PLB/03

Ergin Satir · Public field note

The earned-autonomy ladder for AI products

Decide what an AI system may observe, recommend, draft, or execute—and what evidence it must earn before receiving more authority.

Automation is not a finish line.

The useful question is not “How autonomous can this become?” It is “How much responsibility has this system earned for this task, in this context, for this person?”

The answer should change as consequences, reversibility, user expertise, and evidence change.

Use this when

  • A team is deciding whether AI should assist, recommend, draft, or act.
  • A successful copilot is being pushed toward automation.
  • “Human in the loop” exists as a slogan but no one can describe the human's real control.
  • Users accept outputs, but the team does not know whether that behavior represents trust, fatigue, or convenience.

The outcome

By the end, you will have an autonomy contract that names the permitted task, current authority level, required human control, monitored evidence, and explicit promotion and rollback rules.

What you need

  • Inputs: The task, workflow, failure modes, user segments, evaluation evidence, and recovery options.
  • People: The product owner, domain expert, engineering partner, and the person accountable when the system is wrong.
  • Timebox: 90 minutes for the first contract; recurring review after meaningful system or workflow changes.
  • Tooling: A shared contract and product telemetry that can observe corrections, overrides, escalation, and outcomes.

The playbook

1. Map consequence and reversibility

Assess the task before choosing the AI role.

Ask:

  • What is the blast radius of a wrong action?
  • Can the action be undone fully, partially, or not at all?
  • How long does recovery remain possible?
  • Would an error be visible immediately?
  • Does time pressure make review unrealistic?
  • Which users or contexts carry greater consequence?

High consequence and low reversibility demand tighter boundaries, stronger evidence, and clearer ownership.

Output: A consequence-and-reversibility profile for each important task or segment.

2. Place the product on the ladder

Use explicit levels:

  1. Observe: Organize information and surface signals.
  2. Suggest: Offer options without selecting one.
  3. Recommend: Select an option and show supporting evidence.
  4. Draft: Prepare an action for a person to edit and approve.
  5. Act with confirmation: Execute only after informed approval.
  6. Act within boundaries: Execute routine actions inside fixed limits; escalate exceptions.
  7. Manage routine exceptions: Resolve known exception classes while a person retains oversight.

Different tasks inside one product may belong on different levels.

Output: A current autonomy level for each task—not one label for the whole product.

3. Design evidence at the moment of action

A confirmation button is not meaningful human control if the person cannot judge what they are confirming.

Show what helps:

  • The relevant source or context.
  • Important uncertainty or missing information.
  • The expected consequence.
  • The boundary the system is operating within.
  • A clear alternative, when one exists.

Use explanations to support a decision, not to create the appearance of transparency.

Output: The minimum evidence a person needs before accepting the action.

4. Make correction and recovery first-class

Design how a person can:

  • Edit or reject the recommendation.
  • Undo the action.
  • Escalate an uncertain case.
  • Pause the system.
  • Explain why the output was not useful.
  • Recover the workflow after a failure.

Correction data is valuable only when correcting the product is easy enough to do.

Output: A control and recovery path for each autonomy level.

5. Measure trust as behavior

Do not ask only whether users “trust AI.”

Observe:

  • When people verify the evidence.
  • Acceptance with and without changes.
  • Quality of corrections.
  • Overrides and escalations.
  • Time spent reviewing.
  • Recovery after an error.
  • Downstream outcomes.

Acceptance can mean confidence. It can also mean fatigue. Pair behavior with task context and outcome.

Output: A small set of behavioral trust signals with interpretation notes.

6. Define promotion and rollback rules

More autonomy should be earned for a specific task and segment.

Promote when: Quality, user behavior, outcome, reliability, and recovery evidence remain above the agreed thresholds across the required period and contexts.

Hold when: Average performance is strong but an important segment, failure class, or operating requirement remains uncertain.

Roll back when: A critical boundary is crossed, correction patterns change, the model or workflow changes materially, or recovery no longer works as designed.

Output: Named evidence, owner, review cadence, and promotion or rollback action.

7. Review the delegation contract

Models, prompts, context, users, and workflows change. Authority can drift even when the interface does not.

Review the contract after:

  • A model or system change.
  • A new task, user segment, or market.
  • A meaningful incident or failure pattern.
  • A major workflow redesign.
  • A scheduled evidence review.

Output: A current delegation contract that has an owner and revision date.

Worked example

Scenario: An AI assistant helps a team prepare customer follow-up messages.

The system begins at Draft: it creates a message from approved context, shows the source information, and requires a person to review and send it. The user can edit, reject, or flag missing context.

After sustained evidence, routine low-risk follow-ups may move to Act with confirmation. Messages with unusual requests, uncertain customer intent, or sensitive content remain at Draft or are escalated.

The product does not gain autonomy because acceptance is high. It gains autonomy only if message quality, correction patterns, downstream outcomes, reliability, and recovery remain within the agreed boundaries. A new failure pattern or material model change returns the affected task to a lower level until it is evaluated again.

Copy the autonomy contract

  • Task and user: Who delegates which decision or action?
  • Current level: Observe / suggest / recommend / draft / confirm / bounded action / exception management
  • Consequence: What happens when the system is wrong?
  • Reversibility: Can the action be undone, and for how long?
  • Evidence shown: What must the person see before acting?
  • Human control: Edit / reject / undo / escalate / pause
  • Monitored signals: Corrections / overrides / incidents / outcomes
  • Promotion rule: What evidence is required for more authority?
  • Rollback rule: What signal immediately reduces authority?
  • Accountable owner: Who reviews the contract and its consequences?

Quality check

  • Is autonomy defined per task and context rather than per product?
  • Can the person make an informed decision at the moment of control?
  • Are consequential actions reversible where possible?
  • Do promotion rules include human and product outcomes—not only model quality?
  • Can authority be reduced quickly and selectively?
  • Does one named person own the delegation contract?

Common failure modes

  • Treating maximum autonomy as the product goal.
  • Using one trust score across different tasks and users.
  • Adding confirmation dialogs that provide no useful evidence.
  • Counting every disagreement as model failure.
  • Automating actions that cannot be safely reversed.
  • Expanding authority without segment-specific evidence.
  • Monitoring output quality without recovery behavior.
  • Allowing autonomy to drift after model or workflow changes.

What this does not solve

The ladder is not a substitute for domain-specific safety, security, legal, privacy, or governance review. Some tasks should never move beyond assistance. The method helps make that boundary explicit and reviewable.

Take it with you

Authority is not a feature to ship. It is a responsibility the system must earn—and be ready to give back.

Continue in the margins

See all playbooks
  1. 01
  2. 02
End note / PLB/03

Last edited Aug 27, 2026