LDS history archive · AI-001Source-led research edition
The history of artificial intelligenceHow intelligence became a machine problem.
Follow the programs, laboratories, arguments, failures, and public demonstrations that kept changing what artificial intelligence meant.
Every record is tied to a primary or archival record, from original papers and books to technical reports, system documentation, official releases, and legal texts. Disputed firsts and later retellings are labeled.
Artificial intelligence did not advance along one technical path. Logic, search, language, robotics, probability, learning, and control rose, stalled, and combined at different times. Each record shows what was actually built, how it was tested, and where later retellings became too neat.
Record 01 · Neural computation and logicDecember 1943
A neural model becomes a logical machine
What changed
McCulloch and Pitts described idealized all-or-none neurons as logical elements and showed how networks of them could represent propositions that unfold over time.
Why it lasted
The paper made a biological question available to mathematical analysis and gave later AI researchers a formal model of computation built from neuron-like units.
Turing proposed the imitation game as a way to discuss thinking machines through observable conversation, then examined objections, learning, and the education of a child machine.
Why it lasted
The paper shifted debate from an elusive definition of thought toward behavior that people could inspect and challenge.
Record 07 · AI programming languagesDevelopment: 1958 · paper: April 1960
LISP gives symbolic AI a working language
What changed
LISP represented programs and symbolic expressions with the same list structures, supporting recursion, dynamic experimentation, and programs that manipulate other programs.
Why it lasted
Its fit with symbolic computation made LISP the main working language of many AI laboratories for decades.
Record 08 · Knowledge representationPresented: November 24–27, 1958 · published: 1959
The Advice Taker proposes knowledge in logic
What changed
McCarthy proposed a system that would accept declarative statements about the world, draw consequences from them, and improve its behavior when given new facts.
Why it lasted
The paper placed explicit knowledge representation and common-sense reasoning near the center of symbolic AI.
GPS searches for a general problem-solving pattern
What changed
General Problem Solver compared a current state with a goal, selected an operator that might reduce the difference, and created subgoals when that operator could not yet be used.
Why it lasted
Means-ends analysis became a durable account of planning and a serious attempt to separate a problem-solving strategy from any one puzzle.
A Unimate arm entered service at a General Motors plant, replaying stored motions to handle hot die-cast parts in a dangerous industrial setting.
Why it lasted
It moved programmable machines from laboratory discussion into repeatable physical work and helped establish industrial robotics as a field and business.
Record 11 · Scientific expert systemsProject begins: 1965
DENDRAL makes expert knowledge computational
What changed
DENDRAL generated and tested candidate molecular structures by combining chemical constraints, mass-spectrometry evidence, and rules supplied by specialists.
Why it lasted
The project showed that deep, carefully encoded domain knowledge could outperform a shallow claim to generality on a real scientific task.
Resolution gives theorem proving one inference rule
What changed
Robinson joined resolution with a practical unification procedure, allowing a program to prove first-order statements by deriving a contradiction from their negation.
Why it lasted
The method gave automated reasoning a compact logical foundation and influenced theorem provers, deductive databases, and logic programming.
ELIZA reveals how readily people infer understanding
What changed
ELIZA transformed typed input with scripts and pattern-matching rules. Its DOCTOR script reflected statements back in the style of a nondirective therapist.
Why it lasted
The program became an early lesson in human-computer interaction: a sparse conversational mechanism could invite users to attribute far more understanding than it possessed.
Record 14 · Machine translation policyNovember 1966
The ALPAC report challenges machine translation claims
What changed
The ALPAC committee found no immediate prospect that general-purpose machine translation would compete with human translation and called for stronger evaluation and basic research.
Why it lasted
Its recommendations sharply changed US support for machine translation and made evaluation, cost, and real demand unavoidable parts of the technical story.
Shakey combined camera input, a model of its surroundings, route finding, logical planning, and low-level actions in one mobile robot system.
Why it lasted
The project forced separate AI techniques to work together in a physical environment and produced influential methods in search, planning, and computer vision.
A* ranked possible paths by combining the cost already paid with a heuristic estimate of the cost still required to reach the goal.
Why it lasted
The algorithm exposed a precise tradeoff between problem knowledge and search effort, and it became foundational in planning, robotics, routing, and games.
Record 17 · Natural language and reasoningSystem: 1968–1970 · report: February 1971
SHRDLU links language and action inside a miniature world
What changed
SHRDLU accepted instructions and questions about a simulated blocks world while sharing one representation across parsing, dialogue, deduction, planning, and action.
Why it lasted
It showed how coherent language behavior could emerge when every object, relation, and possible action belonged to a small, fully specified world.
STRIPS represented actions through conditions and effects, then searched for a sequence of actions that transformed an initial world state into a goal state.
Why it lasted
Its compact planning language shaped decades of work on automated planning and remains visible in later planning formalisms.
Record 19 · Medical expert systemsProject begins: spring 1972 · dissertation completed: October 1975 · book: 1976
MYCIN joins rules, confidence, and explanation
What changed
MYCIN used backward-chained rules to recommend antimicrobial treatments, attached certainty factors to uncertain conclusions, and could explain parts of its reasoning.
Why it lasted
Its architecture influenced expert-system shells, knowledge acquisition, rule-based explanation, and the design of later decision-support systems.
Record 20 · Logic programmingFirst system: late 1972
Prolog turns logic into a programming practice
What changed
The Marseille team built a language in which facts and rules could be executed through unification and proof search, drawing on theory developed through collaboration with Kowalski.
Why it lasted
Prolog became a major language for symbolic AI, natural-language processing, theorem proving, expert systems, and computer-science education.
Record 21 · Research policy and evaluationReport completed: July 1972 · published: 1973 · BBC broadcast: June 1973
The Lighthill report tests AI against scale
What changed
Lighthill argued that many general AI claims had not survived combinatorial growth and the complexity of real environments. The review contributed to a harsher funding climate in Britain.
Why it lasted
The report made scaling, evaluation, and the gap between a controlled demonstration and a dependable system central policy questions.
Japan makes knowledge computing an industrial project
What changed
Japan's Fifth Generation Computer Systems project pursued parallel machines built around logic programming and knowledge processing rather than conventional sequential computing.
Why it lasted
The effort turned AI into industrial policy and prompted strategic computing programs in Britain, the United States, and Europe.
Record 25 · Common-sense knowledgeProject begins: 1984 · first account: 1985
Cyc attempts to encode common sense at scale
What changed
Cyc began as a long-term effort to hand-encode the ordinary facts, categories, exceptions, and contexts that specialized programs usually leave unstated.
Why it lasted
The project made the scale of common-sense knowledge visible and turned brittleness and knowledge acquisition into explicit engineering problems.
Record 26 · Behavior-based roboticsMemo: September 1985 · paper: March 1986
Subsumption removes the central planner
What changed
Brooks organized robot control as interacting layers of behavior. Higher layers could suppress or redirect lower-level outputs without relying on one complete symbolic world model.
Why it lasted
The architecture helped establish behavior-based robotics and renewed attention to intelligence grounded in real-time perception and action.
Record 27 · AI industry and fundingMarket and funding correction: 1987–1989
The expert-system boom gives way to another winter
What changed
Brittle rule bases, high maintenance costs, cheaper general-purpose hardware, unmet expectations, and changing government priorities weakened the commercial AI market.
Why it lasted
The correction pushed work toward commodity computers, probabilistic reasoning, statistical methods, and narrower systems whose value could be measured more directly.
Record 28 · Probabilistic reasoningResearch program: 1985–1988
Bayesian networks make uncertainty an architecture
What changed
Pearl developed a framework in which directed graphs represented probabilistic dependencies and local computations updated beliefs as evidence changed.
Why it lasted
Bayesian networks gave AI a principled language for uncertain diagnosis, prediction, evidence combination, and conditional independence.
Tesauro trained a neural network to evaluate backgammon positions by playing hundreds of thousands of games against itself and updating predictions through temporal differences.
Why it lasted
The program became an early, persuasive example of reinforcement learning, neural networks, and self-play producing high-level strategic play.
A survey gives intelligent-agent research a common map
What changed
Wooldridge and Jennings organized intelligent-agent research around theories, architectures, and programming languages, with autonomy, social ability, reactivity, and initiative as recurring properties.
Why it lasted
The agent view treated an AI program as an actor situated in an environment, pursuing goals and sometimes coordinating with other actors rather than only returning an answer.
Deep Blue won its six-game rematch against Garry Kasparov by combining parallel search, a detailed evaluation function, specialized chess hardware, databases, and expert preparation.
Why it lasted
The result showed how far a carefully engineered special-purpose system could go in a domain long treated as a public test of intelligence.
Monte Carlo Localization represented a robot's uncertain position with many sampled hypotheses and updated them as movement and sensor readings arrived.
Why it lasted
It helped make probabilistic reasoning practical for mobile robots whose sensors were noisy and whose location could not be known exactly.
Record 33 · Autonomous vehiclesFirst race: March 13, 2004 · finishers: October 8, 2005
The DARPA Grand Challenge turns failure into a finish
What changed
No vehicle finished DARPA's 2004 desert course. Eighteen months later, Stanford's Stanley won a 132-mile autonomous race and four other vehicles also completed it.
Why it lasted
The challenge forced perception, localization, planning, learning, and control to operate as one dependable real-time system.
ImageNet organized millions of human-labeled images through WordNet concepts, giving computer vision a dataset and later a challenge at unprecedented scale.
Why it lasted
It made data construction, annotation labor, shared categories, and public measurement central infrastructure for progress in visual AI.
Record 35 · Question answeringFebruary 14–16, 2011
Watson answers Jeopardy clues at television speed
What changed
Watson defeated two leading Jeopardy champions by analyzing each clue, generating candidate answers, gathering evidence, estimating confidence, and responding under time pressure.
Why it lasted
The project demonstrated how many specialized language, retrieval, reasoning, and systems techniques could be assembled into one measurable question-answering machine.
Record 36 · Deep visual recognitionImageNet result: October 2012
AlexNet changes the terms of computer vision
What changed
The SuperVision entry won the 2012 ImageNet classification challenge by a wide margin with a deep convolutional network trained on graphics processors.
Why it lasted
The visible benchmark result persuaded much of computer vision that learned representations, large labeled datasets, and accelerator hardware could beat hand-engineered feature pipelines.
Adversarial training creates a new route to generation
What changed
Generative adversarial networks trained a generator against a discriminator in a coupled game, so each model changed the learning problem faced by the other.
Why it lasted
GANs opened a major route to learned image synthesis and made generative modeling a central branch of modern AI research.
Record 40 · Computational game theoryCompetition ended: January 30 · result announced: January 31, 2017
Libratus wins a game with hidden information
What changed
Libratus finished a 120,000-hand heads-up no-limit Texas Hold'em contest ahead of four professional players by computing strategies, solving subgames during play, and repairing weaknesses.
Why it lasted
Poker forced an AI system to reason about hidden information, strategic deception, and an opponent whose private state could not be observed.
Record 41 · Language-model architectureJune 12, 2017
The Transformer reorganizes sequence processing around attention
What changed
The Transformer processed sequences through attention and feed-forward layers without recurrent or convolutional sequence layers, first demonstrating the design on machine translation.
Why it lasted
Its parallel training and flexible context mixing made much larger language models practical and later supported vision, audio, multimodal, and scientific systems.
Record 42 · Language representationOctober 11, 2018
BERT standardizes fine-tuning one encoder across language tasks
What changed
BERT pretrained a bidirectional Transformer encoder on unlabeled text, then adapted that representation to many language tasks with small task-specific output layers.
Why it lasted
Pretrained language representations became a standard starting point for search, classification, extraction, question answering, and other applied AI systems.
Record 43 · Language models and release governanceInitial release: February 14 · full release: November 5
GPT-2 makes model release part of the research question
What changed
OpenAI announced GPT-2 but initially released only a smaller model, then published progressively larger weights while studying misuse, replication, detection, and stakeholder response.
Why it lasted
Model access, misuse evaluation, documentation, and release strategy entered mainstream AI research as questions in their own right.
GPT-3 used a 175-billion-parameter autoregressive model to attempt translation, question answering, classification, writing, and other tasks from instructions or examples placed in its context.
Why it lasted
Prompting became a general way to operate one pretrained system across many tasks without training a new set of weights for each one.
Record 45 · Scientific AICASP14 result: November 30, 2020 · paper: July 2021
AlphaFold2 makes AI a practical instrument for structure prediction
What changed
At the CASP14 blind assessment, AlphaFold2 produced highly accurate protein-structure predictions across difficult targets, followed by a detailed peer-reviewed system account.
Why it lasted
The result established an AI system as a serious scientific tool and soon made large numbers of predicted structures available to researchers.
CLIP gives visual recognition a language interface
What changed
CLIP learned a shared representation from 400 million image-text pairs and used natural-language labels to transfer across many visual recognition tasks.
Why it lasted
Language became a flexible interface for visual classification, and the shared representation became useful inside later multimodal and image-generation systems.
Record 47 · Generative image systemsPreprint: December 2021 · CVPR: June 2022
Latent diffusion makes high-resolution generation practical
What changed
Latent diffusion moved the diffusion process into a compressed learned representation and used cross-attention to condition generation on text and other inputs.
Why it lasted
The approach reduced the computational burden of high-resolution synthesis and helped make text-guided image generation broadly deployable.
Record 48 · Language-model agentsPreprint: October 6, 2022 · ICLR: 2023
ReAct interleaves language reasoning with external action
What changed
ReAct prompted language models to alternate between written reasoning traces and actions such as consulting a knowledge source or interacting with a task environment.
Why it lasted
It supplied a clear pattern for tool-using language-model agents and tied claims about reasoning to actions that changed or inspected an external state.
Record 49 · Conversational AI deploymentNovember 30, 2022
ChatGPT puts an instruction-following model into dialogue
What changed
OpenAI released ChatGPT as a free research preview with a dialogue interface, instruction-following behavior, and a feedback channel for strengths, failures, and unsafe outputs.
Why it lasted
Large language models moved from papers and developer tools into a direct, iterative interface that millions of people could test in ordinary work.
Record 50 · AI law and governanceEntered into force: August 1, 2024
The European Union puts AI under a comprehensive law
What changed
Regulation (EU) 2024/1689 created a risk-based legal framework covering prohibited practices, high-risk systems, transparency, governance, enforcement, and general-purpose AI models.
Why it lasted
AI development and deployment became tied to a broad statutory regime whose requirements reach across providers, deployers, importers, and public authorities.
o1 makes inference-time computation a visible scaling axis
What changed
OpenAI released o1-preview, a model trained with reinforcement learning to spend additional computation on multi-step work before returning an answer.
Why it lasted
Capability was presented not only as a consequence of larger pretraining, but also as a function of post-training and computation spent while solving a problem.
Record 52 · Open-weight reasoning modelsModel release: January 20 · technical report: January 22, 2025
DeepSeek-R1 releases an open-weight reasoning-model family
What changed
DeepSeek published the R1 technical report, model repository, R1 and R1-Zero weights, and several distilled models focused on mathematics, code, and multi-step reasoning.
Why it lasted
A competitive reasoning-model family became downloadable and reusable beyond a small group of proprietary providers, drawing attention to reinforcement learning and distillation.
A record is included when it materially changed the history of artificial intelligence and the claim can be traced to a reliable source. The timeline separates the original contribution from interpretations that appeared later.
Primary evidence firstOriginal papers, books, standards, archives, and official technical records anchor each milestone.
People named by roleContributors are linked to public profiles and described by the work they performed, not by a vague credit line.
Disputes stay visibleCompeting claims, retrospective labels, and uncertain dates are identified instead of being flattened into one story.
Corrections are welcomeReaders can inspect every cited source and report a factual issue through the public corrections process.
94 links to original papers, books, proposals, technical reports, system documentation, official releases, institutional archives, and legal texts. Each source is labeled by type and year. Contemporary evidence stays separate from later historical interpretation.