Earlier quoted context omitted.
Everyone loves to say this... because it's everyone's experience. I stopped using SO as a resource years ago (well before the advent of LLMs) because it got to the point where almost invariably, when I found a post that managed to perfectly articulate my question, it was closed as a duplicate of some other, distinctly unhelpful question. But it wasn't always that way. There's a fine line between strict moderation and…
I rarely posted questions on SO but I largely stopped using it as a resource because of exactly this. I got tired of searching for answers only to find closed-as-dupe questions. I feel like in their search for “quality” they completely forgot that they needed engagement to deliver value. The whole premise was that the correct answers would bubble to the top, but their system ended up pushing everyone to old questions…
Stack Overflow’s forum is dead but the company’s still kicking
101–110 of 267 posts
Re: Stack Overflow’s forum is dead but the company’s still kicking
#102Just look at the graph, Covid peak aside its previous peak was in 2016 and it was in continuous decline since then. All LLMS this was increase the slope.
Re: Stack Overflow’s forum is dead but the company’s still kicking
#103Earlier quoted context omitted.
Everyone loves to say this when the death of Stack Overflow is discussed, but it always was that way. Strict moderation, love it or hate it, was part of the platform. And it could have kept going that way for many more years if not for LLMs 99.9% obviating the need for a coding Q&A forum.
Everyone loves to say this... because it's everyone's experience. I stopped using SO as a resource years ago (well before the advent of LLMs) because it got to the point where almost invariably, when I found a post that managed to perfectly articulate my question, it was closed as a duplicate of some other, distinctly unhelpful question. But it wasn't always that way. There's a fine line between strict moderation and…
I think most of my questions ended up with this, when I had very good reasons for doing it the way I was doing it. I typically wasn't showing it because I had isolated the problem I was facing into the minimal amount of code to duplicate it, or I was stuck with the particular tech I was using and we had 12 years of code built on top of it and I couldn't switch.
Re: Stack Overflow’s forum is dead but the company’s still kicking
#104Call me crazy but sometimes I still find a better solution on StackOverflow than what Claude Code insists to do. I'm not sure we're better off without SO in the long run.
Definitely not better off. SO was fairly mean spirited, but nowhere else has such a vast trove of high quality answers to common software problems been collected. SO likely trained many of these models with its answers, and I don't know what software development will look like when it dies.
Re: Stack Overflow’s forum is dead but the company’s still kicking
#105Re: Stack Overflow’s forum is dead but the company’s still kicking
#106Call me crazy but sometimes I still find a better solution on StackOverflow than what Claude Code insists to do. I'm not sure we're better off without SO in the long run.
Re: Stack Overflow’s forum is dead but the company’s still kicking
#107Call me crazy but sometimes I still find a better solution on StackOverflow than what Claude Code insists to do. I'm not sure we're better off without SO in the long run.
needed to implement a language feature that was a bit complicated and im not familiar with it so just planned with claude to do it, and after each write/fix cycle it just wouldn't work right.... gave up, went back to SO copy pasted the (not perfect but enough to start from) answer and worked up from there...
at the same time my knowledge grew and im more confident to do this same capability myself whereas reiterating with claude it was just a slog and i didn't learn much...
i think i may be starting to sour on these "do it all for me" usage scenarios for ai... especially for unfamiliar areas...
Re: Stack Overflow’s forum is dead but the company’s still kicking
#108Earlier quoted context omitted.
Or Reddit. I don't know about Claude but Gemini has given me answers that are verbatim comments from Reddit.
Claude does it quite a bit when you’re triggering the search tool functions. It’s fine, and what you would expect for certain prompts, except that the synthesized results often come back communicating more authority than they deserve.
On the other hand, Claude later nailed this project, where I as a human said before, no, too much extra work.
Re: Stack Overflow’s forum is dead but the company’s still kicking
#109Earlier quoted context omitted.
And, the AI trained on Stack Overflow. So if no one is posting new questions, and new answers. What will AI train on next, for the next thing.
your prompts, and the code you have it review.
I thought point was on Stack Overflow, there were community voting on 'best' answer.
If it is just me and the AI. Then the AI training data, is just whatever I approved the AI to do. Just my opinion.
Re: Stack Overflow’s forum is dead but the company’s still kicking
#110Stack Overflow might be the greatest receptacles of human knowledge on programming. But I would argue that it usefulness only extends to its body of knowledge. As a service and/or community it has been pretty terrible for a long time: If you were a new user trying to learn programming, it was maybe one of the most toxic resources available. I don't think I have posted a question since 2019. And even there, the only t…