In December 2025, Stack Overflow logged 6,866 questions—roughly the monthly pace it reported in 2008. Yet annual revenue had doubled since ChatGPT’s debut, reaching $115 million. AI is thinning the public activity that built Stack Overflow’s archive while enlarging the business around it.

Key takeaways

  • Stack Overflow recorded 6,866 questions in December 2025, a monthly volume comparable to its 2008 pace.
  • Stack Overflow’s annual revenue reached $115 million after doubling since ChatGPT’s debut.
  • GitHub’s free Copilot tier offered 2,000 code completions and 50 chat messages per month inside VS Code.
  • Stack Overflow’s 2025 survey found 84% of developers used or planned to use AI tools, up from 76% in 2024.
  • In an analysis of 517 Stack Overflow questions, GPT-3.5 responses contained misinformation 52% of the time and were more verbose than human answers in 77% of cases.

IDE assistants now intercept questions before developers turn them into public pages, while enterprise products and AI licenses monetize the archive already built. Stack Overflow must preserve the human contribution loop that keeps those answers current even when the user, customer and contributor are no longer the same person.

The editor has swallowed the doorway

Stack Overflow’s original design turned a distribution problem into a public asset. A developer encountered an error, left the programming environment, searched the web and, when existing pages failed, published a question that another person could answer. That extra work converted one person’s private failure into a reusable public artifact.

GitHub collapsed that journey when it made Copilot free inside VS Code, with 2,000 code completions and 50 chat messages each month. GitHub grew from 100 million developers in early 2023 to 150 million by December 2024 while offering the free tier. Stack Overflow’s 2023 survey found that 54.8% of developers used Copilot.

By making the assistant the work surface, GitHub put the code, error and proposed fix in the same interface. A completion can resolve a problem before the developer formulates a search query, and a chat response can use the surrounding file without requiring the developer to reconstruct that context for strangers.

Apple followed when Xcode 26.3 added Anthropic’s Claude Agent, OpenAI’s Codex and MCP support. Apple placed outside models and tool access inside the environment where developers already write and test software. Stack Overflow still holds useful answers, but GitHub and Apple increasingly control the moment when a developer decides whether an outside answer is needed.

Question volume is a maintenance gauge, not an obituary

Stack Overflow’s revenue shows that the company found paying customers. Its question count tracks how often developers turn new problems into public prompts that other people can answer, correct and extend. Treating the two as equivalent would confuse monetization with maintenance.

Historical answers give Stack Overflow a stock of knowledge; contributors supply the flow that renews it. New language versions, library behavior and edge cases matter because an old answer can remain legible while becoming less applicable. A developer who accepts an assistant’s private fix may solve the immediate problem without adding the failure, correction or explanation to the shared record.

Question volume alone cannot show whether Stack Overflow is shrinking faster than total coding activity; multi-year accepted-answer rates, referral traffic and contributor retention would also be needed. Those limits rule out an obituary, but they do not make revenue a maintenance measure.

Stack Overflow’s 2025 survey found that 84% of developers used or planned to use AI tools, up from 76% in 2024. Those responses do not prove that every avoided public question would otherwise have appeared on Stack Overflow. They do show that model-mediated assistance is routine across the profession, giving it repeated chances to intercept situations from which public questions once emerged.

The archive has acquired wholesale customers

Stack Overflow identified a new buyer in 2023, when its CEO said the company planned to charge large AI developers for access to roughly 50 million questions and answers. Model providers could extract commercial value from the archive even when their products reduced the need to visit its pages.

OverflowAPI gave that strategy a product boundary. Stack Overflow launched the service with Google as an initial partner, allowing Google to use its developer knowledge base for Gemini for Google Cloud. Stack Overflow also signed a deal to supply data to OpenAI for better performance on programming tasks.

Those contracts change what Stack Overflow sells. The public site gathered individual developers around pages and supported adjacent businesses, including recruiting and private enterprise knowledge. OverflowAPI and model-licensing contracts sell the corpus upstream. Google and OpenAI bought access to accumulated answers without reproducing the community’s interface, and their systems can deliver an answer before any crowd forms.

A corpus-access contract pays for accumulated stock. Unless its terms also value new questions, corrections and expert participation, the customer has no direct reason to finance the work that keeps the archive current.

Private context removes the public artifact

AI agents deepen the separation because they do more than generate static answers. Agentic systems maintain state, call tools and iterate through reasoning, action and feedback. A developer can ask the system to inspect the working environment and pursue a fix.

AI2 made that direction explicit with SERA, an open-source family of 32-billion- and 8-billion-parameter coding-agent models designed to adapt to private codebases. Apple’s MCP support gives coding agents a standard way to connect with additional tools. These systems let proprietary context become an input rather than an inconvenience that a developer must remove before asking for help.

Publishing a useful Q&A page requires the developer to reduce a problem to a form that strangers can understand. Private coding agents can instead retain internal function names, repository history, available tools and persistent state. The answer becomes more relevant precisely because the underlying question never becomes suitable for publication.

As agentic tools become a workflow control plane, the IDE vendor, model provider or enterprise system controls the final response and its surrounding context. Stack Overflow can supply retrieval material, but a synthesized answer may leave no new public page, no reusable description of the failure and no visible path by which another developer can contest the result.

Developers still need a review checkpoint

As AI use spread, trust moved the other way. The same 2025 Stack Overflow survey found that only 33% of developers trusted AI accuracy, down from 43% in 2024. Developers adopted the tools faster while becoming less willing to accept their output at face value.

An analysis of GPT-3.5 answers to 517 Stack Overflow programming questions found misinformation in 52% of responses and greater verbosity than human answers in 77%. That study should not stand in for every newer model or IDE agent: it examined GPT-3.5, a limited question set and a prior generation of systems. It does establish why model fluency alone could not eliminate the need for verification.

A named reviewer does more than correct errors. An attributable source and a checkpoint before code enters production assign responsibility for the decision. Public Q&A supports that accountability because another person can revisit the claim, challenge its assumptions and preserve the correction for the next reader. A private assistant can be faster and more contextual, but the organization using it still has to decide who owns the answer when the code fails.

Frequently asked questions

What are the financial terms and duration of Stack Overflow’s AI-data agreements with Google and OpenAI?

The piece does not disclose contract values, duration, exclusivity, update requirements or payment terms. It identifies Google as an initial OverflowAPI partner and says Stack Overflow signed an agreement to supply data to OpenAI.

Will Stack Overflow pay or otherwise reward contributors for knowledge used in AI licensing?

No contributor-compensation or revenue-sharing mechanism is described. The piece’s concern is that corpus buyers may pay for accumulated material without directly funding new questions, corrections and expert participation.

Who owns Stack Overflow?

Prosus acquired Stack Overflow for $1.8 billion in 2021, according to the evidence provided.

What would show whether public knowledge is being renewed, rather than simply whether Stack Overflow is earning revenue?

The piece points to multi-year accepted-answer rates, referral traffic and contributor retention as additional measures needed to assess renewal. It does not provide those series or set a threshold for a healthy contribution loop.

AI-tool adoption rose while trust fell

Survey measure20242025
Developers who used or planned to use AI tools76%84%
Developers who trusted AI accuracy43%33%

Stack Overflow was designed to turn a private bug into a public answer. Its newer contracts turn those public answers back into private assistance. The $115 million business can meter the reservoir; December’s 6,866 questions remain the rain gauge.