AI Code suggestions will guide you to making less secure code, not to mention often being lower quality in other ways.
This is a PR post from a company selling software.
Comment on Why are people seemingly against AI chatbots aiding in writing code?
WolfLink@sh.itjust.works 3 months ago
All that being said, I do think there is a place for chat GPT in simple queries like asking about syntax for a language you don’t know. But take every answer it gives you with a grain of salt. And if you can find documentation I’d trust that a lot more.
AI Code suggestions will guide you to making less secure code, not to mention often being lower quality in other ways.
This is a PR post from a company selling software.
All that being said, I do think there is a place for chat GPT in simple queries like asking about syntax for a language you don’t know.
I am also weary regarding AI and coding but this is actually the first time I used ChatGpt to programm something for a small home project in python, since I never used it. I was positively surprised in how much it could help me getting started. I also learned quite a bit since I always asked for comparison with Java, which I know, and for reasonings why it is that way. I simply also wanted to understand what it puts out. I also only asked for single lines of code rather than generating a whole method, e.g. I want to move a file from X to Y.
The thought of people blindly copying the produced code scares me.
cy_narrator@discuss.tchncs.de 3 months ago
Yes, I completely forget how to solve that problem 5 minutes after chatGPT writes its solution. So I whole heartedely believe AI is bad for learning