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 code-review invariants software-correctness system-design testing Aug 11, 2026

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...

Continue Reading...
Scan the Dispatch Seam, Not a List of Files ai-systems code-review security software-architecture testing Jul 17, 2026

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...

Continue Reading...