Good automation is boring
The best automation I’ve ever built is the kind nobody talks about. It runs, the work gets done, and everyone forgets it exists. That’s the goal: boring, in the best possible way.
It’s tempting to measure automation by how clever it is. But cleverness isn’t the point — trust is. A process is only truly automated when people stop checking whether it worked.
What boring automation needs
- It fails loudly, not silently. When something goes wrong — and eventually it will — you want to know immediately, with a clear message, not discover it three weeks later.
- It’s understandable. Six months from now, someone (maybe you) needs to read it and know what it does. Clever-but-opaque is a liability.
- It does one thing well. Small, composable pieces beat one giant script that does everything and breaks in mysterious ways.
- It’s observable. You can see what it’s doing and what it did. This is where good visualisation earns its keep.
That last point is a big part of what I care about at BioCam Technologies: not just automating the work, but making the system easy to see. When you can watch a process run, you trust it — and you spot problems before they become incidents.
Boring automation is harder to build than clever automation. It’s worth it.