AI Writes Tests. The Tests Pass. Nobody Can Tell You What They're Testing.
AI can generate a complete test suite — descriptive names, 94% coverage, green CI — in the same session it writes the implementation. The gap is behavioral: tests written after code verify what the code does, not what it should. Mutation testing makes this visible.