Skip to content
AI.info

AI literacy basics

A Short History of Artificial Intelligence

Trace the major eras of AI and learn why today’s breakthroughs make more sense when viewed as part of a long, uneven history.

By the end you can

AI history is a sequence of corrections, not a victory parade

The history of AI is usually told as a straight line, from primitive programs to increasingly intelligent machines. The line is a convenience. It hides the disagreements, the abandoned approaches, the funding cycles, and the repeated discovery that laboratory success does not equal general intelligence.

A better history asks what researchers represented, what evidence they used, what computation was available, and which claims survived contact with reality.

One episode shows the pattern in miniature. On 8 July 1958 the New York Times reported a US Navy press conference at which Frank Rosenblatt demonstrated his perceptron. The headline ran “New Navy Device Learns By Doing”. The paper told readers the Navy expected a machine that “will be able to walk, talk, see, write, reproduce itself and be conscious of its existence.” Eleven years later Marvin Minsky and Seymour Papert published Perceptrons: An Introduction to Computational Geometry. It appeared from MIT Press in 1969. It showed mathematically that a single-layer perceptron of that kind cannot compute parity. It therefore cannot learn the exclusive-or of two inputs. The device had not changed between 1958 and 1969. The description of it had.

Every breakthrough expands capability and exposes a new boundary.

Visual

Milestones that changed the field’s questions

This timeline is selective. It highlights moments that changed how researchers framed intelligence, learning, search, or scale.

FigureTimeline · 8 stops
  1. 1950 — Turing reframes the question

    Alan Turing proposes the imitation game as a practical alternative to arguing directly about whether machines think. Writing in Mind LIX(236), pages 433–460, he also put a date and a number on his own expectation: “I believe that in about fifty years’ time it will be possible to programme computers, with a storage capacity of about 10⁹, to make them play the imitation game so well that an average interrogator will not have more than 70 per cent chance of making the right identification after five minutes of questioning.”

  2. 1955–1956 — “Artificial intelligence” becomes a research program

    The Dartmouth proposal names the field and imagines language, abstraction, learning, and self-improvement as machine problems. Dated 31 August 1955 and signed by John McCarthy (Dartmouth College), Marvin Minsky (Harvard University), Nathaniel Rochester (IBM) and Claude Shannon (Bell Telephone Laboratories), it opens: “We propose that a 2 month, 10 man study of artificial intelligence be carried out during the summer of 1956 at Dartmouth College in Hanover, New Hampshire.”

  3. 1950s–1970s — Symbols, search, and early neural learning

    Researchers build theorem provers, game programs, language systems, and perceptrons, revealing both promise and sharp limits.

  4. 1970s–1990s — Expert systems and AI winters

    Rule-based systems create commercial value, but maintenance costs and unmet expectations contribute to pullbacks in funding and enthusiasm.

  5. 1997 — Deep Blue defeats Kasparov

    Specialized search, evaluation, hardware, and chess knowledge demonstrate superhuman performance in a narrow domain.

  6. 2012 — Deep learning reshapes vision

    AlexNet combines a large labeled dataset, GPUs, and deep convolutional networks to produce a major ImageNet result. Its authors report “a winning top-5 test error rate of 15.3%, compared to 26.2% achieved by the second-best entry” in ILSVRC-2012; the network carried 60 million parameters and took five to six days to train on two GTX 580 3GB GPUs.

  7. 2016 — AlphaGo combines learning and search

    Deep neural networks, self-play, and tree search defeat elite Go players, showing the strength of hybrid design.

  8. 2017 onward — Transformers and foundation models

    Attention-based architectures scale across language and later other modalities, enabling broad generative interfaces in the 2020s.

Comparison

Three traditions kept redefining “the hard part”

The traditions overlap, and many successful systems combine them. Their disagreements concern where useful structure should come from.

FigureComparison · 3 columns

Symbolic AI

Represents knowledge with symbols, rules, logic, and structured search.

  • Strength: explicit reasoning and constraints
  • Weakness: brittle knowledge engineering
  • Key question: what should be represented?
  • Legacy: rules, planners, knowledge graphs

Statistical machine learning

Uses data and probability to estimate patterns, boundaries, and predictions.

  • Strength: uncertainty and empirical evaluation
  • Weakness: dependence on features and assumptions
  • Key question: what generalizes from samples?
  • Legacy: classifiers, forecasting, ranking

Connectionist learning

Uses networks of simple units to learn distributed representations from data.

  • Strength: representation learning at scale
  • Weakness: data, compute, and interpretability costs
  • Key question: what can be learned end to end?
  • Legacy: deep vision, speech, language, generation

Example

Why games became laboratories for intelligence

Games provide precise rules, measurable outcomes, and repeatable competition. Those properties make them excellent research environments, even though success does not automatically transfer to open-ended life.

The machinery behind each of those lines is specific and published. Deep Blue beat Garry Kasparov in a six-game match in 1997. It was a 30-node IBM RS/6000 SP driving 480 single-chip chess search engines. Each engine could search 2 to 2.5 million chess positions per second, and was good for nothing but chess. The Atari work appeared in Nature in February 2015. A single deep Q-network received “only the pixels and the game score as inputs”. It reached “a level comparable to that of a professional human games tester across a set of 49 games, using the same algorithm, network architecture and hyperparameters”. AlphaGo then beat Lee Sedol 4–1 in Seoul between 9 and 15 March 2016. Every one of those numbers was earned inside a world with fixed rules and a scoreboard in it.

  • Chess exposed the power of search, evaluation functions, domain knowledge, and specialized hardware.
  • Go forced systems to cope with a much larger search space and difficult position evaluation.
  • Atari games offered visual input, delayed rewards, and many distinct control problems.
  • Self-play allowed systems to generate experience without relying only on human examples.
  • The limitation: games have cleaner objectives and boundaries than medicine, education, employment, or public policy.

Key idea

What an “AI winter” actually teaches

An AI winter is a period when funding, adoption, or public enthusiasm contracts after expectations outrun results. Research does not stop. Nor does every idea from the preceding boom turn out to be worthless.

Winters reveal the cost of vague promises. They also remind us that capability depends on data, hardware, engineering, problem selection, and institutions—not only on an elegant algorithm.

Hype cycles are not evidence about whether a specific system works; they are evidence about how expectations are managed.

Case

The Lighthill report, and the winter behind it

The most-cited winter has a document behind it. Sir James Lighthill’s survey for the UK Science Research Council, dated July 1972 and published in 1973 as “Artificial Intelligence: A General Survey”, opens its section on past disappointments this way: “Most workers in AI research and in related fields confess to a pronounced feeling of disappointment in what has been achieved in the past twenty-five years. Workers entered the field around 1950, and even around 1960, with high hopes that are very far from having been realised in 1972. In no part of the field have the discoveries made so far produced the major impact that was then promised.” Notice what Lighthill was measuring. Not whether the programs ran, but the distance between what had been promised and what had arrived.

Analogy

A rising tide moves every boat; a falling one shows the rocks

Attention and money move through this field the way tide moves along a shoreline. Water rises and many boats move at once. When it falls, hidden rocks and channels become visible.

Investment, compute, and public attention can lift many AI projects together, while downturns expose fragile assumptions. Tides, however, are periodic and natural. Research progress is neither: human choices determine which ideas receive resources and which harms are ignored.

Periods of enthusiasm change what becomes visible, fundable, and testable.

Steps

A historian’s checklist for a new breakthrough

Historical literacy turns novelty claims into questions that can be answered.

FigureProcess · 5 steps
  1. 1

    Name the previous barrier

    What task, scale, cost, or error pattern had resisted earlier methods?

  2. 2

    Identify the changed ingredient

    Was the gain driven by an algorithm, data, hardware, objective, interface, or combination?

  3. 3

    Inspect the evaluation

    What dataset, opponent, benchmark, or human study supported the claim?

  4. 4

    Locate the boundary

    Which conditions remain controlled, narrow, expensive, or untested?

  5. 5

    Watch the transfer claim

    Does success in one setting justify claims about broader intelligence or only about that setting?

The durable lesson of seventy-five years

AI advances when representations, learning methods, search, data, and computation line up with a problem that is actually tractable. The field then loses perspective in the same way each time. A narrow success is read as evidence that whatever remains is a detail.

History should not make you cynical. It should make you precise about what changed, what was measured, and what still depends on context.

The mature response to a breakthrough is neither worship nor dismissal; it is careful scope.

Key takeaways