Fetching from the wire…
Public story · 2026-08-17 · high
A 7B model trained from scratch matches baseline accuracy on 62.6% of the training data. A bigger version hits the same score with a 4x speedup.
Why now: The paper is trending at number 4 on HuggingFace's Daily Papers list as of August 17, 2026.
Intern-S2-Mobius, an experimental transformer, runs inference nearly 4x faster than a same-accuracy baseline, per an arXiv preprint. A 7B version of the same architecture, trained from scratch, matches a standard 7B transformer's downstream scores using only 62.6% of the training data. For a lab, that's fewer GPU-hours to train and fewer to serve, if the results hold outside the authors' own tests.
The architecture, called Mobius-v0, replaces the usual blend of memory and reasoning inside a transformer with two separate parts. One shared Memory module, built from the feed-forward network, holds knowledge vectors. Multiple Reasoner modules, built from self-attention, query that Memory repeatedly, using hidden states as both a cache and a carrier between queries.
Two versions test the claim. The 7B model, trained from scratch, hits the same downstream scores as a standard 7B transformer on 62.6% of the training data. Intern-S2-Mobius, continually pretrained from Qwen3.5-35B, matches its baseline's accuracy while running nearly 4x faster.
The preprint doesn't say what it costs to retrofit a model beyond the Qwen3.5 case, and it doesn't compare Mobius against other efficiency techniques. Both results come from the authors' own benchmarks, not an independent replication.
Each link below shares sources, entities, or timing with this story.
OpenMOSS (Xipeng Qiu's group, 32 authors) released MOSS-VL on Aug 15, built on gated cross-attention so it can ingest incoming video frames during generation, with visual tokens kept outside the decoded sequence. 66.0 on OmniMMI Proactive Alerting against a 37.5 baseline, time...
arXiv 2608.03463 sorts dialogue by compressibility, temporal dynamics, and fidelity requirement, storing informative segments as compact profile memory, temporally structured event memory, or source-grounded record memory, then updating only the evolving event memories during...
FailFast-RestartSmart (arXiv 2608.03222) trains a small monitor on observable trajectory prefixes only, no policy logits or hidden states, to predict that a repo-level agent run is heading for failure, then launches a fresh rollout with the interrupted diff offered as an optio...
arXiv 2607.28418 is an end-to-end differentiable token-level dynamic width pruning framework for both prefill and decode, letting each token select its own attention-head groups and FFN-channel groups. That pushes dynamic sparsity from layer-level down to neuron-block granular...
SecOPD fine-tunes a defense using token-level feedback during on-policy distillation rather than the sequence-level signal prior work used. Against PISmith adaptive injections on Qwen3.6-27B it reports 9.0% attack success where Meta-SecAlign, the previous state of the art, sit...
A stage-wise study of self-refinement across 5 benchmarks with 6 sizes of Qwen3 and 4 sizes of Gemma 3 found larger generators and refiners generally improve the pipeline, and an undersized refiner can actively hurt, but results are highly insensitive to critic size. Including...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.