this post was submitted on 08 Jan 2025
210 points (98.6% liked)

Programming

17787 readers
172 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CMahaff@lemmy.world 16 points 3 days ago (1 children)

Bleh, maybe I'm an old man, but when I'm searching stackoverflow, I find the context of stack overflow answers really helpful.

I.E. the top result may include caveats itself or have comments indicating why an answer might be problematic. And sometimes the best answer isn't even the top answer. I've not used AI code assistance very much, but these all seem like things that the model is likely to take for granted.

But I also never contribute to stackoverflow, and agree I'd much rather engage with with an AI than do THAT.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 2 points 3 days ago (1 children)

but these all seem like things that the model is likely to take for granted.

I see it pretty often saying "you could do it this way, or XYZ other way"

[–] jacksilver@lemmy.world 8 points 3 days ago

Yeah but the benefit of professionals and actual users speaking up is that they can speak to more than the immediate need.

ChatGPT is always ready to provide answers, but I've rarely see it be aware enough to offer advice when unprompted.

Basically if you're so wrong you don't even know your wrong, ChatGPT isn't likely to help, but people online can and at least did.