Systemising Pain: When to Fix a Process with Software, Automation or AI
Business Process Automation: A Practical Starting Guide
By Andrew Lee Ward 5 min read Updated 27 Jun 2026
Business process automation (BPA) is using software to run a repeatable business process — approvals, reminders, data entry, status reporting — with little or no manual effort. Start where the work is frequent, rule-based and structured, the data already exists, and an error is costly. Systemise the process first, then automate it.
Most teams have a handful of jobs that eat hours every week and rarely need a human brain: the same approval routed by hand, the same chase email sent, the same numbers copied between two systems. Business process automation is how you hand those jobs to software — once you've made the process clear enough to hand over.
What is business process automation?
Business process automation (BPA) is using software to run a repeatable business process with little or no manual effort. Instead of a person performing each step — opening the form, checking the rule, emailing the approver, copying the result into another system — a tool performs them automatically, triggered by an event such as a new request or a passing deadline.
The point is not to replace people. It is to take the repetitive, rule-bound parts of a process off their plate so the work happens consistently and quickly, without the small errors that creep in when someone does the same dull task for the hundredth time. McKinsey's analysis of work activities found that around 60% of occupations have at least 30% of their activities that could be automated with technology that already exists — and most of that is the routine, predictable work, not the judgement.
BPA, RPA, workflow automation and AI — what's the difference?
BPA, RPA, workflow automation and AI automation are four overlapping terms for related techniques: BPA is the umbrella, workflow automation and RPA are two ways to deliver it, and AI automation is what you add when fixed rules fall short. Separate them plainly before you pick a tool.
- Business process automation (BPA) is the umbrella: automating an end-to-end process, whatever the technique.
- Workflow automation is the most common form of BPA. A tool moves work through defined steps, applies rules, and connects systems through APIs and built-in triggers. Most "automate this approval" jobs are workflow automation.
- Robotic process automation (RPA) is narrower. A software "bot" mimics a person's clicks and keystrokes to operate systems that offer no API — for example, an old internal tool with no integration. It's a useful bridge, but because it depends on the screen staying exactly where it was, it breaks when the interface changes. Gartner describes RPA as part of a broader hyperautomation trend, where organisations combine several tools rather than rely on bots alone.
- AI automation adds a model that handles judgement, language or messy input — reading a free-text email, classifying a request, drafting a first reply. It widens what's automatable but adds cost and variability, so it's a complement to rule-based automation, not a default.
"Automate the parts of the work that don't need a brain, so people can spend theirs on the parts that do." — The Control Standard
The practical order is: prefer a native workflow integration; use RPA only where no API exists; add AI only where fixed rules genuinely can't do the job.
What processes should you automate first?
Start with processes that share five traits: they are high-frequency, rule-based, structured, costly to get wrong, and the data already exists in a system you can reach. When all five line up, automation is both easy to build and clearly worth it.
Reliable first candidates:
- Approvals — routing a request to the right person against a rule, then recording the decision.
- Reminders and chasing — the nudges and follow-ups people forget or resent sending. This is the manual chasing pain in its purest form.
- Data entry and transfer — copying the same fields between a form, a spreadsheet and a system of record.
- Status reporting — pulling current state into a report instead of rebuilding it by hand each week.
- Notifications — telling the right people when something changes, crosses a threshold, or falls due.
Avoid, for now, anything rare, anything that changes shape case by case, and anything that needs real human judgement on every run. Those either aren't worth the build or aren't stable enough to automate yet. To weigh a specific process properly — frequency, time cost, error cost and the rest — work through when to automate a process before you commit.
Why you should systemise before you automate
Automating a process you haven't defined just makes the wrong thing happen faster. If a process has no clear owner, no agreed steps and no written rules, encoding it in software bakes in the confusion and scales it up. The fix is to make the process explicit first — its trigger, its steps, its decision rules, its definition of done — so that what you automate is the version that actually works.
This is why the order matters: systemise, then automate. A clean manual process is a specification for a good automation; a messy one is a specification for an expensive mistake. Walk through systemise before you automate for the practical steps, and treat each handover point as a control point — the moment where the process either stays on track or quietly drifts.
Build or buy? Choosing the tool
Most early automation needs no custom code. Low-code and no-code platforms — workflow builders, integration tools, form-and-approval apps — cover approvals, reminders, data transfer and notifications with visual editors and ready-made connectors, often for a few pounds a month. Reach for them first.
Custom software earns its cost when the process is core to how you make money, when it needs logic the off-the-shelf tools can't express, or when it has to join systems no connector covers. That decision deserves its own analysis: build vs buy software sets out when each makes sense, so you don't over-build a problem a £10 tool already solves — or under-build one that quietly limits the business.
How to start, in practice
Pick one painful, repetitive process. Map it: trigger, steps, rules, who owns it, what "done" means. Tidy it until it runs cleanly by hand. Then choose the lightest tool that fits — a no-code workflow for most things, custom software only where the process truly demands it — and automate the version you cleaned up. Measure the time and errors saved, then move to the next process.
If you're not sure which of your repeated pains is worth automating at all, that's exactly what the free Pain Automation Score below is for. It scores a single process across frequency, time cost, error cost, data availability and more, and tells you whether to automate it now, systemise it first, or leave it alone — in about five minutes.
Frequently asked
What is business process automation?
What's the difference between BPA, RPA and workflow automation?
What processes are best to automate first?
Do you need code to automate a process?
What's the difference between automation and AI automation?
How much does process automation cost?
Can you automate a broken process?
Keep reading
When Is a Process Worth Automating? A Practical Decision Framework
A process is worth automating when it is frequent, broadly stable each time, costly in time or errors, supported by data you already hold, and mostly rules-based rather than judgement-heavy. If it is rare, changes case by case, needs a person to decide each time, or the steps are not yet clear, automate later — systemise first.
GuideSystemise Before You Automate: Why Order Matters
Systemise before you automate, because automating an unclear process only makes the mess faster and harder to spot. First make the process explicit and repeatable: one named owner, documented steps, clear decision rules, and a definition of done. Then decide whether automating it is worth the build.
GuideBuild vs Buy: When Custom Software Beats Off-the-Shelf
Buy when the process is generic and a credible tool fits it with little bending; most needs are like this. Build bespoke software when the process is core to how you compete, no off-the-shelf tool fits without heavy workarounds, or per-seat licensing scales badly. The honest default is buy. Custom earns its cost only on the few processes that genuinely set you apart.
TopicSystemising Pain: When to Fix a Process with Software, Automation or AI
Systemising operational pain means turning a repeated, painful task into a clear, owned process before you reach for software. A process is worth fixing with software, automation or AI when the pain is frequent, structured and costly, and the data already exists. Most teams either automate too early or never systemise at all.
TermProcess Mapping
Process mapping is the practice of drawing a process as a step-by-step diagram — showing each task, decision, handoff and information flow from trigger to outcome. It makes invisible work visible, exposes where things stall, and creates a shared picture a team can agree on before they try to improve or automate anything.