Hacker News new | ask | show | jobs
by agentultra 1114 days ago
> my favorite is generating and explaining code snippets for languages/libraries I’m not familiar with.

For me this is one of the more dangerous uses.

Humans are already pretty bad at detecting errors in code. Bertrand Meyer, an expert with some renown in formal methods, couldn’t find an error in a one-liner of Eiffel code generated by ChatGPT. What hope do programmers with less training have to recognize when ChatGPT has given them an incorrect summary?

1 comments

What hope do Jr programmers have in figuring out the own errors they have in their own code they've written?

I work in the code security industry, and there is one truism, that is people typically write code until it compiles and or doesn't return an immediate error, they do not write code until it is 'correct'.