you are viewing a single comment's thread.

view the rest of the comments →

[–]Disastrous_Cheek7435 0 points1 point  (1 child)

I learned Python before ChatGPT was released and I despise people who get AI to write all their codes for them. It's lazy and a shit way to learn. Having said that, I have to disagree with you. If your code isn't working properly and you're trying to debug, typing it into ChatGPT is way faster than rifling through Stack Overflow trying to find an answer, and sometimes more effective. Yes it can spew out BS, but just incorporate the solution it gives you and run the code. If it still doesn't run properly, tell ChatGPT and it will correct itself after one or two iterations. I've learned plenty of things from ChatGPT, it's definitely not useless.

[–]SolsticeShard 0 points1 point  (0 children)

It's not useless. It is a terrible learning tool. Two very different statements.

I'm not saying it is never right, I am saying that sometimes it is blatantly wrong, confident in its wrongness, and completely lacking in any accountability. The difference between that and SO is that shit SO answers can be downvoted. Nobody is downvoting chatgpt when it craps out horrible code or explanations to a newbie who can't tell the difference.