AldebaranWebService
IDEN
AI & AUTOMATION

Choosing What to Automate (and What to Leave Alone)

Automating the wrong thing only speeds up work that should have been deleted. Before you choose a tool, choose the job that genuinely deserves to go faster.

Baca artikel ini dalam Bahasa Indonesia →
[ article cover image ]

Automation is almost always discussed from the tooling side: which platform, which AI model, which integrations exist. Yet the question that determines the outcome comes long before any of that — which process actually deserves to be automated?

Automating the wrong thing speeds up work that should have been deleted, or hands a decision to a machine that should have stayed with a person. Both are expensive, and the second can damage customer trust in ways that are hard to repair. This article lays out a framework for choosing the right process, calculating the savings honestly, and recognising the work best left alone.

Four filtering questions

Before evaluating any tool, run the process you have in mind through these four questions. A process that fails one of them is usually not ready.

1. Is it repetitive and patterned?

Automation works on work that has the same shape every time. Copying data from a form into another system, sending a first reply, producing a weekly report from the same sources — all patterned. Work where every case differs and requires fresh judgement is a poor candidate, at least for now.

The test is simple: if you can write the steps down so a new person could follow them without asking questions, the process is patterned enough.

2. Is the process already correct?

This is the question skipped most often. Automating a bad process only produces a bad process that runs faster and is harder to stop. Before automating, ask whether the steps still make sense, or whether some step could be deleted entirely.

Frequently, fixing the process alone delivers most of the benefit expected from automation — with no tooling cost and no risk.

3. Are the errors recoverable?

Every automation will be wrong at some point. What separates safe automation from dangerous automation is what happens after. Sending an incorrect reply can be fixed with an apology. Sending an incorrect invoice to a hundred customers is far harder to undo.

For high-consequence processes, do not automate the decision — automate the preparation, and let a person press the final button.

4. Is the volume sufficient?

Automation carries upfront cost: design time, testing time, and maintenance time. Work that happens twice a month rarely repays it. A useful rough rule: a process is worth considering if it occurs at least a few times a week, or if delays carry a large cost even when rare.

Calculating the savings honestly

The number typically used to justify automation is "saves ten hours a week". That figure is usually too optimistic because it counts only doing time, not the full cycle.

An honest calculation includes five components. The example below is an illustrative calculation, not results from any specific client.

ComponentBeforeAfter
Time per occurrence12 minutes1 minute (reviewing)
Occurrences per week4040
Error correction time30 min/week20 min/week
Automation maintenance060 min/month
Monthly total≈ 34 hours≈ 5 hours

Note the two rows that usually go missing: time spent reviewing automated output, and time spent maintaining the automation. Automation is never truly hands-off; it moves work from doing to supervising.

Four levels of automation

Automation is not binary. Understanding the levels helps you pick the point that matches a process's risk.

  1. Reminder. The system tells a person something needs doing. Lowest risk, real benefit.
  2. Preparation. The system drafts, gathers data, fills forms — a person reviews and sends.
  3. Guarded execution. The system acts within defined limits and hands over to a person as soon as it leaves them.
  4. Full execution. The system acts without intervention. Only for tightly patterned processes with small error consequences.

Most businesses get their largest benefit at levels two and three. Jumping to level four immediately is the most common reason automations get switched off after a single incident.

The best automation usually does not remove the human. It moves the human from retyping to deciding.

Processes usually worth doing first

For small and mid-sized service and product businesses, the following candidates almost always deliver quick results at low risk.

  • First reply to incoming leads. Confirming the message arrived and stating when a real reply is coming. The impact is large because response speed matters so much.
  • Copying data between systems. Form to sales record, sales record to spreadsheet. Patterned, frequent, and prone to typos.
  • Internal reminders. Leads not followed up, quotes not answered, invoices coming due.
  • Routine reports. Pulling numbers from several sources into a fixed format.
  • Document drafting. Quotes or contracts with a fixed skeleton, populated from existing data.

Work best left with people

Some work should stay human, not because machines cannot do it, but because the cost of getting it wrong is not worth the saving.

  • Pricing decisions for non-standard cases. Errors here consume margin directly and are hard to renegotiate.
  • Handling complaints that have already escalated. An upset customer answered by a machine usually becomes more upset.
  • Communication carrying legal commitment — deadline promises, guarantees, contract terms.
  • Judging work quality. A machine can check completeness, but deciding whether output is fit to send remains a human job.
  • Anything you cannot explain the workings of. If nobody understands why the system decided something, nobody can fix it when it is wrong.

Where AI fits inside automation

Classical automation runs on fixed rules: if this, then that. AI adds the ability to handle non-uniform input — understanding freely written messages, summarising documents, grouping questions.

That ability comes with properties you must account for: output is not always identical for identical input, and it can produce confident-sounding answers that are wrong. So the safe rule is to use AI for understanding and preparing, and fixed rules for executing.

Healthy examples: AI reads an incoming message and guesses its category, a fixed rule decides who it goes to. AI drafts a reply, a person approves it. AI summarises a conversation history, the sales team decides the next step.

Map the process before touching tooling

The step most often skipped is mapping the process as it is rather than as it should be. A map drawn from memory is almost always tidier than reality, and automation built on it fails on precisely the cases that occur most often.

A fast and accurate enough method: sit with the person who actually does the work, then walk through the last three occurrences one at a time. Not "how does it usually go" but "how did number 118 go yesterday". The difference between the general answer and three real cases contains every exception you need to know about.

For each step, record four things: who does it, where the data comes from, how long it takes, and what usually delays it. That last column changes decisions most often. If the main cause of delay turns out to be waiting for someone else's approval, automating the typing part will not improve anything.

Finding steps that can be deleted

Once the map exists, run one question against each step: what happens if this step disappears? There is usually one or two where the answer is "nothing" — a report nobody reads, a copy nobody opens, an approval always granted.

Deleting such steps yields the same benefit as automating them, at zero cost and zero risk. Do that first, before building anything.

Setting automation up so it does not become a new burden

Unmaintained automation turns into debt: it runs quietly, fails quietly, and nobody knows how to fix it because whoever built it has moved on.

Four things prevent that, all cheap if done from the start:

  1. Write down what this automation does in two sentences, somewhere other people can find it.
  2. Log every run, including failures. Automation that fails without a trace is the hardest problem to locate.
  3. Send failure alerts to a person who will actually respond.
  4. Name an owner. Not a team — one person.

Testing before switching on fully

The safest way to launch a new automation is running it alongside the old process for one or two weeks — the automation runs, but a person checks its output before it is used. This period almost always surfaces cases nobody thought of during design.

Then switch on gradually: start with a small share of cases and raise it if nothing surprising happens. Enabling it for the whole flow at once turns small mistakes into large incidents.

Addressing the team's concerns

Automation almost always raises an unspoken worry: will my job disappear. Ignoring that question is the fastest way to guarantee your automation gets quietly sabotaged — through unreported exceptions, shadow processes still run manually, or data deliberately left untidy.

The most effective response is answering it first and specifically. Name which part the system takes over, and which part grows for people. In most cases the honest answer is also a reassuring one: what disappears is copying data and retyping; what grows is handling difficult cases and talking to customers.

Beyond that, involve the people who do the work from the mapping stage onward. They know where the exceptions live, and automation built without that knowledge almost always fails on its first real case.

Signs your automation needs reviewing

  • The team starts keeping side notes for cases the system cannot handle.
  • Time spent reviewing output approaches the old manual time.
  • A permanent manual step has appeared after the automation that was never planned.
  • Nobody dares change it for fear of breaking something.
  • Customers start describing your communication as stiff or off-target.

That last sign matters most. Internal efficiency bought with a worse customer experience is an expensive saving.

Costs that show up later

Automation that looks cheap at installation often becomes expensive after a year, and the cost is rarely a subscription invoice. These four sources are the ones most often left out of the original calculation.

  • Dependence on one person. If only one person understands how it works, their absence becomes an operational risk.
  • Changes in other systems. The systems you connect to will change without telling you; a connection that worked can quietly stop.
  • Accumulated exceptions. Every special case added makes the flow more complex, until nobody dares to modify it.
  • Quietly corrupted data. An automation writing wrong data for three months leaves a cleanup job far larger than the time it saved.

The cheapest way to contain all four is the same: keep the flow as simple as possible, and refuse requests to add exceptions until you have asked how often that case genuinely occurs. An automation handling ninety percent of cases well is almost always worth more than one attempting a hundred percent and becoming brittle.

A suggested starting order

If you have never automated anything, this order gives the fastest results at the lowest risk: start with internal reminders, move to copying data between systems, then to first replies that are prepared automatically but approved by a person. First-reply flows are covered in our WhatsApp follow-up guide, and joining systems together is covered in our CRM integration guide.

Frequently asked questions

How large does a business need to be before automation makes sense?

Team size is not the determinant; work frequency is. A two-person business receiving forty messages a day benefits more than a twenty-person business whose processes rarely repeat. What matters is the fourth question in the framework above: is the volume enough to repay building and maintaining it.

Off-the-shelf tools or build our own?

Start with off-the-shelf tools for almost every case. They prove the idea faster, cost less to abandon if the direction was wrong, and do not create dependence on one person. Building your own becomes sensible only when the process is genuinely specific to your business, the volume is large, and subscription costs start exceeding the cost of maintaining your own code.

What if our data is messy?

That is its own answer: clean the data first. Automation running on inconsistent data spreads that inconsistency faster and further. If customer names are written five different ways, the system cannot match them, and you end up with duplicate records harder to clean than the original problem.

Does automation always save money?

No. Some automations save no money at all and are still worth doing, because what they buy is speed or consistency. A first reply that always goes out within a minute may not cut anyone's hours, but it raises your win rate. That kind of value still needs stating up front so the evaluation is fair.

When should an automation be switched off?

When the time spent checking and repairing it approaches the old manual time, when nobody understands how it works, or when the process itself has changed so the automation now preserves an outdated way of working. Retiring an automation that no longer fits is not a failure; leaving it running while everyone works around it is far more expensive.

In summary

Choose processes that are repetitive, already correct, recoverable when wrong, and frequent enough. Calculate savings including review and maintenance time. Pick an automation level matched to the risk, and do not jump to full execution. Use AI to understand and prepare, fixed rules to execute. Then assign an owner, logs, and alerts — so your automation stays an asset rather than becoming debt.

Want to map which processes deserve automating in your business? Get in touch with our team.

BAGIKAN:WhatsAppLinkedInX
Want ads that are measurable from day one?Tell us your leads target — we will help size the budget and set the system up.
Free Consultation