Fetching from the wire…
Public story · 2026-08-17 · high
The method groups experts into parameter-sharing departments and reports a 1.33x speedup in decoding speed on a 7B model tested on an A40 GPU.
Why now: The timing matters because more products already ship as thin wrappers around large MoE models, exactly the small-batch regime this paper targets.
DeaMoE cuts the expert weight a mixture-of-experts model loads each decoding step by up to 50.9%, per the arXiv paper describing it. Small-batch decoding is the mode coding assistants and voice apps run in. It makes MoE inference memory-bound on loading expert weights, so trimming that load speeds up the exact workload builders ship. The paper reports a 1.33x end-to-end speedup in time-per-output-token on a 7B model tested on an A40 GPU.
DeaMoE groups experts into departments that share most of their parameters, and keeps a small private set of weights for each expert. A two-stage router picks the department and the expert, avoiding the redundant loads that come from moving whole experts one at a time.
Microbenchmarks push the numbers higher: DeaMoE peaks at a 2.00x weight-loading speedup on an A40 and 1.97x on an H100, both measured against DeepSeek-V3. The paper's framing is that post-training compression and fine-grained expert designs already tried to fix this bottleneck. Both approaches trade away accuracy or add communication cost between GPUs, the paper argues. The paper doesn't say whether the 1.33x end-to-end number holds on models bigger than the 7B one it tested.
The real test is whether that 1.33x holds on models bigger than 7B, not whether the microbenchmarks climb higher on DeepSeek-V3. If it holds, expert-weight loading stops being a fixed tax on every decoding step for coding assistants and voice apps. The timing matters because more products already ship as thin wrappers around large MoE models, exactly the small-batch regime this paper targets.
Each link below shares sources, entities, or timing with this story.
GLM-5.1 from Zhipu AI scored 58.4% on SWE-bench Pro. GPT-5.4 scored 57.7%. Claude Opus 4.6 scored 57.3%. That's the first time an open-weight model has ever topped a major coding benchmark against the best proprietary models. The specs matter. GLM-5.1 is a 754B-parameter mixtu...
Moonshot AI dropped Kimi K2.6 today and the numbers are hard to ignore. One trillion parameters total, 32 billion active per token across 384 experts, 256K context window, and native multimodal input. It scores 58.6 on SWE-Bench Pro versus GPT-5.4's 57.7 and Claude Opus 4.6's...
For about a year, "run your agent locally" meant accepting a model that couldn't reliably call a tool twice in a row. That excuse is gone. Meta Superintelligence Labs published Muse Glimmer today: a 29.6B dense causal transformer, 52 layers, 6,656 hidden dim, with a ~1.8B ViT-...
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...
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...
Xiaomi released MiMo-V2.5-Pro, a 1.02 trillion parameter mixture-of-experts model (42B active) with 1M token context, fully MIT licensed. In benchmarks, it achieves 63.8% success on agentic tasks using 40-60% fewer tokens than Claude Opus 4.6 or GPT-5.4 for comparable results....
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.