← Back to stories A bearded engineer holds a ceramic cup while a robotic arm assists, showcasing modern technology.
Photo by Pavel Danilyuk on Pexels
凤凰科技 2026-05-27

140 billion Agents enter the arena; the 'traffic' moat is about to collapse

Paper proposes "sleep" to tame long contexts

Carnegie Mellon University and the University of Maryland this week published a paper titled "Language Models Need Sleep" that proposes a simple but striking fix to a core scaling problem: when a model's context window fills up, don't try to keep everything in working memory — let the model "sleep." The research team designs a sleep mechanism that pauses new token intake, repeatedly replays recent context through the network using learnable local rules, and compresses distilled information into fast weights or long-term parameters before clearing volatile KV caches. The result: subsequent inference resumes with a single ordinary forward pass, but the model retains much more of the past in compressed form.

Why this matters now

Transformers rely on attention, and attention costs grow quickly as context length increases — compute scales roughly with the square of context length while KV caches grow linearly. That makes long-context inference expensive. Hybrid architectures mixing state space models (SSMs) with attention — approaches used in recent systems such as Samba and Qwen3.5 — mitigate cache pressure by moving old information into fast weights, but the paper shows a single forward pass before eviction is often insufficient for deep multi-step reasoning. The "sleep" method concentrates extra computation offline and demonstrably improves performance on tasks that require iterative reasoning and heavy memory load.

Strategic and geopolitical context

It has been reported that these efficiency gains have broader strategic implications. If models can offload long-term context more cheaply and reliably, the value of centralized "traffic" — the ability of a platform to monetize concentrated user data and persistent session state — could be weakened. Will massive deployments of lightweight agents erode incumbents' moats built on user traffic? Possibly. Efficiency and memory-compression techniques also matter in a world where export controls and chip sanctions make raw compute harder or more expensive to obtain; smarter architectures can be a form of technical hedging.

Tests and limits

The CMU/UMD team tested sleep iterations on controlled tasks — cellular automata, multi-hop graph retrieval, and GSM-Infinite style infinite-reasoning problems — and report that more offline iterations steadily improved results, especially on hard, deep-reasoning cases. The approach is not a silver bullet: it requires pausing input and dedicating compute to offline consolidation, and production systems will need to balance latency, throughput and user expectations. Still, the idea reframes memory management for large models in a way that could shift how AI services are architected — and who captures value from the resulting "traffic."

AISmartphonesSpace
View original source →