The AI Timeline

From the dawn of computing to the age of autonomous agents — trace the path of artificial intelligence.

COMPUTINGAI THEORYMILESTONEMODERN AIAGENTIC AIHARDWARE
1837COMPUTING

Charles Babbage's Analytical Engine

Charles Babbage designed the Analytical Engine, the first general-purpose mechanical computer concept featuring an arithmetic logic unit, control flow, and memory.

Read more →
1936COMPUTING

Alan Turing's Universal Machine

Alan Turing published 'On Computable Numbers,' introducing the concept of a universal machine capable of computing anything that is computable — the theoretical foundation for all modern computers.

Read more →
1943AI THEORY

McCulloch-Pitts Neuron Model

Warren McCulloch and Walter Pitts published 'A Logical Calculus of Ideas Immanent in Nervous Activity,' creating the first mathematical model of a neural network.

Read more →
1945COMPUTING

ENIAC — First General-Purpose Electronic Computer

ENIAC (Electronic Numerical Integrator and Computer) became operational at the University of Pennsylvania — the first fully electronic, programmable, general-purpose digital computer.

Read more →
1947COMPUTING

Invention of the Transistor

Bell Labs scientists John Bardeen, Walter Brattain, and William Shockley invented the transistor, replacing vacuum tubes and enabling the miniaturization of computers.

Read more →
1950AI THEORY

Turing Test Proposed

Alan Turing published 'Computing Machinery and Intelligence,' proposing the Imitation Game (Turing Test) as a measure of machine intelligence.

Read more →
1956AI THEORY

Dartmouth Conference — AI is Born

John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon organized the Dartmouth Summer Research Project on Artificial Intelligence, coining the term 'artificial intelligence' and establishing AI as a field.

Read more →
1957AI THEORY

The Perceptron

Frank Rosenblatt developed the Perceptron at Cornell, the first artificial neural network capable of learning — a hardware machine that could recognize simple patterns.

Read more →
1958AI THEORY

LISP Programming Language

John McCarthy created LISP, which became the dominant programming language for AI research for decades and introduced concepts like garbage collection and recursion.

Read more →
1958HARDWARE

The Integrated Circuit

Jack Kilby at Texas Instruments and Robert Noyce at Fairchild Semiconductor independently invented the integrated circuit, enabling multiple transistors on a single chip — the foundation of all modern computing hardware.

Read more →
1965COMPUTING

Moore's Law

Gordon Moore observed that the number of transistors on a microchip doubles approximately every two years, predicting the exponential growth of computing power that would fuel AI progress.

Read more →
1966MILESTONE

ELIZA — First Chatbot

Joseph Weizenbaum at MIT created ELIZA, the first chatbot that simulated conversation using pattern matching, creating the illusion of understanding.

Read more →
1971COMPUTING

Intel 4004 — First Microprocessor

Intel released the 4004, the world's first commercially available microprocessor, putting an entire CPU on a single chip and revolutionizing computing.

Read more →
1968HARDWARE

Intel Founded

Robert Noyce and Gordon Moore founded Intel Corporation, which would go on to dominate the microprocessor industry and drive the computing revolution that made AI possible.

Read more →
1976HARDWARE

Apple Founded — Personal Computing Begins

Steve Jobs, Steve Wozniak, and Ronald Wayne founded Apple Computer. The Apple II (1977) became one of the first mass-produced personal computers, democratizing access to computing.

Read more →
1980MILESTONE

Expert Systems Boom

Expert systems like XCON (used by DEC) demonstrated commercial viability of AI, encoding human expertise into rule-based systems and sparking the first major wave of AI investment.

Read more →
1982HARDWARE

Sun Microsystems & the Workstation Era

Sun Microsystems was founded, pioneering Unix workstations that became the backbone of university and corporate AI research labs throughout the 1980s and 1990s.

Read more →
1985HARDWARE

NVIDIA's Precursor — GPU Concept Emerges

The concept of dedicated graphics processing hardware took shape through companies like Silicon Graphics (SGI, founded 1981). These parallel-processing architectures would later be recognized as ideal for neural network training.

Read more →
1986AI THEORY

Backpropagation Revives Neural Networks

David Rumelhart, Geoffrey Hinton, and Ronald Williams published their landmark paper on backpropagation, enabling training of multi-layer neural networks and reviving connectionism.

Read more →
1987HARDWARE

TSMC Founded — Foundry Model Born

Morris Chang founded Taiwan Semiconductor Manufacturing Company, creating the dedicated chip foundry model. TSMC would become the world's most critical semiconductor manufacturer, producing the chips powering virtually all modern AI.

Read more →
1993HARDWARE

NVIDIA Founded

Jensen Huang, Chris Malachowsky, and Curtis Priem founded NVIDIA. Originally a graphics chip company, NVIDIA would become the most important hardware company in the AI revolution — its GPUs are the engines that train and run virtually every major AI model.

Read more →
1997MILESTONE

Deep Blue Defeats Kasparov

IBM's Deep Blue defeated world chess champion Garry Kasparov in a six-game match, marking the first time a computer beat a reigning world champion under standard tournament conditions.

Read more →
1999HARDWARE

NVIDIA GeForce 256 — The First GPU

NVIDIA released the GeForce 256, marketing it as the world's first 'GPU' (Graphics Processing Unit). This coined the term and introduced hardware-accelerated transform and lighting, laying groundwork for general-purpose GPU computing.

Read more →
2004MILESTONE

DARPA Grand Challenge

DARPA launched the Grand Challenge for autonomous vehicles. Though no car finished in 2004, the 2005 challenge saw Stanford's Stanley complete the course, igniting the self-driving car industry.

Read more →
2006HARDWARE

NVIDIA CUDA — GPUs Become AI Engines

NVIDIA launched CUDA (Compute Unified Device Architecture), enabling developers to use GPUs for general-purpose computing. This was the inflection point that made deep learning practical — GPU parallel processing could train neural networks orders of magnitude faster than CPUs.

Read more →
2006AI THEORY

Geoffrey Hinton's Deep Learning Breakthrough

Geoffrey Hinton and collaborators published research on deep belief networks, demonstrating that deep neural networks could be effectively trained layer by layer — sparking the deep learning revolution.

Read more →
2011MILESTONE

IBM Watson Wins Jeopardy!

IBM's Watson defeated Jeopardy! champions Ken Jennings and Brad Rutter, showcasing natural language processing and question-answering capabilities on live television.

Read more →
2012MILESTONE

AlexNet — Deep Learning Goes Mainstream

Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton's AlexNet won the ImageNet competition by a massive margin using deep convolutional neural networks and GPU training, igniting the modern AI era.

Read more →
2012HARDWARE

NVIDIA Kepler & the Deep Learning GPU Era

NVIDIA's Kepler architecture GPUs became the hardware backbone of the deep learning revolution. AlexNet's victory at ImageNet was powered by NVIDIA GPUs, proving that GPU-accelerated computing was the path to AI breakthroughs.

Read more →
2014AI THEORY

Generative Adversarial Networks (GANs)

Ian Goodfellow introduced GANs, where two neural networks compete against each other to generate increasingly realistic synthetic data — a breakthrough for generative AI.

Read more →
2015HARDWARE

NVIDIA DGX — Purpose-Built AI Supercomputers

NVIDIA began developing DGX systems, the world's first purpose-built AI supercomputers. Jensen Huang personally delivered the first DGX-1 to OpenAI in 2016, recognizing early that dedicated AI hardware would change everything.

Read more →
2016HARDWARE

Google TPU — Custom AI Silicon

Google announced its Tensor Processing Unit (TPU), custom-designed ASICs specifically for neural network inference and training. TPUs power Google Search, Translate, and DeepMind's research, sparking a wave of custom AI chip development.

Read more →
2016MILESTONE

AlphaGo Defeats Lee Sedol

DeepMind's AlphaGo defeated world Go champion Lee Sedol 4-1, a landmark achievement thought to be decades away due to Go's astronomical complexity.

Read more →
2017AI THEORY

Transformer Architecture — 'Attention Is All You Need'

Google researchers published the Transformer paper, introducing the self-attention mechanism that would become the foundation for GPT, BERT, and virtually all modern large language models.

Read more →
2018MODERN AI

BERT and GPT-1 — Language Models Emerge

Google released BERT and OpenAI released GPT-1, demonstrating that pre-trained language models could achieve state-of-the-art results across many NLP tasks through transfer learning.

Read more →
2020HARDWARE

NVIDIA A100 — The GPU That Trained GPT

NVIDIA released the A100 Tensor Core GPU based on the Ampere architecture. With 80GB of HBM2e memory and third-generation Tensor Cores, the A100 became the workhorse that trained GPT-3, PaLM, LLaMA, and most frontier AI models.

Read more →
2020HARDWARE

Apple M1 — Custom Silicon Revolution

Apple released the M1 chip, its first custom ARM-based SoC for Macs, integrating a 16-core Neural Engine capable of 11 trillion operations per second. It proved that custom silicon with dedicated AI accelerators could transform consumer devices.

Read more →
2020MODERN AI

GPT-3 — The Scaling Revolution

OpenAI released GPT-3 with 175 billion parameters, demonstrating that scaling up language models produced emergent capabilities like few-shot learning, code generation, and creative writing.

Read more →
2021MODERN AI

DALL-E and the Generative AI Wave

OpenAI unveiled DALL-E, capable of generating images from text descriptions, followed by Stable Diffusion and Midjourney — sparking the generative AI revolution in visual media.

Read more →
2022HARDWARE

NVIDIA H100 — The AI Datacenter Standard

NVIDIA launched the H100 Hopper GPU, which became the most sought-after chip in history. With the Transformer Engine specifically designed for LLM training, H100 clusters became the currency of AI capability — companies spent billions to acquire them.

Read more →
2022MODERN AI

ChatGPT Changes Everything

OpenAI launched ChatGPT in November 2022, reaching 100 million users in two months — the fastest-growing consumer application in history. It brought large language models into mainstream consciousness.

Read more →
2023MODERN AI

GPT-4 and the Multimodal Era

OpenAI released GPT-4, a multimodal model accepting both text and images. Google launched Gemini, Anthropic released Claude 2, and Meta open-sourced LLaMA — igniting an AI arms race.

Read more →
2023MODERN AI

Open-Source AI Explosion

Meta's LLaMA leak and subsequent open releases, along with Mistral, Falcon, and others, democratized access to powerful AI models and challenged the closed-source dominance.

Read more →
2024HARDWARE

NVIDIA Blackwell & the $3 Trillion Company

NVIDIA announced the Blackwell GPU architecture (B200/GB200), delivering 2.5x the training performance of H100. NVIDIA's market cap surpassed $3 trillion, briefly becoming the world's most valuable company — powered entirely by AI demand.

Read more →
2024HARDWARE

Custom AI Chips Proliferate

Amazon (Trainium2), Microsoft (Maia), Meta (MTIA), and startups like Cerebras, Groq, and SambaNova all shipped custom AI accelerators, challenging NVIDIA's dominance and expanding the AI hardware ecosystem.

Read more →
2024AGENTIC AI

Agentic AI Emerges

AI systems evolved from passive assistants to autonomous agents capable of using tools, browsing the web, writing and executing code, and completing multi-step tasks with minimal human intervention.

Read more →
2024AGENTIC AI

AI Reasoning Models

OpenAI's o1 and o3 models introduced chain-of-thought reasoning at inference time, while Anthropic's Claude demonstrated extended thinking — marking a shift toward AI systems that can reason through complex problems step by step.

Read more →
2025AGENTIC AI

Claude Code and Agentic Development

Anthropic launched Claude Code, an agentic coding tool that can autonomously navigate codebases, write code, run tests, and manage git workflows — representing a new paradigm in software development.

Read more →
2025AGENTIC AI

OpenAI Codex and Operator

OpenAI released Codex (a cloud-based coding agent) and Operator (an autonomous browser agent), further establishing agentic AI as the dominant paradigm in applied AI.

Read more →
2025AGENTIC AI

Open-Source Agents with DeepSeek and Qwen

DeepSeek-R1 and Alibaba's Qwen models pushed open-source AI to near-frontier performance, with agentic capabilities becoming accessible to developers worldwide.

Read more →
2025AGENTIC AI

OpenClaw — Open-Source AI Agent Goes Viral

Peter Steinberger released OpenClaw (originally Clawdbot), an open-source autonomous AI agent that connects LLMs to real software via messaging platforms. It surpassed 214,000 GitHub stars by February 2026, becoming one of the fastest-growing open-source projects in history and signaling the shift from chatbots to autonomous agents.

Read more →
2026AGENTIC AI

The Agentic AI Era

AI agents now autonomously handle complex workflows across coding, research, business operations, and creative tasks. Multi-agent systems collaborate to solve problems that once required entire teams.

Read more →