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

Programming

17781 readers
873 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 [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 32 points 2 days ago (1 children)

I would imagine it’s more ChatGPT getting about as good as stackoverflow.

Couple that with the ability to ask a question without someone closing it as off topic, or a duplicate, or telling you you don’t actually need to do the thing you need to do, or bringing up the XY problem, or… well the list goes on.

ChatGPT might hallucinate sometimes but it’s nice about it and it fundamentally changes the barrier to entry to ask a question in the same way that stackoverflow once did.

Stackoverflow was a step change because it excelled at being a a great place to ask questions because they gamified people actually answering them.

ChatGPT is another step change because it makes it so you can get a similar quality answer instantly and without any of the social baggage. It also allows you to have follow-ups and get into a groove of question and answer. It’s not always right but I was pleasantly surprised using it to navigate unfamiliar libraries and apis and being able to drill down on something. Even when it got something wrong it got it right enough that I could course correct without having to argue back and forth with someone.

[–] CMahaff 16 points 2 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.

[–] [email protected] 2 points 2 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 8 points 2 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.