developers
Your AI Agent Is Lying About Test Coverage
AI agents write tests the same way a bad developer does: they optimize for green, not for coverage. The specific failure mode is building the expected value inside the test itself — the agent formats a string, asserts it matches the string it just formatted, and reports success. The test never