Hacker News new | ask | show | jobs
by ori_b 259 days ago
> 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.

1 comments

Not in my experience.

Maybe if your instructions are super unclear?