The Equilibrium · Issue 022026-06-12

A warning nobody reads is the same as silence.

The discourse this week was about agents replacing engineers, again. Meanwhile the most valuable thing an agent did for me all week was janitorial.

I moved my knowledge base's weekly maintenance off my laptop and onto an always-on server this month. Same job: process the update queue, check for dead links, stamp the index. The first automated run caught something my laptop never could have: a set of links that worked on my Mac and broke on the server.

The cause is a classic. macOS treats FILE.md and file.md as the same file. Linux does not. My wiki had grown link drift that was invisible on the machine I wrote it on and broken on the machine that serves it. Every manual check I'd ever run was on the forgiving filesystem, so every manual check passed.

Two lessons came out of that run, and the second one matters more.

Your dev machine lies to you

First: your dev machine lies to you in ways you can't see from inside it. The only fix is running checks somewhere that disagrees with your laptop.

Enforcement has to be mechanical or loud

Second, the one I keep relearning: enforcement has to be mechanical or loud, never polite. For months my system "handled" problems by writing warnings to a log file. Nobody reads log files, including me, including the AI. A warning nobody reads is functionally identical to no check at all.

The rebuilt loop does two things instead: it fixes what it can fix itself, and it sends what it can't fix to a channel I actually look at. The middle option, quietly noting the problem somewhere, is gone. The middle option was always a lie.

If you have any automated check in your life right now, ask one question about it: when it fails, who gets interrupted? If the answer is "a file," you don't have a check. You have a diary.

Worth it / Skip it

Worth it

Giving any recurring AI job a dedicated, boring schedule and a loud failure channel. The glamour is in the agents; the compounding is in the cron.

Skip it

Adding a second AI tool to monitor your first AI tool. Fix the reporting channel first. Most "monitoring" gaps are attention-design problems, not capability problems.

Get the next one

The Equilibrium: one short issue, no model-release noise. Or read how the whole system is wired.

Subscribe Read the guide