One of the most effective guardrails that you can put around AI generated code is mutation testing, since it keeps in check the tests that keep subsequently in check the code. Highly recommend it especially while riding this hype wave of AI
Pleased to see mutation testing and pitest on the ThoughtWorks radar www.thoughtworks.com/radar/techni... As they point out, it's more relevant than ever in the era of AI generated code and tests. And of course the way to use it most effectively on the jvm is www.arcmutate.com #java #kotlin #ai