MODEL
Motif 3
Overview
Motif 3 is a 314B-total / 13.2B-active decoder Mixture-of-Experts model documented in the Aug 2026 arXiv technical report (arXiv:2608.09119, ▲16). Uses 384 fine-grained experts with 8 selected per token, and introduces Grouped Differential Latent Attention (GDLA) — a novel attention primitive fusing differential attention with MLA compression. Trained on ~12.5T tokens up to 256K context via MXFP8 numerics plus window-aware context parallelism, with a multi-teacher on-policy distillation post-training stage.
Timeline
- 2026-08-11-AI-Digest — Motif 3 technical report lands on HuggingFace papers (arXiv:2608.09119, ▲16). Load-bearing architectural details: 314B total / 13.2B active parameters across 384 fine-grained experts (top-8 routing); Grouped Differential Latent Attention (GDLA) — fuses differential attention with MLA compression as a genuinely novel attention primitive; ~12.5T-token training run up to 256K context via MXFP8 numerics and window-aware context parallelism; multi-teacher on-policy distillation post-training stage. Corpus framing: another credible open MoE competing on long-horizon agentic tasks, and GDLA is the novel-attention-primitive to watch — the corpus should track whether the primitive gets adopted in a second, independent frontier-scale MoE inside 90 days as the “is it a real technique or a one-paper novelty” test.
Key Developments
-
GDLA as Novel Attention Primitive Fusing Differential Attention With MLA Compression (Aug 2026): Grouped Differential Latent Attention is Motif 3’s headline architectural contribution — combining differential attention (attention-head-level noise cancellation) with MLA-style latent compression. Independent-replication test: whether a second frontier-scale MoE adopts GDLA inside 90 days. Novel attention primitives frequently do not survive first replication; the corpus should hold GDLA as watch-item rather than validated technique until adoption lands.
-
Fine-Grained MoE at 314B Total / 13.2B Active With 384 Experts (Aug 2026): Fine-grained-expert MoE scaling — 384 experts × top-8 routing — sits at the smaller-experts-more-of-them end of the current design space, distinct from the ~8-16-expert-large-experts pattern most Chinese-open-weights flagships have shipped in 2026 (Qwen 3.8 Max, Kimi K3). Long-horizon agentic-task performance is where the design bets need to land; independent benchmark placement is the practical read.
-
MXFP8 + Window-Aware Context Parallelism Training Recipe up to 256K Context (Aug 2026): Trained on ~12.5T tokens with MXFP8 numerics and window-aware context parallelism as the scaling levers for the 256K context ceiling. The training-recipe disclosure is the practitioner-relevant part — a public write-up of how a mid-sized independent lab trains an MoE at frontier context length using non-BF16 numerics.
Related
See also: MOC - Open Source Models.