what_they_did
The authors trained Kimi K3, a 2.8T parameter MoE model with 896 experts, activating 16 per token. They introduced Kimi Delta Attention (KDA) and Attention Residuals to improve information flow across long sequences and deep layers, and Stable LatentMoE for balanced expert utilization. Post-training involved reinforcement learning across general, agentic, and coding domains with multiple reasoning-effort levels. The model supports up to 1M token contexts and includes vision capabilities. Infrastructure advances included algorithm-system co-design for KDA, balanced expert-parallel training, and persistent rollout for million-token agentic RL.
key_findings
- Kimi K3 achieves approximately 2.5× improvement in overall scaling efficiency over Kimi K2.
- On long-horizon coding and agentic tasks, Kimi K3 outperforms all other open models and most proprietary models evaluated, trailing only Claude Fable 5 and GPT-5.6 Sol.
- The model demonstrates strong compositional generalization and robust long-horizon execution capabilities enabled by multi-domain RL post-training.
- Kimi K3 achieves competitive results on vision, knowledge, and reasoning benchmarks, establishing a new high-water mark for open frontier models.
why_it_matters
This paper represents a significant step toward open-weight frontier models. By releasing the full 2.8T model weights, the authors enable independent research on large-scale MoEs, attention mechanisms, and RL post-training. The demonstrated scaling efficiency and multi-domain performance show that open models can nearly match the capabilities of proprietary systems, potentially accelerating broader adoption and democratizing access to frontier intelligence.
caveats
Kimi K3 still lags behind the two most powerful proprietary models (Claude Fable 5, GPT-5.6 Sol) across the full evaluation suite. The model requires massive computational resources (2.8T total parameters), making it inaccessible for many practitioners. The paper does not provide detailed ablation studies for each architectural innovation, and the evaluation suite may not cover all real-world use cases.