Discussion
Loading...

Post

Log in
  • About
  • Code of conduct
  • Privacy
  • About Bonfire
nixCraft 🐧
nixCraft 🐧
@nixCraft@mastodon.social  ·  activity timestamp 2 months ago

This chart shows the total number of Stack Overflow questions asked each month. As you can see, AI summaries in Google and AI coding tools have nearly killed the site. It is only a matter of time before the site shuts down completely. The golden age of independent news, blogs, forums, and specialized sites like Stack Overflow is over. Whether this is good or bad, only time will tell. Personally, I think we are now restricting all internet traffic to just a few Gen AI apps https://data.stackexchange.com/stackoverflow/query/1926661#graph

This result shows s the total number of Stack Overflow questions asked each month. THE SQL query is https://data.stackexchange.com/stackoverflow/query/1926661#graph:
```
SELECT
    DATEFROMPARTS(YEAR(CreationDate), MONTH(CreationDate), 1) AS [Month],
    COUNT(*) AS [Questions]
FROM Posts
WHERE 
    PostTypeId = 1
GROUP BY 
    DATEFROMPARTS(YEAR(CreationDate), MONTH(CreationDate), 1)
ORDER BY 
    [Month] ASC
```
This result shows s the total number of Stack Overflow questions asked each month. THE SQL query is https://data.stackexchange.com/stackoverflow/query/1926661#graph: ``` SELECT DATEFROMPARTS(YEAR(CreationDate), MONTH(CreationDate), 1) AS [Month], COUNT(*) AS [Questions] FROM Posts WHERE PostTypeId = 1 GROUP BY DATEFROMPARTS(YEAR(CreationDate), MONTH(CreationDate), 1) ORDER BY [Month] ASC ```
This result shows s the total number of Stack Overflow questions asked each month. THE SQL query is https://data.stackexchange.com/stackoverflow/query/1926661#graph: ``` SELECT DATEFROMPARTS(YEAR(CreationDate), MONTH(CreationDate), 1) AS [Month], COUNT(*) AS [Questions] FROM Posts WHERE PostTypeId = 1 GROUP BY DATEFROMPARTS(YEAR(CreationDate), MONTH(CreationDate), 1) ORDER BY [Month] ASC ```
  • Copy link
  • Flag this post
  • Block
nulll
nulll
@nulll@mastodon.social replied  ·  activity timestamp 2 months ago

@nixCraft AI's current "knowledge" comes from stolen content online. When StackOverlow shuts down, how will AI update itself and "know" new things?

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft …and once that is complete: they can charge for access whatever they want!

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft
Innovation succeeds only when it improves our lives AND conserves resources. since the current, corporate AI does neither, it must be reinvented.

  • Copy link
  • Flag this comment
  • Block
Prof G
Prof G
@profg@mastodon.acm.org replied  ·  activity timestamp 2 months ago

@nixCraft

It's bad...don't need to wait for time. We all know the garbage "AI" generates. Actual skills and knowledge will have no voice, no outlet. Any attempts will be stolen by the scrapers and regurgitated in mutated forms.

  • Copy link
  • Flag this comment
  • Block
Brick Duck
Brick Duck
@woltiv@mastodon.social replied  ·  activity timestamp 2 months ago

@nixCraft I feel like they brought that on themselves with their attitude toward both AI, and their claim that all Qs and As on the site belong to "the community" and can never be deleted. At least #reddit lets people delete posts as an act of protest.

I'm currently on a 1 year ban from the stack exchange system, but don't worry, once the ban is up I'll be back to protest and get banned again.

  • Copy link
  • Flag this comment
  • Block
Onno (VK6FLAB)
Onno (VK6FLAB)
@vk6flab@mastodon.radio replied  ·  activity timestamp 2 months ago

@nixCraft while you make an interesting point, I can't help but remember the uncountable sites and resources, both technical and social, that died long before LLMs were a thing.

I suspect that the current crop of Assumed Intelligence behemoths will choke on their own bile sooner rather than later, causing new resources to be developed.

  • Copy link
  • Flag this comment
  • Block
crazyeddie
crazyeddie
@crazyeddie@mastodon.social replied  ·  activity timestamp 2 months ago

@nixCraft Good riddance!!!

That is one site I won't be sorry to see go at all. I massively regret supporting it and filling it with data in the early years, allowing that jerk to sell it and get rich. It destroyed everything else and gets in the way of finding out information....by design.

I loathe that site and the fact I have to use it because it sucked up all answers everywhere. Bye!!! I really hope AI kills this one.

  • Copy link
  • Flag this comment
  • Block
DistroWatch
DistroWatch
@distrowatch@mastodon.social replied  ·  activity timestamp 2 months ago

@nixCraft I don't think that this graph shows AI killing SO. Partly because the downward trend starts around 2014, about 7 years prior to the current LLM hype.

The graph just shows questions asked, not questions answered. It seems more likely common questions have already been answered so people are finding answers without asking questions. (I've used SO hundreds of times, but never asked a question.)

Plus SO answers are often low quality these days and people are probably going elsewhere.

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft
A good portion of ai generated code is going back into git repositories. Sites like github and codeberg will become the training sources. Repo information like stars, forks, issues, and stable releases will be used to evaluate if code is "good". Microsoft has an advantage because they own github and can access the private repo code. I'm not saying they do that, but let's be real.

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft Don't know how that could be estimated, but I would want to see how much GitHub and Reddit also contributed to that trend. I use exclusively DuckDuckgo (with "AI" disabled) and Searxng for search and still rarely end up on SO. The best answer is usually on GitHub or Reddit. Also docs seem to have really risen in quality over the past few years since people can freely host them on GitHub and easily generate with tools like Sphinx or rustdoc, so sometimes the docs are just enough.

  • Copy link
  • Flag this comment
  • Block
Hanno Rein
Hanno Rein
@hannorein@mastodon.social replied  ·  activity timestamp 2 months ago

@nixCraft The site has become unusable even without AI. Over the years, the atmosphere became more and more unwelcoming. My questions often got deleted or downvoted because they were (falsely) labelled as duplicates, or not relevant.

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft the fate of the times in a photo report https://stackoverflow.blog/2025/12/24/the-great-unracking-saying-goodbye-to-the-servers-at-our-physical-datacenter/

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

I don't lament the downfall of stackoverflow.
This meme perfectly encapsulated my experience with the site.

How to boil an egg, Stackoverflow edition.
How to boil an egg, Stackoverflow edition.
How to boil an egg, Stackoverflow edition.
  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft The same thing is happening to Reddit, Quora, and Medium.

  • Copy link
  • Flag this comment
  • Block
adb
adb
@adbenitez@mastodon.social replied  ·  activity timestamp 2 months ago

@nixCraft to be fair, asking questions in #StackOverflow is stressfull, I remember my first time asking something there when I was at university, sudenly you get a lot of "your question is wrong" or "why are you trying to do this, better do that", downvotes, you also need to wait for someone to reply, etc so it is understandable that instead of going through that time consuming process people just ask some AI that just instantly answers your questions no matter how shitty they are

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft @bordfunk nothing related to software is findable or debuggable without a SotA LLM at this point. Beyond value capture that already occurred, at some point we will have an implosion of complexity that will take the world’s infrastructure only one without anybody knowing what to do and we will have to piece it back up together from zero.

  • Copy link
  • Flag this comment
  • Block
Volker Stolz
Volker Stolz
@fm_volker@mastodon.social replied  ·  activity timestamp 2 months ago

@nixCraft The internet is just 5 LLMs, each full of garbage generated by the other 4.

With apologies to unknown.

  • Copy link
  • Flag this comment
  • Block
Dmian 🇪🇺
Dmian 🇪🇺
@dmian@mastodon.social replied  ·  activity timestamp 2 months ago

@nixCraft @nixCraft It’s not “a few Gen AI apps”, it’s “a few US Gen AI Corporations”, and any region outside of the US would be wise making efforts to counter the influence of these companies. I’m sorry to say this, but we’re bound for an era of insularity. The rest of the world can’t trust the US anymore. US oligarchs rule now.

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft This isn’t just decline, it’s enclosure. AI tools absorbed sites like Stack Overflow, answer without sending traffic back, and centralize knowledge. Convenient now, but bad for the open web long-term. If this topic resonates and you’d like to exchange ideas or explore opportunities, you can find me on Telegram. username on my Bio.

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft The problem is much much larger. All AI tools simply regurgitate what's already on the independent sites. If these sites shut down, there will be no more new information, and we will all be stuck in 2025 forever

  • Copy link
  • Flag this comment
  • Block
nixCraft 🐧
nixCraft 🐧
@nixCraft@mastodon.social replied  ·  activity timestamp 2 months ago

Independent sites cannot compete with companies like Google, Microsoft, or OpenAI, which have unlimited money. Even Wikipedia has mentioned this problem. They are losing a massive amount of traffic from Google. These AI apps do not give credit or send users back to the original source on the web. As a result, people are stopped from creating new Q&A or editing and adding information to Wikipedia.

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft THIS is a problem, because AI often quotes popular opinion over facts, even in legal advice, quoting jurisprudence above actual law. A huge percentage of people will never verify until their eyes are opened.

We must keep factual sites and archives alive despite the AI overreach until humanity catches up.

Our kids need us to be immovable despite AI hype, slop, and bias, if we shall ever want to maintain some bit of truth.

  • Copy link
  • Flag this comment
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  ·  activity timestamp 2 months ago

@nixCraft AI-Qaeda

  • Copy link
  • Flag this comment
  • Block

A small Bonfire corner on the internet

This is a small personal instance of Bonfire in the Fediverse.

A small Bonfire corner on the internet: About · Code of conduct · Privacy ·
Bonfire social · 1.0.1 no JS en
Automatic federation enabled
Log in
  • Explore
  • About
  • Code of Conduct