10 September 2026 · Notes from the workshop

What custom AI workflow automation looks like in practice

Workflow automation is the least glamorous phrase in AI and the one where the money actually is. Not an agent with a name and a personality. A quiet piece of software that does, every day, a chunk of work your team currently does by hand. Here is what one really looks like when it is built properly, stage by stage.

We will use a composite example that matches most of the enquiries we see: work arrives in an inbox, people read it, retype it, check it and pass it on. Swap in your own details, a shared drive instead of an inbox, an ERP instead of a spreadsheet, and the anatomy stays the same.

Stage one: the intake stops being a person

Every manual workflow begins with a human noticing that work has arrived. The first thing a custom AI workflow automates is the noticing. A mailbox rule, a webhook, a watched folder or a polling job picks up each new item the moment it lands and files it into a queue with a timestamp and a source. Nothing intelligent has happened yet, and already something important has: nothing gets missed on a busy Friday, and everything is traceable from the moment it arrived.

Stage two: reading and structuring

This is the part people think of as the AI. A model reads the item, works out what it is, and extracts the fields your process needs into a fixed structure. The critical design decision is that the structure comes from your process, not from the model's imagination. If your team keys seven fields into the system, the automation extracts those seven fields, in your formats, with your reference numbers validated against your data.

Stage three: the checks your best person does in their head

Ask the person who has run a workflow for years how they know something is wrong and you will get gold: this supplier never orders in those quantities, that code retired last spring, this total does not match the lines. Custom workflow automation earns the word custom here. Those instincts become deterministic rules that run on every single item, without tiredness and without holidays. The model reads; the rules judge. Keeping those two jobs separate is what makes the system trustworthy, because a rule either passes or it does not, and nobody has to wonder whether the AI was feeling confident.

Stage four: the fork

Every item now takes one of two paths. Clean items flow straight into the destination system, and nobody ever looks at them again. Items that fail a rule, or that the model could not read with confidence, stop and wait for a person, presented with the original alongside the extracted values and the specific reason they stopped. This fork is the whole philosophy of the thing. The automation does not replace judgement. It spends your team's judgement only where judgement is needed, which on most workflows is a small fraction of the volume.

The review queue is the product.

A workflow automation without a review path is a liability with good marketing. The measure of a serious build is how it behaves on the worst input of the month, not the best. If a supplier demos only the happy path, ask to see what a rejection looks like.

Stage five: delivery and the paper trail

The result lands where the work continues: the order created in the ERP, the row written to the ledger, the reply drafted in the inbox, the task assigned in the system your team already checks. Alongside it, quietly, a log: what arrived, what was read, which rules ran, who reviewed what, and what was sent where. When an auditor, a customer or your own curiosity asks what happened to a specific item in March, the answer takes seconds.

What this costs and what it returns

The build effort in a custom AI automation is rarely in the model. In our experience it splits roughly into thirds: integration with the systems on either end, the validation rules and review experience, and the model work itself, usually in that order of effort. Which is why the same automation is cheap for one business and expensive for another. The question that prices it is not how clever the AI must be, but how many systems it must touch and how messy the inputs are.

The return side is easier to state: count the hours the manual loop takes each week, and then notice the quieter gains, the errors that stop reaching customers, the work that no longer queues behind one person's holiday, the fact that scaling volume no longer means hiring for retyping. Whether that justifies a build is exactly the calculation we walk through in Does your business actually need a custom AI solution?

And if the workflow you are picturing lives inside software you already run, the shape of the answer is integration rather than a new system. We wrote about that in the case for putting AI inside the software you already use.

Have a workflow like this? Describe the loop, who touches it and where it lands. We will tell you which stages are worth automating and which are cheaper left alone.

Tell us what you need