Skip to content
Expedify
9 min

Four postures: deflect, assist, gate, human-only

The triage that decides how much authority an automation gets — and the axis every team skips.

Before you automate anything, you have to decide how much authority the automation gets. There are four answers, and choosing between them is a five-minute conversation that prevents most of the expensive mistakes in this field.

The four postures. Most teams have only ever used the first two, then jump straight to the fourth after an incident.

Deflect

What it means
Answer it. No human involved, no state changed.
Who decides
the machine
What it costs you when it is wrong
a bad answer, and a customer who asks again

Assist

What it means
Draft it, summarise it, prepare it — a human sends or commits.
Who decides
a human, faster
What it costs you when it is wrong
wasted review time; the human is the backstop

Automate with a gate

What it means
The machine proposes and prepares everything; one approval releases it.
Who decides
the machine, subject to a human
What it costs you when it is wrong
a delay — which is what you are buying

Human-only

What it means
The machine may gather and draft, and may not act. Ever.
Who decides
a human
What it costs you when it is wrong
nothing automated, deliberately

The four questions that choose the posture

  1. Volume. How often does this happen? Rare things rarely repay automation.
  2. Variance. How much do the cases differ? High variance is where a machine’s confidence outruns its competence.
  3. Cost of being wrong. Not the average cost. The cost of the worst instance you can imagine, times how plausible that instance is.
  4. Reversibility. If it is wrong, can you undo it — and can you undo it in the customer’s eyes, which is a different question.

Reversibility is the axis people skip. Volume and cost are easy to argue about in a meeting because they are numbers. Reversibility is the one that decides whether a mistake is an annoyance or an incident, and it is almost never on the slide. A refund can be clawed back on paper and not in the relationship. A credential a student has already put on a public profile cannot be recalled at all.

Worked, on a real business

Here is the same triage applied across the lifecycle of an online academy — the business this course is set in. Note that the posture is not a property of the department. It is a property of what the action does.

One business, five postures. The pattern is not “the risky department”; it is “the irreversible action”.

Acquire

The work
answer “is this course for me”, qualify, route
Posture
Deflect
Why
high volume, low variance, the answer is already written

Convert

The work
pricing questions, discounts, payment links
Posture
Assist, and gate any discount
Why
a discount is money; past a threshold it needs a person

Onboard

The work
provisioning, access failures, first-value tracking
Posture
Automate with a gate
Why
the queue is mechanical; the failures are not

Support

The work
content questions, extensions, disputes
Posture
Deflect, then Assist
Why
most of it is in the documentation; the rest needs judgement

Certify

The work
exam results, issuing the credential
Posture
Human-only
Why
irreversible in reputation, whatever the database says

Refunds and compensation

The work
authority thresholds, who may approve what
Posture
Automate with a gate
Why
always — this is the spine of the course

The two failures this prevents

Teams get this wrong in two directions, and the second one is more common than anybody admits.

  • Automating the irreversible thing first, because it is the one with the obvious cost saving attached. This is how an agent ends up authorised to move money in week one.
  • Refusing to automate anything after an incident, which throws away the deflect and assist work that carries most of the volume and none of the risk. The incident argues for a gate, not for a freeze.

Do this before the next module. Take three things you are actually thinking of automating. Assign each a posture, and write one sentence per axis defending it. If two of your three are “automate with a gate”, the rest of this course is about how to build that gate properly. If all three are “deflect”, start there — it is cheaper and it works.

Related lessons