Study finds AI assistants help developers produce code that's more likely to be buggy / Computer scientists from Stanford University have found that programmers who accept help from AI tools like Github Copilot produce less secure code than those who fly solo.
theregister.comSubmitted by Sorin61 t3_zrd125 in technology
Ok-Welder-4816 t1_j135pbr wrote
Just like any other code completion tool, you have to understand what it's suggesting and evaluate it before accepting with the tab key.
I've only used whatever is built into VS 2022 (and sometimes Resharper), but it often suggests exactly what I was going to type anyway, especially if I'm making the same change in many different places. I don't use it for ideas, I just use it to save typing. But I already have a deep knowledge of the language, libraries, etc.