|
|
|
|
|
by VBprogrammer
3 hours ago
|
|
> Can there be bugs? Sure. That's the price of not reading or understanding every line. I've yet to come across a human developer who's output would meet this standard, despite writing every line. In fact, having an LLM review our code is catching quite a few bugs before it reaches QA. |
|
The humans may skip unit tests and need reminding; the AI always write unit tests once it's in AGENTS.md or whatever, but my experience* was that 5-10% of the time the LLM's attempt at a "test" would, instead of executing the code and examining the results, open the source code as a text file and run a regex to find/exclude certain substrings.
* At the start of this year, because Anthropic and OpenAI were both offering free trials. IDK how much things have changed since then, some things change fast in this domain, other things don't.