AI AUTOMATION
What a small business should automate with AI — and what should stay manual.
The useful question is not what AI can do. It is which work you are willing to be wrong about occasionally, and what happens when it is.
01 / THE WRONG QUESTION
“What can we automate?” produces a list nobody can act on.
Ask what a business could automate with AI and you get a long, plausible list: summarise the inbox, draft the replies, sort the enquiries, pull the numbers out of the invoices. Every item is technically true. Almost none of it tells you what to do on Monday, because the list is ranked by what the technology finds easy rather than by what the business can afford to get wrong.
The more useful question is narrower and less comfortable. For each candidate step: if the AI gets this wrong, who finds out, how quickly, and what does it cost to undo? A step where the answer is “we would notice within the hour and simply redo it” is a different proposition from one where the answer is “the customer finds out, and we cannot take it back” — even when the two steps look identical on a capability list.
That reframing does most of the work. It moves the decision away from what the model is capable of and towards something the business already knows: which of its mistakes are recoverable.
02 / THE FACTORS THAT ACTUALLY DECIDE IT
Six questions, asked per step rather than per department.
Automation decisions go wrong when they are made at the level of a function — “automate customer service” — rather than at the level of a step. A single enquiry passing through a business might involve reading a message, deciding what it is, finding the relevant history, drafting a response, checking a price and sending it. Those six steps have six different risk profiles. Treating them as one decision guarantees that the riskiest step sets the ceiling for all of them, or worse, that it does not.
Asked per step, these six factors separate the candidates from the rest quickly.
For each step, in order:
- Input shape
Does the step receive material with a fixed structure, or free-form text that varies every time? Structured input is usually a rules problem, and rules are cheaper, faster and auditable. AI earns its place where the input genuinely resists a schema.
- Judgment content
Is the step applying a rule somebody could write down, or forming a view? If you can write the rule, write the rule. A model asked to do arithmetic a formula could do is an expensive source of novel errors.
- Error tolerance
How often can this step be wrong before the cost exceeds the saving? Some steps tolerate a few per cent. Some tolerate none. Very few businesses have actually named the number, and naming it changes the conversation.
- Reversibility
If it goes wrong, can it be undone before anyone outside the business sees it? Reversible steps are the natural first candidates. Irreversible, customer-facing steps are the last.
- Auditability
Six months later, can you reconstruct what happened and why? If the step touches money, obligations or anything a regulator might ask about, an answer of “the model decided” is not sufficient.
- Exception cost
What happens to the items the automation cannot handle? If the exception path costs more attention than doing the whole thing manually did, the automation has moved the work rather than removed it.
The last factor is the one most often skipped, and the one most likely to make an otherwise sound automation a net loss.
03 / WHERE THE LINE USUALLY FALLS
Reading is a good first job. Deciding is not.
Across most small businesses the line falls in a fairly consistent place, and it is not where the marketing suggests. AI is dependable at turning messy material into structured material: reading a long email thread and saying what it is about, pulling a date and an amount out of a document, sorting incoming requests into categories the business already uses, producing a first draft that a person will edit anyway.
It is far less dependable — or rather, far less safely dependable — where a step commits the business to something. Quoting a price, approving an exception, promising a date, deciding that a complaint is resolved. Not because a model cannot produce an answer, but because a wrong answer at those steps leaves the business holding a commitment it did not intend to make, and usually finds out from the customer.
The useful pattern is to let AI do the reading and the drafting, and keep the committing with a person. That sounds conservative until you notice how much of the working day is reading and drafting.
| Factor | Summarising an enquiry thread | Quoting a price from that thread |
|---|---|---|
| Input | Unstructured text — genuinely suits a model | Unstructured text — genuinely suits a model |
| Error tolerance | Moderate. A weak summary is re-read. | Very low. A wrong number is a commitment. |
| Reversibility | Reversible. Nothing has left the business. | Often not. The customer has the figure. |
| Who finds out | The person who reads the summary | The customer |
| Sensible design | AI step, spot-checked | AI drafts the inputs; a person sets the number |
04 / WHAT SHOULD STAY MANUAL
Four categories worth protecting, at least for now.
Some work is not a good automation candidate even when it is repetitive, and saying so plainly is more useful than pretending everything is on the table.
- Low-volume, high-consequence work
If a step happens four times a month and each instance matters enormously, there is no saving worth the risk. Automation economics need volume; consequence works against them. Four careful decisions a month is not a bottleneck.
- Work whose rules are still being argued about
If two people in the business would handle the same case differently, the process is not settled, and encoding it freezes one person's version as though it were policy. Settle it first. This is the most common reason an automation project stalls, and it is not a technology problem.
- Relationship moments
Apologising, renegotiating, delivering bad news, keeping a client who is considering leaving. These are not efficiency problems, and automating them tends to produce something that reads correctly and lands badly.
- Anything you cannot explain afterwards
If the business would be unable to reconstruct why an outcome happened — and would need to, for a customer, an auditor or a court — then the step needs a record a person can stand behind, not a generated one.
05 / THE PRECONDITION NOBODY BUDGETS FOR
AI does not compensate for data nobody maintains.
A recurring and expensive misunderstanding is that AI will paper over the state of the underlying records. It will not. A model asked which customers are due a follow-up can only work from what the system holds; if half the records are stale and the pipeline stages mean different things to different people, the output will be confidently wrong rather than obviously wrong, which is worse.
This is the same failure that sinks CRM projects, arriving in a new form. Migrating bad data reproduces the problem faithfully, and automating on top of bad data reproduces it faster. Before automating a step, it is worth asking what the step reads from, who maintains it, and when it was last correct.
Where the honest answer is “nobody, and we are not sure”, the first project is not an AI project.
This is usually discoverable in an afternoon, and it changes the sequence of work more often than anything else on this page.
06 / DESIGNING THE REVIEW, NOT BOLTING IT ON
“A human checks it” is not a control until someone can fail it.
Most AI automations are described as having human oversight. Far fewer have oversight that would actually catch anything. A review step where a person approves forty items an hour, with no way to see which ones the model was unsure about, is a formality that produces an audit trail without producing scrutiny.
A review worth having needs three things: a signal about confidence so attention goes where it is needed, a genuine ability to reject rather than a button that only says yes, and a defined behaviour for what happens to rejected items so they do not quietly vanish. If a reviewer has never rejected anything, that is information about the review, not about the model.
- 01
Name the failure
- Decides
- What specifically would a wrong output look like here?
- Output
- A written description of the error this review exists to catch.
- 02
Set the threshold
- Decides
- How often can this be wrong before it is not worth doing?
- Output
- A stated tolerance, agreed by whoever carries the consequence.
- 03
Surface uncertainty
- Decides
- How does the reviewer know which items to look at hardest?
- Output
- Low-confidence items are visibly distinguished from routine ones.
- 04
Define the reject path
- Decides
- What happens to an item the reviewer refuses?
- Output
- A named destination and owner for rejected work — not a silent drop.
- 05
Measure it later
- Decides
- Is the review catching anything?
- Output
- A rejection rate somebody looks at, and acts on if it is zero.
07 / KNOWING WHETHER IT WORKED
Time saved is the wrong measure if the work moved sideways.
The saving claimed for an automation is usually the time the old step took. The saving that actually arrives is that time minus the exception handling, minus the review, minus the maintenance when a format changes upstream. Businesses that only measure the first number tend to conclude the automation worked while quietly employing someone to manage it.
Two measurements make this honest and neither is difficult: what proportion of items complete without human intervention, and how long the exceptions take. A step handling eighty per cent of volume cleanly is usually a success. A step handling ninety-five per cent, where the remaining five per cent take longer than the original work did, may not be.
It is also worth setting a date to ask the question. Automations are rarely reviewed once they are running, which is how a business ends up maintaining a workflow that stopped earning its place months earlier.
08 / A REASONABLE FIRST MOVE
Pick the boring one.
The best first candidate is usually unglamorous: high volume, low consequence, reversible, with an obvious owner and an input that already arrives in roughly the same shape. Sorting incoming enquiries. Extracting details from a recurring document type. Producing first drafts of a routine response somebody was going to edit anyway.
Hypothetically: a small services business receives forty enquiries a week across a form, an inbox and a phone line. Classifying each one by service type and urgency is repetitive, tolerant of occasional error, immediately visible if wrong, and trivially reversible. Automating it is unexciting and likely to work. Automating the quote that follows is exciting and likely to cost more than it saves in the first quarter.
Starting at the boring end also produces something more valuable than the time saved: it tells the business how its own exception rate behaves before anything consequential depends on the answer.
SUMMARY
What to take from this.
- Decide per step, not per department — a single enquiry can contain six steps with six different risk profiles.
- The deciding factors are input shape, judgment content, error tolerance, reversibility, auditability and exception cost.
- AI is dependable at reading, sorting, extracting and drafting; keep the steps that commit the business with a person.
- Low-volume high-consequence work, unsettled processes, relationship moments and anything you could not explain afterwards should stay manual.
- Automating on top of records nobody maintains produces confidently wrong output rather than obviously wrong output.
- A review step is only a control if the reviewer can see uncertainty, can reject, and rejected items have somewhere defined to go.
- Measure unattended completion rate and exception handling time, not the time the old step used to take.
- Start with something boring, reversible and high-volume; it teaches you your exception rate before anything important depends on it.
NEXT
Related capabilities.
If something here describes a constraint you are living with, the Contact form asks for the problem rather than the solution.
Start a projectAll insights