The violation of The Sensor.
A Black Box is a system whose failure is invisible from the outside. It does not tell you it is sick. It just stops working, and you find out from a user, or from a graph that spiked with no per-stage timing underneath it to say which stage spiked, or from a flake with no timestamps to anchor it to anything.
The tell: “it just stopped working,” with no signal. A p99 that climbs with nothing to attribute it to. A bug that only reproduces on Tuesdays, where “Tuesday” is a timestamp pattern with no instrumentation beneath it.
The dangerous instinct, when something fails invisibly, is to start forming hypotheses or to scale the cluster. Both are guesses dressed as action. The first move with a Black Box is always the same: restore the instruments. Add the per-stage timing, capture the external call IDs, make the next failure legible. You cannot debug what you cannot see, and you cannot fix what you cannot debug.
A system with no tests and no gates is a Black Box by construction: the only instrument is a human running it by hand, and every bug is found by hitting it in production. The cure is never more discipline. It is a sensor.