Comment Re:Ditto: have to throw away 1/2 of what Claude do (Score 1) 128
I've given up trusting it to write unit tests.
Claude is exceptionally good at inferring test scenarios, but in terms of implementation IMHO it writes tests that are far too much low level and focused on implementation details.
In my existing projects I almost always have my own test patterns and utilities that effectively provides a mini-framework at the abstraction level I consider appropriate. I can tell Claude to use these as basis for new tests and it helps immensely in getting the kind of test implementations I want.
Note though that the reason most of my projects got these mini-test-frameworks was originally to avoid other human developers implementing tests using the same anti-patterns, so it's not a new problem nor an AI coding agent specific one IMHO.