The mistake teams make with AI automation is not being too cautious. It is automating the wrong things — pointing an expensive, probabilistic model at work that simple rules did better, while leaving the genuinely hard judgment work manual. Here is a framework for deciding what AI should automate, what rules should automate, and what should stay with a person.

Three buckets, not two

Every task in a workflow falls into one of three buckets: rules can do it, AI should do it, or a human must do it. Most failed AI automation projects come from putting tasks in the wrong bucket — usually from over-reaching, handing AI work that belonged to rules or to people. Getting the sorting right is most of the battle, and it happens before a line of code is written.

What rules should automate

Anything deterministic and structured belongs to rules. If a task is “when this, do that” with no judgment involved, rule-based automation is faster, cheaper, perfectly reliable, and fully auditable. Moving records between systems, sending scheduled reminders, applying a fixed calculation, routing on a clear field — these are rules jobs.

Using AI here is not just wasteful, it is actively worse. You are paying a real per-run cost for something that was free, adding seconds of latency to something that was instant, and introducing a probability of error to a task that previously had none. The first question of any automation project is not “how do we use AI” — it is “which of this is just rules”.

What AI should automate

AI earns its place on tasks that need reading, interpretation, or judgment over messy input — and where being right most of the time is genuinely valuable. Classifying and routing unstructured requests, extracting data from inconsistent documents, summarising long material, drafting first versions, triaging by reading and deciding.

The test is two-part. First: does a person currently do this by reading something and making a judgment? Second: is an occasional error acceptable, or cheap to catch and correct? If both are true, it is a strong AI automation candidate. If the task is mechanical, rules win. If an error is expensive and invisible, it is not ready to be automated by anything.

What should stay human

High-stakes, irreversible decisions

Anything that cannot be undone and carries real consequence — sending money, making a legal commitment, deleting data, a final hiring or firing call — should stay with a person. AI can prepare the decision; it should not make it.

Errors that are expensive and hard to catch

Some mistakes are cheap and obvious; others are costly and silent. Where an error would do real damage and would not be noticed until much later, the task needs a human in the loop — not because AI cannot attempt it, but because nothing is checking it.

Work that needs accountability or empathy

Some work needs a named person who is answerable for the outcome, or genuine human empathy in a difficult moment. AI can draft, suggest, and surface options for this work. It should not own it.

The four questions to ask of any task

For each step in a workflow, ask four questions in order. Is it fully deterministic? If yes, it is a rules job. Does it need judgment over messy input? If yes, it might be an AI job. Is an occasional error acceptable or easily caught? If no, a human owns it regardless. And is the volume high enough that automating it is worth the build? If no, leave it manual and spend the effort elsewhere. Four questions, asked honestly, sort almost any workflow.

AI should automate the judgment, not the whole job. The boring deterministic majority belongs to rules; the irreversible decisions belong to people.

A worked example: a support inbox

Take a common workflow — handling an incoming support inbox — and run it through the three buckets. A message arrives. Logging it, timestamping it, and acknowledging receipt are deterministic steps with no judgment: rules. Reading the message, working out what it is actually about, and routing it to the right team is judgment over messy, unstructured text: AI. Drafting a first-pass reply from the relevant help articles is also AI — reading and composing, where a mostly-right draft is genuinely useful and a person will review it.

Then the buckets shift. Approving and sending the reply to the customer is a person’s call, because it is the accountable, customer-facing moment. Issuing a refund above a threshold is irreversible and high-stakes: human. Closing the ticket and updating the metrics afterward is deterministic again: rules.

One ordinary workflow, and every bucket appears in it. Notice what the right design looks like — rules carry the structure, AI does the two judgment steps in the middle, a person owns the decisions that carry consequence. Nobody handed the whole inbox to one agent, and nobody left the judgment steps manual. That sorting, step by step, is the actual work of planning an AI workflow.

Why “automate everything” fails

Teams that try to make one AI agent run an entire end-to-end process build something slow, expensive, hard to debug, and impossible to trust. Every step is a model call, every model call can fail in a new way, and a single trace becomes impossible to follow. The workflows that actually hold up in production are mostly rules, with AI dropped in at the specific judgment steps and humans at the irreversible ones. Ambition aimed at the whole process is how AI automation projects quietly fail; ambition aimed at the right two or three steps is how they succeed.

Start with the audit, not the agent

Before building anything, map the workflow step by step and put each step in a bucket. That map — which steps are rules, which are AI, which are human — is the real deliverable of an AI-readiness audit, and it almost always shows that the highest-value AI automation is one or two specific steps rather than the whole process. The audit costs little, takes a couple of weeks, and routinely saves a far larger budget from being spent automating the wrong things.

Common questions

How do I know if a task is right for AI automation?

Ask four questions. Is the task fully deterministic? If so, rules should do it, not AI. Does it need judgment over messy or unstructured input? If so, it may suit AI. Is an occasional error acceptable, or cheap to catch and correct? If not, a human should own it. And is the volume high enough that automating it is worth the build effort? A task that needs judgment, tolerates the rare catchable error, and runs often is a strong AI candidate. A task that fails any of those is better left to rules, to people, or alone.

Should we automate a whole process or just parts of it?

Parts of it, almost always. A workflow is a sequence of steps, and they rarely all belong in the same bucket — some are deterministic, some need judgment, some need a person. Trying to make one AI agent run the entire process produces something slow, costly, and impossible to trust. The workflows that hold up in production are mostly rule-based, with AI dropped in only at the specific steps that genuinely need judgment. Automate step by step, not process by process.

What is the most common AI automation mistake?

Putting tasks in the wrong bucket — specifically, using AI for work that simple rules did better. It is tempting to point a model at everything, but for deterministic, structured steps that is slower, more expensive, and less reliable than the rule-based automation it replaced, and it adds a probability of error where there was none. The second most common mistake is the opposite: leaving genuine judgment work manual because nobody mapped it. Both come from skipping the step of sorting tasks before building.

Can AI automate customer-facing work?

Some of it, with care. AI is well suited to drafting customer responses, classifying and routing incoming messages, and surfacing the right information for a person to use. It is far riskier as the final, unsupervised voice to a customer in anything sensitive — a complaint, a refund dispute, a difficult moment — because those need accountability and genuine empathy. The reliable pattern for customer-facing work is AI assists, a person decides: the model does the reading and drafting, and a human owns the reply where it matters.

What is an AI-readiness audit?

It is a short engagement — typically two to four weeks — that maps a workflow or product step by step and sorts every step into a bucket: rules, AI, or human. The deliverable is a prioritised roadmap of where AI automation would actually pay back, with cost, time, and expected-impact ranges, plus an honest reading of what AI will not move. It exists to stop teams spending a large build budget automating the wrong things, and it almost always finds that the highest-value AI work is one or two specific steps, not the whole process.

Want to know where AI would actually pay back in your workflow?

An AI-readiness audit maps your process step by step and sorts every step into rules, AI, or human. Send us the workflow and we will tell you where the real value is.


Talk to our AI team