History
A timeline of AI.
Not every announcement — the results that changed what was possible. 28 of them, from the artificial neuron in 1943 to the moment compute moved to inference. Each links to the concept behind it.
Before the field had a name
The idea that thinking might be mechanised arrived before the machines could do anything with it. This period sets the questions the field is still arguing about.
SourceMcCulloch & Pitts (1943), A Logical Calculus of the Ideas Immanent in Nervous Activity — Bulletin of Mathematical Biophysics 5(4). The artificial neuron, twelve years before the field had a name.
SourceTuring (1950), Computing Machinery and Intelligence — where the field chose to sidestep the definition and ask about behaviour instead. Still the most influential dodge in computer science.
SourceMcCarthy, Minsky, Rochester & Shannon (1955), A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence — the document that coined the term, written a year before the workshop it proposed.
The first wave, and the first winter
Early results were genuinely exciting, and the promises made about them were not. What followed is the field's most instructive failure — and it happened twice.
SourceRosenblatt (1958), The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain — Psychological Review 65(6).
SourceMinsky & Papert (1969), Perceptrons: An Introduction to Computational Geometry — MIT Press. Remembered as the book that killed neural networks; it proved a limit of single-layer ones.
SourceLighthill (1973), Artificial Intelligence: A General Survey — Science Research Council. The report behind the first AI winter.
Quiet progress
The algorithms that power everything today were mostly invented in this stretch, and mostly ignored. What was missing wasn't ideas. It was data and hardware.
SourceRumelhart, Hinton & Williams (1986), Learning representations by back-propagating errors — the paper that made neural networks trainable. :: https://doi.org/10.1038/323533a0
SourceLeCun et al. (1989), Backpropagation Applied to Handwritten Zip Code Recognition — Neural Computation 1(4). Convolutional networks, working, on real post.
SourceHochreiter & Schmidhuber (1997), Long Short-Term Memory — Neural Computation 9(8). For Deep Blue: Campbell, Hoane & Hsu (2002), Deep Blue — Artificial Intelligence 134(1–2), published five years after the match.
SourceHochreiter & Schmidhuber (1997), Long Short-Term Memory — Neural Computation 9(8). For Deep Blue: Campbell, Hoane & Hsu (2002), Deep Blue — Artificial Intelligence 134(1–2), published five years after the match.
SourceDeng et al. (2009), ImageNet: A Large-Scale Hierarchical Image Database — CVPR. The dataset, not the model, was the unlock.
The deep learning era
Data and hardware arrived. The results that followed were fast enough that the field's own researchers were repeatedly surprised.
SourceKrizhevsky, Sutskever & Hinton (2012), ImageNet Classification with Deep Convolutional Neural Networks — AlexNet, the result that started the deep learning era.
SourceMikolov et al. (2013), Efficient Estimation of Word Representations in Vector Space — word2vec, and the origin of the king−man+woman analogy. :: https://arxiv.org/abs/1301.3781
SourceGoodfellow et al. (2014), Generative Adversarial Nets — the original, and unusually readable.
SourceBaydin et al. (2015), Automatic Differentiation in Machine Learning: a Survey — what your framework is actually doing.
SourceClark & Amodei (2016), Faulty Reward Functions in the Wild — reward hacking demonstrated on a boat race, and the clearest illustration you will find.
The transformer era
One architecture displaced most of the others, and then scale turned out to matter more than anyone had planned for.
SourceVaswani et al. (2017), Attention Is All You Need — the original, and still readable. :: https://arxiv.org/abs/1706.03762
SourceHoward & Ruder (2018), Universal Language Model Fine-tuning for Text Classification — discriminative learning rates and gradual unfreezing.
SourceBrown et al. (2020), Language Models are Few-Shot Learners — GPT-3, and the demonstration that scale alone changes what models can do. :: https://arxiv.org/abs/2005.14165
SourceLewis et al. (2020), Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks — the paper that named it. Worth knowing it describes a different system to today's: DPR and a BART generator fine-tuned jointly, not a frozen model with text in the prompt. :: https://arxiv.org/abs/2005.11401
SourceJumper et al. (2021), Highly accurate protein structure prediction with AlphaFold — Nature 596.
SourceJumper et al. (2021), Highly accurate protein structure prediction with AlphaFold — Nature 596.
The public era
The technology stopped being a research topic and became a product category. The underlying models changed less in this period than the interfaces did.
SourceRombach et al. (2022), High-Resolution Image Synthesis with Latent Diffusion Models — Stable Diffusion, and the move to latent space that made it runnable on consumer hardware.
SourceOuyang et al. (2022), Training language models to follow instructions with human feedback — InstructGPT, the paper that made assistants work. :: https://arxiv.org/abs/2203.02155
SourceKaplan et al. (2020), Scaling Laws for Neural Language Models, and Hoffmann et al. (2022), Training Compute-Optimal Large Language Models — the second corrected the first on how to spend a compute budget. :: https://arxiv.org/abs/2001.08361
SourceTouvron et al. (2023), Llama 2: Open Foundation and Fine-Tuned Chat Models — the release that made this mainstream, licence and all.
SourceSchick et al. (2023), Toolformer — models learning when to call a tool, rather than being told.
SourceSnell et al. (2024), Scaling LLM Test-Time Compute Optimally — the argument that inference-time compute can substitute for training-time compute.
Common questions
This stops short of the present on purpose. Recent releases are covered in the blog, where a piece carries a date and is allowed to age. A timeline should be the part that has settled — and the last few years haven't. If you want the underlying ideas rather than the chronology, start with the map.