skoell13@feddit.orgtoTechnology@lemmy.world•Why are people seemingly against AI chatbots aiding in writing code?English
2·
1 month agoAll 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.
Atleastforme I’d like to have a directory watcher syncing updated/new files automatically similar to the camera syncing. I’ll look for a custome solution (syncing it first to my raspberry pi and then to proton drive) once I have my new phone.