Colophon
00% ENTR

A field in nine movements · 1943 — 2026

The AI History

Eighty-three years from a paper about neurons written in wartime to systems that write code, fold proteins and argue with you. Two winters, three revolutions, and one architecture that swallowed the field whole.

83Years
2AI winters
1020× compute growth
1Transformer

Scroll to begin

The question

“I propose to consider the question, can machines think?

Alan Turing · Mind, October 1950

Turing knew the question was badly formed, so he replaced it with a game — an interrogator, a machine, and a rule that only the answers count. Everything since has been an attempt to build a player.

What follows is that attempt, in order: the confident decades, the two collapses, the unfashionable idea that kept working, and the point in the 2010s where compute, data and one architecture arrived at the same time.

The field has never moved at a steady rate. It moves in a decade of nothing, then eighteen months of everything.

01
1943 — 1955

Origins

The machine is imagined before it is built

Before a single neuron was simulated, the idea was formalised: thought as computation, the brain as logic, the machine as a candidate mind.

2papersMcCulloch–Pitts (1943) and Turing (1950) define the whole field
1943

A Logical Calculus of Nervous Activity

Idea Warren McCulloch & Walter Pitts

The first mathematical model of a neuron. Networks of simple threshold units, they argue, can compute any logical proposition. The neural network begins as a piece of logic, not biology.

1949

Hebbian learning

Idea Donald Hebb

“Cells that fire together wire together.” A physical rule for how memory could be stored in connection strength — the ancestor of every weight update since.

1950

Computing Machinery and Intelligence

Idea Alan Turing

Turing replaces “can machines think?” with an operational test, then answers the objections in advance. He estimates a machine might pass by 2000. He also proposes learning from a child-machine rather than programming an adult mind.

1951

SNARC — the first neural net machine

System Marvin Minsky & Dean Edmonds

3,000 vacuum tubes and a surplus autopilot mechanism simulate 40 neurons learning to escape a maze. Reinforcement, implemented in hardware.

1952

Checkers that learn

System Arthur Samuel

Samuel's IBM 701 program improves by playing itself, storing evaluated positions. In 1959 he coins the term “machine learning”.

02
1956 — 1973

The Promise

Symbols, logic, and enormous confidence

Dartmouth names the field. Programs prove theorems, solve puzzles, and speak in therapist-ese. Researchers predict human-level machines within a generation.

20yearsSimon's 1965 forecast for machines doing "any work a man can do"
1956

The Dartmouth Summer Project

Milestone McCarthy, Minsky, Rochester, Shannon

Ten researchers, two months, one proposal sentence: that every aspect of intelligence can “be so precisely described that a machine can be made to simulate it.” The field gets its name: artificial intelligence.

1957

The Perceptron

Idea Frank Rosenblatt

A learning classifier with a convergence proof, built as physical hardware — the Mark I, with 400 photocells and motor-driven weights. The New York Times reports the Navy expects a machine that will “walk, talk, see, write, reproduce itself.”

1958

LISP

System John McCarthy

A language where code and data share one structure. LISP becomes the substrate of symbolic AI for thirty years — and gives the field its own hardware industry.

1965

ELIZA

System Joseph Weizenbaum

Two hundred lines of pattern-matching, posing as a Rogerian therapist. Users confide in it and refuse to believe it is mechanical. Weizenbaum spends the rest of his life warning about exactly that reflex.

1965

DENDRAL

System Feigenbaum, Lederberg, Buchanan

The first expert system: infers molecular structure from mass spectrometry using chemists' heuristics. The insight that shapes the 1980s — power comes from domain knowledge, not general reasoning.

1969

Perceptrons

Winter Marvin Minsky & Seymour Papert

A rigorous book proving single-layer perceptrons cannot compute XOR. Multi-layer networks are left as an open question — but the field reads it as an obituary. Neural network funding evaporates for fifteen years.

1970

Shakey, the first thinking robot

System SRI International

A wheeled machine that could perceive a room, plan a route through it and push blocks around — the first system to reason about its own physical actions rather than symbols alone. The project also produced the A* search algorithm, which outlived the robot by fifty years.

1972

SHRDLU and the blocks world

System Terry Winograd

Fluent English dialogue about stacking coloured blocks. Astonishing inside its toy universe, and completely unable to leave it — the clearest demonstration of the scaling problem to come.

03
1974 — 1979

First Winter

The bill arrives

Combinatorial explosion meets finite hardware. The Lighthill report guts UK funding; DARPA pulls back. Neural networks are declared a dead end.

≈0fundingUK AI research reduced to a handful of universities after 1973
1973

The Lighthill Report

Winter Sir James Lighthill / UK Science Research Council

A commissioned review concludes AI has failed to deliver on any of its promises and that combinatorial explosion makes real-world scale unreachable. UK funding is cut to almost nothing; a televised debate turns the verdict public.

1974

DARPA retreats

Winter US Department of Defense

Open-ended AI grants are replaced by mission-specific contracts after speech-understanding programmes miss their targets. Money flows only where a deliverable can be named in advance.

1976

MYCIN

System Edward Shortliffe

A blood-infection diagnostic that outperforms junior physicians, and is never deployed — liability, integration and trust prove harder than accuracy. A lesson relearned continuously for fifty years.

04
1980 — 1987

Expert Systems

Knowledge, hand-carved

If intelligence is knowledge, then type the knowledge in. Rule engines enter the Fortune 500, Japan bets a nation on the Fifth Generation, and backpropagation quietly returns.

$40M/yearReported savings from DEC's XCON configuration system
1980

XCON goes into production

Milestone Digital Equipment Corporation

A rule engine configures VAX orders with 2,500 rules, later 10,000+. Reported savings around $40M a year make AI a line item in corporate budgets for the first time.

1982

The Fifth Generation project

Milestone Japan / MITI

A ten-year, ~$400M national programme for parallel logic-programming machines. It triggers defensive funding in the US and Europe — and delivers almost none of its goals.

1982

Hopfield networks

Idea John Hopfield

Associative memory as an energy landscape borrowed from statistical physics. It brings physicists into neural networks — and wins a share of the 2024 Nobel Prize in Physics, forty-two years later.

1986

Backpropagation, popularised

Idea Rumelhart, Hinton & Williams

Multi-layer networks can be trained by propagating error backwards through the layers. The maths existed earlier (Linnainmaa 1970, Werbos 1974); this is the paper that makes the field believe it. Every model on this page descends from it.

1987

Reinforcement learning, formalised

Idea Sutton, Barto, Watkins

Temporal-difference learning and, in 1989, Q-learning. Value estimation from delayed reward — the machinery behind AlphaGo and, later, learning from human feedback.

05
1987 — 1996

Second Winter

Brittleness at scale

The LISP machine market collapses in months. Expert systems prove impossible to maintain. The word "AI" becomes unsayable in grant applications — so the work continues under other names.

$500MmarketSpecialised AI hardware industry, erased within a few years
1987

The LISP machine market collapses

Winter Symbolics, LMI, Xerox

General-purpose workstations from Sun and Apple become faster and far cheaper than specialised AI hardware. A half-billion-dollar industry disappears in roughly a year, taking the field's credibility with it.

1989

LeNet reads handwriting

System Yann LeCun et al., Bell Labs

Convolutional networks trained with backprop read handwritten ZIP codes, and by the mid-90s process a significant share of US cheques. The architecture that wins 2012 already works — it is starved of data and compute.

1995

Support vector machines

Idea Cortes & Vapnik

Elegant theory, convex optimisation, excellent results on small data. For a decade, the sensible choice — and the reason neural networks stay a minority interest.

1997

LSTM

Idea Hochreiter & Schmidhuber

Gated memory cells solve the vanishing-gradient problem for sequences. Largely ignored for fifteen years, then it powers Google Translate and Siri — until attention replaces it.

06
1997 — 2011

The Quiet Decade

Statistics wins, unglamorously

Chess falls. Search, spam filters and speech recognition ship to billions. Convolutional nets and LSTMs exist but lack data and silicon. ImageNet is assembled and waits.

14MimagesImageNet, hand-labelled from 2007, the fuel that lit 2012
1997

Deep Blue defeats Kasparov

Milestone IBM

200 million positions per second, custom chess chips, and human-tuned evaluation. Not learning, but proof that a machine can beat the best human at a task long treated as the signature of intellect. The public verdict: chess must not have required real thought.

2005

Stanley wins the DARPA Grand Challenge

Milestone Stanford Racing Team

212 km of desert, driven autonomously, one year after every entrant failed. Machine learning on sensor data, not hand-written rules — the ignition point for the autonomous vehicle industry.

2006

“Deep learning” gets its name

Idea Hinton, Osindero, Teh

Layer-wise pre-training makes deep networks trainable again and rebrands a discredited field. Within six years the pre-training trick is unnecessary — plain backprop plus GPUs is enough.

2007

CUDA

System NVIDIA

A programming layer that lets ordinary code run on the thousands of small cores inside a graphics chip. Written for physics and finance; five years later it turns out to be the substrate the entire field had been waiting for.

2009

ImageNet

Milestone Fei-Fei Li et al.

14 million images across 20,000 categories, labelled by crowdworkers over years. The unfashionable bet that data, not algorithms, was the bottleneck. It was.

2011

Watson wins Jeopardy!

Milestone IBM

Statistical NLP over an offline corpus beats two champions on live television. The commercialisation that follows — Watson Health above all — becomes the decade's cautionary tale about demos versus deployment.

07
2012 — 2017

Deep Learning

GPUs, data, and a 10-point drop

AlexNet halves the ImageNet error rate on two gaming GPUs. Within five years vision, speech and translation are rebuilt on neural networks. Then a paper about attention rewires everything again.

−10.8pointsAlexNet's top-5 error margin over the 2012 runner-up
2012

AlexNet

Milestone Krizhevsky, Sutskever & Hinton

A convolutional net trained on two consumer GPUs cuts ImageNet top-5 error from 26.2% to 15.3%. The margin is so large the field reorganises around it within eighteen months. GPU compute becomes the strategic resource it remains today.

2013

word2vec

Idea Mikolov et al., Google

Words as dense vectors where geometry encodes meaning. Embeddings become the default interface between language and neural networks — and the first widely visible evidence that models absorb human bias with human data.

2014

GANs

Idea Ian Goodfellow et al.

Two networks in a forger-and-detective loop. Photorealistic synthesis arrives years earlier than expected, and with it the first serious public argument about synthetic media.

2015

ResNet and superhuman ImageNet

Milestone He, Zhang, Ren & Sun, Microsoft

Residual connections make 152-layer networks trainable, pushing top-5 error to 3.6% — below the measured human rate. Skip connections are now in essentially every deep architecture, transformers included.

2016

AlphaGo beats Lee Sedol

Milestone DeepMind

Go has more legal positions than atoms in the observable universe; brute force was never an option. Policy and value networks plus tree search win 4–1. Move 37 — an opening no human would play — is the moment the field starts talking about machine creativity.

2017

Attention Is All You Need

Idea Vaswani et al., Google

Drop recurrence, keep attention, and the whole sequence trains in parallel. The transformer is the single most consequential architecture of the era: every frontier model since — text, image, audio, protein — is a descendant.

2017

AlphaZero

System DeepMind

Chess, shogi and Go from the rules alone, with zero human games. Superhuman chess in nine hours. Self-play establishes that a learning signal can be manufactured rather than collected.

08
2018 — 2022

The Scaling Era

Bigger is, embarrassingly, better

One architecture — the transformer — absorbs text, code, protein structures and pixels. Scaling laws turn research into an engineering budget. Then a chat box goes public.

100MusersChatGPT, roughly two months after launch — fastest consumer ramp on record
2018

BERT and transfer learning

System Devlin et al., Google

Pre-train on unlabelled text, fine-tune on anything. NLP benchmarks fall in a single year, and “download a large pre-trained model” becomes the default starting point for every language task.

2019

GPT-2 and the release debate

System OpenAI

1.5B parameters, coherent paragraphs, and a staged release citing misuse risk. Criticised at the time as hype or paternalism; it establishes the release-policy debate that now governs every frontier launch.

2020

Scaling laws

Idea Kaplan et al. / later Hoffmann et al.

Loss falls as a smooth power law in compute, data and parameters. Capability becomes forecastable from a budget — which converts AI research into capital expenditure. Chinchilla (2022) corrects the recipe: most large models were badly under-trained on data.

2020

GPT-3

Milestone OpenAI

175B parameters, ~3×10²³ FLOP of training. Few-shot prompting means one model handles tasks it was never trained for. The API turns a research artefact into a platform.

2020

AlphaFold 2

Milestone DeepMind

Protein structure prediction at near-experimental accuracy at CASP14, ending a 50-year grand challenge. 200M+ predicted structures are released free. The 2024 Nobel Prize in Chemistry follows.

2021

CLIP, DALL·E and Codex

System OpenAI

Shared text–image embeddings, generated pictures from prompts, and code completion trained on public repositories. Multimodality and programming — the two capabilities that will define commercial adoption — arrive in the same year.

2022

InstructGPT and RLHF

Idea Ouyang et al., OpenAI

Human preference data turns a text predictor into something that follows instructions — a 1.3B aligned model preferred over the 175B base. Alignment technique, not scale, is what makes the technology usable by non-experts.

2022

Stable Diffusion, open to all

System CompVis / Stability AI

A capable image model released with public weights, runnable on a consumer GPU. It opens the open-weights era — and the still-unresolved fight over training data and copyright.

2022

Compute becomes foreign policy

Milestone US Department of Commerce, October

Export controls block the sale of NVIDIA's top data-centre chips to China, and are tightened repeatedly afterwards. Which country can train which model turns into a licensing question — and becomes the strongest incentive yet for a domestic Chinese chip industry.

2022

ChatGPT

Milestone OpenAI, 30 November

A research preview wrapped in a chat box reaches ~100M users in two months. Nothing in the underlying model is new; the interface is. Public understanding of AI splits permanently into before and after.

09
2023 — 2026

Deployment

From demo to infrastructure

Frontier models become products, then platforms, then agents that act. Reasoning at inference time opens a second scaling axis. Capability, cost and controversy all compound.

~$400BcapexEstimated 2025 AI infrastructure spend by major hyperscalers
2023

GPT-4 and the multimodal frontier

Milestone OpenAI

Professional-exam performance, image input, and a technical report that discloses no architecture, dataset or parameter count. Capability leaps and transparency retreats in the same document.

2023

Llama and the open-weights counterweight

System Meta

Frontier-adjacent weights, downloadable. Fine-tuning, quantisation and local inference become a global hobbyist and startup ecosystem, and the open/closed split becomes the industry's central structural question.

2024

Video, generated

System Sora, Veo and the video labs

Text-to-video crosses from novelty to product. By 2026 the leading systems produce eight to twenty second shots with synchronised audio, characters that survive a cut, and physics that is convincing rather than correct. The labs start calling them world models and disagreeing about what that claim means.

2024

The Nobel year

Milestone Hopfield & Hinton / Hassabis, Jumper & Baker

Physics for neural networks, Chemistry for protein structure. Machine learning is formally absorbed into the scientific establishment — three decades after both fields were considered dead ends.

2024

Reasoning models and inference-time compute

Idea OpenAI o1 / o3

Train the model to think in long chains before answering, and spend more compute per question. A second scaling axis opens: performance now improves with thinking time, not only training budget. o3 reports 87.5% on ARC-AGI-1 at very high compute cost.

2025

Efficient open reasoning

System DeepSeek R1 and the open ecosystem

Strong reasoning released with open weights at a fraction of the assumed cost triggers a global re-pricing of AI capability — and a market shock. Capability leadership and cost leadership stop being the same race.

2025

Agents that act

System Industry-wide

Models stop answering and start operating: running tool chains, editing repositories, browsing, and holding multi-hour tasks. Measured task horizons — the length of job a model completes reliably — have been roughly doubling every seven months.

2025

Gold-medal mathematics

Milestone DeepMind & OpenAI experimental models

Systems reach gold-medal standard at the International Mathematical Olympiad working in natural language under contest conditions — a benchmark expected to hold for years longer.

2026

The open frontier crosses two trillion

Milestone Moonshot, Alibaba, DeepSeek

Kimi K3 ships with 2.8 trillion parameters and open weights; Qwen3.8-Max follows at 2.4 trillion, DeepSeek-V4 Pro at 1.6 trillion. For the first time, the largest model whose size is publicly known is one anyone can download — and every one of them comes from a Chinese lab.

2026

The models get bodies

Milestone Figure, Physical Intelligence, Tesla, DeepMind

Vision-language-action models put a transformer directly in the control loop: one network sees, reasons and moves. Counterpoint counts more than 50,000 humanoids working commercially in 2026, up from 16,000 a year earlier. Small numbers, steep curve — and the same “it worked in the demo” problem that ended the expert-system boom.

2026

Infrastructure as the constraint

Milestone Global

The binding limits shift from ideas to electricity, land, HBM supply and advanced packaging. Multi-hundred-billion-dollar datacentre programmes are underway, and grid interconnection queues become an AI story.

The mechanism

What actually happens when you type a sentence.

Every system on this timeline resolves to the same loop: read the sequence so far, predict what comes next, add it, run again. Six steps, on repeat. Training is that loop run backwards a few trillion times, nudging the weights whenever the guess is wrong.

How does a machine learn? How does a machine learn ? 443815872615695432530 6 TOKENS · VOCABULARY ≈ 150,000 RARE WORDS SPLIT INTO PIECES
01

It becomes numbers

The sentence is cut into tokens — common words stay whole, rarer ones split into pieces. Each token is looked up in a fixed vocabulary and replaced by its id. The model never sees letters.

Hardware · 2006 — 2026

The other half of the story is a graphics card.

Nothing on this timeline happened because someone had a better idea alone. Backpropagation waited thirty years for hardware that could run it at scale, and the hardware arrived from an industry built to draw video-game shadows. Here is how a model is trained, on what, and who sells it.

How a model is trained

The same forward pass, run backwards

01 Forward Predict the next token 02 Loss Compare to the real one 03 Backward Blame each weight 04 Update Nudge them allREPEAT FOR TRILLIONS OF TOKENSONE STEP OF TRAINING

Training is inference plus an answer key. The model guesses the next token, the guess is compared with what actually came next, and the error is propagated backwards through every layer to work out how much each weight contributed. Every weight is then nudged a fraction in the direction that would have been less wrong. Do that a few hundred thousand times a second, for three months, across a hundred thousand chips.

1026FLOP · one frontier run
~100kGPUs in the cluster
~100days of continuous training
100–300GWh of electricity

Estimates for a 2026 frontier run. Compute is 65–75% of a training budget that now starts around half a billion dollars.

NVIDIA data-centre revenue

US$ billions per fiscal year

050100150200FY19 — $2.93B 2.9 FY19 FY20 — $2.98B 3.0 FY20 FY21 — $6.7B 6.7 FY21 FY22 — $10.61B 10.6 FY22 FY23 — $15.01B 15.0 FY23 FY24 — $47.53B 48 FY24 FY25 — $115.19B 115 FY25 FY26 — $193.7B 194 FY26 US$ BILLIONSFY ENDS LATE JANUARY

NVIDIA did not set out to build the AI industry. It built a parallel processor for rendering, then in 2007 shipped CUDA — a way to run ordinary code on it. For five years that was a niche for physicists. Then two graduate students trained AlexNet on two gaming cards, and the entire field discovered that the machine it needed was already on sale.

  1. 2007

    CUDA arrives

    A general-purpose programming layer on a graphics chip. Nobody in AI notices for five years.

  2. 2012

    The turning point

    AlexNet is trained on two GTX 580s in a bedroom-scale setup. The result is so far ahead of the CPU-based field that GPU training becomes non-negotiable within a year.

  3. 2016

    DGX-1

    Jensen Huang hand-delivers the first purpose-built AI supercomputer to a small nonprofit called OpenAI.

  4. 2017

    Tensor Cores

    The V100 adds silicon that does nothing but matrix multiplication — the one operation a transformer needs. The chip stops being a graphics part.

  5. 2022

    H100 and the shortage

    Hopper lands the same year as ChatGPT. Lead times stretch past a year, allocation becomes a strategic asset, and the US restricts sales to China.

  6. 2026

    ≈$5T

    Data-centre revenue reaches $194B for the fiscal year and NVIDIA is the most valuable company in the world. Blackwell gives way to Rubin.

Everyone trying to break the monopoly

Status, mid-2026

AMD

Instinct MI450 · ROCm

6-gigawatt deals with OpenAI and Meta; 5–7% of the market. Claims 30% more tokens per dollar than Rubin.

Google TPU

Ironwood, seventh generation

Over 75% of Gemini runs on TPUs. Not sold — rented, which makes it invisible in market-share tables.

AWS Trainium

Vertical integration

Handles more than half of Bedrock token throughput. Cheap by design, not fastest.

Huawei Ascend

950PR · China only

From nothing to 50–60% of the Chinese market in three years, ~$12B. Stuck on a 7nm process and short of memory.

Broadcom

Custom silicon

The quiet one: designs the hyperscalers' in-house chips. Custom ASICs are a bigger threat to NVIDIA than AMD is.

Cerebras · Groq

Wafer-scale and inference-only

Different architectures aimed at speed per token rather than training throughput. Real, small, fast-growing.

The moat is not the chip

Every challenger has competitive silicon on paper. What none of them has is nineteen years of CUDA: the libraries, the kernels, the fact that every framework was written against it first and every engineer already knows it. Switching cost, not clock speed, is what holds roughly 80% of the market.

Instrumentation

What actually changed was the size of the bet.

The ideas behind today's systems are mostly forty years old. What arrived recently is the ability to spend: on silicon, on data, and on the electricity to run both. Three measurements tell most of the story.

Training compute of landmark systems

Logarithmic · FLOP · estimates, order of magnitude

1950 — 2026

FIRST WINTERSECOND WINTER106109101210151018102110241027195019601970198019902000201020202026FLOPPerceptron Mark INETtalkLeNet-5AlexNetAlphaGo ZeroGPT-3Frontier class≈ 10²⁰ × THE PERCEPTRONIN SIXTY-SEVEN YEARS

Drag the chart sideways →

The life and death of a benchmark

From proposed to saturated

MNIST digits 1998 → 2012 · 14 yr

Human-level handwriting recognition

ImageNet top-5 2010 → 2015 · 5 yr

28.2% → 3.6% error; human ≈ 5.1%

GLUE 2018 → 2019 · 1 yr

Language understanding suite, beaten in 13 months

SuperGLUE 2019 → 2021 · 2 yr

Built to be “too hard”. It was not.

MMLU 2020 → 2024 · 4 yr

57 subjects: 43.9% (GPT-3) → 90%+

GPQA Diamond 2023 → 2025 · 2 yr

Google-proof PhD questions; experts ≈ 65–74%

ARC-AGI-1 2019 → 2024 · 5 yr

Abstraction puzzles; 87.5% at extreme compute

ARC-AGI-2 / FrontierMath 2025 → ···· · open

The current frontier — still open

Every test built before 2024 to be “too hard” has been beaten. The interval between a benchmark's publication and its defeat has collapsed from fourteen years to under two.

The price of a million words

US$ per million output tokens · log scale · OpenRouter, August 2026

GPT-3 davinci2021$60GPT-4 (8K)2023$60GPT-4o2024$15Claude Opus 52026$25Kimi K32026$15DeepSeek-V4 Pro2026$3.37GPT-5.6 Luna2026$1.20DeepSeek-V4 Flash2026$0.12US$ / MILLION OUTPUT TOKENS · LOG

A million output tokens cost $60 from GPT-3 in 2021. DeepSeek-V4 Flash charges twelve cents — a five-hundred-fold collapse. The frontier tier did not follow it down: Claude Opus 5 is $25. Intelligence is deflating at the bottom and holding its price at the top.

MilestoneIdeaSystemWinter

Size · 2018 — 2026

The parameter count stopped being the headline.

For five years the answer to "how good is it?" was a single number, and the number only went up. Then the closed frontier stopped publishing it, and mixture-of-experts split it in two. Here is every disclosed figure from GPT-1 to the open-weight releases of 2026, plotted.

How big is the model?

Parameters · logarithmic · disclosed and reported figures

2018 — August 2026

NO PARAMETER COUNT PUBLISHED100M1B10B100B1T201820192020202120222023202420252026PARAMETERS2026 · OPEN-WEIGHT FRONTIERTOTAL / ACTIVEKimi K32.8T / 104BQwen3.8-Max2.4T / 95BDeepSeek-V4 Pro1.6T / 49BGLM-5.2744B / 40BMiniMax-M3428B / 23BDeepSeek-V4 Flash284B / 13BGPT-4o — no parameter count published?GPT-4oGemini 2.5 — no parameter count published?Gemini 2.5GPT-5 — no parameter count published?GPT-5GPT-5.5 — no parameter count published?GPT-5.5Claude Opus 5 — no parameter count published?Opus 5GPT-1 · OpenAI · 117MGPT-1BERT-Large · Google · 340MBERT-LargeGPT-2 · OpenAI · 1.5BGPT-2T5-11B · Google · 11BT5-11BGPT-3 · OpenAI · 175BGPT-3Wu Dao 2.0 · BAAI · 1.8T (reported estimate)Wu Dao 2.0MT-NLG · MS / NVIDIA · 530BMT-NLGErnie 3.0 Titan · Baidu · 260BErnie 3.0Chinchilla · DeepMind · 70BChinchillaPaLM · Google · 540BPaLMGLM-130B · Tsinghua · 130BGLM-130BLLaMA 65B · Meta · 65BLLaMA 65BGPT-4 · OpenAI · 1.8T total / 280B active (reported estimate)GPT-4Llama 2 70B · Meta · 70BLlama 2 70BMistral 7B · Mistral · 7BMistral 7BYi-34B · 01.AI · 34BYi-34BQwen-72B · Alibaba · 72BQwen-72BMixtral 8×7B · Mistral · 46.7B total / 12.9B activeMixtral 8×7BDeepSeek-V2 · DeepSeek · 236B total / 21B activeDeepSeek-V2Llama 3.1 405B · Meta · 405BLlama 3.1Qwen2.5-72B · Alibaba · 72BQwen2.5DeepSeek-V3 · DeepSeek · 671B total / 37B activeDeepSeek-V3DeepSeek-R1 · DeepSeek · 671B total / 37B activeDeepSeek-R1Llama 4 Maverick · Meta · 400B total / 17B activeLlama 4Qwen3-235B · Alibaba · 235B total / 22B activeQwen3MiniMax-M1 · MiniMax · 456B total / 45.9B activeMiniMax-M1Kimi K2 · Moonshot · 1T total / 32B activeKimi K2GLM-4.5 · Z.ai · 355B total / 32B activeGLM-4.5gpt-oss-120b · OpenAI · 117B total / 5.1B activegpt-oss-120bMiniMax-M3 · MiniMax · 428B total / 23B activeMiniMax-M3GLM-5.2 · Z.ai · 744B total / 40B activeGLM-5.2Kimi K3 · Moonshot · 2.8T total / 104B activeKimi K3DeepSeek-V4 Flash · DeepSeek · 284B total / 13B activeQwen3.8-Max · Alibaba · 2.4T total / 95B activeQwen3.8Muse Glimmer · Meta · 30BMuseDeepSeek-V4 Pro · DeepSeek · 1.6T total / 49B activeV4 ProMoE: TOTAL → ACTIVE PER TOKEN

Drag the chart sideways →

Closed weightsOpen weightsChina · open weights● dense · ○—● MoE: total → active
117 million to 2.8 trillion

GPT-1 shipped in 2018 with 117 million parameters. Kimi K3, eight years later, holds 2.8 trillion — roughly 24,000×. The line is not continuous: it runs up through the closed frontier until 2023, then continues only in open-weight releases, because those are the only ones still attaching a number.

One model, two sizes

Mixture-of-experts split the figure in two. Kimi K3 holds 2.8 trillion parameters and activates 104 billion for any given token — 16 experts out of 896. DeepSeek-V4 Pro holds 1.6 trillion and uses 49 billion. Every dumbbell on this chart is the gap between what a model is and what it costs to run.

The largest disclosed model is open

No closed frontier model has published a parameter count since GPT-4 in 2023. Every figure on the right of this chart comes from a downloadable release, and nearly all of them are Chinese: Moonshot, Alibaba, DeepSeek, Z.ai, MiniMax. Meta's 2026 open contribution is a 30-billion-parameter dense model.

Where we are · early 2026

The technology stopped being a demonstration and became infrastructure.

A snapshot is the wrong shape for a field that reorganises every eighteen months — but here is the honest state of play, including what is not working.

Capability

Two scaling axes

Pre-training scale still buys capability, but the fastest gains now come from reinforcement learning on reasoning traces and from spending more compute at answer time. A hard question can cost a thousand times more to answer than an easy one.

Form factor

From chat to agent

The dominant interface is shifting from a conversation to a delegated task: an agent with tools, a filesystem, a browser and a budget. Reliability over long horizons — not raw intelligence — is the live engineering problem.

Modality

Text was the easy part

Video generation reached synchronised audio, characters that survive a cut and convincing momentum in 2026 — while still getting physics subtly wrong. What the models have learned about the world is now a research question, not a rendering one.

Embodiment

Out of the datacentre

Vision-language-action models collapse perception, reasoning and control into a single network, and humanoids moved from demo to pilot. The bottleneck is no longer intelligence: there is no internet-scale corpus of a robot picking something up, so the data has to be made.

Economics

Capability is cheap, frontier is not

Cost per unit of capability has fallen by roughly two orders of magnitude since 2023, while the cost of training the very best model keeps climbing. The result is a barbell: near-free commodity intelligence, and a handful of billion-dollar training runs.

Openness

The open side got bigger

Open-weight releases now hold the largest published parameter counts, ship million-token contexts, and undercut closed APIs by two orders of magnitude on price. What is still contested is the top of the reasoning leaderboards — a gap measured in months, and argued over every quarter.

Physical limits

Electricity and silicon

Advanced packaging, high-bandwidth memory and grid interconnection have become the rate-limiting steps. AI is now a heavy-industry story as much as a software one.

Governance

Rules arrive mid-flight

The EU AI Act phases in through 2026–27, national safety institutes run frontier evaluations, and export controls shape who can train what. Regulation is being written while the technology reorganises itself underneath it.

Evidence

Benchmarks are running out

Every headline test built before 2024 is saturated. Evaluation has moved to long-horizon agentic tasks, contamination-resistant held-out sets, and human expert comparison — all of which are slow and expensive.

Open question

Nobody agrees on what is missing

Continual learning, robust long-horizon planning, reliable factuality, sample efficiency, and genuine novelty are all proposed as the missing ingredient. The honest position is that the field does not know which limits are fundamental and which are one paper away.

Forecasts · with citations

Nobody knows. But some people have done the arithmetic.

What follows is not prediction, it is a spread of positions — each one held by people who published their reasoning and can be checked. They disagree, and the disagreement is the honest part. Numbers are as stated by the source; the reference list at the end links every one.

training compute, per year[16]
~4 motask-horizon doubling time[21]
945 TWhdatacentre electricity by 2030[18]
≤0.71%ten-year productivity effect[15]
The optimists

Scaling has room left

Epoch AI puts training runs of about 2×10²⁹ FLOP within reach by 2030 — roughly the jump from GPT-2 to GPT-4, again. Power, chips, data and latency are all judged surmountable at that scale. The constraint they name is willingness to spend, not physics. [16][19]

The measurement

The task horizon keeps doubling

METR measures the length of task a model finishes reliably, and finds it doubling on a regular clock. In 2026 the AI Futures Project shortened its estimate of that clock from 5.5 months to about 4. Surveyed experts put a 50% chance on eight-hour software tasks falling by 2030. [17][21][22]

The surveys

Timelines shortened, spread stayed wide

Grace et al. asked thousands of published AI researchers the same question across successive surveys: the median for high-level machine intelligence moved from 2061 to 2047 in two years. The median moved; the disagreement between respondents did not narrow. [14][22]

The data wall

The text may run out first

Villalobos et al. project that the stock of high-quality human text is consumed on roughly the current trajectory within this decade. Epoch's counter-argument is that synthetic data for reasoning and multimodal corpora push the ceiling out. Both are projections, not measurements. [13][16]

The architecture

This may be the wrong shape entirely

LeCun has argued since 2022 that autoregressive prediction cannot reach human-level intelligence, and that what is missing is a world model — a system that predicts in an abstract space and can plan. If he is right, the scaling curves are measuring progress along a road that stops. [10]

The physical limit

Electricity is the binding constraint

The IEA projects datacentre consumption more than doubling to about 945 TWh by 2030 — more than Japan uses today — with AI the main driver. In the United States, datacentres account for nearly half of all electricity demand growth to 2030. [18]

The economists

The macro effect may be small

Acemoglu works upward from task-level exposure and productivity estimates and arrives at no more than a 0.71% total factor productivity gain over ten years. His reading is that AI widens the gap between capital and labour income without moving aggregate growth much. [15]

The institutions

Risk became a shared document

The International AI Safety Report, now in its second edition, is written by 96 experts under Yoshua Bengio and commissioned by governments. Whatever else happens, the argument about frontier risk now has a citable, jointly-authored baseline. [23]

Every figure on this page is the source's own. Where sources conflict — and on data limits and timelines they conflict sharply — both are shown rather than averaged.

Unresolved

Six questions the field cannot currently answer.

01

Does scaling continue to pay, or does the curve bend?

02

Can a system learn continuously without forgetting what it knew?

03

What is the correct evaluation when the benchmarks are exhausted?

04

Who is accountable when an autonomous agent causes harm?

05

Is there enough electricity — and who does not get it?

06

Does understanding require a body, or only enough text?

Apparatus

The words, and where everything came from.

A glossary of the terms this page uses without explaining them, and the full list of sources behind its numbers.

Glossary

Terms, in the order you meet them

Token
The unit a model actually reads and writes: a common word, a fragment of a rarer one, or a suffix. A page of prose is roughly 500 tokens.
Parameter
One number inside the model, adjusted during training. Model size is quoted as a parameter count.
Weight
A parameter on a connection between units. "Open weights" means the trained numbers are downloadable.
Backpropagation
The procedure that assigns blame for an error backwards through every layer, so each weight can be nudged. Popularised in 1986; still how everything is trained.
Transformer
The 2017 architecture behind essentially every frontier model. Drops recurrence and processes a whole sequence in parallel using attention.
Attention
The operation by which each token weighs every earlier token and decides how much each one matters for what comes next.
Context window
How many tokens the model can attend to at once. Leading 2026 models advertise a million.
Mixture-of-experts (MoE)
An architecture that routes each token to a few sub-networks instead of running the whole model, which splits size into total and active parameters.
Active parameters
The share of a MoE model that runs for any given token. Kimi K3 holds 2.8T and activates 104B.
Inference
Running a trained model to get an answer, as opposed to training it. Priced per million tokens.
Training run
One continuous pass of training a model from scratch. A 2026 frontier run is roughly 10²⁶ FLOP over about a hundred days.
FLOP
Floating-point operation — the unit compute is counted in. Training budgets are quoted in total FLOP.
Scaling laws
The empirical finding that loss falls as a smooth power law in compute, data and parameters, which makes capability forecastable from a budget.
Inference-time compute
Spending more computation per question — thinking longer — rather than training a bigger model. The second scaling axis, opened in 2024.
Reasoning model
A model trained to produce long chains of intermediate steps before answering.
RLHF
Reinforcement learning from human feedback: using human preference comparisons to turn a text predictor into something that follows instructions.
Fine-tuning
Continuing training on a narrower dataset to specialise a general model.
Quantisation
Storing weights at lower numerical precision so a model fits in less memory, at some cost in quality.
Distillation
Training a small model to imitate a larger one's outputs.
Benchmark
A fixed test set used to compare models. Every headline benchmark built before 2024 is now saturated.
Agent
A model given tools, a filesystem or a browser, and left to carry out a task over many steps rather than answer once.
World model
An internal, predictive representation of how the world changes — including under the system's own actions. The thing critics say language models lack.
AI winter
A period when funding and credibility collapse after promises outrun results. There have been two: 1974–1980 and 1987–1993.

Sources

Every citation, linked

  1. A Logical Calculus of the Ideas Immanent in Nervous Activity McCulloch, W. & Pitts, W. · 1943 · Bulletin of Mathematical Biophysics
  2. Computing Machinery and Intelligence Turing, A. M. · 1950 · Mind LIX (236)
  3. Learning representations by back-propagating errors Rumelhart, D., Hinton, G. & Williams, R. · 1986 · Nature 323
  4. ImageNet Classification with Deep Convolutional Neural Networks Krizhevsky, A., Sutskever, I. & Hinton, G. · 2012 · NeurIPS 25
  5. Attention Is All You Need Vaswani, A. et al. · 2017 · NeurIPS 30
  6. The Bitter Lesson Sutton, R. · 2019 · Incomplete Ideas
  7. Scaling Laws for Neural Language Models Kaplan, J. et al. · 2020 · arXiv:2001.08361
  8. Highly accurate protein structure prediction with AlphaFold Jumper, J. et al. · 2021 · Nature 596
  9. A Path Towards Autonomous Machine Intelligence LeCun, Y. · 2022 · OpenReview
  10. Training Compute-Optimal Large Language Models (Chinchilla) Hoffmann, J. et al. · 2022 · arXiv:2203.15556
  11. Training language models to follow instructions with human feedback Ouyang, L. et al. · 2022 · arXiv:2203.02155
  12. Thousands of AI Authors on the Future of AI Grace, K. et al. · 2024 · arXiv:2401.02843
  13. The Simple Macroeconomics of AI Acemoglu, D. · 2024 · NBER Working Paper 32487
  14. Can AI Scaling Continue Through 2030? Sevilla, J. et al. · 2024 · Epoch AI
  15. Measuring AI Ability to Complete Long Tasks Kwa, T. et al. · 2025 · METR
  16. Energy and AI International Energy Agency · 2025 · World Energy Outlook Special Report
  17. AI in 2030: Extrapolating current trends Epoch AI · 2025 · Epoch AI
  18. AI 2027: a scenario forecast Kokotajlo, D. et al. · 2025 · AI Futures Project
  19. Q1 2026 Timelines Update AI Futures Project · 2026 · AI Futures blog
  20. Experts and Superforecasters Update Their AI Timelines (LEAP, Wave 8) Forecasting Research Institute · 2026 · FRI
  21. International AI Safety Report 2026 Bengio, Y. et al. (96 experts) · 2026 · arXiv:2602.21012