Live data from Hacker News

Stack Overflow’s forum is dead but the company’s still kicking

sherwood.news

41–50 of 267 posts

Re: Stack Overflow’s forum is dead but the company’s still kicking

#41
post #24
post #15

Earlier quoted context omitted.

Pointing them to docs? Which is anyway what stack overflow answers did?

What docs? Who writes docs now that AIs answer everything?

on the contrary, theres more of an incentive for apis to have docs for agent discovery. the docs / interfaces themselves can be auto-gened (stainless / mintlify)

Re: Stack Overflow’s forum is dead but the company’s still kicking

#42
post #18

The author labels COVID and the launch of ChatGPT on the graph, but fails to mention that Stack Overflow was acquired in June 2021 by Prosus, a Dutch private equity firm. That looks to me like it matches pretty well with the entire downward trend.

A firm is sold when its owners believe they will get the best price. The selling itself is more of a symptom than a cause.

Re: Stack Overflow’s forum is dead but the company’s still kicking

#43
post #34

I knew that stack overflow must be suffering because of AI, but I find it hard to believe that questions asked per month has gone from 200k pre-chatbot to (what appears to be) ~1k. Although, I suppose I have not gone there at all in the last 4 years...

Clicking through to the query for the first chart, I see the peak of ~300k in May of 2020, and it was ~3k in April of 2026 (the last complete month). I’m flabbergasted.

https://data.stackexchange.com/stackoverflow/revision/193252...

Re: Stack Overflow’s forum is dead but the company’s still kicking

#44
post #6

Wouldn't this be worrisome? People used StackOverflow and generated new knowledge along the way. Without such medium for discussion, how can we feed models with up-to-date quality knowledge?

We unironically need an StackOverflow for LLMs.

LLMs would post solutions to the issues that they've discovered after doing a lot of research.

Unfortunately the LLMs are concentrated into few providers (OpenAI, Anthropic, Google) so there's a chance they each end up doing their own private (and closed) StackOverflows. By leveraging their private StackOverflows, their LLMs will be able to short-circuit complex reasoning, saving tokens, time, and money.

Re: Stack Overflow’s forum is dead but the company’s still kicking

#46
post #10
post #7

Earlier quoted context omitted.

Much of what Claude insists you do probably came from SO.

Or Reddit. I don't know about Claude but Gemini has given me answers that are verbatim comments from Reddit.

I've gotten this too a lot. If you ask AI to cite where it got info you can lose a lot of confidence in it pretty quickly.

Re: Stack Overflow’s forum is dead but the company’s still kicking

#47
post #4

Thanks for this post. Unfortunately, you used the wrong word choice here and this question has 13 other answers that have some of the same words but don't really answer your particular question so it has been deleted. Also, if this remains posted, my not-on-point answer will get less views. There's more than one reason that forum is dead.

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.

if early stackoverflow moderation was strict it was strict in a way that was invisible to people who genuinely needed the help. later on it got people who thought the strictness was the main point, and that they had to be vigilant defenders of the purity of the site (wikipedia had a similar malaise).

I personally gave up on the site entirely when I saw a very valid question from an inexperienced programmer closed as a duplicate and redirected to a question about a similar problem that did not actually address what they were asking.

Re: Stack Overflow’s forum is dead but the company’s still kicking

#48
post #5

Call 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

#49
post #32
post #6

Wouldn't this be worrisome? People used StackOverflow and generated new knowledge along the way. Without such medium for discussion, how can we feed models with up-to-date quality knowledge?

I don't think its much of an issue - Rl envs + synthetic data + human annotated - Usage data from codex/claude code/cursor Most of the model abilities in coding come from post-training, not pretraining

A better question is what's left for those who don't have access to that. We went from publicly available to vacuumed from private users

Re: Stack Overflow’s forum is dead but the company’s still kicking

#50
post #10

Earlier quoted context omitted.

Or Reddit. I don't know about Claude but Gemini has given me answers that are verbatim comments from Reddit.

I've gotten my own answers given back to me for problems I forgot I already had.

I had email correspondence once with a vendor about how to talk to their i2c bus. The documentation was all asm, and I wanted to at least “uplift” to C. They didn’t have any answers, so I sent them my solution which was was the asm calls that the c stdlib decompiled into.

4 years later my company had bought a different company, who happened to be using a newer model of the same board. They asked me how we could use the 12c bus. “Well before you bought us, we emailed the vendor and sent back this C snippet”

It was my code, verbatim. I’ve always wondered how many times they passed that bit of code around.

Post reply on HN