I've learned the hard way that using the word automation to describe an initiative, project, process, or algorithm is a bad idea. Equating automation with artificial intelligence is even worse. Anchoring a digital transformation on initiatives driven by automations completely misses the point.
In this post, I'm going to explain why you should avoid calling it automation, or at least, what some of the pitfalls are if you do describe the work you're doing as automation.
First, here is a bit of perspective. IT has been automating work for decades. Your data integrations are at least partially automated unless all you have is an SFTP folder and then perform all the steps to load databases manually. Who does that?
Your software build process may not qualify as CI/CD pipelines, but there are some aspects of going from code in version control to running the application that is almost definitely automated.
And yes, your choice of words is essential. What you name an initiative can either get executives and employees interested right from the outset or drown them in confusing buzzwords and acronyms.The Good, the Bad, and the Ugly of Automation
- The good - Executives understand the word and will likely buy into initiatives promising automation because they equate it with cost reduction and quality improvement.
- The bad - Automation sets a very high bar. Are you 100% automating a workflow or only a percentage of the steps? Will the automation be robust and handle 100% of the edge and outlier use cases, or is it more of augmentation, and people will need to handle some steps or exceptions? Will it scale on day one, or will you have to invest in the automation to achieve it?
- The ugly - Someone or some group in your organization is going to equate your efforts to develop or improve automation with their loss of job, function, or importance. As soon as you announce, "We're automating X," then some people think, "Shit, does that mean I'm out of the job?" Even worse is if you hide it from people, and they find out about it through hearsay or when you're a sizable percent complete. Talk about creating detractors, you've just given a person or group plenty of reason to create speed bumps to frontal assaults to slow or stop your progress.
When RPAs are Massive Technical Debt
Avoid Setting False Expectations with Automation
- Automating builds and deploys with CI/CD -> "Deploy applications more frequently"
- Automating payroll -> "Simplify how employees get paid"
- Automating account reconciliations -> "Completing end-of-month reconciliations easier"
- Automating help desk tickets -> "Improving employee experience and satisfaction"
- Automating web scraping -> "Capturing more unstructured data with higher quality"
Amen, Ive seen the same happen. Domain knowledge people will NOT investigate automation for largely the same mentioned reasons. And if you ask for documentation on the process...forget it.
ReplyDeleteThanks for the comment! Working on the five other recommendations now and will be sharing them soon.
Delete