ModelsResearch 🇨🇳 30.07.2026 13:02

From GPT-2 to Kimi K3: Scale Grows 22,580x in Seven Years, Main Architecture Thread Builds a "Memory Operating System"

Moonshot AIMoonshot AI
The technical evolution of large models from GPT-2 to Kimi K3 shows how AI architecture moves from "remembering everything" to "selective memory". KV Cache solves generation efficiency, Linear Attention explores more efficient long-term memory, DeltaNet and Kimi Linear enable models to learn to update, forget, and manage information. Kimi K3 has 2.8 trillion parameters, equivalent to about 22,580 GPT-2 models.
The article traces seven years of architecture evolution, analyzing technical changes behind the scale growth of large models and how Kimi K3 breaks through traditional Transformer limitations with new memory mechanisms. GPT-2 used a decoder-only architecture with token and position embeddings. KV Cache stores key-value vectors to avoid recomputation. Linear Attention applies feature maps (e.g., ELU+1) to q and k, compressing KV vectors into a fixed-size state matrix. DeltaNet extends Linear Attention with a delta rule to selectively update memory, reducing information interference. Gated DeltaNet combines Mamba's gating with the delta rule, adding a decay parameter α. Kimi Linear improves Gated DeltaNet with fine-grained channel-wise gating. Kimi K3's language backbone has 23 macro-loops, each containing three Kimi Delta Attention layers and one Multi-Head Latent Attention layer. It uses dense FFN in the first layer and Latent MoE in all others. Kimi K3 has 898 experts total; two shared experts process every token, and the router selects 16 experts per token from the remaining 896.
Сокращения
KV = Key-Value — ключ-значение
MLA = Multi-Head Latent Attention — многоголовое латентное внимание
MoE = Mixture of Experts — смесь экспертов
FFN = Feed-Forward Network — прямосвязная сеть
LoRA = Low-Rank Adaptation — низкоранговая адаптация
Source: InfoQ 中国 — original
Our earlier posts on this topic ↓
Fresh news