Webspinner Academy Introduction to AI · Lesson 1 of 15

Movement I · Where This Came From Lesson 1

The History of AI and Machine Learning

The system answering your questions today is the third act of a story that began with a funding application in the summer of 1955. Two of the acts in between were failures severe enough to have their own name.

Runtime 6:00 Reading time 14 minutes Prerequisites None Volatility Low — review annually Sources verified 13 Aug 2026

Learning objective

By the end of this lesson you can explain that modern AI is the third act of a seventy-year research programme, name the two winters that preceded the current spring, and state the single conceptual inversion — from writing rules to showing examples — on which every subsequent lesson in this course depends.

1.1  The founding conjecture

Most scientific fields have to be reconstructed backwards by historians, their beginnings argued over and never settled. Artificial intelligence is unusual: it has a birth certificate, and the certificate is a grant application.

In the late summer of 1955, four researchers — John McCarthy of Dartmouth College, Marvin Minsky, Nathaniel Rochester of IBM, and Claude Shannon of Bell Laboratories — submitted A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence to the Rockefeller Foundation.1 The document did two things that still shape the industry. It coined a name for the field. And it stated a conjecture that the entire enterprise has been operating on ever since:

“…every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it.”1

Read that sentence slowly, because it is doing more work than it appears to. It is not a claim that machines are intelligent, nor a prediction about when they will be. It is a claim about describability — that intelligence contains no ingredient which resists precise specification. Everything that has happened since, including everything in the remaining fourteen lessons of this course, is a series of attempts to cash that cheque. It has never been proven and it has never been refuted.

The material details are worth having, because they puncture the myth of the heroic well-funded moonshot. The four proposers asked the Rockefeller Foundation for $13,500. They received $7,500 — a little over half.2 The proposal envisaged “a 2 month, 10 man study.” What actually happened in Hanover, New Hampshire in the summer of 1956 was looser than that: participants came and went, and the workshop is variously described in the historical record as running five, six, or eight weeks.3

FIG-01-01

The founding document

A stylised period illustration of the 1955 proposal document lying on a desk, with the conjecture sentence rendered legibly in mid-century typewriter face and set apart by a hand-drawn box. Around it, faint pencil marginalia in four different hands, suggesting four authors. Deliberately understated — this should feel like an archival photograph, not a triumphal poster. No robots, no glowing brains, no circuit-board motifs anywhere in this course's illustration set.

Aspect 3:2 · 2400×1600 px · Brand palette: navy #00040c, silver-blue #a8c0d8, column gold #a87848, paper #f8f7f4 · Style: archival editorial illustration

Figure 1.1. The proposal that named the field. The Rockefeller Foundation funded it at roughly half the requested amount.2

Two earlier landmarks made the proposal thinkable. In 1943, Warren McCulloch and Walter Pitts published a mathematical model of the neuron, showing that networks of simple threshold units could compute logical functions — the first formal bridge between brain and computation.4 In 1950, Alan Turing sidestepped the unanswerable question “can machines think?” by replacing it with an operational one: could a machine sustain a conversation well enough that an interrogator could not reliably tell it from a human?5

Note on historiography

The Dartmouth workshop is routinely called the “constitutional convention of AI,” and this course uses that framing because it is pedagogically useful. It is worth knowing that the framing is retrospective and somewhat generous. The workshop produced no agreed research agenda, no joint publication, and no consensus even on the name — Newell and Simon preferred “complex information processing” for years afterwards. What it did produce was a network: the people in that room and their students ran the field for the next thirty years. Institutions, not insights, were the durable output.3

1.2  Two programmes, one field

It is tempting to narrate AI's history as a single lineage that got progressively better. That narrative is wrong, and getting it wrong makes the present incomprehensible. From almost the beginning the field carried two rival research programmes, and the current moment is best understood as the decisive victory of the one that kept losing.

The symbolic programme

The first bet was that intelligence is symbol manipulation. Encode enough facts, rules, and logical machinery, and reasoning follows. The programme had early and genuine wins. Allen Newell, Herbert Simon, and Cliff Shaw's Logic Theorist, demonstrated at Dartmouth in 1956, proved 38 of the first 52 theorems in Whitehead and Russell's Principia Mathematica — and found, for one of them, a proof shorter than the original.6 McCarthy designed Lisp in 1958, giving the field a language in which programs and data had the same shape.7 Joseph Weizenbaum's ELIZA in 1966 simulated a Rogerian psychotherapist using little more than pattern substitution — and disturbed its own author by how readily people confided in it, a result this course returns to in Lesson 4.8

The connectionist programme

The rival bet was that intelligence emerges from many simple units adjusting their connections. Frank Rosenblatt's perceptron, introduced in 1958, was a learning machine: it adjusted numerical weights in response to examples rather than executing rules a human had written.9 In 1969, Minsky and Seymour Papert published Perceptrons, proving that a single-layer perceptron could not represent even the exclusive-or function.10 The result was mathematically correct and narrow in scope — it said nothing about multi-layer networks — but its reception was neither. Funding and attention drained away from connectionist work for roughly fifteen years.

The unlock, when it came, was a method for assigning credit across the layers of a deeper network: backpropagation, popularised by David Rumelhart, Geoffrey Hinton, and Ronald Williams in Nature in 1986.11 This is the algorithm that trains essentially every model discussed in this course. It arrived thirty-six years before ChatGPT.

FIG-01-02

Two braids, not one thread

A diagram of two parallel strands running left to right across seventy years, one labelled Symbolic and one labelled Connectionist. Each strand thickens and thins to represent funding and attention. Key events sit as nodes on their own strand: Logic Theorist 1956, Lisp 1958, ELIZA 1966, expert systems 1980s on the symbolic strand; McCulloch–Pitts 1943, Perceptron 1958, Perceptrons 1969 (strand pinches almost to nothing), Backpropagation 1986, AlexNet 2012, Transformer 2017 on the connectionist strand. The connectionist strand should be visibly thinner than the symbolic one until roughly 2012, then dominant. The point of the image is the crossover, so make that moment unmistakable.

Aspect 16:9 · 3200×1800 px · Line diagram, two-colour plus accent · Must remain legible at 90 mm wide in print

Figure 1.2. The two research programmes. The story is not one lineage improving; it is two rivals, one of which spent decades out of favour.

1.3  The winters

An AI winter is a period in which funding, hiring, and institutional confidence collapse after a stretch of over-promising. There have been two, and the mechanism was the same both times: demonstrations that worked beautifully on small, tidy problems failed to scale to real ones, and the gap between what had been promised and what was delivered became impossible to fund past.

The first winter's proximate cause is unusually well documented. In 1973 the applied mathematician Sir James Lighthill delivered Artificial Intelligence: A General Survey to the British Science Research Council. Lighthill's central charge was combinatorial explosion: techniques that succeeded on toy problems ran into possibility-spaces that grew so fast with problem size that no feasible amount of computer time could search them. He recommended against funding the central ambition of general machine intelligence. Within months the SRC withdrew support from AI work at most British universities, and a research community that had been world-class was effectively dismantled.12

The second winter arrived in the late 1980s. Commercial expert systems — programs encoding a specialist's rules for a narrow domain — had been the boom of that decade. They worked, within limits, and then ran into limits that were structural rather than technical: the rule bases were brittle at the edges of their domain, and they were expensive to maintain, because every change in the world required a human to hand-edit logic. The specialised Lisp hardware market collapsed in 1987, and funding contracted again.13

Why the winters belong in an introductory course

Not as trivia, and not as a prediction that a third winter is coming. They belong here because they establish the field's characteristic failure mode, and it is a failure mode you will encounter personally: impressive behaviour on a curated demonstration is weak evidence about behaviour on real work. Both winters began with genuine, honestly obtained results that generalised far less well than everyone assumed. Lesson 14 turns this into a working habit; Lesson 5 shows it operating on agents right now.

1.4  The statistical turn

Here is the conceptual move the rest of the course rests on. Say it slowly, and check that you can restate it in your own words before continuing.

Classical programming: a human writes the rules, and the machine applies them to data. Machine learning inverts this: a human supplies the data and the answers, and the machine derives the rules.

This is the shift from programming to training. It sounds like a technicality and it is a change of kind. Under the classical model, a system's competence is bounded by what its authors could articulate — and it turns out that most of what humans know how to do, we cannot articulate. You recognise a friend's face in a crowd; try writing down the rule. This is Polanyi's paradox: we know more than we can tell. The symbolic programme kept colliding with it, because a rule-writing approach can only capture the knowledge someone can put into words.

Learning from examples routes around the paradox. You no longer need to state the rule; you need to supply cases where the answer is known. That is why the tasks AI conquered in the order it did — perception first, then language, then multi-step reasoning — track how easy it is to collect labelled examples, not how easy the task feels to a human.

Three ingredients had to arrive together for this to work at scale, and only one of them was an idea:

  1. Method — backpropagation and the layered architectures it makes trainable, in place since 1986.11
  2. Data — labelled corpora large enough to constrain millions of parameters, which the consumer internet supplied after roughly 2000.
  3. Compute — graphics processors, built for rendering, turning out to be well suited to the dense linear algebra that training requires.

All three converged publicly in 2012, when a deep convolutional network won the ImageNet competition with a top-5 error rate of 15.3% against 26.2% for the next-best entry — a margin that ended the argument about whether learned features beat hand-designed ones.14 Lesson 2 treats that result and its successors as evidence rather than headlines.

Precision about a word you will hear misused

Machine learning is not a synonym for AI, and neither is deep learning. Artificial intelligence is the field. Machine learning is the approach within it that derives behaviour from examples rather than from written rules. Deep learning is the subset of machine learning using many-layered neural networks. Every system in this course is deep learning; much of the AI that runs the world — routing, fraud scoring, logistics — is not.

Demonstration protocol

For the recorded lesson, and reproducible by the learner. Record the failure if there is one.

  1. Set up the contrast. Ask a current model a question whose answer is strictly deducible — a small logic or arithmetic puzzle it cannot have memorised. Then ask one that is purely statistical — what word most naturally completes a common phrase.
  2. Show both succeeding. Do not editorialise yet.
  3. Make the point. The machinery underneath was identical in both cases. The model did not switch into a “logic mode.” It predicted, in both. This plants the seed that Lesson 3 harvests.
  4. Push until it breaks. Extend the deducible problem — more steps, larger numbers — until the model fails. Leave the failure in. Note where the boundary was.

Why step 4 is not optional. A demonstration that only shows successes teaches the learner to trust the system, which is the opposite of the calibration this course is trying to build. The boundary is the lesson.

Key terms introduced here

Artificial intelligence (the field)
The research programme named in the 1955 Dartmouth proposal, operating on the conjecture that any feature of intelligence can be described precisely enough for a machine to simulate it.
Machine learning
The approach that derives rules from examples rather than having a human write them. The inversion of classical programming.
Symbolic AI
The research programme betting that intelligence is the manipulation of symbols according to explicit logical rules.
Connectionism
The rival programme betting that intelligence emerges from many simple units adjusting weighted connections in response to data.
AI winter
A period of collapsed funding and confidence following a stretch of over-promising. Two so far: from roughly 1974, and from the late 1980s.
Combinatorial explosion
The growth of a problem's possibility-space so fast with problem size that exhaustive search becomes infeasible. Lighthill's central 1973 criticism.
Polanyi's paradox
“We know more than we can tell.” The reason rule-writing approaches hit a ceiling and example-driven approaches got past it.

Evidence at a glance

Load-bearing claims in this lesson, with their sources
ClaimSpecificsSource
The field was named in a 1955 funding proposal McCarthy, Minsky, Rochester, Shannon; submitted to the Rockefeller Foundation Note 1
The workshop was funded at roughly half the request $13,500 requested · $7,500 awarded Note 2
Logic Theorist proved theorems from Principia 38 of the first 52 in Chapter 2 Note 6
The Lighthill report preceded the first winter 1973; UK Science Research Council; combinatorial explosion Note 12
Backpropagation predates the consumer AI era by decades Nature 323, 533–536 (1986) Note 11
Learned features decisively beat designed ones in 2012 15.3% vs 26.2% top-5 error, ILSVRC-2012 Note 14

The misconception to kill

“AI arrived in 2022.”

It did not. November 2022 is the date a particular interface reached the public, and it is a genuinely important date — serious economic research uses it as the index point for measuring AI's labour-market effects, as Lesson 11 shows. But the transformer architecture was published in 2017, the training algorithm in 1986, the neuron model in 1943, and the field's founding conjecture in 1955. What happened in 2022 was distribution, not invention.15

Why the correction matters practically: if you believe the technology is four years old, you will expect its problems to be teething problems that the next release fixes. Several of them — the hallucination mechanism in Lesson 6 above all — are properties of the approach, not bugs in a young product.

Self-check

Answer each question aloud or in writing before revealing the answer. This is not decoration: retrieving an answer from memory produces substantially better retention than re-reading it, and the strong subjective sense that re-reading is working is itself a documented illusion.16

State the founding conjecture in your own words, without using the word “intelligence.”

Something like: anything a mind does can be specified precisely enough that a machine could carry out the same specification. The claim is about description and specifiability, not about consciousness, understanding, or equivalence to a human.

What is the difference between programming and training?

In programming, a human writes the rules and the machine applies them to data. In training, a human supplies data paired with correct answers and the machine derives the rules. The second lets systems acquire competences no one can articulate — which is most of them.

Name the two AI winters and the shared mechanism behind them.

Roughly 1974 onward, precipitated in the UK by the 1973 Lighthill report; and the late 1980s, with the collapse of the commercial expert-systems and Lisp-machine market. Shared mechanism: results that were real on small curated problems failed to scale to messy real ones, and the promises made on the strength of those results could not be met.

Why did AI solve perception before it solved multi-step reasoning, when perception feels effortless to humans and reasoning feels hard?

Because progress tracked the availability of labelled examples, not human-perceived difficulty. Millions of labelled images existed; millions of worked multi-step reasoning traces did not. Human intuitions about which tasks are “hard” are a poor guide to which tasks a learning system will get first — a point worth carrying into Lesson 11, where the same logic determines which jobs are exposed.

A colleague says the current AI boom is unprecedented and nothing like it has happened before. Give the strongest version of their argument and the strongest counter.

For: previous cycles never produced systems in mass public use with general capability across domains; scale has produced qualitatively new behaviour rather than incremental gains. Against: both prior cycles also featured researchers who believed their results were categorically different from what came before, and the gap between demonstration and deployment is precisely what closed slowly last time. Lesson 13 gives you a framework for adjudicating this rather than picking a side.

Practice log

Lesson 14 makes this log the spine of the course. Start it here.

1. The deducible-vs-statistical demonstration: what did you ask, and what happened?

2. Where did the model's competence stop? Record the exact prompt at which it first failed.

3. Restate the programming-to-training inversion in your own words, without looking back at the text.

Endnotes

Source tiers follow this course's citation policy: Primary peer-reviewed or archival; Institutional research body, government, or standards organisation; Documentation first-party product or technical documentation; Journalism reported by an established newsroom; Trade vendor blog or industry aggregator — directionally useful, independently verify any figure.

  1. Primary J. McCarthy, M. L. Minsky, N. Rochester, C. E. Shannon, A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence (1955). The proposal document is conventionally dated 31 August 1955; the reference record places its submission on 2 September 1955. The quoted conjecture is from the proposal's opening paragraph and is reproduced verbatim by Dartmouth College. See Dartmouth workshop and Dartmouth College, “Artificial Intelligence (AI) Coined at Dartmouth.”
  2. Institutional The Rockefeller Foundation records receiving McCarthy's August 1955 proposal and awarding $7,500 against a request of $13,500. The Rockefeller Foundation, “Seventy Years After the Birth of AI, the Work Begins”; corroborated by the Rockefeller Archive Center, “A Roomful of Brains.”
  3. Primary Accounts of the workshop's duration differ: it is “usually said to have run for six weeks,” while Ray Solomonoff's contemporaneous notes indicate roughly eight, and some institutional summaries say five. Participants attended intermittently rather than for a fixed term, which is the likeliest source of the discrepancy. This course reports the disagreement rather than picking a number. Dartmouth workshop.
  4. Primary W. S. McCulloch and W. Pitts, “A Logical Calculus of the Ideas Immanent in Nervous Activity,” Bulletin of Mathematical Biophysics 5 (1943): 115–133. doi:10.1007/BF02478259
  5. Primary A. M. Turing, “Computing Machinery and Intelligence,” Mind 59, no. 236 (1950): 433–460. doi:10.1093/mind/LIX.236.433
  6. Primary A. Newell and H. A. Simon, with J. C. Shaw, the Logic Theorist (1956), demonstrated at the Dartmouth workshop. It proved 38 of the first 52 theorems of Chapter 2 of Whitehead and Russell's Principia Mathematica, including one proof more elegant than the published original. See A. Newell and H. A. Simon, “The Logic Theory Machine: A Complex Information Processing System,” IRE Transactions on Information Theory 2, no. 3 (1956): 61–79.
  7. Primary J. McCarthy, “Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I,” Communications of the ACM 3, no. 4 (1960): 184–195. Lisp was designed in 1958 and first described in print in 1960. doi:10.1145/367177.367199
  8. Primary J. Weizenbaum, “ELIZA — A Computer Program for the Study of Natural Language Communication Between Man and Machine,” Communications of the ACM 9, no. 1 (1966): 36–45. Weizenbaum's later discomfort at users' attachment to the program is the origin of the term “the ELIZA effect,” which Lesson 4 takes up. doi:10.1145/365153.365168
  9. Primary F. Rosenblatt, “The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain,” Psychological Review 65, no. 6 (1958): 386–408. doi:10.1037/h0042519
  10. Primary M. Minsky and S. Papert, Perceptrons: An Introduction to Computational Geometry (Cambridge, MA: MIT Press, 1969). The proof concerns single-layer perceptrons only; the book's role in the decline of connectionist funding is a matter of reception rather than of the mathematics it contains.
  11. Primary D. E. Rumelhart, G. E. Hinton, R. J. Williams, “Learning Representations by Back-Propagating Errors,” Nature 323 (1986): 533–536. doi:10.1038/323533a0. The method has earlier antecedents — notably Seppo Linnainmaa (1970) and Paul Werbos (1974) — but this paper is what brought it into general use.
  12. Institutional J. Lighthill, Artificial Intelligence: A General Survey (UK Science Research Council, 1973). Lighthill divided the field into three categories and recommended against funding “Category B,” the bridge to general intelligence, on the grounds of combinatorial explosion. UK university AI funding was withdrawn within months.
  13. Trade On the late-1980s collapse of the specialised Lisp hardware market and the maintenance economics of expert systems, see the summary chronology in Open Digital AI, “The Dartmouth Conference (1956): The Big Bang of AI,” and Swiss Cyber Institute, “The History of Artificial Intelligence: A Timeline from Turing to Today” (February 2026). Both are secondary syntheses; the dating of the second winter is conventional rather than precise.
  14. Primary A. Krizhevsky, I. Sutskever, G. E. Hinton, “ImageNet Classification with Deep Convolutional Neural Networks,” Advances in Neural Information Processing Systems 25 (2012). The reported top-5 test error was 15.3%, against 26.2% for the second-place entry in ILSVRC-2012. NeurIPS proceedings
  15. Institutional On the use of November 2022 as an index date in labour-economics research rather than as an invention date, see E. Brynjolfsson, B. Chandar, R. Chen, Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence (Stanford Digital Economy Lab; revised 12 August 2026), treated in detail in Lesson 11. Stanford Digital Economy Lab
  16. Primary H. L. Roediger III and J. D. Karpicke, “Test-Enhanced Learning: Taking Memory Tests Improves Long-Term Retention,” Psychological Science 17, no. 3 (2006): 249–255; and “The Power of Testing Memory: Basic Research and Implications for Educational Practice,” Perspectives on Psychological Science 1, no. 3 (2006): 181–210. The second paper documents the “illusion of competence” — learners' systematic preference for re-reading, a strategy that feels more effective than retrieval practice and is less so. doi:10.1111/j.1467-9280.2006.01693.x

Bibliography

Primary research and archival sources

  • Krizhevsky, Alex, Ilya Sutskever, and Geoffrey E. Hinton. “ImageNet Classification with Deep Convolutional Neural Networks.” Advances in Neural Information Processing Systems 25 (2012): 1097–1105. proceedings.neurips.cc
  • Lighthill, James. Artificial Intelligence: A General Survey. London: UK Science Research Council, 1973.
  • McCarthy, John. “Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I.” Communications of the ACM 3, no. 4 (1960): 184–195.
  • McCarthy, John, Marvin L. Minsky, Nathaniel Rochester, and Claude E. Shannon. A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence. 1955.
  • McCulloch, Warren S., and Walter Pitts. “A Logical Calculus of the Ideas Immanent in Nervous Activity.” Bulletin of Mathematical Biophysics 5 (1943): 115–133.
  • Minsky, Marvin, and Seymour Papert. Perceptrons: An Introduction to Computational Geometry. Cambridge, MA: MIT Press, 1969.
  • Newell, Allen, and Herbert A. Simon. “The Logic Theory Machine: A Complex Information Processing System.” IRE Transactions on Information Theory 2, no. 3 (1956): 61–79.
  • Roediger, Henry L., III, and Jeffrey D. Karpicke. “Test-Enhanced Learning: Taking Memory Tests Improves Long-Term Retention.” Psychological Science 17, no. 3 (2006): 249–255. journals.sagepub.com
  • Rosenblatt, Frank. “The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain.” Psychological Review 65, no. 6 (1958): 386–408.
  • Rumelhart, David E., Geoffrey E. Hinton, and Ronald J. Williams. “Learning Representations by Back-Propagating Errors.” Nature 323 (1986): 533–536. nature.com
  • Turing, Alan M. “Computing Machinery and Intelligence.” Mind 59, no. 236 (1950): 433–460. doi.org
  • Weizenbaum, Joseph. “ELIZA — A Computer Program for the Study of Natural Language Communication Between Man and Machine.” Communications of the ACM 9, no. 1 (1966): 36–45.

Institutional and archival reference

  • Brynjolfsson, Erik, Bharat Chandar, and Ruyu Chen. Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence. Stanford Digital Economy Lab, revised 12 August 2026. digitaleconomy.stanford.edu
  • Dartmouth College. “Artificial Intelligence (AI) Coined at Dartmouth.” home.dartmouth.edu
  • Rockefeller Archive Center. “‘A Roomful of Brains’: Early Advances in Computer Science and Artificial Intelligence.” resource.rockarch.org
  • The Rockefeller Foundation. “Seventy Years After the Birth of AI, the Work Begins.” rockefellerfoundation.org

Secondary syntheses and reference works

  • Open Digital AI. “The Dartmouth Conference (1956): The Big Bang of AI.” opendigitalai.org
  • Swiss Cyber Institute. “The History of Artificial Intelligence: A Timeline from Turing to Today.” February 2026. swisscyberinstitute.com
  • Wikipedia. “Dartmouth workshop.” en.wikipedia.org