Fetching from the wire…
Public story · 2026-09-02 · high
Most looped-transformer studies compare at equal model size, which hides the second pass's extra compute; this one matches FLOPs, parameters and KV cache.
Why now: Most looped-transformer comparisons hold model size fixed and let compute vary, so this matched-compute test closes a real gap in how these architectures get judged.
A new paper loops the middle half of a mixture-of-experts transformer through a second pass, called SMELT, at 6.8 to 18% more training compute than an unlooped model. Most published looped-transformer results compare at a fixed model size. That folds the extra compute of the second pass into the reported win, instead of accounting for it.
SMELT's authors match per-token FLOPs, non-embedding parameters and KV cache against an unlooped baseline. They then scale the comparison up to 54 billion non-embedding parameters. Each architecture gets its own Chinchilla-style scaling law, rather than sharing one curve.
The advantage is largest on code, and it grows with sequence length and the number of in-context examples. The authors trace this to the second pass cutting the attention sink, the tendency of transformers to dump weight on early tokens. It redirects that attention toward content tokens instead.
If that mechanism is real, the gap should keep widening as context windows grow, not level off. A looped MoE that wins by a flat margin regardless of context length is describing something other than sink reduction.
Each link below shares sources, entities, or timing with this story.
The architecture report describes a 125B sparse MoE activating 6B parameters per token, plus 51B of n-gram embedding tables held off the accelerator in host memory with prefetching (arXiv 2608.30320). Against the prior 397B-A17B model it leads on 8 of 14 pre-training benchmark...
DeepSeek released V4 on April 24 and the numbers demand attention. V4-Pro is 1.6 trillion parameters total with 49 billion active, MIT-licensed, native 1M-token context. It scores 80.6% on SWE-bench Verified, putting it within 0.2 points of Claude Opus 4.6. On Terminal-Bench 2...
arXiv 2607.14530 gets Hyper-Connections past the N=4 wall by sparsely updating only k=4 streams plus temporal feature augmentation, scoring 4.0 points higher on average downstream than prior mHC on an 18B MoE. Vanilla and mHC need 1.50x and 1.19x xHC's compute to hit the same...
The repo config declares GlmMoeDsaForCausalLM, model_type glm_moe_dsa, 8 experts per token, fp8. Z.ai says the model reuses the GLM-5.2 base and gets all its gains from post-training, claiming 28.3 on Terminal-Bench 3.0 (up from 4.6), 88.2 on Terminal-Bench 2.1, and 84.5 on Cy...
Chimera processes text, image and video tokens as one raster-ordered stream with no positional embeddings, combining Kimi Delta Attention for O(N) state tracking, interleaved Multi-head Latent Attention, modality-aware short convolutions, and sparse MoE. The real contribution...
DeepSeek released V4 Preview on April 24 with two open-weight variants: V4-Pro (1.6T total parameters, 49B activated via MoE) and V4-Flash (284B parameters, 13B activated). Both support 1M-token context windows. Both are Apache 2.0 licensed. Both are live right now on Hugging...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.