# The Shape of Intelligence

> A history of the ideas that taught machines to learn.

We have spent generations trying to make machines think. Along the way, we kept changing what we meant by thinking.

An interactive exhibition about the history of artificial intelligence: the ideas, people, machines, setbacks and material conditions that changed what computers could do, with a sourced archive of 169 events. The Shape of Intelligence by Jamie McKaye (https://jamiemckaye.com).

Canonical: https://shapeofintelligence.com/ · Read: https://shapeofintelligence.com/md/read/ · Timeline: https://shapeofintelligence.com/md/timeline/ · Sources: https://shapeofintelligence.com/md/sources/ · Dataset and text CC BY 4.0

## I · The question

*Precursors and formal computation, to the 1950s*

**What did people mean when they imagined a thinking machine?**

Before anyone built a thinking machine, people argued about what thinking was. In 1936 Alan Turing described a machine that could carry out any procedure written as a finite list of steps, which gave "computation" a precise meaning. In 1943 Warren McCulloch and Walter Pitts wrote the nerve cell as a switch: add up the inputs, fire if the total crosses a threshold. In 1950 Turing set the argument aside with a test: if a machine can hold a conversation you cannot tell from a person's, call it intelligent. In 1955 four researchers proposed a summer study at Dartmouth on the conjecture that every feature of intelligence could be described precisely enough for a machine to simulate it. They named the field before they had a method. That order of events matters. The definition of intelligence was never settled first; it was rewritten each time a new method arrived.

Reading page: https://shapeofintelligence.com/md/read/the-question/

- [1943 · A logical calculus of nervous activity](https://shapeofintelligence.com/md/timeline/1943-mcculloch-pitts-neuron/): McCulloch and Pitts show that a simplified neuron is a logic gate, and that networks of them can compute anything a Turing machine can.
- [1950 · Computing machinery and intelligence](https://shapeofintelligence.com/md/timeline/1950-turing-computing-machinery/): Turing replaces the question 'can machines think?' with a test, predicts learning machines, and answers the objections that are still being raised today.
- [1956 · The Dartmouth workshop names the field](https://shapeofintelligence.com/md/timeline/1956-dartmouth-workshop/): A two-month summer meeting at Dartmouth College, proposed under the new phrase 'artificial intelligence', gathers the people who will run the field for thirty years.

## II · The rules

*Symbolic reasoning and early neural approaches, 1950s–70s*

**How far could explicitly programmed reasoning take us?**

The first working programs reasoned with symbols. In 1956 Allen Newell, Herbert Simon and Cliff Shaw's Logic Theorist proved theorems from Whitehead and Russell's Principia Mathematica by searching through possible steps. Rules seemed to be the way in: write down what an expert knows as conditions and actions, and let the machine apply them. Joseph Weizenbaum's ELIZA (1966) showed how far a short list of pattern rules could go, and how quickly people read understanding into it. A rival programme grew alongside. Frank Rosenblatt's perceptron (1958) learned its own weights from examples, and the Mark I perceptron machine set them with motors turning potentiometers. In 1969 Marvin Minsky and Seymour Papert showed the limits of a single layer, and neural approaches lost most of their funding for a decade. Rules were legible and brittle: every case had to be written down, and the world kept producing cases nobody had written.

Reading page: https://shapeofintelligence.com/md/read/the-rules/

- [1956 · Logic Theorist proves its first theorems](https://shapeofintelligence.com/md/timeline/1956-logic-theorist/): Newell, Shaw and Simon's program proves 38 theorems from Principia Mathematica by heuristic search, the first working artificial intelligence program.
- [1958 · The perceptron learns](https://shapeofintelligence.com/md/timeline/1958-perceptron/): Rosenblatt's perceptron adjusts its own weights from examples; the US Navy demonstrates it and the press announces an 'embryo' that will walk, talk and reproduce.
- [1966 · ELIZA](https://shapeofintelligence.com/md/timeline/1966-eliza/): Weizenbaum's ELIZA turns a person's sentences back as a Rogerian therapist would; people confide in it, and its author spends the rest of his life alarmed.
- [1969 · Perceptrons](https://shapeofintelligence.com/md/timeline/1969-perceptrons-book/): Minsky and Papert prove that a single-layer perceptron cannot learn XOR or connectedness; the book is read as a verdict on neural networks and the money leaves.

## III · The promise

*Expert systems and two funding contractions, 1970s–90s*

**Why did expectations repeatedly outrun results?**

Expectations ran ahead of results twice. In 1973 Sir James Lighthill's report for the British Science Research Council found that the field had not delivered on its promises, and funding in the United Kingdom fell away. In the 1980s expert systems revived the money: Digital Equipment's XCON configured computer orders with thousands of rules, and Japan's Fifth Generation project (1982) set out to build machines that reasoned. Companies were founded to sell hardware for the Lisp language. By 1987 that market had collapsed, and the phrase "AI winter" had been coined at a 1984 conference by people who saw it coming. Investment and progress did not move together. While budgets fell, small groups kept working: backpropagation for training multilayer networks was published in 1986, Yann LeCun's convolutional network read handwritten digits by 1989, and Gerald Tesauro's TD-Gammon learned backgammon from self-play in 1992. The quiet work was done in the cold.

Reading page: https://shapeofintelligence.com/md/read/the-promise/

- [1973 · The Lighthill report](https://shapeofintelligence.com/md/timeline/1973-lighthill-report/): Sir James Lighthill's review for the UK Science Research Council finds AI has failed to deliver on its promises; British funding collapses and the first winter begins.
- [1980 · XCON goes into production at DEC](https://shapeofintelligence.com/md/timeline/1980-xcon/): McDermott's R1, renamed XCON, configures VAX computer orders from rules and saves Digital Equipment an estimated $25 million a year; the expert-systems boom begins.
- [1982 · Japan launches the Fifth Generation project](https://shapeofintelligence.com/md/timeline/1982-fifth-generation-project/): Japan's MITI funds a ten-year national programme to build parallel machines that reason in logic; the West panics into funding of its own.
- [1984 · 'AI winter' is named](https://shapeofintelligence.com/md/timeline/1984-dark-ages-panel/): At the AAAI conference, Minsky and Schank warn that hype has outrun results and that a collapse in funding, an 'AI winter', is coming. It does.
- [1986 · Backpropagation](https://shapeofintelligence.com/md/timeline/1986-backpropagation/): Rumelhart, Hinton and Williams show that multi-layer networks can learn internal representations by propagating errors backwards; Perceptrons is answered.
- [1987 · The Lisp machine market collapses](https://shapeofintelligence.com/md/timeline/1987-ai-hardware-crash/): Specialised AI hardware worth half a billion dollars a year loses to cheaper workstations; expert-systems firms follow, and the second winter begins.
- [1989 · LeNet reads handwritten postcodes](https://shapeofintelligence.com/md/timeline/1989-lenet/): Yann LeCun trains a convolutional network by backpropagation on US Postal Service digits; the first deep network in real use, and the ancestor of AlexNet.
- [1992 · TD-Gammon reaches world-class backgammon](https://shapeofintelligence.com/md/timeline/1992-td-gammon/): Gerald Tesauro's network learns backgammon by playing itself with temporal-difference learning and reaches the level of the best humans, changing how they play.

## IV · The examples

*Statistical learning, datasets and computing, 1980s–2010s*

**What changed when machines learned from data?**

Learning from examples means giving up on writing the rule. You choose a model with adjustable parameters, show it labelled examples, and move the parameters to reduce the error. A perceptron draws a straight boundary; a network with a hidden layer can bend it. Three things decide what gets learned: the examples, the objective the model is judged by, and its capacity to represent a boundary at all. Statistics supplied the method through the 1990s: support vector machines (1995), probabilistic models, and in 1998 the MNIST digit set that became the field's shared examination. Data grew with the web. ImageNet (2009) grew to more than fourteen million labelled images, labelled by people paid per task through Amazon's Mechanical Turk. A model that fits its examples has not been proved right; it has been fitted. What happens on the next example, from a slightly different world, is the question the examples cannot answer.

Reading page: https://shapeofintelligence.com/md/read/the-examples/

- [1995 · Support-vector machines](https://shapeofintelligence.com/md/timeline/1995-support-vector-machines/): Cortes and Vapnik's classifier finds the widest margin between classes and, with the kernel trick, does it in spaces of any dimension; it rules the field for a decade.
- [1998 · MNIST and LeNet-5](https://shapeofintelligence.com/md/timeline/1998-mnist-lenet5/): LeCun, Bottou, Bengio and Haffner's paper fixes the convolutional network design and releases the 70,000-digit dataset that becomes the field's first shared yardstick.
- [2009 · ImageNet](https://shapeofintelligence.com/md/timeline/2009-imagenet/): Fei-Fei Li's team releases 3.2 million labelled images across thousands of categories, and the annual challenge on it becomes the arena where deep learning wins.

## V · The scale

*Deep learning, recognition, game playing; 2010s*

**What became possible when methods, computing and datasets converged?**

In 2012 a network called AlexNet, trained on two consumer graphics cards for about a week, cut the error rate in the ImageNet competition by a margin nobody had seen. Nothing in it was new on its own. Convolutional networks were twenty years old, the data was three years old, and the graphics cards had been built for games. What changed was that the ingredients met at the right sizes. Within four years the same recipe read speech, translated text and, in AlphaGo (2016), beat one of the strongest Go players in the world. Each result rested on things that are easy to leave out of the story: the people who labelled the images, the electricity and cooling for the machines, the benchmarks that decided what counted as progress, and the companies that could afford to run the experiment again. Results emerged from several ingredients interacting, and the ingredients had owners.

Reading page: https://shapeofintelligence.com/md/read/the-scale/

- [2012 · AlexNet wins ImageNet](https://shapeofintelligence.com/md/timeline/2012-alexnet/): Krizhevsky, Sutskever and Hinton's convolutional network, trained on two gaming GPUs, cuts the ImageNet error rate from 26% to 15%; the deep-learning era begins.
- [2016 · AlphaGo beats Lee Sedol](https://shapeofintelligence.com/md/timeline/2016-alphago/): DeepMind's program wins four games to one against one of the greatest Go players, a decade before it was thought possible; move 37 shows a machine playing beautifully.
- [2016 · Google reveals the TPU](https://shapeofintelligence.com/md/timeline/2016-tpu/): Google discloses that a custom chip for neural-network inference has been running in its data centres for a year; the hardware race for AI moves beyond GPUs.

## VI · The context

*Attention, transformers and pretraining, from 2017*

**How did attention and transformers change the picture?**

In 2017 eight researchers at Google described the transformer, a network that reads a sentence all at once and lets every word attend to every other. Attention weights say which words matter for which. Training is simple to state: predict the next token, again and again, on more text than a person could read in a thousand lifetimes. What the model learns is a representation shaped by context: the same word means different things after different words, and the model's numbers move accordingly. By 2018 BERT set records across language tasks; in 2019 GPT-2 wrote paragraphs; in 2020 GPT-3, with 175 billion parameters, did tasks it had never been trained for when shown a few examples in its prompt. Prediction turned out to produce behaviour. Whether the model understands anything is a question people still argue about. What it does is measurable: a distribution over what comes next.

Reading page: https://shapeofintelligence.com/md/read/the-context/

- [2017 · Attention is all you need](https://shapeofintelligence.com/md/timeline/2017-attention-is-all-you-need/): Eight Google researchers drop recurrence entirely and build a sequence model from attention alone; the transformer trains in parallel, scales without limit, and becomes the architecture of everything.
- [2018 · BERT](https://shapeofintelligence.com/md/timeline/2018-bert/): Google's bidirectional transformer, pre-trained to fill in masked words, sets new records on eleven language tasks and goes into Google Search within a year.
- [2019 · GPT-2 and the model too dangerous to release](https://shapeofintelligence.com/md/timeline/2019-gpt-2/): OpenAI's 1.5-billion-parameter model writes coherent pages of text from a prompt; the lab withholds the full weights over misuse fears, and the argument about openness begins.
- [2020 · GPT-3](https://shapeofintelligence.com/md/timeline/2020-gpt-3/): A 175-billion-parameter model learns new tasks from a few examples in its prompt, with no fine-tuning; the era of prompting, and of models as a product, begins.

## VII · The interface

*Generative systems and tools, 2020s to the cutoff*

**What happens when people can converse with generative systems?**

On 30 November 2022 OpenAI released ChatGPT, a conversational interface on a model tuned with human feedback, and by one estimate a hundred million people used it within two months. The interface changed who was in the conversation. Fluent text is not the same as true text: the same model that writes a working program will invent a court case that never happened, in the same confident sentences. A third property arrived with tools. Models that call a calculator, search the web or run code can act, and an action can succeed or fail separately from whether the words were right. Regulation followed the interface: the European Union's AI Act entered into force on 1 August 2024. By 2025 "agents" meant models running multi-step tasks with software of their own, and the argument moved from what the models could say to what they should be allowed to do.

Reading page: https://shapeofintelligence.com/md/read/the-interface/

- [2022 · ChatGPT](https://shapeofintelligence.com/md/timeline/2022-chatgpt/): OpenAI puts a chat interface on an instruction-tuned GPT-3.5 as a 'research preview'; a million people use it in five days, a hundred million in two months, and everything changes.
- [2023 · GPT-4](https://shapeofintelligence.com/md/timeline/2023-gpt-4/): OpenAI's fourth model passes the bar exam in the top ten percent, reads images, and ships in ChatGPT the same day; the laboratory discloses nothing about how it was built.
- [2024 · The EU AI Act enters into force](https://shapeofintelligence.com/md/timeline/2024-eu-ai-act/): The first comprehensive law on artificial intelligence takes effect: banned practices, obligations for high-risk systems, and rules for general-purpose models above 10²⁵ operations.
- [2024 · Claude learns to use a computer](https://shapeofintelligence.com/md/timeline/2024-computer-use/): Anthropic releases a model that looks at a screen, moves a cursor and types; the assistant becomes an agent, and the year of agents that follows starts here.
- [2025 · Claude 4 and Claude Code](https://shapeofintelligence.com/md/timeline/2025-claude-4-claude-code/): Anthropic releases Opus 4 and Sonnet 4, models that work autonomously on code for hours, and its terminal agent Claude Code reaches general availability; the coding agent becomes a category.

## VIII · The choices

*Present questions and labelled scenarios*

**Which decisions about AI still belong to us?**

The instruments in this exhibition were made by people who chose their goals. Rules were chosen for legibility, examples for coverage, prediction for scale. Each choice left something unresolved: cases nobody wrote down, examples nobody collected, outputs nobody checked. The choices ahead are of the same kind, and the technology does not settle them. Who decides what a model is for, and who answers for it when it acts? Which measures of success count: accuracy on a benchmark, harm avoided, energy used, people paid fairly for the data they produced? Should capability be released as fast as it is built? Researchers disagree in public about how much risk the current path carries, and the disagreements are worth reading in their own words. This is not a prediction of where the story goes. It is a fork with the paths unlit, and the lamps are held by people.

Reading page: https://shapeofintelligence.com/md/read/the-choices/
