> Unit testing. LLM's are very good at writing tests and writing code that is testable (as long as you ask it)
The unit tests LLMs generate are also often crap, testing tautologies, making sure that your dependencies act as specified without testing the actual code, etc.