All resources

Automation that ships

Most automation projects die in the gap between the pitch deck and the production line. Here's the gap — and how to cross it.

We've watched it happen a hundred times. A team gets excited about an automation idea on Monday. By Friday there's a Loom video. Two weeks later there's a Slack thread of bugs nobody's chasing. Two months later, nobody mentions it again.

The reason isn't laziness. It's that "build an automation" is the wrong unit of work.

The unit is the workflow, not the tool

Before you write a single trigger, answer three questions: who is downstream of this work, what do they currently do with their hands, and what gets repeated. Anything that isn't both downstream-facing and repeatable is research, not automation.

Guardrails first, scope second

A working automation with one guardrail beats a clever one with none. Pick the failure mode you're most afraid of — wrong input, wrong output, runaway loop — and build the guardrail before the happy path. The happy path is the easy bit.

Ship one, observe it, then ship the next

The biggest mistake teams make is shipping a portfolio of half-built automations because each looked easy. Each one becomes a maintenance tax. The compound interest of automation isn't in the workflows you have — it's in the ones you can trust.

An automation is "shipped" only when it has run unattended for two weeks and someone other than its builder has used it.

Confidence beats cleverness

The boring, well-instrumented automation that nobody talks about is the one that's actually saving you time. The clever one that needs explaining at every standup is a liability. Pick boring.