@businessbarista: Best explainer on Kimi K3 i've read. It walks you through how the model works & the elegant innovation behind it: - K3 …
Summary
The tweet highlights an explainer of Moonshot AI's Kimi K3, a 2.8-trillion-parameter open model using novel Kimi Delta Attention to cut memory growth and speed up long-context inference, with strong performance on agentic and long-horizon tasks at low caching cost.
View Cached Full Text
Cached at: 07/31/26, 07:01 PM
Best explainer on Kimi K3 i’ve read.
It walks you through how the model works & the elegant innovation behind it:
- K3 is the biggest open model anyone has released: 2.8 trillion parameters total, though only 104 billion of them do the work on any given word.
- The problem Moonshot went after is memory. Normally a model keeps notes on every word it has read, and that pile grows with every token, which is why long conversations get slow and expensive.
- K3 mostly stops the memory pile from growing. Three out of every four layers use a new mechanism called Kimi Delta Attention, which keeps a fixed-size working memory and edits it as it goes, overwriting what’s stale instead of hoarding everything. The fourth layer keeps a compressed record of each word so exact details are still recoverable when they matter.
- They proved this on a small model first. A 48B test version used up to 75% less memory and ran about 4× faster at long context, while matching or beating the conventional design on the benchmarks they reported.
- Training leaned hard on long jobs including coding, browsing, research, visual work, agent sessions running hundreds or thousands of tool calls in a row.
- 1 Million cached input tokens costs $0.30. An agent can pull the same repo, the same docs, the same tool definitions back into context over and over without the bill getting stupid. Moonshot credits that to the memory design working alongside their serving stack.
- The biggest takeaway: context window size is the main character, but what matters is what a model compresses, what it forgets, and how it gets exact information back.
Similar Articles
On Kimi K3: Its Capabilities And Related Discontents (70 minute read)
Kimi K3 is a 2.8T parameter open model from Moonshot AI, showing strong benchmark performance but likely over-optimized and lagging behind top closed models by months. It is distilled from Claude and its release may precede an IPO.
@thealexker: underrated gems in Kimi-K3 release: > an early K3 wrote the majority of the kernels in the late development stages > it…
Kimi.ai released Kimi K3, a 2.8 trillion parameter multimodal model with 1 million context, featuring novel Delta Attention and Attention Residuals, and a self-optimizing stack including MiniTriton compiler. The model achieves up to 6.3x faster decoding and ~25% higher training efficiency.
Understand Kimi K3 from first principles: a recommended order for anyone trying to understand this beast
A guide recommending a reading order of foundational papers and Kimi model reports to understand the architecture of Moonshot AI's Kimi K3, covering linear attention, MoE, and residual connections.
Releasing the model weights and technical report of Kimi K3 (2 minute read)
Kimi Moonshot released Kimi K3, a 2.8-trillion-parameter multimodal model with a 1M context window and architectural innovations like Kimi Delta Attention and Attention Residuals, claiming significant efficiency gains and outperforming Claude Opus 4.8 and GPT-5.5 on internal benchmarks.
Kimi-K3 Technical Report [pdf]
MoonshotAI releases Kimi-K3, a 2.8T-parameter open-weight multimodal agentic model with a 1M-token context window, built on new Kimi Delta Attention and Attention Residuals architecture, achieving significant scaling improvements.