Kimi Linear: An Expressive, Efficient Attention Architecture (2025)
ronfriedhaber
296 points
125 comments
July 28, 2026
Related Discussions
Found 5 related stories in 285.9ms across 15,236 title embeddings via pgvector HNSW
- A walk through of the DeltaNet family of linear attention variants AnhTho_FR · 288 pts · July 28, 2026 · 65% similar
- Kimi K2.7-Code: open-source coding model with better token efficiency nekofneko · 415 pts · June 12, 2026 · 56% similar
- Kimi K3: The open-weights escalation pretext · 29 pts · July 20, 2026 · 56% similar
- Kimi K3 may be an important inflection point for AI jger15 · 16 pts · July 17, 2026 · 54% similar
- Kimi K3 Architecture Overview and Notes ModelForge · 365 pts · July 28, 2026 · 54% similar
Discussion Highlights (9 comments)
jasonjmcghee
(2025) As it's 9 months old and they just had a major model release
Topology1
Another banger from Zhang et. al
delichon
If you want to believe that the success of Kimi is about distillation attacks, ignore this.
senko
Old but relevant: if you read the recently-released Kimi K3 paper[0], you'll see that it's heavily based on Kimi Linear discussed here, scaling it up and adding a bunch more things (like native vision and RL improvements). [0] https://arxiv.org/abs/2607.24653
bratao
I started creating internal models using it, then the Gated Deltanet 2 came out( https://arxiv.org/abs/2605.22791 ), and it seems like an evolution of it in expressiveness. And in our tests it is really better than.
pooyamo
Does any expert in the field know whether it is really the case that this intelligence we are seeing with frontier models is an "emerging" phenomena, only coming up when the architecture is scaled? Like isn't it weird that the 1 million parameter model with the same architecture can't solve basic puzzles but suddenly the 1 trillion parameter can conjure up counter-examples for the Jacobian conjecture? It's unintuitive since, to the best of my knowledge, one of the basic tenants of algorithm development was that you can't just brute-force your way towards a solution for some complex problems, e.g. naive sorting algorithms suddenly won't beat quicksort if you put more processing to them, but in the modern LLM scene it seems people are in a race to scaling up, experimenting empirically and hoping the same algorithm/architecture comes to a solution.
oakpond
>To support further research, we open-source the KDA kernel and vLLM implementations, and release the pre-trained and instruction-tuned model checkpoints. This is just awesome.
imrozim
Any one knows how this holds up on long context retrieval (needle in haystack , ruler) vs same size full attention model? efficiency gains look great but that usually where linear attention hybrids fall apart.
thesiti92
if non standard transformers like this take off are companies like etched forked?