Skip to main content
01
Signal
02
System
03
Build
04
Impact
Automation2026-06-01 · 5 min

When to Automate a Workflow (and When Not To)

Not every manual process needs automation. Here is a framework to decide when the investment pays off.

By Carlos Tamayo Ponce

The framework

Not every manual process needs automation. Before writing any code, ask: is this process stable? Does it happen frequently enough? Would automating it free up time for higher-value work? If the process changes weekly, automation creates more maintenance than value. If it is repetitive and predictable, automation is likely worth the investment.

Start with the smallest version

The best automation is the one that solves 80% of the problem with 20% of the effort. Start with a script, a Zapier-like integration or a single-purpose tool. Only build a full application when the process proves stable and valuable enough to scale.

Measure before and after

Track time spent on the manual process for a week before automating. Then track time spent after. If the automation saves less than 2 hours per week, the cognitive cost of maintaining it may outweigh the benefit.