Home / History
Page 02 of 11

The history of AI, from 1950 to today

Seventeen turning points, each explained in full and linked to its primary source — not a summary of a summary. Click any entry to expand it.

How to read this timeline

Seventeen entries, in order, each one a point where the field changed direction rather than merely got bigger. Every entry is open by default and every claim in it links to the source it came from — a paper, a lab's own announcement, or a report — so you can check the original rather than trust the summary.

If you have twenty minutes and want the shape of the field: read 1950, 1956, the two AI winters, 2012, and June 2017. Those five explain why almost everything else happened. The two winters matter more than they look: both followed a stretch of confident public promises, and knowing that pattern is the single most useful thing this page can give you when you read today's forecasts.

What commonly goes wrong here: people read a timeline as a straight line of progress. This one is not. Symbolic AI worked commercially and then stalled on a bottleneck nobody had priced in; statistical learning displaced it; funding collapsed twice. Dates are also slipperier than they look — a paper's publication, a model's release, and the moment an idea actually spread are three different dates, and popular accounts routinely merge them.

What to do next: once the sequence makes sense, go to Concepts for the mechanics behind the 2017 entry, which is the one doing the most work in everything you use today.

1950

Turing's "Computing Machinery and Intelligence"

Alan Turing opens his paper by replacing the question "Can machines think?" with the "imitation game": a human judge holds a text conversation with an unseen human and an unseen machine, and must guess which is which. Turing argued this operational test sidesteps unanswerable philosophical questions about consciousness. He also predicted that by the year 2000, machines would fool an average judge 30% of the time after five minutes of conversation — a benchmark now loosely called the "Turing Test." This is the founding thought experiment of machine intelligence, published six years before the field even had a name.

Primary sources

Go deeper

1955–56

The Dartmouth Summer Research Project

John McCarthy, Marvin Minsky, Nathaniel Rochester (IBM), and Claude Shannon convene a two-month workshop at Dartmouth College, joined by Allen Newell, Herbert Simon, Arthur Samuel, and Ray Solomonoff. McCarthy's 1955 funding proposal coins the term "artificial intelligence," deliberately choosing it over the already-established "cybernetics" to stake out a distinct field. This is the founding event of AI as a named academic discipline.

Primary sources

1965–1980

Symbolic AI and the rise (and limits) of expert systems

Researchers build AI by hand-coding logic and rules rather than learning from data — later nicknamed "GOFAI" (Good Old-Fashioned AI). Feigenbaum, Lederberg, and Buchanan's DENDRAL (Stanford, from 1965) infers molecular structure from mass spectrometry data. Shortliffe's MYCIN (mid-1970s) uses roughly 500 hand-written rules to diagnose bacterial infections. McDermott and CMU's XCON/R1 (1980) uses about 10,000 rules to configure DEC computer orders, reportedly saving the company tens of millions of dollars a year. These systems proved real commercial value — but each rule had to be manually elicited from human experts, exposing the "knowledge acquisition bottleneck."

Primary sources

1973–1980

First AI Winter

Commissioned by the UK government, mathematician James Lighthill's 1973 report concludes that AI research had failed to achieve its grand promises and would keep hitting a "combinatorial explosion" past toy scale. The UK slashes university AI funding almost immediately; similar pessimism spreads through DARPA-funded US research shortly after — the field's first major boom-bust cycle.

Primary sources

Late 1980s–early 1990s

Second AI Winter

The specialized Lisp machine market collapses by 1987 as cheap general-purpose workstations overtake it commercially. Expert systems built the previous decade prove expensive and brittle to maintain. DARPA cuts funding around 1988. This second collapse sets the stage for a very different approach: learning statistically from data instead of being told rules.

Primary sources

1995–1997

Statistical machine learning takes over

Vladimir Vapnik and Corinna Cortes formalize Support Vector Machines at AT&T Bell Labs (1995). Sepp Hochreiter and Jürgen Schmidhuber publish the Long Short-Term Memory (LSTM) architecture in 1997, solving a core weakness of earlier recurrent networks. Together these mark AI's decisive shift from symbolic rules toward learning statistical patterns directly from data.

Go deeper

2012

The AlexNet / ImageNet moment

Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton (University of Toronto) train an 8-layer convolutional neural network on two Nvidia GTX 580 GPUs. It cuts ImageNet top-5 error to 15.3%, versus 26.2% for the next-best non-neural approach that year. This single result proved GPU-trained deep neural networks could decisively beat hand-engineered vision pipelines, igniting the modern deep-learning boom.

Primary sources

Go deeper

June 2017

"Attention Is All You Need" introduces the Transformer

Ashish Vaswani and colleagues at Google publish the paper introducing the Transformer architecture, built entirely on self-attention, with no recurrence and no convolution. Every token can be compared against every other token in parallel, training far faster and capturing long-range context better. Every major large language model since — BERT, GPT, Claude, Gemini — is built on this exact architecture.

Primary sources

Go deeper

2018–2022

The GPT series and the alignment turn

OpenAI ships GPT-1 in June 2018, then GPT-2 in 2019 — initially withheld from public release over misuse concerns. GPT-3 follows in 2020 with 175 billion parameters and strong few-shot learning. Early 2022 brings InstructGPT, using Reinforcement Learning from Human Feedback (RLHF) to align outputs with what people actually want — evaluators preferred its outputs over raw GPT-3's roughly 85% of the time.

Primary sources

Go deeper

Nov 30, 2022

ChatGPT launches

OpenAI releases a free chat interface on top of GPT-3.5 plus RLHF — no API key, no setup. It reaches roughly 1 million users in 5 days and around 100 million in 2 months, the fastest consumer product growth ever recorded at the time — the moment generative AI enters mainstream consciousness.

Primary sources

Go deeper

Mar 14, 2023

GPT-4 arrives

OpenAI's GPT-4 adds native multimodal input and demonstrates markedly stronger reasoning — including passing a simulated bar exam near the 90th percentile, per OpenAI's own released evaluations. Frontier models cross a visible threshold into professional-grade performance on standardized human tests.

Primary sources

Go deeper

Sept–Dec 2024

Reasoning models begin: OpenAI's o1

OpenAI ships o1-preview then the full o1, introducing models that spend extra inference-time compute generating an internal chain-of-thought before answering. This establishes test-time compute as a separate, additional axis of capability gain from scaling parameters or training data.

Primary sources

Go deeper

Jan 2025

DeepSeek-R1 shocks the market

Chinese lab DeepSeek releases R1, an open-weight reasoning model claiming performance competitive with o1 at a reported ~$5.6M training cost via mixture-of-experts efficiency. Nvidia falls roughly 17% in a single day — nearly $1 trillion in tech market cap erased — as markets reassess whether frontier capability requires massive US-lab-scale compute.

Primary sources

Go deeper

Aug 7, 2025

GPT-5

OpenAI ships a unified router blending fast responses with deeper "thinking" mode in one system. OpenAI's own framing states it matches or exceeds human experts on roughly half of cross-occupation tasks tested — converging the chat and reasoning-model paradigms that had been racing separately.

Primary sources

Go deeper

Nov 24, 2025

Claude Opus 4.5

Anthropic releases Claude Opus 4.5, positioned as best-in-world for coding, agentic workflows, and computer use, scoring 80.9% on SWE-bench Verified — reinforcing agentic AI as the dominant capability narrative going into 2026.

Primary sources

Go deeper

Apr 13, 2026

Stanford HAI's 2026 AI Index Report

Stanford's 9th annual AI Index reports global corporate AI investment of $581.7B in 2025 (+130% YoY), generative AI adoption reaching 53% of the world's population within three years, a narrowed 2.7% US–China frontier-model gap, and a ~20% drop in software-developer employment aged 22–25 since 2024.

Primary sources

Mid-2026 — today

A closely matched, multi-lab race — and an open question

No single "best" model exists today: OpenAI, Anthropic, Google, and DeepSeek leapfrog one another every few weeks. Real-world agent deployments still show roughly a 37% gap between lab-benchmark scores and real-world performance. Underneath it all, the AGI question remains genuinely, openly contested — see the Frontier & AGI page.

Primary sources

Go deeper

Next: Concepts

Now that you know where it came from — how does it actually work?

Neural networks, training, attention, and the nesting-then-branching map of AI's subfields, explained plainly.

Continue to Concepts →