Think Build Implement Repeat
London, UK +44 7367 067226
WhatsApp FOLLOW f in X
Business Automation

Where AI Belongs Inside an Automation, and Where It Does Not

Last updated:

Most real projects are mostly not AI

A typical automation we build has one or two AI steps and a dozen deterministic ones. The AI reads the email; rules decide what happens next.

That mix is deliberate. Rules are cheaper to run, instant, perfectly explainable and impossible to talk into doing something strange.

Where AI earns its place

  • Extraction from documents, emails and forms — unstructured in, structured out
  • Classification — what is this, where should it go
  • Answering from your own material, with citations
  • First drafts a human reviews and owns

All four share one property: a person can verify the output in seconds. That is what makes them safe to deploy.

Where it stays out

Matching, tolerances, routing and posting are rules. You need to be able to read them, change them without a retrain, and explain them to an auditor. A probability is not an explanation.

Anything with legal or financial consequence where the decision must be defensible also stays deterministic, with AI at most surfacing information for a person.

The confidence boundary

Every AI step returns a confidence figure, and the rules use it: high confidence flows through, low confidence routes to review, and the thresholds are set per field by consequence.

A supplier name being wrong is recoverable. A bank account number being wrong is not. Different fields deserve different bars.

What this means for cost

  1. Route by difficulty — a cheap model for classification, a stronger one only where needed
  2. Send less context; most retrieval sends more than accuracy requires
  3. Cache the stable parts of prompts
  4. Cap spend per day and alert before the cap

Done this way, the AI portion of a business automation typically costs pennies per unit of work rather than being the dominant line.

Frequently asked questions

Do we need AI at all?

Only if some input is unstructured. If everything arrives as structured data, plain automation is cheaper, faster and more reliable, and we will say so.

What happens when the model provider changes something?

We keep an evaluation set of real cases with agreed answers and rerun it on every model change. That turns a possible regression into an afternoon rather than a mystery.

Where does our data go?

Regional processing under enterprise terms by default, with the provider abstracted so it can be swapped. We map the data flow during scoping.

Can we start without AI and add it later?

Frequently the right sequence. Build the deterministic pipeline, see where humans are still reading unstructured input, and add AI at exactly those points.

Keep reading

Not sure which parts of your process need AI?

Usually fewer than expected. Describe the process and we will tell you which steps genuinely need it and which are rules.

Book a free 30-minute call Get a project estimate WhatsApp us

Related services

What we build for problems like this one

Business AutomationCustom Software Development