After ChatGPT disruption, Stack Overflow lays off 28 percent of staff::The popular developer forum is still hunting for a “path to profitability.”
I can also ask basic, repetitive questions framed exactly to my use case without getting yelled at that the question has been asked and answered before.
kescusay@lemmy.world 1 year ago
Great. So once Stack Overflow is dead, where will ChatGPT get actual, correct answers from?
orclev@lemmy.world 1 year ago
Comment Closed: Duplicate Post
See other comment about different company going out of business for totally different reason.
Renacles@discuss.tchncs.de 1 year ago
They also went out of business 10 years ago and the market has changed since then.
Murvel@lemm.ee 1 year ago
I mean, the AI can memorize the programming documentation, sweep different github repositories, and the programming itself is already learned behavior.
That’s for programming. As for fault finding, that might get more challenging for the AI without stack overflow.
Asifall@lemmy.world 1 year ago
I’m skeptical that an LLM could answer questions as effectively just with documentation. A big part of the value in stack overflow and similar sites is that the answers provided come from people who have experience with a given technology and have some understanding of the pain points. Often times you can ask the wrong question and still get a useful answer because the context is enough for others to figure out what you might be confused by.
I’m not sure an LLM could do the same just given the docs, but it would be interesting to see how close it could get.