Kimi K3 Architecture Overview and Notes
- AI
- Machine Learning
- Infrastructure
- Open Source
The post is a plain-English walkthrough of Kimi K3’s architecture. It explains how the model mixes standard attention with Kimi Delta Attention, a recurrent-style linear module derived from Gated DeltaNet, and highlights the most surprising choice: Kimi K3 drops RoPE and uses NoPE throughout instead of explicit positional embeddings. That matters because most readers expect decoder models to need some explicit mechanism to know token order.
If you evaluate or serve new open models, pay close attention to sequence handling internals rather than assuming standard Transformer rules still apply. Architectural changes that cut cost or improve long-context behavior can also change caching, serving efficiency, and where benchmark parity hides real product differences.
-
sebastianraschka.com
- Discuss on HN