Back to articles

Tag archive

#testdesign

T
Aug 24, 2026

The Contract Test Is the Only Witness the Agent Cannot Author

A test the agent wrote against code the same agent wrote shares the agent's blind spot: a misunderstanding in the implementation becomes a matching misunderstanding in the test, the bar goes green, and the bug ships certified. Consumer-driven contract tests are the only category where a second team publishes the assertion the first team has to satisfy. That separation of authorship is exactly what tamper-resistant test design demanded, applied at the integration seam.

Aug 24, 20268 min read1 reactions2 comments
The Test Pyramid Was an Economic Argument
Jul 20, 2026

The Test Pyramid Was an Economic Argument

The test pyramid was not a quality law. It was a cost structure: unit tests were cheap, integration tests were expensive, so you wrote many of the first and few of the second. Agents collapsed the cost of writing tests at every level, and the cheapest test that still tells the truth is the one that pins a seam the agent cannot fake.

Jul 20, 202610 min read0 reactions0 comments