←back to thread

466 points 0x63_Problems | 1 comments | | HN request time: 0.351s | source
1. phillipcarter ◴[] No.42138635[source]
Speaking personally, I've found this tech much more helpful in existing codebases than new ones.

Missing test? Great, I'll get help identifying what the code should be doing, then use AI to write a boatload of tests in service towards those goals. Then I'll use it to help refactor some of the code.

But unlike the article, this requires actively engaging with the tool rather than, as they say a "sit and wait" (i.e., lazy) approach to developing.