HN
Today

Kimi Linear: An Expressive, Efficient Attention Architecture

Kimi Linear introduces a novel attention architecture, Kimi Delta Attention (KDA), claiming to significantly outperform traditional full attention while drastically improving efficiency. This technical paper generates excitement on HN for its potential to revolutionize LLM performance and resource usage, especially for long contexts. The accompanying open-source release makes it a hot topic for AI researchers and practitioners.

124
Score
39
Comments
#3
Highest Rank
8h
on Front Page
First Seen
Jul 28, 1:00 PM
Last Seen
Jul 28, 8:00 PM
Rank Over Time
1153913121614

The Lowdown

The paper "Kimi Linear: An Expressive, Efficient Attention Architecture" presents a breakthrough in AI model design, introducing a hybrid linear attention architecture that promises both superior performance and efficiency compared to conventional full attention mechanisms. Developed by the Kimi Team, this architecture addresses long-standing challenges in scaling large language models.

  • At its core is Kimi Delta Attention (KDA), an advanced linear attention module extending Gated DeltaNet with a finer-grained gating mechanism.
  • It employs a bespoke chunkwise algorithm utilizing specialized Diagonal-Plus-Low-Rank (DPLR) transition matrices for high hardware efficiency.
  • Experiments show that a 3B activated parameter Kimi Linear model, with an identical training recipe, significantly outperforms full Multi-Head Latent Attention (MLA) across all evaluated tasks.
  • Key efficiency gains include up to a 75% reduction in KV cache usage and up to 6 times faster decoding throughput for 1M context lengths.
  • To foster further research and adoption, the KDA kernel, vLLM implementations, and both pre-trained and instruction-tuned model checkpoints are open-sourced.

Ultimately, Kimi Linear positions itself as a direct, superior replacement for full attention architectures, particularly beneficial for tasks requiring extensive input and output lengths due to its enhanced performance and efficiency.

The Gossip

Kimi's Kin and Kith

Commenters actively connect this 2025 paper to the recently released Kimi K3 model (2026), discussing how Kimi Linear forms the foundational architecture (KDA layers) for the larger K3. There's also mention of Gated Deltanet 2 as an evolutionary step, indicating a rapid progression in related architectures.

Scaling Sentience and the Bitter Lesson

A philosophical debate erupts around whether the 'intelligence' seen in frontier models is solely an 'emergent' phenomenon of extreme scaling, questioning if brute-force parameter increases are truly analogous to traditional algorithmic improvements. Many references 'The Bitter Lesson' essay, suggesting that general-purpose methods that scale with computation often outperform domain-specific optimizations in the long run.

Distillation Debates and IP Issues

A heated sub-discussion addresses the controversy surrounding 'distillation attacks'—training models on the outputs of other models. Some argue that claims of 'distillation' are disingenuous or hypocritical, especially from companies like Anthropic, while others acknowledge that while Chinese labs are clearly innovating, distillation could still play a role. The conversation touches on the evolving intellectual property landscape in AI.

Open-Source Optimism

The decision to open-source the KDA kernel, vLLM implementations, and model checkpoints is met with strong positive reception. The community praises this move as 'just awesome' for enabling further research and accelerating advancements in the field.