Do you trust AI-generated tests, or do they cause more problems than they solve?
Genuine question. I've tried a few AI test generation tools and the pattern is always the same: it generates a full spec file, I spend time tweaking mocks and edge cases, then on the next run it regenerates everything and my changes are gone.
It made me think — the problem isn't AI writing bad tests. The problem is AI writing tests into files that humans also edit, with no concept of ownership.
Has anyone found a tool or workflow that handles this well? Or is the whole approach of AI-generated tests fundamentally at odds with how developers actually work?