Live data from Hacker News

The Fall of Stack Overflow

observablehq.com

11–20 of 808 posts

Re: The Fall of Stack Overflow

#11
post #2

This is a large decline. It does not correlate well with the rise of LLMs, which have shifted my own habits away from Stack Overflow recently. Looking through the graphs, the most dramatic shift was the large drop in new visits in the first half of last year, by two thirds or more. That seems late to be a Covid effect. There were some political controversies, but it would surprise me if they had such a large effect.…

I wonder if Google started de-ranking them in search results, or changed something similar that caused people to click through to Stack Overflow less frequently.

It is also possible there's a methodology issue. There's no source for where this data comes from.

Re: The Fall of Stack Overflow

#12
post #2

This is a large decline. It does not correlate well with the rise of LLMs, which have shifted my own habits away from Stack Overflow recently. Looking through the graphs, the most dramatic shift was the large drop in new visits in the first half of last year, by two thirds or more. That seems late to be a Covid effect. There were some political controversies, but it would surprise me if they had such a large effect.…

You trust LLM responses? I feel they are not worth the paper they are written on

Re: The Fall of Stack Overflow

#13
post #6

I think the problem is google losing the fight with spammers. It's being a while for me that I have to put "stackoverflow" in the search query to avoid sites with scraped content

And, IME, these scraped sites often manage to rank above the canonical source.

Re: The Fall of Stack Overflow

#14

I was promoted to one of those "mod" type people who reviews new answers, first posts, etc, a few years back. I can tell you that I quit in the last 6 months. All new answers are answers on questions from first time posters, answering questions that have good solid answers from 8+ years ago (mostly 10 years), and it is pretty obvious, they are just doing it to get points. The question/answer is not something that has…

I recall that about ten years ago there were reports that edits to Wikipedia were slowing precipitously. People wondered if this meant the imminent death of Wikipedia. With the benefit of hindsight, it seems more plausible that Wikipedia had merely shifted from its adolescent phase to its mature phase, and that all the low-hanging fruit had simply been harvested. If we look at the stats, Wikipedia's edit velocity maxed out in early 2007 (37 days per 10M edits), then fell to half that in late 2014 (73 days per 10M edits), and has actually increased a fair bit since then: https://en.wikipedia.org/wiki/Wikipedia:Time_Between_Edits

It's entirely possible that the same is happening to SO.

Re: The Fall of Stack Overflow

#15

Where were these data sourced from? As far as I know, StackOverflow does not publicize internal analytics with such granularity. If these figures are real, are they leaked?

Users with over 25,000 reputation can see site analytics that include charts that look a lot like these. https://stackoverflow.com/help/privileges/site-analytics

Re: The Fall of Stack Overflow

#16

I was promoted to one of those "mod" type people who reviews new answers, first posts, etc, a few years back. I can tell you that I quit in the last 6 months. All new answers are answers on questions from first time posters, answering questions that have good solid answers from 8+ years ago (mostly 10 years), and it is pretty obvious, they are just doing it to get points. The question/answer is not something that has…

I wonder if this might be partly because they have not made an effort to make their software be more intelligent about surfacing answers to questions as well as evaluating answers. I would think that, at some point, it isn't necessarily the fault of the question authors or those responding.

One of the things I say with some frequency is that all failures are engineering problems. Blaming the users/customers, in the end, fails to take advantage of an opportunity to improve the product, learn from mistakes and improve process.

Re: The Fall of Stack Overflow

#17

Where were these data sourced from? As far as I know, StackOverflow does not publicize internal analytics with such granularity. If these figures are real, are they leaked?

Users with over 25,000 reputation can see site analytics that include charts that look a lot like these. https://stackoverflow.com/help/privileges/site-analytics

That must be it. It would have been nice for the original post to include this information.

Re: The Fall of Stack Overflow

#18
post #2

This is a large decline. It does not correlate well with the rise of LLMs, which have shifted my own habits away from Stack Overflow recently. Looking through the graphs, the most dramatic shift was the large drop in new visits in the first half of last year, by two thirds or more. That seems late to be a Covid effect. There were some political controversies, but it would surprise me if they had such a large effect.…

You trust LLM responses? I feel they are not worth the paper they are written on

You don't necessarily need to trust them for them to be useful.

I can often evaluate a Copilot autocompletion (check that code looks right at first glance, check that it compiles, hover over method+type signatures to see their docs, run the code) in less time than it would take me to find+read a Stack Overflow answer.

Re: The Fall of Stack Overflow

#19

I was promoted to one of those "mod" type people who reviews new answers, first posts, etc, a few years back. I can tell you that I quit in the last 6 months. All new answers are answers on questions from first time posters, answering questions that have good solid answers from 8+ years ago (mostly 10 years), and it is pretty obvious, they are just doing it to get points. The question/answer is not something that has…

Thanks for your work as a mod.

While I understand it's a lot of work, and some (most?) might be posting low quality answers, my main problem with stack overflow has been exactly that over time, the top answer becomes stale.

The question is still relevant, but the best practice or library, platform whatever changed... That is a problem the stack overflow model has a hard time adapting too.. and it just gets worst over time..

Re: The Fall of Stack Overflow

#20
Interesting that this seems to have started around Spring 2021 when posts + votes started tailing off, followed by traffic starting to decline around spring of 2022.

I can think of a few theories that I don't think hold water:

1. The rise of ChatGPT to answer many questions that StackOverflow would previously have been used for. This seems unlikely, since the timing doesn't really work out.

2. The perennial complaints about StackOverflow's culture of closing everything as duplicates or offtopic. This seems unlikely as well, since those complaints have been common for a decade or more.

3. The prevalence of SEO-optimized scrape sites - the ones that pop up with a "blog post" merely reposting a stack overflow question + answer in a different font. I've seen these for a while, and anecdotally they feel more common that they used to, but I couldn't give any real timeline for that vague feeling.

4. StackOverflow internal politics? I've seen the occasional stack-overflow meta thread pop up periodically on HN or social media, but I don't recall anything earth-shattering recently.

5. Most questions have good answers now and there's less need for new ones. I'd have bought that answer 10 or so years ago when StackOverflow's pile of questions + answers reached maturity. I don't think it suddenly hit some sort of answer saturation point in 2021.

My guess is that it's a slow shift in the culture of the StackOverflow userbase:

- Being a top answerer confers some cachet and makes you more employable in some places

- People notice this and start looking for the most effective ways to become a top answerer

- The most effective way is fast, low-effort answers

- There's been a rise in such low-effort answers over the last 5 years or so

- As a result, the cachet of being an StackOverflow top answerer is a lot lower

- The really good, deep, technical answerers (as well as the mods) are leaving as that cachet goes away

- Post quality starts dropping around 2021 and views start declining as people react to that in 2022.

Post reply on HN