Automation is a multiplier, not a corrector
The instinct to automate a slow, error-prone process comes from a reasonable place: the process is causing visible pain, and automation promises to make it faster and more consistent. What that instinct misses is that automation multiplies whatever the process already does. If the process routes work to the wrong team ten percent of the time, automating it doesn't fix the routing logic, it just executes the wrong routing faster and more confidently.
A bad process run manually at least has the friction of human judgment occasionally catching an obvious mistake before it goes further. Automate it, and that friction disappears along with the errors' visibility, not their frequency.
Automation hides the symptoms that would have surfaced the problem
Bad processes usually get fixed because they cause enough visible pain that someone is forced to redesign them: complaints, delays, an exception queue that keeps growing. Automation tends to reduce exactly those visible symptoms even when the underlying logic is still wrong, because the process now executes faster and the queue moves even when it's moving work to the wrong place.
That's the mechanism by which automating a bad process makes it actively harder to fix later: the pain that would have prompted a redesign quietly disappears, while the underlying flaw keeps compounding underneath a smoother-looking surface.
A bad process run manually at least has the friction of human judgment occasionally catching a mistake. Automate it, and that friction disappears along with the errors' visibility, not their frequency.
Tanvir Islam, Chief Operating Officer
What we do before automating anything
Before any automation work starts, we map the process as it actually runs today, not as the process documentation says it runs, because those two are reliably different once a process has been in place for more than a year or two. The gap between documented and actual process is usually where the real problems live.
Only once that map reflects reality do we ask which parts of it are worth keeping, which are workarounds that accumulated because nobody had the mandate to fix the underlying issue, and which steps exist for reasons nobody currently in the building remembers. Automate the first category. Redesign the second and third before touching them.
The discipline that's easy to skip
The pressure to skip this step is real, because process redesign is slower and less visually impressive than shipping an automation. Leadership sees a working bot faster than it sees a redesigned workflow, and that timeline pressure is exactly what leads teams to automate the process they have instead of the process they should have.
The fix is a simple sequencing rule, not a complex methodology: no automation work begins until someone can explain why the process being automated is the right process, not just the current one. That single question, asked early and honestly, prevents most of the expensive automation failures we get called in to unwind.