Live data from Hacker News

Stack Overflow is almost dead

blog.pragmaticengineer.com

91–100 of 285 posts

Re: Stack Overflow is almost dead

#91
Woof. Looking at a single metric and extrapolating "LLMs killed the radio star"

Stack Exchange sites are designed to nuke duplicates, help people before they post a new question. It seems a natural conclusion that the number of original questions decreases over time.

I won't pretend that some people live their lives inside and LLM but many of us still use search engines and SO.

Re: Stack Overflow is almost dead

#92

Earlier quoted context omitted.

Mixed feelings on SO. It was helpful, but it was also a website you dread having to post on because it was filled with the most intolerable people of the internet who you just had to endure abuse from if you wanted help. Now chatGPT gives you the same help without the abuse.

The next AI totally needs to be more snarky to make it feel more like we're dealing with actual "thinksperts", people that think they are experts even if their answers are demonstrably wrong.

"You are Comic Book Guy from The Simpsons. You are very knowledgeable in the _____ language; in fact, you believe you are the foremost expert on it. You have taken time from your busy schedule to help the unwashed masses by answering the following question..."

Re: Stack Overflow is almost dead

#93
post #79
post #9

I find it interesting that the current StackOverflow moderators tend to say "in the past we used to accept too many questions but it was never the goal, so now we are doing it as it was meant to be". Sure, but in the past, StackOverflow was growing, and now it's dying. Maybe something was better before, when "it was not done correctly"?

>the current StackOverflow moderators Overwhelmingly, the people you're talking about are not moderators. I explained this to someone else a week ago ( https://news.ycombinator.com/item?id=43927665 ) and you replied to that comment. > Sure, but in the past, StackOverflow was growing So what? Stack Overflow users get $0.00 for this, whether they're moderators, active curators or just signed up. For users, growing the…

> Overwhelmingly, the people you're talking about are not moderators.

I was actually thinking about you. You keep saying everything is great. My observation is that I used to be on SO every day, and I completely stopped contributing even though I would have plenty of stuff to add (more than ever, actually).

> Why should a reduction in incoming questions mean that it's "dying"?

There is "a reduction", and there is "being back to the amount of questions SO had in 2009 when it launched".

Re: Stack Overflow is almost dead

#94
post #80

My heart goes to the stack overflow community which has always been very kind and helpful, essentially working for free. As a self-taught developer since the age of 8, I literally grew up learning how to code through SO, asking hundreds of questions and answering many more. So many bugs that would take 2-3 days to fix would eventually find their answer through it. But now ChatGPT does that in minutes… so it’s for the…

I think this is the first time I’ve ever heard someone describe the stack overflow community as “kind”. Usually it’s the exact opposite: “I asked a question and just got 30 questions asking why I’m trying to do this” or “my question was closed for seemingly no reason”. It’s literally the most blunt and aggressive website I’ve ever been on that wasn’t a straight-up troll site like 4-Chan.

Question closed; here's a link to another one that sounds vaguely related but doesn't actually address your problem.

But seriously, I'd love to see some sentiment analysis of the SO corpus classifying tone by tag.

Re: Stack Overflow is almost dead

#95
post #88
post #14

Earlier quoted context omitted.

AFAICR they've always said these lines about now is about better moderation from the slop. The reality is that the rule of thumb for that moderation was already out of date with advances that preceeded LLMs.. Even with the beginnings of computer aided flows we didn't need to alienate most to get the best content and develop the few. Content can be triaged from someone who may be human to others who may be human and m…

> Even with the beginnings of computer aided flows we didn't need to alienate most to get the best content and develop the few. The large majority of new questions from new accounts are from people who are clearly there only to solve a personal problem, who show no interest in considering the value of their question to third parties, and rarely put any effort into attempting to even diagnose or specify a problem. Eve…

> So yes, we absolutely do need to "alienate most", because "most" are there for a reason that has absolutely nothing to do with getting the best content.

How many of the "desirable" contributors did you alienate in the process?

I may be naive, but when people say "I have been using SO for 10 years but it has become toxic so I left", it doesn't sound like new accounts asking for their homeworks.

Re: Stack Overflow is almost dead

#96
StackOverflow should have focused on linking duplicates rather than forbidding duplicates.

No Boilerplate recently said "writing is thinking"[0], and suggested links are the ultimate knowledge graph organizational tool--not tags, not folders--links[1].

StackOverflow tried to prevent all duplicate questions. This was stifling and reduced writing, reduced thought, and most importantly, reduced user engagement.

The people who wanted to write their problems and ask their questions stopped going to StackOverflow. The people who wanted to write and give answers stopped going to StackOverflow.

Look at Discord or IRC and you'll see that people have their own questions to ask, and the people who answer such questions enjoy answering the same questions over and over. Let the people write their questions, and write their answers and give advice. Instead of preventing duplicates, link duplicate questions together.

[0]: https://www.youtube.com/watch?v=sqm4-B07LsE [1]: https://www.youtube.com/watch?v=B0yAy2j-9V0

Re: Stack Overflow is almost dead

#97
post #85

How ironic. "AI" feeds off structured knowledge, artistic creations and otherwise any human production to generate its output. As a consequence of its widespread adoption, people start to lean even more towards consuming rather than producing, a tendency which was already increasing before the advent of LLMs and modern machine-learning. This, in turn, leaves "AI" implementations with no new human content to feed off…

Perhaps the next step is having the LLMs ask questions on SO when they routinely fumble particular topics. I could see a system of knowledge bounties where people are compensated for providing accurate, in-depth training data on niche topics.

Re: Stack Overflow is almost dead

#98
post #74

Doesn't feel like the AI is the main driver. Many things changed over time - dev tools got better, editors got smarter, compilers got better error messages, various primary resources improved, tutorial websites, courses and youtube boomed. Another point of course is that each new question is more and more likely to be already answered. At some point the site pretty much covers most of what is to be answered.

> each new question is more and more likely to be already answered Yeah, except for when there should be current answers. Most of computing is in constant flux. There's a mountain of 10+ year old answers that simply don't apply any more.

I answered one question 13 years ago where I still gets points for. Computing as a whole isn't so much in constant flux, it is only JavaScript that changes so much. Hell, I learned to use Apache 30 years ago, and I didn't need to learn anything new the last 25 years of that.

Re: Stack Overflow is almost dead

#99
post #72

Earlier quoted context omitted.

Other people's code on GitHub.

The other people's code which will have been AI generated by older, dumber models in many if not most cases? Possibly even written and committed by AI agents with no human review at all? European royalty tried this kind of thing and it didn't end well.

You got this exactly right. I've been trying to sound the horn on this issue for years now, since GPT-3 got released and exploded into the mainstream and you could read and hear "you don't need to {x} anymore with AI" all over the place.

Re: Stack Overflow is almost dead

#100
post #80

My heart goes to the stack overflow community which has always been very kind and helpful, essentially working for free. As a self-taught developer since the age of 8, I literally grew up learning how to code through SO, asking hundreds of questions and answering many more. So many bugs that would take 2-3 days to fix would eventually find their answer through it. But now ChatGPT does that in minutes… so it’s for the…

I think this is the first time I’ve ever heard someone describe the stack overflow community as “kind”. Usually it’s the exact opposite: “I asked a question and just got 30 questions asking why I’m trying to do this” or “my question was closed for seemingly no reason”. It’s literally the most blunt and aggressive website I’ve ever been on that wasn’t a straight-up troll site like 4-Chan.

Yep, believe it's a direct result of Atwood's iron-fisted no-bullshit policy. To some extent it is great... don't want it turning into Yahoo Answers, do we? I think folks forget about that part.

But, as you mention they just went too damn far with the medicine.

No, you can't fix this misspelling, isn't there something else (with more characters) that you can improve as well? WTF, for realz? :-/

Post reply on HN