LLMs are way faster than me at writing tests. Just prompt for the kind of test you want.
Quality increases if I double check code with a second LLM (especially o4 mini is great for that)
Or double check tests the same way.
Maybe even write tests and code with different LLMs if that is your worry.
I can and do use AI to help with test coverage but coverage is pointless if you don’t catch the interesting edge cases.
Maybe use one LLMs to write the code and a wildly different one to write the tests and yet another wildly different one to generate an English description of each test while doing critical review.