When Automation Is the Wrong Answer
Automation solves a specific problem: it removes the human from a task that does not require human judgment, is high volume, and follows a consistent pattern. When those conditions are met, automation delivers measurable returns.
When those conditions are not met, automation delivers confusion, maintenance costs, and the awkward situation of having paid to make a bad process run faster.
The Six Situations Where Automation Backfires
1. The Process Is Not Yet Defined
Automation is rules written in code. If the process rules are still being worked out — if the team disagrees on what should happen in each case, or if the rules change weekly — building automation now means rebuilding it in three months.
Fix the process first. Document it clearly enough that a new employee could follow it from day one. Then automate it.
2. The Process Is Full of Exceptions
A purchase order process that is mostly standard but has 30% exception cases is not a good automation candidate for the 70% standard flow, because the exceptions create a two-tier process that is harder to manage than the original unified process.
If exceptions are frequent, investigate why. Usually, exceptions accumulate because the process was designed around an assumption that no longer holds. Fix the underlying cause of exceptions before automating.
3. Volume Does Not Justify the Cost
Automation has a build cost and a maintenance cost. If the process being automated occurs five times a week, the time saving at that volume may not recover the investment within a reasonable period.
A rough threshold: if the annual time cost of the manual process (hours per year multiplied by labour cost) is less than the build cost of automation, defer the automation. There may still be accuracy or compliance reasons to automate, but pure time saving does not justify it at low volume.
4. The Business Is Changing Rapidly
A business in the middle of a significant restructure, a system migration, or a market shift is not a good environment for automation investment. You will be automating a process that does not exist in its current form in 12 months.
Stable, repeating processes are automation candidates. Processes in flux are not.
5. The Root Cause Is a Bad Process, Not a Manual Step
If a process is slow because it is poorly designed — unnecessary approvals, circular communication, unclear ownership — automating the slow steps makes a badly designed process run faster, but it is still a badly designed process.
Jacob Ng's starting point on any system design project is to map what is actually happening, not what should happen. The most common finding is that the process that needs fixing is not the one the business thought it was. Often, the right solution is a redesigned workflow, not automation of the existing one. That is what the workflow automation service addresses — both the process design and the automation layer.
6. Customer Experience Is Involved and Nuance Matters
Automated customer communications — order confirmations, delivery updates, payment reminders — work well when they are accurate and timely. They work poorly when the automation fires in the wrong context: a payment reminder sent to a customer who paid yesterday, a delivery confirmation for an order that was actually delayed.
Automate customer-facing communications only after the underlying data is reliable. Reliable automation of an unreliable process produces reliably wrong customer messages.
The Alternative: Structured Manual Process
The gap between "fully manual" and "fully automated" is not binary. A structured manual process — with a clear checklist, defined steps, accountability, and regular review — can deliver most of the consistency benefit of automation without the build cost or rigidity.
For processes below the automation volume threshold, a well-designed checklist or standard operating procedure is often the better investment. It is also a prerequisite for automation — you cannot automate a process that is not written down.
When to Reconsider
These are not permanent verdicts. A process that is not worth automating today may be worth automating in 12 months if:
- Volume has grown past the break-even threshold
- The process has stabilised after a period of change
- The exception rate has been reduced through process improvement
- A system change makes integration more accessible than it was before
The AI business automation service handles cases where conventional rule-based automation is not sufficient — where documents need to be read, unstructured inputs need to be interpreted, or judgment calls need to be approximated. But even AI automation has the same prerequisites: a clear objective, sufficient volume, and stable enough process to evaluate against.
FAQ
How do I know if my process has too many exceptions to automate?
Track a sample of 50 instances of the process. Count how many required a human to deviate from the standard steps. If more than 15–20% required deviation, the exception rate is high enough to warrant process redesign before automation.
We already built automation that is not working well — what should we do?
Before rebuilding, diagnose whether the problem is the automation logic, the underlying data quality, or the process design. Automation that produces wrong outputs usually reflects wrong inputs or incorrect rules. Fix the root cause rather than patching the automation output.
Is it possible to partially automate — handle the standard cases automatically and route exceptions to a human?
Yes, and this is often the right design for processes with moderate exception rates. The automation handles the predictable majority; a human review queue captures exceptions. This is more sustainable than forcing automation to handle every case, and more efficient than handling every case manually.
Unsure whether your target process is a good automation candidate? Book a System Audit and get an honest view before committing budget.