The 70/30 Problem: Why Your Automation Only Handles the Easy Part
The Pattern Nobody Talks About
Here is a story that plays out in companies every year. A department automates a process. The project looks successful — reports show that hundreds of transactions are now handled automatically. Leadership is pleased. The automation vendor sends a case study request.
Six months later, the team working that process is just as busy as before. Sometimes busier.
What happened? The automation handled the cases that were already straightforward. The 70% that followed the template, had clean data, and fit neatly into the predefined rules. These cases were never the bottleneck.
The 30% — the exceptions, the edge cases, the messy inputs that do not conform to expectations — those still land on a human desk. And because the automation now handles the easy work, the people left are dealing exclusively with the hard cases. Their job did not get easier. It got more concentrated.
This is the 70/30 problem. And it is the most common outcome of automation projects that nobody planned for.
Why This Happens
The root cause is not bad technology. It is a misunderstanding of where the time goes.
When you map a process for automation, the natural starting point is the happy path — the standard case, the clean input, the straightforward decision. This is what appears on whiteboards and in process documentation. It is also what proof-of-concept demos showcase.
The problem is that the happy path is already fast. A competent person can process a standard invoice in two minutes. If you automate that, you save two minutes per case. Multiply by volume, and it looks impressive in a spreadsheet.
But the exception cases — the invoice with a missing PO number, the one in an unexpected format, the one that references a contract amendment from three months ago — each of those takes 15 to 30 minutes of a skilled person’s time. Automating the easy cases does nothing for these.
The math works against you:
- 700 standard cases × 2 minutes each = 1,400 minutes (23 hours)
- 300 exception cases × 20 minutes each = 6,000 minutes (100 hours)
Automating the standard cases saves 23 hours. The 100 hours of exception handling remain untouched. You have automated the minority of the time.
The Three Exception Categories
Not all exceptions are the same. Understanding the types helps you decide what to do about them.
Type 1: Known Variations
These are exceptions that follow patterns — just patterns that are more complex than the happy path. Examples: a supplier who always sends invoices in a slightly different format, a product category that requires additional approval, a region where tax rules work differently.
People who work the process know these variations well. They handle them quickly because they have seen them hundreds of times. But nobody programmed the automation for them.
These are the highest-value targets for agentic automation. An AI agent that understands the process can learn these patterns the same way a person does — from examples and context, not from explicit rules.
Type 2: Genuine Edge Cases
Rare situations that require actual judgment. A contract dispute. A damaged shipment that affects invoicing. A regulatory change that makes existing workflows non-compliant.
These belong with humans. No automation should try to handle them. But the automation should recognise them quickly and provide the human with all relevant context for a fast decision.
Type 3: Process Failures
These are not really exceptions — they are symptoms of a broken process. Data that should have been entered upstream was not. A system integration that drops records. A department that bypasses the official workflow because it does not work for their use case.
These need process redesign, not automation. Automating around a broken process just makes the breakage harder to see.
Why RPA Cannot Solve This
Robotic Process Automation was a genuine step forward when it arrived. It let companies automate interactions with systems that did not have APIs, using screen-level automation that mimicked human clicks.
But RPA operates on explicit rules. Every exception path must be anticipated and programmed. If you want to handle 50 different invoice formats from 50 suppliers, you need 50 sets of rules. If supplier 51 sends a new format, the bot does not know what to do.
More critically, RPA cannot interpret. It can read text from a defined position on a screen, but it cannot understand what that text means in context. It cannot look at an invoice and determine that “Consulting Services — Q4” probably corresponds to the open purchase order for the quarterly advisory engagement.
This is the fundamental difference between following rules and understanding a process. Rules handle the cases you anticipated. Understanding handles the cases you did not.
What Changes With Agentic Automation
An AI agent approaching the same process works differently:
Instead of rules, it uses comprehension. The agent reads an invoice the way a person does — understanding that “Widget Assembly, Model A-200” and “A200 Widget Assy.” refer to the same thing. This is not magic; it is language understanding applied to business documents.
Instead of fixed paths, it reasons about the situation. When data is missing, the agent does not just flag an error. It looks for the missing information in related documents — the email that accompanied the invoice, the purchase order, the delivery note. It assembles context before deciding.
Instead of stopping on exceptions, it classifies them. Is this a known variation it can handle? A genuine edge case that needs human judgment? A data quality issue that should be escalated to the upstream team? The agent can make this determination because it understands the process, not just the format.
Instead of binary outcomes, it expresses confidence. Rather than “processed” or “failed,” the agent can say “matched with 95% confidence” or “matched, but the amount differs by 8% — here is a possible explanation, but I want a human to confirm.”
How to Find Your 70/30 Split
Before you can fix the problem, you need to see it clearly. Here is a practical approach:
Step 1: Shadow the Process for a Week
Do not rely on documentation. Sit with the people who actually do the work. Watch what they handle quickly, what takes time, and what makes them pause. You will be surprised by how different the actual process is from the documented one.
Step 2: Categorise the Cases
For every case that requires human intervention, note:
- What made it an exception? (format issue, missing data, ambiguous match, etc.)
- How long did it take to resolve?
- What information did the person need to make the decision?
- Does this type of exception occur regularly?
Step 3: Calculate the Time Distribution
You will likely find something close to the 70/30 pattern, though the exact numbers vary. The key insight is not the ratio — it is where the hours go.
Step 4: Classify the Exceptions
Use the three categories above. Known variations, genuine edge cases, and process failures each require different solutions.
Step 5: Identify the “Tribal Knowledge”
Ask the experienced team members: “What do you know about this process that is not written down anywhere?” Their answers reveal the informal rules that any automation — agentic or otherwise — needs to handle.
The Process Mapping Step That Most Vendors Skip
Here is an uncomfortable truth about the automation industry: discovery and process mapping do not scale the way software sales do. A vendor that spends two weeks understanding your actual process before proposing a solution will always lose the deal to a vendor that demos a shiny tool in the first meeting.
This is why most automation projects start with technology selection rather than process understanding. The cart goes before the horse, and six months later you have a well-implemented solution to the wrong problem.
The process mapping step does not need to be a six-month consulting engagement. For most processes, a focused week of observation and documentation captures the essential patterns. But it does need to happen, and it needs to involve the people who actually do the work — not just the managers who describe how it is supposed to work.
What Good Looks Like
When the 70/30 problem is addressed properly, the results are different from typical automation projects:
- People’s jobs change, not just their volume. Instead of doing less of the same work, they shift to higher-judgment activities. The experienced invoice processor becomes the exception analyst, handling only the cases that genuinely need their expertise.
- Exception handling time drops significantly. Not because exceptions disappear, but because the agent provides context that makes decisions faster. A 20-minute investigation becomes a 2-minute review of the agent’s findings.
- New exception types are handled faster. When a new supplier format appears, the agent can usually handle it without reprogramming — because it understands documents, not just templates.
- The process becomes visible. Because the agent logs its reasoning, you can finally see the full distribution of case types, exception frequencies, and decision patterns. This data did not exist when everything happened in people’s heads.
Starting From the Right Place
If your current automation handles the easy 70% and leaves the hard 30% to your team, you are not alone. This is the default outcome of rule-based automation applied to processes with significant variation.
The fix is not more rules. It is not a bigger RPA implementation. It is a different approach: understand the process as it actually works, identify where reasoning is needed (not just rule-following), and build agents that can handle the variation.
Start with one process. Map it honestly. Count the exceptions. Calculate where the time goes. Then decide whether the 30% is worth automating — and whether your current approach can reach it.
The 70% was never the problem. The 30% is where the opportunity lives.
Next step
Let’s talk about your process.
If you have a workflow that consumes more time than it should, it is worth a conversation. We analyse your process and show where an AI agent has the biggest impact.