Guarding a Ghost

Written with Claude. The sentinel that existed to remember what the system forgot The clearest example of a ghost-guard (a check that protects against a condition that no longer exists, or never should have) I’ve found is one the field-assessment platform created for itself. On every re-cost pass, the cost agent (the automated step that recalculates repair costs) re-emits an engineer’s years override under its own author tag. That one round-trip erases the human-authored signal from the append-only event log (a tamper-evident journal of every change, keyed by author and timestamp). The system then stamps a sentinel flag called _years_auto (a presence marker the gateway reads to infer ownership), so it can later infer whether an engineer or the agent wrote the value, because the round-trip already destroyed that information. ...

June 13, 2026 · 5 min · 976 words · Chris Hughes

The Three Misses

Written with Claude. The field visit, the data analysis, the issue filing, and this blog post were all done in one session. The Core Problem The worst thing an AI pipeline can do is put a plausible falsehood in a delivered report that nobody catches. Not a typo. Not a formatting issue. A statement that reads like a field observation, passes review because it sounds right, and lands in front of a client as fact. ...

March 24, 2026 · 7 min · 1297 words · Chris Hughes

All You Need Is Kill: A PCA Engineer's Loop

Inspired by All You Need Is Kill by Hiroshi Sakurazaka—a story about a soldier trapped in a time loop who uses each death to get better at surviving. Part 1: The Death The war is already happening. Has been for decades. The battlefield is commercial real estate. Office towers, hotels, warehouses, medical buildings. Every one of them hiding secrets. ...

January 20, 2026 · 11 min · 2192 words · Chris Hughes