Comment Re:25,000 lines of code (Score 1) 40
It takes a lot of time to create GOOD code with LLMs. The first thing it generates might be good, but not good enough to ship. All the happy-path tests and unnecessary string equals checks (like testing that a hard coded message is the exact string we specified... come on now) aren't going to tell you about all the edge cases you missed. It can only generate what you tell it to. There will be bugs.