Live data from Hacker News

Ask HN: Is Stack Overflow Dead?

news.ycombinator.com

11–20 of 29 posts

Re: Ask HN: Is Stack Overflow Dead?

#11
I'm a Stack Overflow elected moderator (one of these users: https://stackoverflow.com/users?tab=moderators)

First, a disclaimer: I do not speak for other elected moderators, nor for Stack Exchange Inc. My views are my own.

Site traffic has been declining for a long time and that's not a mystery. Empirically, the rise of Large Language Models has sped up the decline or at least did not reverse the trend. This is both good and bad. Good because LLM's capture the vast majority of questions that would be quickly closed — underspecified, unclear, duplicate, not actually about programming, and so on. This increases the signal-to-noise ratio and average usefulness of SO questions. Bad because of all the implications of declining traffic that everyone can imagine.

Is it dead? No. In fact, SO has a great opportunity to specialize in answering questions that LLMs cannot answer (bleeding edge technology, complex debugging problems, emerging issues, you name it.) The community is still alive. Whether Stack Exchange Inc. is able to understand and adapt to this shift is unclear.

Company aside, the biggest challenge we moderators are facing is to identify and remove LLM-generated content. Keeping SO free of LLM-generated content is critical in helping the site maintain an edge against AI tools that provide quick and confident-sounding answers to whatever problem you throw at them. It's an uphill battle though, and one that is probably unwinnable, but the community hasn't given up yet.

Re: Ask HN: Is Stack Overflow Dead?

#12
It's still good for asking questions, I'm not aware of many more other places where friendly subject matter experts hang around (IRC, Mathstodon, Reddit?).

It would be better if closing questions would cost 1000 reputation. That's one advantage AI has over it - it will at least try to answer your question every time and not just randomly shut you down for its own (wrong) reasons.

Re: Ask HN: Is Stack Overflow Dead?

#13
A year or more ago some poor guy asked a simple SO or SE question. I studied that for a while, tried multiple carefully crafted Google queries until I found one that gave a good correct AI result, posted a reply NOT POSTING THE AI RESPONSE, that would break their rules, ONLY telling the person what query to do to get an answer and urged them to study and test this carefully, and I posted that. Moments later I got a stern warning that my post had been torn down, likely because their AI hunter bots had seen the word AI in it, almost certainly before the original poster ever saw this. Nobody else ever even tried to help the person. Later, only slightly related, I realized it had been most of a year since anyone posted a question in the little SO and SE corners that I used to watch and so I scanned my last five years of posting little mostly trivial attempts to help users, many of those were "I think you've made a very simple mistake here..", some of those probably resulted in trivial fixes, usually the person didn't even respond to me. SO I thought I'd raise the average quality of posts slightly by going through and deleting my trivial posts. On both SO and SE their hunter bots immediately flagged me for doing this and I got messages from both telling me that all the stuff I had tried to help people by putting up over the last 5-30 years WAS THEIRS (SO and SE) AND BELONGED TO THEM!!! And I believe they put back some or all of my trivial stuff. And I stopped watching SO and SE.

Re: Ask HN: Is Stack Overflow Dead?

#14
Yes it's dead, it died at least 5 years ago. Why people keep asking this? Quora is also dead, myspace is dead, Tumblr is dead, so many apps of the past are dead. The healthy thing would be this to be the fate of every app one day, retiring.

Re: Ask HN: Is Stack Overflow Dead?

#15

A year or more ago some poor guy asked a simple SO or SE question. I studied that for a while, tried multiple carefully crafted Google queries until I found one that gave a good correct AI result, posted a reply NOT POSTING THE AI RESPONSE, that would break their rules, ONLY telling the person what query to do to get an answer and urged them to study and test this carefully, and I posted that. Moments later I got a s…

I wouldn't want an answer like that, if I wanted AI replies of any kind I would ask AI myself instead of writing a question on StackOverflow.

Re: Ask HN: Is Stack Overflow Dead?

#16
I used to care more about the in-community rules for question asking. I totally got it - they want to curate high value question answer pairs. In the old regime this was the best way for the right answer to a question to be on Google.

Now, the rare times I've asked a question, I've violate some rule I've forgotten. Or that's new (they're SO AI allergic).

Reddit, interestingly, has continued to thrive. I think in party because its still largely fun and there are literally millions of communities.

Stackoverflow once benefited from its pedantry, now there's not much value in such pedantry, and its just not a fun place to hang out.

Re: Ask HN: Is Stack Overflow Dead?

#17

When I was new to AWS and had questions, I found the AWS s subreddit to be a lot better. You have people specifically interested in the topic and you don’t have overzealous moderators. There is also a higher tolerance for newbie questions and duplicates

Many subreddits are better organized than SO because they funnel newbie questions and duplicates to FAQs, wikis or daily question threads. SO does alert to similar questions during composition, but they're not often what the user is actually asking or not recognizable. subreddit wikis can better respond to that kind of perennial confusion.

Re: Ask HN: Is Stack Overflow Dead?

#18
The exit of the company by the founders was definitely timely, if having assumption that SO can't be "relevant" anymore at the times of LLMs. Of course there is always value for human-to-human Q&A that goes beyond LLM training set, but that might happen now only at cutting-edge private environments/communities.

Re: Ask HN: Is Stack Overflow Dead?

#19
post #15

A year or more ago some poor guy asked a simple SO or SE question. I studied that for a while, tried multiple carefully crafted Google queries until I found one that gave a good correct AI result, posted a reply NOT POSTING THE AI RESPONSE, that would break their rules, ONLY telling the person what query to do to get an answer and urged them to study and test this carefully, and I posted that. Moments later I got a s…

I wouldn't want an answer like that, if I wanted AI replies of any kind I would ask AI myself instead of writing a question on StackOverflow.

Anecdote time:

I wanted to do a pause of 1 second in Chez Scheme, but I din't know the spell. I tried Google and Gemini gave me an example. It didn't work because the parameter were in the reverse order (seconds vs nanoseconds). So after looking at the manual and trying both orders, I got the result I wanted. (And reduced the time to .2 seconds, because 1 second was too long.)

In an hypothetical case that it were a SO question, I don't see why my answer would not be good.

Re: Ask HN: Is Stack Overflow Dead?

#20
It’s frustrating that it’s dead. Yeah, AI is just as good at surfacing answers to garden variety “read the docs” questions. But SO was good for finding answers about real under the hood stuff and corner cases that AI doesn’t know exists and doesn’t understand how to address.
Post reply on HN