Kimi Linear: An Expressive, Efficient Attention Architecture (2025)(arxiv.org)
296 points by ronfriedhaber 1 day ago | 129 comments
tl;dr: Kimi Linear is a hybrid attention architecture combining Kimi Delta Attention (KDA)—a gated linear attention variant with hardware-efficient Diagonal-Plus-Low-Rank transitions—with Multi-Head Latent Attention (MLA) in a layerwise mix. A 48B-parameter (3B active) model reportedly beats full MLA attention across short-context, long-context, and RL tasks while cutting KV cache by up to 75% and delivering 6x faster decoding at 1M context. The team has open-sourced the KDA kernel, vLLM integration, and model checkpoints.
HN Discussion:
  • Notes this architecture underpins the newer Kimi K3 model, validating its impact
  • ~Reports real-world success using it but sees Gated Deltanet 2 as a superior evolution
  • Questions whether frontier model intelligence is genuinely an emergent scaling phenomenon
  • Praises the open-sourcing of kernels, vLLM integration, and checkpoints
  • ~Skeptical about long-context retrieval performance where linear attention hybrids typically fail