← Writing

The failures that hurt are the quiet ones

19 August 2026 · 5 min read

Ask an agency operator what breaks and they rarely describe a crash. Crashes are easy — something throws, you get an alert, you fix it. The expensive failures are the ones that look like nothing happening.

It was the ones that just quietly stopped firing and nobody noticed for a day or two.

r/n8n, Jul 2026

Why silence is the default

Most automation monitoring watches for errors. But a large share of real-world failures never produce one:

In all four cases an error-only alert stays quiet. The first person to notice is the client, and by then you are explaining rather than fixing.

What actually catches it

The shift is from watching for failure to watching for absence — from 'tell me when something breaks' to 'tell me when something that should have happened didn't'.

The honest version of this advice

You can build most of this yourself, and sophisticated operators do. One practitioner in the same community runs a dedicated error workflow across 52 workflows that pushes alerts to a channel — that is a real solution and it works.

What self-built monitoring tends not to cover is the absence case, because 'nothing happened' is harder to detect than 'something threw'. If you build nothing else this quarter, build the check that fires when a run does not.

We are building Tenvik partly around this problem, so weigh the framing accordingly — but the failure modes above are drawn from what operators describe, not from our roadmap.

Tenvik

The ops layer for agencies running n8n for clients. No product yet — the founding list decides whether it gets built.

Join the founding list