Architecture timeline

How we got to DeepSeek‑V4‑Pro.

A decade of architectural ideas, each one small on its own, adding up to a frontier model. Every stop links to a plain-English explanation or a live interactive graph.

17 stops 12 papers 7 model graphs 2015 to 2026
Concept Model Paper and model in one release
Foundations2015 to 2017

Three ideas arrive before anyone knows what they will become.

ConceptJan 2017Mixture of expertsWhy run the whole network for every token? A router wakes only a few expert MLPs at a time. The idea arrives years early and waits for its moment.routershared Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts LayerarXiv 1701.06538 · Jan 2017MoE routerRead the glossary entry →
The recipe assembles2019 to 2021

Scaling works, and the modern decoder block picks up its parts one paper at a time.

Open weights, efficient inference2023

The recipe goes open source, then learns to run cheap and long.

ConceptMay 2023Grouped-query attention (GQA)Several query heads share one key/value head. The KV cache shrinks several-fold and long contexts stop being a luxury.MHAGQA GQA: Training Generalized Multi-Query Transformer Models from Multi-Head CheckpointsarXiv 2305.13245 · May 2023Read the glossary entry →
The DeepSeek stack2024 to 2025

One lab ships its research as models, and the cache, the experts and the attention map all get rebuilt.

ConceptJan 2024Shared expertDeepSeekMoE slices experts fine and adds one that never turns off: every token passes through the shared expert, and the router only tops it up.routershared DeepSeekMoE: Towards Ultimate Expert Specialization in Mixture-of-Experts Language ModelsarXiv 2401.06066 · Jan 2024Read the glossary entry →
ConceptSep 2025Sparse attention returnsA 2019 idea, back for the long-context era: a cheap indexer scores past tokens and full attention runs only over the winners. Generating Long Sequences with Sparse TransformersarXiv 1904.10509 · Apr 2019Read the glossary entry →
2026 · where it all lands

deepseek-ai/DeepSeek-V4-Pro

Every idea above, alive in one graph. Open it and find each block yourself: hover any node and hfviewer explains it with this model’s real numbers.

deepseek-ai/DeepSeek-V4-Pro architecture graph
Residual connectionsRMSNormSwiGLURoPEMoE expertsShared expertMLASparse attentionMulti-token predictionSliding window
Open DeepSeek-V4-Pro in the visualizer →

Want the definitions behind each stop? The glossary explains all 39 concepts, and the catalog has interactive graphs for 2,300+ models.

AlsoHow we got to FLUX.2 · the image generation timeline AlsoHow we got to Qwen3-VL · the vision-language timeline