Greyquill

Modernisation

Where automation stops and a person starts

Not every step should be automated, and not every automated step should be done by a model. How to sort them, and where to put the line.

One page, the whole method.

Sort the steps before you pick a tool

Map the process first, then sort each step. Starting from a platform tends to produce automation of whatever was easiest to automate.

Sorting process steps into three kinds Each step of a mapped process is sorted by asking one question. If the rule can be written down it is deterministic and becomes plain software with no model. If a right answer exists but reaching it needs interpretation it is a judgement step and becomes an agent with a verifier and a confidence output. If someone must be answerable it is an accountability step and stays with a person, where automation prepares the decision and never makes it. ASK THIS THE KIND OF STEP IMPLEMENT WITH Can you write the rule down? same input, same correct output Deterministic validation, arithmetic, routing Plain software no model No, but is there a right answer? reaching it needs interpreting Judgement matching, extraction, classifying Agent and verifier with a confidence output Must someone be answerable? a regulator would ask who decided Accountability approving, accepting risk A person automation prepares, never decides Work down the rows. The first question a step answers yes to is the lane it belongs in.

One question sorts most steps. The expensive mistake is putting a model on a deterministic step because the platform makes it easy: slower, priced per call, and it adds variance to the one part of the process that had none.

The threshold

For judgement steps the design is not automated or manual. It is a line, with everything below it going to a person.

The confidence threshold Work is distributed across a confidence scale. A threshold line divides it. Items above the threshold proceed automatically. Items below go to a human review queue. Moving the threshold left sends more work to review; moving it right automates more. Items by confidence lower confidence higher confidence threshold Human review queue must be real, or it becomes a rubber stamp Proceeds automatically still recorded, still reconstructable

The threshold only means something if the confidence figure is calibrated against known outcomes. A number a model emits about its own certainty is a dial with no scale on it.

Setting it, then moving it

01

Shadow period

Everything goes to review. Log the reviewer's decision next to the system's.

02

Read the bands

Agreement rate by confidence band, once there is enough volume.

03

Set the line

Where disagreement falls below what the process tolerates. A business call.

04

Move it on evidence

Sustained agreement, unchanged work shape, a named approver and a date.

Make it easy to lower again

If moving the threshold back is expensive or embarrassing, people will argue for keeping it where it is long after the evidence has changed. Treat lowering it as a normal operation.

Reading the queue

What you seeWhat it means
Reviewers agree almost every timeToo low. You are paying attention where it earns nothing.
Reviewers overturn a meaningful shareToo high, or the model is not good enough for this step yet. Lower it and find out which.
The queue is never emptySet for a review capacity you do not have. Approvals will become automatic in practice unless somebody changes it.
Nobody can say what it currently isThe control is not being managed. Worth checking before you rely on it in a review.

What every automated step leaves behind

The inputBy reference, not by copy.
The decisionAnd which implementation made it.
ConfidenceWhere the step was a judgement step.
Threshold crossingSo you know whether a person saw it.
The reviewerWho, when, and what they did.
Enough workingTo explain the outcome. Not so much that the record is itself a data protection problem.
Related

The verification and evidence model these records fit into is in Harness and verification, and the runtime that produces them in Agent swarm architecture.

Never automated, at any confidence

A named accountabilityWhere a regulation makes a person answerable. Automation prepares, the person decides.
Self-cleared exceptionsA system that both flags and clears its own exceptions has no control in it.
The threshold itselfChanging it is a control change, and control changes belong to a person.

Automate, or ask a person

Sorting the steps, and setting the review threshold.

Sort every step by one question

KindRecognise it byImplement with
DeterministicThe rule can be written down. Same input, same correct output.Plain software. No model.
JudgementA right answer exists, but reaching it needs reading, matching or interpreting.Agent, with a verifier and a confidence output.
AccountabilitySomeone must be answerable. A regulator would ask who decided.A person. Automation prepares, never decides.

Setting the threshold

01

Shadow period

Everything to review. Log both decisions.

02

Read the bands

Agreement rate by confidence band.

03

Set the line

Where disagreement falls below tolerance.

04

Move on evidence

Named approver, a date, and a cheap way back.

The queue is telling you

  • Reviewers almost always agree: too low.
  • Reviewers overturn a real share: too high, or the model is not ready.
  • Never empty: set for capacity you do not have.
  • Nobody knows the current value: not being managed.

Every step records

  • Input by reference, the decision, which implementation made it
  • Confidence, and whether it crossed the threshold
  • If a person saw it: who, when, what they did
  • Enough working to explain it, no more
Never automate

A decision a regulation makes a named person accountable for. The final clearing of an exception the system itself raised. Changes to the threshold. Those are control changes and they belong to a person.

Greyquill Software builds governed automation for processes that have to answer for themselves. greyquill.io