Home / Field Notes / Why Most Automation Fails
THE FORGE METHOD · N°06

Why Most Automation Fails

It is not the tool. It is not the team. It is the assumption that automation is a feature rather than a discipline. Three failure modes we see in every engagement.

THE FORGE 5 MIN READ APR 22, 2026

Failure Mode One · The Hero Build

One senior person on the team becomes fascinated with Zapier, Make, or a new AI tool. They build six workflows over two weekends. The workflows work beautifully, for the senior person. Nobody else understands them, owns them, or can fix them when they break.

Six months later the senior person leaves or changes teams. The workflows break silently. The team quietly reverts to manual processes, each of which is subtly worse than the original because the institutional memory of how to do it manually has decayed. The company ends up worse than before the automation.

An automation with one owner is not an automation. It is a hostage.

Failure Mode Two · The Paper-Over

A bad process exists. The team is frustrated by it. Leadership buys an automation tool to fix it. The tool encodes the bad process, makes it faster, and makes it much harder to change. Now you have a fast bad process, documented in YAML, with a subscription fee.

The Forge rule: if a process is bad, do not automate it. Redesign it. Then automate the redesign. Order of operations matters. Automation locks decisions in place, make sure the decisions are the right ones before you pour the concrete.

[Speeding up a broken process produces more broken output, faster. Redesign first. Then automate.]

Failure Mode Three · The Unmonitored System

The automation runs for three months. It looks like it is working. It is not working. An edge case introduced in month two has been silently producing incorrect output for nine weeks. Nobody noticed because nobody was watching, the purpose of automation was to stop watching.

The only legitimate way to deploy automation is with monitoring that is at least as rigorous as the work the automation replaced. Every installed system needs a measured output, a threshold for acceptable drift, and an alert when the threshold is crossed. No monitoring, no deploy.

[Quality of automation output decays without observability. Install monitoring before you install the automation.]

What Works Instead

Automation as a discipline has three rules. Every system has at least two owners, one of whom is not the builder. Every system redesigns the process before automating it. Every system emits telemetry and alerts.

These three rules sound boring. They are what separates automation that compounds for years from automation that quietly fails in the background. The Forge does not ship a system until all three are in place. It is not negotiable.

Next step

From reading to installing.

Field Notes diagnose the friction. The Sprint and the Install eliminate it.