Blog · Article

RPA vs AI in 2026: Where Rules Stop and Judgement Begins

Lennard Kooy·Sep 21, 2026·11 min read
RPA vs AI in 2026: Where Rules Stop and Judgement Begins

The RPA vs AI question comes down to whether your input needs interpreting before a rule can run. RPA replays a fixed sequence a person recorded, so it suits work where the format never varies. AI reads what a document means, so it suits work where the format does. At Lleverage we think this is a question about your input, not about technology.

Most comparisons of RPA and AI end with a diplomatic "use them together", which is true and almost useless to anyone holding a budget. The question an operations lead actually has is narrower and harder. You already have bots, or a quote for them, and a backlog of processes nobody has automated. Which of those processes will a rules engine finish, and which will it break on in month three? This article draws that line, then shows where it falls on a real order desk.

We are usually called in after the second attempt, when the bots run and the desk is still typing. Our order management agents read the incoming document, check it against your own history and post it into the ERP, with the desk approving what matters. If you want the line drawn against your own order formats rather than in the abstract, book a demo.

What is the difference between RPA and AI?

RPA, robotic process automation, executes a recorded sequence of interface actions: open this screen, read field four, paste it there. AI reads unstructured input and works out what it means before anything is filled in. The difference is not intelligence in the abstract. It is whether the work needs interpretation before a rule can run at all.

That distinction gets lost because both are sold as "automation" and both promise the same outcome, which is fewer keystrokes. Underneath they solve opposite halves of the problem. A rules engine is superb at execution and helpless at interpretation. It will move a number between two systems ten thousand times without tiring and without error, provided somebody has already decided which number, in which field, means what.

Interpretation is the half that consumes your desk. When a customer emails "the usual pallet, but bring it forward to Thursday", nothing in that sentence maps to a field until a human reads it. The order clerk knows what the usual pallet is, which article code it resolves to, and whether Thursday is achievable. That knowledge is the work. Keying it in afterwards takes ninety seconds.

RPAAI agents
What it takes inStructured, fixed-position dataEmail, PDF, scan, spreadsheet, free text
How it decidesRules a person wrote in advanceMeaning inferred from the document and your history
When the format changesBreaks, needs redevelopmentUsually handles it, escalates when unsure
Handles the exceptionNo, routes it to a personYes, or flags it with its reasoning
Where it connectsThe screen, as a user wouldThe record, plus the screen where needed
Best atHigh volume, zero varianceHigh variance, judgement-heavy intake
Fails atAnything unforeseenDeterministic, audit-fixed calculation

How does RPA work, and what breaks it?

An RPA bot is configured by recording a person doing the task, then replaying those actions against the same screens. It identifies each field by a selector, which is a stored address for a button or box in the interface. The bot is fast, cheap to run and entirely literal. It breaks when the thing it is pointing at moves, changes name, or arrives in a shape nobody recorded.

Three failures account for most of the disappointment. The first is the interface upgrade. Your ERP vendor ships a release, a field shifts, and every bot that touched that screen stops until somebody rebuilds the selector. The second is input drift. A customer changes their purchase order template, adds a column, or starts sending scans instead of a structured file, and the extraction rules no longer land where they were told to look.

The third failure is the one that quietly decides the business case. Somebody scopes a process at 80% automatable, builds for that 80%, and then discovers the remaining 20% takes the bulk of the desk's time because it is where all the thinking lives. The bot handles the orders that arrive clean. The clerk still reads every difficult one, and now also monitors the bot. Net hours saved are far below the model in the proposal.

None of this makes RPA a bad technology, and the RPA vs AI framing is not a verdict on quality. It makes RPA a technology with a precondition. If your input genuinely arrives in one fixed format from a source you control, a rules engine is the cheaper and more predictable answer, and you should not pay for a language model to do arithmetic. We have written separately on how the total cost of RPA compares with AI automation once maintenance is counted properly.

Where does judgement begin in a back-office process?

Judgement begins wherever the next step depends on something not written in a field. Deciding which article a customer meant, whether a price deviation is acceptable, whether two documents describe the same shipment, what a specification implies for a part you have never made. If a person has to read something and conclude something, a rules engine cannot carry that step.

The useful test in an RPA vs AI decision is not "is this complicated" but "could I write down the rule". Plenty of complex work is fully specifiable: a multi-step VAT calculation is intricate and completely deterministic, and it belongs in code, not in a model. Plenty of apparently straightforward work is not specifiable at all. Matching a line that reads "6mm sheet, same as last time" to an article number is trivial for the clerk who has done it for nine years, and there is no rule to write because the rule is nine years of context.

SIG Benelux is a clean example of that context being recoverable. Their published customer story reports that 88% of incoming order lines are matched to the correct article on the first attempt, including lines that arrive with no article number at all, because years of order history do the translation. No selector could have been written for that. The rulebook existed, but it lived in the order history rather than in a specification document.

The same shape shows up further from the order desk. SPL Treatments in Sheffield route aerospace parts against a library of more than 800 standards that cross-reference one another, and introducing a first-time part used to take about an hour of a technical lead's attention. Their published customer story reports that the same decision now takes 2.5 minutes, with every recommendation cited back to the section it came from. The judgement did not disappear. It got drafted, then checked.

Should you rip out RPA and replace it with AI agents?

Usually not, and we say that as the vendor who would benefit from the opposite answer. RPA vs AI is rarely a replacement decision in practice. Working bots doing deterministic, high-volume work are earning their keep and carry no interpretation risk. The return is in the processes RPA was never able to reach, and in the exception queues your existing bots generate. Replace a bot only when it breaks more than it runs.

The sequence that works is unglamorous. Leave the stable bots alone. Take the process the desk complains about most, which is nearly always intake of some kind, and look at what actually happens before any field gets filled. If the answer involves a person reading an email or opening an attachment, that is the piece to move. The typing on the far side can stay exactly as it is at first.

This is also why the two rarely compete in practice. An agent reads the order, resolves the customer, works out the lines and hands over a clean, structured result. Whatever writes that result into the ERP, a documented connection or a bot you already own, is a downstream detail. Our integrations cover the mid-market ERPs directly, but a customer with a reliable bot on the write step is welcome to keep it.

The hardest thing for an employee is letting go. Normally you are the one saying: I have this, I will make that of it, I press the button. Now this part of the work becomes reviewing.
— Patrick Wijers, Sales Desk Manager, SIG Benelux

What does the line look like on a real order desk?

The RPA vs AI line is easiest to see on a desk you can picture. Take a wholesaler receiving 150 orders a week by email. Reading each one, identifying the customer, resolving the lines and deciding on delivery is judgement, roughly twenty minutes for a complex order. Creating the sales order, applying the customer's pricing agreement and printing the labels is rules. The first half is why the desk is full; the second half automates cleanly.

That split is not hypothetical. Xpol, a distributor running that volume, reports a saving of around 20 minutes per large order, and describes twenty-five customer-specific rulesets, unit conversions, weekday-dependent label text, multi-depot splits, that previously lived in the heads of senior staff. Note what happened to those twenty-five rulesets, because it is the part the RPA vs AI debate usually misses. They were always rules. They were simply never written down anywhere a rules engine could reach, because the person who knew them had no reason to formalise them.

Microtechniek shows the end state at a smaller scale. Their published customer story reports around sixty purchase orders a week landing in Ridder IQ without anyone typing them, measured across August 2026, and more than 500 hours a year returned to the admin desk. Orders now arrive through evenings and weekends, so a Friday afternoon order is in the system before anyone is back at a desk. The admin steps in only where the workflow is unsure.

Topa Bathroom Products, at the far end of the same curve, report that over 90% of incoming orders go straight into Business Central with no manual input, and that 4 FTE moved off order entry to after-sales and service planning. In each case the automated portion is the part where somebody previously had to read before they could type.

How do you decide which work goes to rules and which goes to judgement?

Run each process through four questions. Does the input arrive in a fixed format you control? Can you write the decision rule down in full? Does the exception queue stay under 5%? Does the source of truth change more than once a year? Four yeses point at rules. Any no points at judgement.

  1. Look at a month of real input, not the template. Pull the last two hundred documents for the process and count how many arrive in the shape the specification assumes. If it is under 90%, a rules engine is going to spend its life in the exception queue.
  2. Try to write the rule out longhand. If you find yourself writing "and then you just know that customer means", you have found judgement. That sentence cannot be coded, but it can usually be learned from history.
  3. Count where the hours actually sit. Time the reading and deciding separately from the keying. On most order desks the ratio is about four to one, and automating the keying alone therefore returns about a fifth of what the proposal claimed.
  4. Check who owns the failure. A rules engine that breaks stops visibly. An agent that is unsure should escalate with its reasoning attached, which is a different operational model and needs a named reviewer before go-live.

Our view is that most back-office processes are neither purely one nor the other, and that the useful design question is where to put the seam. Put it directly after interpretation. Let the judgement be drafted and evidenced, let a person approve it while trust is being earned, and let whatever deterministic machinery you already own carry it from there. The control and audit layer exists for exactly that middle step.

Frequently asked questions

Is RPA dead in 2026?

No. RPA is a mature technology that does one thing extremely well, which is executing fixed sequences at volume without variance. What has ended is RPA as a general answer to back-office work. Processes that begin with a person reading something were never a good fit, and those are the ones still unautomated in most companies.

Can AI agents and RPA run in the same process?

Yes, and that is the most common shape we see, which is why RPA vs AI is a badly framed procurement question. The agent handles intake and interpretation, producing a clean structured result, and existing bots or connections write that result into the systems of record. Nothing needs to be ripped out. The seam sits between deciding what the document means and executing what follows.

Is an AI agent more expensive to run than an RPA bot?

Per transaction, usually yes. Over a year, usually no, because the cost that dominates RPA is maintenance rather than runtime: rebuilding selectors after interface changes, reworking extraction when input formats drift, and the staffed exception queue. Compare the fully loaded annual figures, not the per-run price.

What happens when an AI agent gets something wrong?

It should escalate rather than guess, and show the evidence behind whatever it proposed. In practice that means the reviewer sees the draft result next to the source document and the reason for the flag, and approves or corrects it. Agents that cannot show their reasoning should not be running judgement work.

Which processes should we automate first?

Start with intake: the point where documents or messages arrive and somebody has to read them before anything can proceed. Order intake, supplier invoices and specification requests are the usual candidates, because the volume is high, the judgement is recoverable from history, and the downstream steps are already rules.

Draw the line on your own processes

The honest answer to RPA vs AI depends on what lands in your inbox on a Tuesday morning. If it is uniform and machine-generated, rules will finish the job and you should not overbuy. If it is a mix of PDFs, forwarded emails and spreadsheets from four hundred different customers, no rules engine is going to reach it, and the desk will keep reading.

Bring us three weeks of real orders or invoices in whatever state they arrive. We will show you which portion an agent resolves on its own, which portion it flags, and where we would put the seam. Book a demo and we will work through your own documents rather than a sample set.

Give your back office an AI workforce