Testing your AI generated code like a human reviewer The best test I know for agent written code: delete the implementation and see if the tests fail. If they still pass, they were never testing anything. Agents love writing tests that only check the code runs and not that it is right.

Source: [Dev.to](https://dev.to/daymondhyper/testing-your-ai-generated-code-like-a-human-reviewer-17fg)

Sponsored