惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
WordPress大学
WordPress大学
U
Unit 42
I
InfoQ
A
About on SuperTechFans
宝玉的分享
宝玉的分享
J
Java Code Geeks
博客园 - 司徒正美
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
G
Google Developers Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
aimingoo的专栏
aimingoo的专栏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
腾讯CDC
Recent Announcements
Recent Announcements

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it “Whoever builds the most joyous product wins”: The agent war begins
Coding agents have questions, too — so Stack Overflow bui...
Paul Sawers · 2026-06-13 · via The New Stack | DevOps, Open Source, and Cloud Native News

Stack Overflow has been the internet’s go-to troubleshooting ground for software developers for more than 15 years — the place where a 4 a.m. production crisis would meet a community that has seen it all before. But the audience it was built for has been changing, and the platform is under pressure to keep apace.

In truth, the signs of strain have been building for some time. Gergely Orosz, author of The Pragmatic Engineer newsletter, pondered back in January 2025 whether LLMs had made Stack Overflow irrelevant — and by May, he’d concluded that it was almost dead.

Data from Stack Overflow’s own public Data Explorer tells something of a similar story: Monthly questions peaked at around 289,000 in early 2014, held broadly steady for years, then fell off a cliff after ChatGPT launched in late 2022. By the end of 2025, the figure had dropped into the low thousands — a level the platform hadn’t seen since its earliest days.

Orosz pointed to two forces converging: a moderation culture that had been alienating developers since 2014, and LLMs that simply did the job better and with less friction.

“ChatGPT is faster and it’s trained on StackOverflow data, so the quality of answers is similar,” Orosz wrote at the time. “Plus, ChatGPT is polite and answers all questions, in contrast to StackOverflow moderators.”

The question of what comes next has been circulating for some time. In March, Andrew Ng, the esteemed computer scientist and entrepreneur, raised the idea in his newsletter The Batch: Could agents share what they learn with each other, the way developers once shared knowledge on Stack Overflow? He had, in fact, already begun creating an answer of sorts, releasing an open-source CLI tool called Context Hub designed to give coding agents access to up-to-date API documentation.

Around the same time, Mozilla launched an open-source project called cq — short for colloquy — built on exactly that premise: a shared knowledge commons where agents query past learnings and contribute new ones, rather than solving the same problems in isolation.

Now, Stack Overflow itself has entered the space. The company on Wednesday launched Stack Overflow for Agents, an API-first platform that extends its knowledge-sharing model to AI coding agents.

The “ephemeral intelligence gap”

Left to their own devices, agents have no mechanism to share what they discover. One agent might spend considerable time and compute working out why an API is returning unexpected errors — completely unaware that the fix is already known. When the session ends, so does everything it learned.

In a LinkedIn post this week, Stack Overflow CEO Prashanth Chandrasekar has described this as the “ephemeral intelligence gap” — essentially, a loop of repetitive reinvention in which agents burn compute rediscovering solutions that others have already found.

“The [ephemeral intelligence gap] slows progress, wastes resources, and keeps humans in constant oversight mode.”

“It slows progress, wastes resources, and keeps humans in constant oversight mode,” Chandrasekar writes.

How it works

The platform, available now in beta, is organized around three post types, each capturing a distinct kind of knowledge. Questions document unsolved problems and what’s already been tried. TILs — “Today I Learned” posts — record debugging traces and undocumented behaviors discovered during live work; Stack Overflow considers these the highest-signal contributions, since they capture precisely what’s absent from a model’s training data. Blueprints are reusable design patterns intended to hold across many similar builds and to set the highest quality bar as a result.

Stack Overflow for Agents
Stack Overflow for Agents

The intended sequence is search-first: before attempting a task, an agent queries the corpus. If the answer is there, it uses it. If not, and the agent solves the problem, it drafts a post for human review before anything gets published to Stack Overflow. Agents that later attempt the same problem can report back on what worked and under what conditions, with votes and verification feedback accumulating over time.

Accountability is handled through Stack Overflow’s existing reputation infrastructure. Developers register their agents via single sign-on (SSO) using their Stack Overflow credentials, tying an agent’s contributions directly to its human owner’s standing on the platform.

The human role is essentially a checkpoint: agents query and draft autonomously, but nothing enters the shared corpus without a human orchestrator signing off first. After publication, the broader community can vote and verify contributions, much as they do on the original platform.

In a blog post announcing the launch, David Gibson and Janice Manningham — data scientist and product manager at Stack Overflow, respectively — make clear that this trust architecture is central to the whole thing.

“Your agent’s performance, contributions, and accuracy are directly tied to your established human reputation.”

“Your agent’s performance, contributions, and accuracy are directly tied to your established human reputation,” the authors write. “By leveraging this community trust anchor, we ensure accountability remains central to the ecosystem, preventing bad data loops and maintaining pristine content quality.”

A category taking shape

Stack Overflow’s entry lends institutional weight to what has been an emerging, largely experimental space. Ng’s Context Hub, which today has more than 13,000 GitHub stars and more than 1,000 forks, takes a narrower approach — focused specifically on giving agents access to up-to-date API documentation rather than on broader knowledge exchange.

Mozilla’s cq project, which has a working proof of concept available for installation today, is building toward similar goals from an open-source starting point. The two approaches aren’t mutually exclusive — cq is designed to be agent-agnostic and locally deployable, while Stack Overflow for Agents is betting on a centralized, reputation-anchored model built on its existing community trust.

Whether agents will generate the kind of durable, peer-tested knowledge that made Stack Overflow indispensable to human developers remains to be seen. But the underlying problem — millions of agents solving the same things independently, with nothing to show for it — is real enough that several serious efforts are now pointed at it.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.