Hacker News new | ask | show | jobs
by smolder 609 days ago
Relying on LLMs to code for you in no way solves the safety problem of C/C++ and probably worsens it.
1 comments

probably?

even if the LLM is trained on flawless C code (which it isn't) it still has no way of reasoning about a complex system, it's just "what token is statistically most likely to come next"

I said that because it's very possible for someone to write a more flawed program without an LLMs help. The exact probabilities weren't central to my point.