Automation is usually pitched as arithmetic: this took an hour, now it takes zero, therefore an hour saved.
That's the build cost against the saving, and it leaves out the part that accumulates. Every automation is a small system that someone now maintains — and once you have ten, you have an estate, whether or not anyone is looking after it.
Counting that properly changes which things are worth automating at all. This guide is the sequence.
The order
| Step | Why it comes here | |---|---| | 1. Choose what to automate | Ranked on evidence, not irritation | | 2. Map the process | You cannot automate what you have not written down | | 3. Delete steps | The cheapest automation is one you don't build | | 4. Choose tools | Working down from cheapest to maintain | | 5. Design the exception path | Where the risk actually lives | | 6. Audit quarterly | Because this is an estate, not a project |
Skipping step 2 is the most common and most expensive error, and it produces the same failure every time: an automation built on the version of the process you remember rather than the one that runs.
Step 1 — Rank by frequency × stability
Score every recurring task on frequency, stability and time per run. Multiply. Then subtract for maintenance burden.
High frequency and high stability wins, almost regardless of how much you dislike the task. A ten-minute job done daily is around forty hours a year. A two-hour job done quarterly is eight. The emotional ranking and the arithmetic ranking are frequently opposites, which is the whole reason to do it on paper.
Four things should stay manual whatever they score: judgement, exceptions, relationships, and anything genuinely rare. A two-minute task done twice a year should be left alone.
Full scoring method: what to automate first.
Step 2 — Map what actually happens
Every process has two versions: the one you'd describe, and the one that runs. They differ precisely where automation breaks.
Map by doing, not remembering. Run it and write each step as you complete it. If someone else runs it, sit with them and write while they work — without correcting them, because how they actually do it is the data.
Capture four things per step: trigger, actor, system, output. One step's output should be the next step's trigger; where that chain breaks, you've found a gap where work waits for somebody to remember.
The exceptions are the map. The happy path takes ten minutes to write. What happens when the input is missing, the client doesn't respond, or this particular customer type works differently — that's the session, and that's what makes the automation survive contact with reality.
Full method: how to map a process before you automate it.
Step 3 — Delete before you build
The most valuable output of mapping usually isn't the map. It's the list of steps that turn out to be unnecessary.
Of every step: why does this exist, who uses the output, what breaks if we stop, and is this checking something another step already checked?
Duplicate approvals, reports nobody opens and forms whose data is never used are extremely common. Expect to remove a meaningful fraction. Deleting is free; automating is not.
Step 4 — Work down the tool ladder
Each rung costs more to build and considerably more to maintain:
- What your existing tools already do. Check first, always. A large share of connector spending replicates a feature the business already pays for.
- Native integrations between tools you already have. Vendor-maintained, fewer moving parts.
- A connector platform. Genuinely useful, but usually priced per task, adds a third dependency, and tends to accumulate business logic nobody looks at when debugging.
- Custom code. Occasionally right. The cost isn't writing it — it's owning it forever.
Before connecting anything, decide the source of truth for each kind of data. Customers live in the CRM, invoices in the accounting package, projects in the project tool. Everything else reads from the authoritative system, one direction. Two-way sync between two systems that both consider themselves correct produces conflicts you can't unpick.
Full decision order: choosing automation tools.
Step 5 — Design where it hands back to people
Aim for the predictable middle, not complete coverage. A process that handles 85% of cases cleanly and routes the rest to a person beats one that attempts 100% and mangles the hard ones — and the hard ones are where the money and the relationships are.
Three rules:
Fail loudly and stop. The worst behaviour is continuing past something it didn't understand, because that produces confidently wrong output nobody notices for a month.
The exception must land somewhere with an owner and a deadline. An exception queue nobody watches is the same as no exception handling, except everyone believes the case was handled.
Use "assist" more than you think. Draft don't send, calculate don't decide, flag don't act, pre-fill don't submit. That converts twenty minutes into two without removing judgement from a decision that needs it — and for anything where money leaves or a client sees it, assist is usually the right setting.
Full design: where automation stops and people start.
Step 6 — Audit quarterly
This is the step that separates an estate from a liability. Four questions per automation:
- Did it run every time it should have?
- Does anyone use the output?
- Would we build this again today?
- Does someone own it, and are they still here?
The second catches more than expected — reports nobody opens, syncs feeding a tool the business stopped using, all still running and still costing.
Deleting is a legitimate outcome, and so is going back to manual. If something breaks often or automates a process that has changed underneath it, the manual version may genuinely be cheaper. That's the same frequency-and-stability calculation from step 1, run again with better data.
Full audit and the documentation minimum: automation debt.
Where AI changes this, and where it doesn't
AI-based tools widen what's automatable — particularly unstructured text work like drafting, summarising, classifying and extracting from documents, which rules-based tools handled badly.
The selection logic is unchanged. Still frequency × stability, still map and document first, still keep people on judgement and consequence.
One addition worth pricing: an AI step that's occasionally wrong needs a review step, and that review is a permanent cost. An automation that's right 90% of the time and confidently wrong 10% can easily be worse than manual, depending entirely on what happens when it's wrong.
What this connects to
- Upstream — if the process isn't documented, start with SOPs. Automation is the step after documentation, never instead of it.
- Sideways — automating well-chosen work may remove the need for a hire entirely. Try it first; it's reversible and a hire isn't.
- Downstream — what automation buys you is capacity, which only matters if you know what to do with it. That's the operating system guide.
The mistakes, collected
- Automating by annoyance. Ranks the wrong things first.
- Automating an undocumented process. Encodes the mistakes at speed.
- Automating steps you could have deleted. Makes a pointless step permanent.
- No source of truth. Two-way sync becomes irreconcilable.
- Happy path only. Breaks on the first variation.
- No failure alerting. Silent breakage runs for weeks.
- Never auditing. Ten automations, no owners, one of them wrong since March.
Where to start this week
List every task you did more than weekly last month and score each on frequency, stability and time. Then take the top one and map it the next time you run it — writing as you go, exceptions included.
Do not build anything yet. The mapping usually changes which thing you'd have automated, and it frequently reveals steps to delete instead.
The Newsletter
WealthLink Weekly
Business. Money. Marketing. Real Estate. Technology. One email.
One email a week. Unsubscribe anytime.