logoalt Hacker News

starkeepertoday at 4:43 PM1 replyview on HN

On a similar note I recently deleted a whole bunch of automated tests because if the AI is going to write most of the code then I should test it to make sure it's good! This won't work for all projects, but for my indie games it's a good idea.


Replies

rectangtoday at 4:51 PM

> I recently deleted a whole bunch of automated tests because if the AI is going to write most of the code then I should test it to make sure it's good!

??

You say you deleted the tests, because you "should test it"? The logic seems inconsistent.

Sanity checking LLM-generated code with LLM-generated automated tests is low-cost and high-yield because LLMs are really good at writing tests.

show 2 replies