The events that shaped AI, in order.
milestone September 1, 1843
Ada Lovelace's translation of Menabrea's memoir on the Analytical Engine added Notes that included the first published algorithm and the warning that the machine could only do what it was ordered to do.
milestone January 1, 1854
George Boole's 1854 book recast logic as algebra, giving the world the symbolic system that digital hardware would later implement directly.
milestone November 12, 1936
Alan Turing's 1936 paper defined the abstract machine that bears his name and proved that no general procedure can decide every mathematical question.
milestone March 1, 1942
Isaac Asimov's 1942 story Runaround introduced the Three Laws of Robotics, the first widely known attempt to state safety rules for autonomous machines.
milestone January 1, 1943
McCulloch and Pitts showed that simple all-or-none neurons wired into networks can compute any logical proposition.
milestone July 1, 1945
Vannevar Bush's 1945 essay imagined the memex, a personal machine that would store and cross-link a person's knowledge, anticipating hypertext and machine-augmented thought.
milestone January 1, 1948
Norbert Wiener's 1948 book Cybernetics unified feedback and control across machines and living things, supplying a vocabulary that shaped early thinking about intelligent systems.
milestone July 1, 1948
Claude Shannon's 1948 paper founded information theory, defining the bit and showing how to measure, compress, and reliably transmit information.
milestone January 1, 1949
Donald Hebb proposed that learning happens when connections between co-active neurons strengthen, giving neural networks a rule for learning.
milestone October 1, 1950
Alan Turing proposed the imitation game, now the Turing Test, replacing 'can machines think' with a concrete behavioral test.
milestone August 31, 1955
The 1955 Dartmouth proposal by McCarthy, Minsky, Rochester, and Shannon coined 'artificial intelligence' and launched the field.
milestone June 15, 1956
Newell, Simon, and Shaw built the Logic Theorist at RAND, a program that proved theorems in symbolic logic and is widely called the first AI program.
milestone November 1, 1958
Frank Rosenblatt's perceptron was an early trainable neural network that adjusted its own connections to classify patterns.
milestone January 1, 1959
Arthur Samuel's self-improving checkers program popularized the term machine learning and showed computers could learn from experience.
milestone January 1, 1961
George Devol's patented programmable manipulator, built by Unimation, became the first industrial robot on a factory floor at General Motors.
milestone January 1, 1965
Mathematician I.J. Good's 1965 paper introduced the idea of an ultraintelligent machine that designs ever-better machines, producing an intelligence explosion.
milestone April 19, 1965
Gordon Moore's 1965 magazine article observed that the number of components on an integrated circuit was doubling roughly every year, the forecast that became Moore's Law and the metronome of cheap computing.
milestone January 1, 1966
The 1966 ALPAC report concluded there was no immediate or predictable prospect of useful machine translation and recommended cutting funding, collapsing US support for the field for roughly two decades - before the term 'AI winter' existed.
milestone January 1, 1966
Joseph Weizenbaum's ELIZA was an early conversational program that mimicked a psychotherapist using simple pattern matching.
milestone January 1, 1966
SRI's Shakey combined perception, planning, and movement in one machine, and the project produced lasting AI techniques including the A* search algorithm and STRIPS planning.
milestone January 1, 1969
Minsky and Papert's book exposed the limits of single-layer perceptrons, helping freeze neural network funding for years.
milestone January 1, 1971
Terry Winograd's SHRDLU let a person hold a typed English conversation with a computer that moved blocks in a simulated world, a landmark in early natural language understanding.
milestone January 1, 1973
Sir James Lighthill's survey for the UK Science Research Council judged AI a disappointment, cutting British AI funding for a decade.
milestone August 1, 1974
Paul Werbos's 1974 Harvard dissertation set out the method later known as backpropagation for training multilayer networks.
milestone January 1, 1976
MYCIN was a Stanford expert system that advised doctors on diagnosing and treating blood infections using a few hundred rules and a way of handling uncertainty.
milestone April 1, 1980
Kunihiko Fukushima's Neocognitron introduced a layered, shift-tolerant network for pattern recognition that prefigured modern CNNs.
milestone August 1, 1980
R1, later called XCON, was a rule-based expert system that configured Digital Equipment Corporation's VAX computer orders and became one of the first expert systems to pay off in business.
milestone April 1, 1982
John Hopfield's PNAS paper showed how networks of simple units can store memories as stable collective states, reenergizing the field.
milestone April 1, 1982
Japan's MITI launched a ten-year national project, run by the ICOT institute, to build knowledge-processing computers based on logic programming and parallel inference.
milestone January 1, 1984
Douglas Lenat began Cyc in 1984, an ambitious decades-long effort to hand-encode the everyday common-sense knowledge that AI systems lacked.
milestone October 9, 1986
The 1986 Nature paper made backpropagation the standard way to train multilayer neural networks with hidden units.
milestone January 1, 1987
In the late 1980s the commercial AI boom collapsed as the specialized Lisp-machine market crashed and expert systems failed to live up to their hype, ushering in a long downturn.
milestone December 1, 1989
LeCun and colleagues at Bell Labs trained a convolutional network on real US Postal Service digits, a landmark for practical deep learning.
milestone June 1, 1990
An IBM team publishes a statistical approach to machine translation, treating language as a problem of probability and data rather than hand-written grammar rules.
milestone January 1, 1992
Gerald Tesauro's neural network learned to play backgammon at near-champion level by playing millions of games against itself using temporal-difference learning.
milestone September 1, 1995
Cortes and Vapnik publish the support-vector network, a learning method that became the dominant classifier of the 1990s and 2000s and made neural networks look obsolete.
milestone May 11, 1997
IBM's Deep Blue became the first computer to beat a reigning world chess champion in a full match, defeating Garry Kasparov 3.5 to 2.5.
milestone November 1, 1997
Hochreiter and Schmidhuber publish LSTM, a recurrent network that remembers across long gaps, solving the vanishing-gradient problem.
milestone November 1, 1998
LeCun and colleagues publish the LeNet-5 convolutional network, showing end-to-end gradient learning for reading handwritten documents.
milestone September 1, 2002
iRobot's Roomba put a small, self-navigating robot in millions of households, the first truly mass-market consumer robot.
milestone October 8, 2005
Stanford's self-driving car Stanley completed a 132-mile desert course to win the 2005 DARPA Grand Challenge, a turning point for autonomous vehicles.
milestone July 1, 2006
Hinton, Osindero, and Teh show a fast greedy way to train deep networks layer by layer, reviving interest in deep learning.
milestone October 2, 2006
Netflix launches a $1 million open contest to improve its movie recommendation system by 10 percent, mainstreaming the public machine learning competition.
milestone June 23, 2007
NVIDIA introduced CUDA, a platform that let developers run general-purpose code on GPUs, providing the compute engine that later powered deep learning.
milestone July 19, 2007
After 18 years of computation, Jonathan Schaeffer's team proved that checkers is a draw with perfect play, the most complex game solved at that time.
milestone March 1, 2009
Three Google researchers argue that simple models trained on enormous amounts of data beat elaborate models trained on less, a data-first creed that predates the scaling laws.
milestone June 20, 2009
Fei-Fei Li and colleagues introduce ImageNet, a labeled image database that became the proving ground for modern computer vision.
milestone April 1, 2010
Kaggle turned machine learning into a competitive discipline, hosting public prediction contests that became both a benchmark and a talent pipeline for the field.
milestone October 9, 2010
Google publicly disclosed that it had been quietly building self-driving cars that had already logged 140,000 miles on real roads.
milestone February 16, 2011
IBM's Watson question-answering system beat champions Ken Jennings and Brad Rutter on Jeopardy!, showing computers could understand and answer natural-language questions.
milestone October 4, 2011
Apple launches Siri with the iPhone 4S, putting a conversational voice assistant into the hands of millions of consumers.
milestone December 3, 2012
A deep convolutional neural network crushed the ImageNet contest, proving deep learning could outperform hand-built computer vision.
milestone January 16, 2013
Mikolov and colleagues introduced word2vec, an efficient way to learn word vectors that capture meaning through geometry.
milestone July 11, 2013
DARPA and Boston Dynamics unveiled Atlas, a six-foot hydraulic humanoid robot built as a common platform for the DARPA Robotics Challenge.
milestone December 19, 2013
DeepMind trained a single neural network to play Atari video games directly from raw pixels, beating humans on several titles.
milestone January 26, 2014
Google buys the London AI lab DeepMind in January 2014, placing a leading research lab inside a big-tech company.
milestone June 10, 2014
Ian Goodfellow and colleagues proposed pitting two neural networks against each other, launching the era of AI-generated images.
milestone July 3, 2014
Nick Bostrom's 2014 book Superintelligence brought existential risk from advanced AI to a wide audience and shaped how lab founders talk about safety.
milestone September 10, 2014
Sutskever, Vinyals, and Le showed neural networks could map input sequences to output sequences, enabling end-to-end translation.
milestone November 6, 2014
Amazon introduces the Echo smart speaker and its voice assistant Alexa, creating the always-listening ambient assistant category for the home.
milestone November 9, 2015
Google released TensorFlow, its internal machine-learning system, as free open-source software, putting an industrial-grade deep learning framework in everyone's hands.
milestone December 10, 2015
Residual connections let neural networks grow to 152 layers and win ImageNet 2015, unlocking much deeper architectures.
milestone December 11, 2015
OpenAI launched in December 2015 as a nonprofit AI research company with a $1 billion commitment and a mission to ensure artificial general intelligence benefits all of humanity.
milestone March 15, 2016
DeepMind's AlphaGo beat Go world champion Lee Sedol 4-1, a feat experts had thought was a decade away.
milestone May 18, 2016
Google disclosed the Tensor Processing Unit, a custom chip built specifically for neural networks that had already been running in its data centers for over a year, marking the start of the custom-silicon era for AI.
milestone January 19, 2017
Facebook AI Research released PyTorch, a Python-first, define-by-run deep learning framework that became the dominant tool for AI research.
milestone January 30, 2017
Carnegie Mellon's Libratus defeated four top professionals at heads-up no-limit poker, the first AI to master a major game of imperfect information.
milestone June 12, 2017
Google researchers publish 'Attention Is All You Need', introducing the Transformer architecture that underpins modern AI.
milestone July 20, 2017
China's State Council issues a national strategy setting a three-step goal to make the country the world's primary AI innovation center by 2030.
milestone December 5, 2017
DeepMind's AlphaZero taught itself chess, shogi and Go from scratch by self-play, reaching superhuman strength in each and defeating the best existing programs.
milestone May 16, 2018
OpenAI's 2018 analysis found that the compute used in the largest AI training runs had been doubling every 3.4 months since 2012, making the empirical case that raw computation drives AI capability.
milestone June 11, 2018
OpenAI's first GPT showed that pre-training a Transformer on large amounts of unlabeled text and then fine-tuning it set a new bar across many language tasks.
milestone October 11, 2018
Google researchers release BERT, a pre-trained bidirectional Transformer that set new state-of-the-art on eleven NLP benchmarks.
milestone February 14, 2019
OpenAI's 1.5-billion-parameter GPT-2, trained only to predict text, performed many language tasks with no task-specific training.
milestone April 13, 2019
OpenAI Five became the first AI system to defeat the reigning world champions at an esport, beating Dota 2 champions OG in April 2019.
milestone July 11, 2019
Pluribus, built by Carnegie Mellon and Facebook AI, beat elite professionals at six-player no-limit poker, the first superhuman result in a multiplayer imperfect-information game.
milestone July 22, 2019
In 2019 OpenAI restructures as a capped-profit company and Microsoft invests 1 billion dollars, creating the financial structure behind much of the AI boom that followed.
milestone October 9, 2019
Hugging Face's open-source Transformers library put state-of-the-art language models one pip install away, becoming the distribution layer of the LLM era.
milestone October 30, 2019
DeepMind's AlphaStar reached Grandmaster level in StarCraft II, ranking above 99.8 percent of human players across all three races.
milestone January 23, 2020
OpenAI researchers showed language model performance follows smooth power laws in model size, data, and compute.
milestone May 28, 2020
OpenAI's 175-billion-parameter GPT-3 performed many tasks from a few text examples alone, with no fine-tuning or weight updates.
milestone September 16, 2020
The foundational scientific-computing library underpinning the Python data and AI stack was formally documented in a Nature paper, 'Array Programming with NumPy.'
milestone November 30, 2020
At the CASP14 contest, DeepMind's AlphaFold predicted protein 3D structures with accuracy rivaling slow, costly lab experiments.
milestone January 1, 2021
EleutherAI released The Pile, an 825 GiB English text dataset built from 22 documented sources, making the contents of a large language model training corpus openly inspectable.
milestone January 5, 2021
OpenAI unveils the original DALL-E, a GPT-3-scale model that generates images from natural-language text descriptions - the start of the generative image era.
milestone January 5, 2021
CLIP learns visual concepts directly from natural-language supervision, becoming the bridge that made modern multimodal AI possible.
milestone March 1, 2021
A 2021 FAccT paper by Bender, Gebru, McMillan-Major, and Mitchell that became the most-cited critique of the large-language-model paradigm.
milestone May 28, 2021
Anthropic is founded by siblings Dario and Daniela Amodei and colleagues as an AI safety and research company, surfacing publicly with a 124 million dollar Series A.
milestone June 29, 2021
GitHub launches Copilot, an AI coding assistant built on OpenAI Codex that suggests code as developers type.
milestone July 22, 2021
DeepMind and EMBL-EBI launched a free, open database of AlphaFold protein structure predictions, starting with the human proteome and later expanding to over 200 million structures.
milestone January 27, 2022
OpenAI's InstructGPT used reinforcement learning from human feedback to make GPT-3 follow instructions, the direct precursor of ChatGPT.
milestone March 29, 2022
DeepMind's Chinchilla paper showed that most large language models were undertrained and that model size and training data should grow together for compute-optimal results.
milestone April 13, 2022
OpenAI unveils DALL-E 2, a system that generates and edits high-resolution images from natural-language text prompts.
milestone July 12, 2022
Midjourney, an independent research lab's text-to-image generator run through Discord, opened to the public in July 2022 and became one of the dominant image AI tools.
milestone August 22, 2022
Stability AI publicly releases Stable Diffusion, an open text-to-image model with downloadable weights and code.
milestone September 21, 2022
OpenAI releases Whisper, an open multilingual speech recognition model trained on large-scale weakly supervised audio.
milestone November 30, 2022
OpenAI releases ChatGPT, a conversational AI that reaches mass adoption and ignites the modern generative-AI boom.
milestone February 24, 2023
Meta releases LLaMA, a family of foundational large language models, accelerating the open-weights movement.
milestone March 14, 2023
Anthropic launches Claude, a next-generation AI assistant built around helpful, honest, and harmless training.
milestone March 14, 2023
OpenAI releases GPT-4, a multimodal model scoring in the top tiers of professional exams and marking a major capability jump.
milestone March 22, 2023
A March 2023 open letter from the Future of Life Institute called on all AI labs to pause training systems more powerful than GPT-4 for at least six months.
milestone May 30, 2023
A one-sentence May 2023 statement from the Center for AI Safety put extinction risk from AI alongside pandemics and nuclear war, signed by leading researchers and lab CEOs.
milestone October 30, 2023
President Biden signs Executive Order 14110, the most sweeping US federal action on AI of the period, which was later revoked in January 2025.
milestone November 1, 2023
At the first global AI Safety Summit in November 2023, 28 countries and the European Union signed the Bletchley Declaration on managing frontier AI risk.
milestone November 14, 2023
DeepMind's GraphCast, a machine-learning weather model, outperformed the leading conventional forecasting system on most metrics while running in under a minute.
milestone November 29, 2023
DeepMind's GNoME deep-learning tool predicted 2.2 million new crystal structures, including about 380,000 stable candidates worth synthesizing in the lab.
milestone December 6, 2023
Google launches Gemini, a natively multimodal model family built jointly by Google DeepMind, in three sizes - Ultra, Pro, and Nano.
milestone December 27, 2023
The New York Times filed a copyright lawsuit against OpenAI and Microsoft in federal court over the use of its articles in training AI systems, putting the training-data question before the courts.
milestone January 17, 2024
DeepMind's AlphaGeometry solved 25 of 30 olympiad geometry problems, near the gold-medalist average, and its successors later reached silver-medal level across a full IMO.
milestone February 15, 2024
OpenAI unveils Sora, a model that generates video from text prompts, extending generative AI into moving images.
milestone March 4, 2024
Anthropic launches Claude 3 in three models - Opus, Sonnet, and Haiku - which it says set new industry benchmarks across cognitive tasks and add vision capabilities.
milestone May 8, 2024
AlphaFold 3, from DeepMind and Isomorphic Labs, predicts the joint structure of proteins together with DNA, RNA, small-molecule ligands and ions in a single model.
milestone May 13, 2024
OpenAI releases GPT-4o, an 'omni' model trained end-to-end across text, vision, and audio that can hold real-time spoken conversations.
milestone July 12, 2024
The European Union adopts Regulation (EU) 2024/1689, the world's first comprehensive law governing artificial intelligence through a risk-based framework.
milestone September 12, 2024
OpenAI introduces o1, a model trained to reason step by step before answering, marking the reasoning-model era.
milestone October 8, 2024
John Hopfield and Geoffrey Hinton win the 2024 Nobel Prize in Physics for foundational work enabling machine learning with neural networks.
milestone October 9, 2024
The 2024 Nobel Prize in Chemistry went to David Baker for computational protein design and to Demis Hassabis and John Jumper for AlphaFold's protein structure prediction.
milestone November 25, 2024
Anthropic releases the Model Context Protocol, an open standard for connecting AI applications to external data and tools.
milestone January 21, 2025
OpenAI, SoftBank, Oracle, and MGX announce Stargate, a new company intending to invest 500 billion dollars over four years in AI infrastructure in the United States.
milestone January 22, 2025
DeepSeek releases DeepSeek-R1, an open reasoning model trained largely via reinforcement learning, intensifying global LLM competition.
milestone February 24, 2025
Anthropic introduces Claude Code, its first agentic coding tool, alongside Claude 3.7 Sonnet as a limited research preview.
milestone May 22, 2025
Anthropic releases Claude Opus 4 and Sonnet 4, models built to sustain focused work over thousands of steps, marking the shift to long-running agentic coding.
milestone July 21, 2025
Google DeepMind's Gemini with Deep Think earns an officially certified gold-medal score at the 2025 IMO, with OpenAI reporting the same score separately.
milestone August 2, 2025
Obligations for providers of general-purpose AI models under the EU AI Act start to apply, the first binding rulebook aimed at the makers of foundation models.
milestone August 7, 2025
OpenAI releases GPT-5 as a unified system that automatically routes between fast answers and deeper reasoning, becoming the default model for ChatGPT users.
milestone November 18, 2025
Google releases Gemini 3, its most capable model, launched across all its products on day one and topping major reasoning and multimodal benchmarks.