Fetching from the wire…
Public story · 2026-09-10 · high
Hy4-Preview activates just 49B of its 780B parameters per token, stacking four attention tricks in one architecture.
Why now: Transformers added the model in its 2026-09-10 release.
Hugging Face's Transformers library picked up Hy4-Preview in its 5.17.0 release notes, a mixture-of-experts model with 780B total parameters and a 1M-token context window. Only 49B of those parameters activate per token, routed across 256 experts with top-8 selection plus one expert that's always on.
That gap between total and active size is what matters here. A 780B model that only wakes 49B parameters per token costs far less to run than its full size implies. That ratio is what makes a parameter count this large workable outside a handful of labs with unlimited GPU budgets.
What stands out is how many attention mechanisms land in one architecture at once. Hy4-Preview combines Multi-head Latent Attention with DeepSeek Sparse Attention and shared indexer layers. It adds gated MLA with learnable attention sinks. It also swaps the standard residual connection for Independent Hyper-Connections. That's four distinct architecture ideas in a single model, not one or two.
The same 5.17.0 release adds Moonshot's KimiLinear, built on per-channel forget gates, and Microsoft's VibeVoice, a long-form multi-speaker text-to-speech model. Neither shares Hy4-Preview's attention stack. The release reads like three separate architecture bets landing in the same version, not one coordinated design.
The release notes describe each component but don't include benchmark comparisons against simpler MoE architectures at the same active-parameter count. So it's not yet clear whether stacking four attention tricks beats what a conventional 49B-active model does with far less engineering complexity.
Each link below shares sources, entities, or timing with this story.
Released August 28 with 78 layers, 77 of them MoE with 256 routed plus one shared expert and top-8 routing, plus a native 10B MTP layer for speculative decoding (GitHub). The attention stack uses Gated DeepSeek Sparse Attention with IndexCache for cross-layer sparse index reus...
Microsoft released VibeVoice, an open-source family of three voice AI models, and this is one of those rare moments where an open release is immediately practical. No waitlists. No API credits. Download the weights and build. The lineup: VibeVoice-ASR-7B handles speech recogni...
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...
78 layers where layer one is dense FFN and the other 77 are MoE, each with 256 routed experts and 1 shared expert, top-8 routing per token, plus a native 10B MTP layer (0.7B activated) built in for speculative decoding. FP8 and base variants released together on August 28; the...
Moonshot released it July 16: 2.8T parameters, MoE routing 896 experts with 16 active per token, native multimodal input, 1M-token context, with full open weights promised by July 27. Model overview here. It ships MXFP4 (4-bit float with per-block scaling) from day one, puttin...
The minute Fable 5 and Mythos 5 went dark for foreign nationals, r/LocalLLaMA found its answer. Moonshot AI's Kimi K2.7 Code is a 1T-parameter MoE (32B active, 384 experts), 256K context, shipped under a Modified MIT license. The headline number that's getting it pulled: 81.1...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.