Standardise Before You Automate

Automation is an amplifier. Point it at a clean process and you get speed and consistency. Point it at a messy one and you get the same mess, faster, with the added difficulty that it is now buried inside a tool nobody wants to open.

That is the reason so many automation projects disappoint. Not the technology, the order of operations.

Three versions of every process

In most businesses, any given process exists three times. There is the version somebody wrote down years ago. There is the version people describe in a meeting. And there is the version that actually happens, complete with the exceptions, the shortcuts and the one step that only works because a particular person knows to check something.

Automation has to be built on the third one, and the third one is usually undocumented. So the first task is not choosing a tool. It is watching the work.

Standardising does not mean eliminating variation

People resist standardisation because it sounds like pretending every case is the same. It is not.

It means deciding which variations are real and which are accidental. Two customer types that genuinely need different handling is a real variation, and it should be written into the process as a rule. Three people doing the same task three different ways because nobody ever agreed is an accidental one, and that is what you are removing.

The test is whether anyone can explain why the difference exists. If the answer is that is just how we do it, it is probably accidental.

Automating a process with three unacknowledged versions does not pick the best one. It picks whichever one the person building it happened to see.

Simplify before you build

Once the real process is written down, look at it with one question. Which of these steps needs to exist at all.

Approval steps that have never rejected anything. Reports produced for someone who left. Data entered twice because two systems do not talk. A check that duplicates one done earlier by somebody else. A sign off that adds three days and catches nothing.

Deleting a step is the cheapest possible improvement, it never breaks, and it costs nothing to maintain. Do that pass before you automate anything, because otherwise you are paying to preserve work that did not need doing.

Make the inputs consistent

Most automation failures in practice are input failures. The rule expects a date and gets a free text note. The status field has eleven values, four of which mean the same thing. The customer name is spelled three ways.

Before automating, tighten the fields the process depends on. Fixed lists instead of free text where it matters. Required fields that are genuinely required. A naming convention that is written down. Duplicates merged.

This is dull and it is the difference between an automation that runs quietly for years and one that needs a person watching it.

Then automate the narrow part

With a written, simplified, consistent process, the automation itself is usually smaller than people expect.

Start with the step that is high volume, rule based and low judgement. Moving data between two systems. Sending a standard notification. Creating a record when a form is submitted. Generating a document from fields that already exist.

Leave the judgement calls alone for now. Anything where the right answer depends on context, relationships or an exception a person would spot is where automation quietly produces confident mistakes.

Decide what happens when it fails

Every automation will hit something unexpected. What matters is whether it fails loudly or quietly.

Before it goes live, answer three questions. How does somebody find out it did not run. Who is that somebody. And what is the manual fallback while it is being fixed. An automation nobody is monitoring is a process that stops without telling anyone.

Document the new way, including the tool

The written process needs updating to describe what the system now does, what the person still does, who owns the automation, and where the logic lives. Otherwise you have replaced a process that lived in one person's head with one that lives inside a tool nobody understands, which is not an improvement.

The order that works

Watch the real process. Write it down. Delete what is unnecessary. Agree the variations that are real. Tighten the inputs. Then automate the narrow, rule based part, with monitoring and a fallback, and document the result.

Most of that list has nothing to do with technology, which is why the businesses that get the most from automation are usually the ones that did the process work first.

That earlier work is where we spend most of our time with clients. The tool is rarely the hard part.

If an automation project has stalled, the process underneath is usually where to look. Book a consultation, or visit www.expertechsolution.com.

Related reading

Previous
Previous

What to Do When the Referrals Go Quiet

Next
Next

How to Write a Scope of Work That Prevents Arguments