The entrepreneur always searches for change, responds to it, and exploit it as an OPPORTUNITY.
- Peter Drucker
Green Tests Can Assert Less Than the Invariant Requires
Aug 11, 2026
Continue Reading...
A test suite going green tells you one thing: the assertions you wrote passed. It does not tell you that the property you actually care about holds. Those two things usually overlap. On a recent piece of infrastructure work — a system meant to coordinate independent actors under a set of hard invari...
Scan the Dispatch Seam, Not a List of Files
Jul 17, 2026
Continue Reading...
We had a shared secret scanner. We had a comment saying it covered every path that assembled context and sent it to an external model. Both were true right up until they weren't: one assembly path had quietly grown up without ever inheriting the scanner. Nothing detected the gap, because the claim o...