🌐 English entry page. Deep pages are in Chinese. 中文版 / Chinese: 中文


title: LLM Technology Evolution Research (GPT-3 → 2026-06) · Main Summary type: source tags: [llm, survey, pretraining, architecture, ai-infra, post-training, agentic] created: 2026-06-18 updated: 2026-06-18

LLM Technology Evolution Research · Main Summary (GPT-3 2020-05 → 2026-06)

Primary official sources only: original arXiv papers, official technical reports/system cards, official blogs, official GitHub/model cards/HF organization pages. No third-party interpretations/translations/secondary summaries/benchmark aggregations. Five categories: pretraining data · architecture · AI infra · post-training · agentic training (each entry hits at least one; may be multi-tagged).


1. Corpus Statistics

  • Sources after deduplication: 532 entries (parsed from 667 structured pages, deduplicated by original URL)
  • Downloaded primary sources: about 760 files / ~2.6 GB*.html/json ship with the repo (sources/llm/<scope>/); *.pdf lives on the HF private bucket jaczhao/ai-research-sources (storage-compute separation, not in git)
  • Open-source model deep-dive archives: 14 files (deep-dive/, including a “2026 post-research incremental addendum” section)
  • Categorical summary chapters: 6 (sections/, with a 2026 incremental addendum appended)

By year (deduplicated): 2018→1 · 2019→4 · 2020→36 · 2021→32 · 2022→58 · 2023→102 · 2024→136 · 2025→110 · 2026(H1)→53

By country (deduplicated): US/West 303 · China 196 · Europe 20 · Other ~13 — all top Chinese and US companies covered

By category (deduplicated, multi-tag): architecture ~298 · post-training ~283 · AI infra ~180 · pretraining data ~178 · agentic training ~143


2. How to Read This Research

Four layers, by granularity from “conclusion” to “primary source”:

  1. Five categorical summaries (core, read these first)sections/
  2. Open-source model deep-dive archives (for training/data/mixture-ratio/RL/architecture details)deep-dive/ (see Section 4)
  3. Full source index (by year/month, every entry clickable)01-INDEX
  4. Per-entry structured pages2020/2026/, themes/; downloaded primary sourcessources/llm/<scope>/ (html/json with the repo, pdf on HF bucket)

3. Quick Overview of the Five Categories

1) Pretraining Data → full chapter (173 entries)

From GPT-3’s coarse-filtered CommonCrawl (~300B tokens) → quality classifiers and deduplication becoming standard (The Pile, C4, RefinedWeb) → recipes going public (LLaMA mixture ratios, Dolma/RedPajama fully open) → data quality > data quantity (Phi “textbooks”, FineWeb-Edu edu classifier, DCLM) → multi-stage/annealing and synthetic data (MiniCPM WSD, Nemotron synthetic, Llama 3 15T+annealing) → trillion-to-tens-of-trillions tokens, long-context stages, strong decontamination.

2) Architecture → full chapter (291 entries)

Decoder-only Transformer settling in → positional encodings RoPE/ALiBi/YaRN → memory-saving attention MQA/GQA→MLA (DeepSeek-V2) → MoE going mainstream: GShard/Switch/GLaM → DeepSeekMoE fine-grained + shared experts → auxiliary-loss-free load balancing → trillion-scale sparse (Kimi K2, Ling/Ring-1T, Pangu Ultra-MoE 718B) → linear/hybrid architectures (Mamba, RWKV, RetNet, Jamba, Nemotron-H, MiniMax Lightning/Sparse, Kimi Linear, Falcon-H1) → native multimodal/omni and native sparse attention.

3) AI infra → full chapter (175 entries)

Training side: Megatron-LM tensor parallelism + DeepSpeed/ZeRO memory sharding → 3D/sequence parallelism, activation recomputation → FP8 training, MegaScale ten-thousand-card → DeepSeek-V3 FP8+DualPipe open-sourcing the full stack (open-source week FlashMLA/DeepEP/DeepGEMM/3FS). Inference side: FlashAttention 1/2/3 → PagedAttention/vLLM → SGLang/RadixAttention → quantization (GPTQ/AWQ/SmoothQuant) → PD disaggregation/Mooncake/MegaScale-Infer. RL training systems: DeepSpeed-Chat→OpenRLHF→veRL/HybridFlow→DAPO/AReaL/ProRL.

4) Post-training → full chapter (276 entries)

RLHF foundations (Learning to summarize→InstructGPT) → Constitutional AI/RLAIF → offline preference optimization DPO and variants (IPO/KTO/ORPO/SimPO) → verifiable-reward RLVR + GRPO (DeepSeekMath) → reasoning-model paradigm (o1 → DeepSeek-R1 pure-RL “aha moment”, Kimi k1.5) → process rewards PRM, long CoT, on-policy distillation, prolonged RL (ProRL) → fully open pipelines (Tülu 3, OLMo 2, MiMo, Nemotron Cascade).

5) Agentic Training → full chapter (136 entries)

Prompt era (WebGPT/ReAct/Toolformer/Reflexion/Voyager/Generative Agents) → tool-use fine-tuning (ToolLLM/AgentTuning/CodeAct) → evaluation-driven (SWE-bench/WebArena/OSWorld/tau-bench) → computer/browser use (Claude computer use, Operator/CUA, UI-TARS) → multi-turn agent RL explosion (2025) (Search-R1/ReTool/RAGEN/ToolRL/DeepResearcher/WebSailor) → agentic-native models (Kimi K2, GLM-4.5 ARC, Qwen3-Coder, Tongyi DeepResearch, Seed2.0).


4. Open-Source Model Training Recipe Deep Dives (deep-dive/)

Each gives, model by model: exact architecture config · pretraining data sources/tokens/mixture ratios · data processing pipeline (deduplication/quality filtering) · training (compute/parallelism/precision/stages) · SFT · RL/alignment · infra. For cross-comparison see open-model-recipes.md.


5. Annual Timeline (selected milestones; full entries in 01-INDEX)

2020 — Scaling laws and the dawn of RLHF

2021 — Scaling up, MoE, instruction tuning takes off

  • [Switch Transformer] · GLaM · [Gopher] · Megatron-Turing NLG 530B
  • FLAN / T0 (instruction tuning) · [Codex] · [WebGPT] · Anthropic “A General Language Assistant”
  • China: ERNIE 3.0 · PanGu-α · Yuan 1.0 · Wudao 2.0 · RoPE · ALiBi · ZeRO-Infinity

2022 — Chinchilla, RLHF productization, CoT, open-source wave

  • Chinchilla compute-optimal · PaLM · OPT · BLOOM · GLM-130B
  • InstructGPT(RLHF) · Chain-of-Thought · Self-Consistency · Emergent Abilities
  • FlashAttention · ReAct · Anthropic HH-RLHF + Constitutional AI · ChatGPT launch

2023 — GPT-4, explosion of open-source bases, alignment and agent tool-use

  • US/West: [GPT-4] · LLaMA / Llama 2 · PaLM 2 · Claude 2 · Gemini · Mistral 7B · DPO · QLoRA · [vLLM/PagedAttention] · Mamba · Toolformer/Reflexion/Voyager · SWE-bench
  • China: Qwen · Baichuan 2 · InternLM · ChatGLM2/3 · Yi · DeepSeek LLM/Coder/MoE · Qwen-VL

2024 — Multimodal flagships, reasoning takes off, MoE engineering, fully open data

  • US/West: Llama 3 Herd · [GPT-4o] · o1 reasoning · Claude 3/3.5 · Gemini 1.5 · Gemma 2 · [OLMo+Dolma] · [FineWeb] · Tülu 3 · Nemotron-4 340B · SimPO/KTO/ORPO
  • China: [DeepSeek-V2(MLA)] · [DeepSeek-V3] · [DeepSeekMath GRPO] · Qwen2/2.5 · GLM-4 · MiniCPM · InternLM2 · Hunyuan-Large · Skywork-MoE

2025 — Reasoning-model scaling + agentic RL explosion + trillion-scale open MoE

2026 H1 — Million-token context, trillion-scale MoE going mainstream, native agentic/omni