What "it works" means
The trap
A long night of building. Several "it works" announcements turned out to be false a few minutes later: a terminal that opens but stays frozen, a counter that stays at zero, a screen that displays something else. Not out of bad faith: out of impatience. We announced what we believed, not what we had verified.
The rule that fixes it
"Written ≠ deployed": a commit does not mean that the server runs the new code. "Tested, not read": reading logs is not a test. An "it works" announcement must be followed by what you verified, in the same sentence. What the browser received, what the user experienced.
What keeps it honest
Saying "I think it works, but I haven't tested it" when you haven't tested it. Accepting being corrected. Every mistake caught becomes a lesson. We now know what it costs to pretend, and what it pays to verify.