Skip to main content
Method7 min read

The automation boundary: deciding what AI is allowed to decide

The single document that separates automation that gets switched on from automation that sits in a sandbox — and how to write one.

A small team mapping an operating process in a working session.

The short answer

An automation boundary matrix records, for every step in a workflow, whether the system acts alone, acts only with human approval, or must never act. It is signed by the process owner before any building starts. It is what makes an automation safe to switch on, and the reason most stalled automations stalled.

Ask why a working automation has not been switched on and the answer is almost never technical. It is that nobody was willing to be accountable for what it might do unsupervised, and no document existed that made that accountability specific enough to accept.

The three bands

Evidence table for this field note
BandMeaningTypical examples
AutonomousThe system acts without a human in the loop and logs what it did.Sending a reminder, capturing a status update, booking into an open slot, answering from approved content, writing an outcome to the CRM
Approval requiredThe system prepares the action; a named human releases it.Payment plans beyond set limits, price quotes outside a band, anything sent to a regulator or a VIP account, first contact on a disputed account
Never automatedReserved for humans regardless of confidence.Clinical judgement, legal advice, termination or credit decisions, escalated complaints, anything where being wrong is not recoverable

How to write one that survives contact with reality

The exercise fails when it is done from a process diagram. Real processes contain a long tail the diagram does not: the customer who calls back angry, the invoice that arrives without a purchase order, the candidate who needs the interview moved twice. Roughly 15–20% of real cases fall outside the documented path.

  • Build it from an exception map, not a flowchart. Watch the work before you classify it.
  • Write the escalation trigger as a number wherever you can — a value threshold, a sentiment signal, a retry count — not as a judgement call the system cannot make.
  • Name the human, by role, for every approval band. An approval queue nobody owns is an outage waiting to happen.
  • Decide what happens when the system is unsure. Silence is a decision, and usually the wrong one.
  • Have the process owner sign it. If they will not sign, the process is not ready — and that is useful information, cheaply bought.
The test that matters
Show the matrix to the person who will be blamed if the automation does something embarrassing. If they can read it and say “yes, I am comfortable with that”, you can switch it on. If they cannot, no amount of model accuracy will change their answer.

Why the boundary is also a commercial document

The two most public automation reversals of recent years — a fintech that rolled back chat automation on quality grounds and a bank that reinstated forty-five roles after call volumes rose — were both boundary failures rather than technology failures. In each case the system was doing work that needed judgement, and the organisation discovered the boundary after crossing it rather than before.

A boundary matrix is cheap insurance against being the next example.

Sources and further reading

  1. 01OpenNash — workflow discovery and exception mapping
  2. 02Forrester — agentic AI use cases and escalation discipline in AP
  3. 03Customer Experience Dive — Klarna's hybrid customer-service reversal
  4. 04ABC News — Commonwealth Bank reinstates 45 contact-centre roles
An operations lead reviewing a flagged exception in a workflow map.

From reading to doing

Bring one workflow into focus.

Take the next step with a practical scorecard, or talk through your process with the team that would help build it.