Methodology · Iteration Managementemergingverified

Five-Level Agent Progression

also known as agent autonomy ladder, L0-L5 agent levels, Bornet five levels

Applies to: agentmulti-agent-systemcoding-agentbrowser-agent

Tags: maturity-ladderautonomy-levelsplanning

A six-step ladder for how capable an AI agent is. The steps run from Level 0, fully manual, up to Level 5, fully autonomous, with rule-based, automated, and workflow stages in between. A team picks a target step based on how risky the task is and how much value it brings. To climb a step, the lower step's safety checks must be in place and the agent must pass its tests. This rates the agent as a whole, not one action at a time. Teams use it to agree on what 'done' means before they start building.

Methodology process overview

Intent. Place an agent on a six-step capability ladder. This makes the target level of independence, and the safety checks needed to reach it, clear before anyone builds.

When to apply. Use this early, when you are scoping an agent project. It helps most when people disagree on how independent the system should be, or when you are planning a roadmap that spans several quarters. It also works as a look-back tool: 'we said L4, we shipped L2.5'. Don't apply it once building is underway and the per-action gate (crawl-walk-run) is the right tool. The ladder is for planning, not for runtime control.

Inputs

  • Task portfolioThe set of tasks the agent will handle. Each task is marked with its risk and its value.
  • Stakeholder constraintsLimits on how independent the agent can be. These come from regulators, the organisation, and how much risk people will accept.
  • Prior-level evidenceTest results and past incidents from the level the system runs at today.

Outputs

  • Target level declarationThe target step on the L0 to L5 ladder, set per task or per system, with the reason for it.
  • Advancement criteriaThe named safety checks, tests, and live signals required to climb one step.
  • Capability roadmapA step-by-step plan to move from the current step to the target step.

Steps (6)

  1. Map tasks to candidate levels

    For each task, find its natural step. The steps are manual (L0), rule-based (L1), ML triggers on existing automation (L2), an agent that plans (L3), semi-autonomous with human gates (L4), and fully autonomous (L5). Let the task's risk and value drive the choice, not technical excitement.

  2. Declare a target level per task or system

    Write down the target. Get explicit sign-off from stakeholders. Mixed targets are normal. A support agent may be L4 for FAQ and L2 for refunds.

  3. Define prior-level guardrails as preconditions

    For each step, list the safety checks and tests that must already pass at the step below before you consider climbing. Moving from L4 to L5 usually requires months of logged human acceptance at the published bar.

    usesHuman-in-the-LoopApproval Queue

  4. Build to one level above current

    Climb one step at a time. Skipping steps, such as jumping from L1 to L4, tends to ship demos that break once real traffic shifts.

  5. Gate advancement on evidence

    Climb only when the named safety checks are in place and the test set passes the bar. Write down the evidence. If the numbers drop at a higher step, the system moves down one step until it is fixed.

    usesShadow Canary

  6. Revisit target level on portfolio shifts

    When a task's risk or value changes, such as a new regulation or a new product line, set the target step again. The ladder is for planning, not a permanent label.

Framework-specific instructions

Pick a framework and generate a framework-targeted rewrite of this methodology's steps.

Choose framework

AI-generated for Agent Development Kit (ADK) (Google) — verify against official docs.

Principles

  • The autonomy level is a planning choice. It is driven by task risk and value, not by technical capability alone.
  • Climb one step at a time. Skipping steps ships demos that production breaks.
  • Higher steps need the lower steps' safety checks already in place.
  • The ladder is for aligning stakeholders, not for runtime control. Pair it with per-action gating at runtime.

Known failure modes (3)

Related patterns (4)

Related compositions (2)

Related methodologies (2)

Sources (2)

Provenance

  • Added to catalog:
  • Last updated:
  • Verification status: verified