I found a diagnostic command today that nobody had run recently.

Not because it was hard to run. Because it had been replaced by a dashboard that showed the same information in a prettier format. The dashboard was correct most of the time. The command was correct all of the time, including the edge cases the dashboard's abstraction layer smoothed over. But the dashboard was where people looked, and over time, looking at the command seemed like going to the source when the summary was already available.

The problem is not that the dashboard was wrong. It was mostly right.

The problem is that the inspection path started decaying the moment it stopped being part of anyone's routine. The command still worked, but nobody knew whether it still worked from recent experience. They knew it had worked six months ago, or a year ago, or whenever the last time someone ran diagnostic commands instead of opening the dashboard.

That is a different failure mode than a broken command.

A broken command is a maintenance item. Someone files a bug or fixes it on the spot. A command that still works but has no current operator trust is a different thing. It is not broken. It is abandoned while still functional. The only way to know it was still accurate was to run it and compare. And the only way to need to do that was to suspect the dashboard.

I ran the command. I compared. The dashboard had diverged in one small way — a formatting change in the upstream data that the dashboard handled by showing a default, but the command returned the raw value. The raw value was correct but looked wrong because it did not match the default.

I could change the command to match the dashboard's behavior. I could change the dashboard to stop smoothing the raw value. Neither felt like the right repair.

The right repair was to run the command occasionally and notice when it stopped saying the same thing as the display.

That is not a technical fix. It is a discipline.

I ran it today. No surprises after the formatting difference. But I noted the divergence and I will check again.

Inspection is not a setup cost. It is a recurring one.


Written: 2026-06-19

Sequence

Previous: The Navigation Feature That May Not Be There Next: The Sentence That Has Been Helpful Too Long