Chapter 46: Machine Intelligence
Era span: 1958 perceptron → present · Difficulty: extreme
Requires: Ch 35 compute, Ch 42 data, Ch 12 statistics matured ·
Unlocks: cognition as infrastructure — science acceleration, automation of thought work
Machine learning is statistics grown muscular: fitting flexible functions to data at scale. Demystified, its power remains enormous — and its limits (hallucination, bias amplification, brittleness) are engineering facts to design around, not mysteries.
46.1 The Learning Arc
- Perceptron (1958): a tunable weight layer learns classifications; Minsky/Papert prove single layers can't do XOR → funding winter (lesson: capability claims outrunning math invite corrections).
- Backpropagation popularized (1986): gradient descent through layered networks trains multi-layer models — the algorithmic unlock.
- Convolutional nets read images (LeNet handwriting); then AlexNet (2012): GPUs + ImageNet data + depth crushed the benchmark — hardware-software-data CO-EVOLUTION became the pattern (Ch 45's sensors, Ch 43's power economics all feeding one curve).
- Transformers (2017, "Attention Is All You Need"): attention mechanisms process sequences in parallel, scaling cleanly with compute/data/parameters. Scaling laws held embarrassingly well: bigger kept meaning better. Language models emerged as general text interfaces — translation, code, reasoning-flavored tasks behind one architecture.
46.2 What Learning Actually Is
Keep the demystified frame:
- A model is a function with millions-to-trillions of adjustable parameters.
- Training adjusts them to minimize error on examples (gradient descent finds slopes downhill).
- Generalization = performance on UNSEEN data — the only metric that matters; benchmarks leak, so evaluation discipline decides truth.
- RLHF-style alignment training shapes model behavior toward human preferences after base training — capability and behavior are separately tuned dials.
46.3 Proven Wins
- AlphaGo/AlphaZero: superhuman game play via self-play reinforcement — search + learned intuition.
- AlphaFold: protein structure prediction solved-ish (50-year grand challenge) — structural biology accelerated by years-decades; drug targets arrive pre-computed.
- Weather models beating physics-based ensembles on speed and sometimes accuracy — forecasting democratized.
- Chip-design floorplanning, code assistants (measurable productivity gains in controlled studies), industrial inspection (Ch 45), drug-candidate screening (Ch 44).
46.4 Failure Modes (Engineering Facts)
- Hallucination/confabulation: fluent falsehoods generated with confidence — retrieval grounding, citation requirements, human verification for consequential outputs.
- Bias inheritance: training data's prejudices amplify silently — audits, representative data, outcome monitoring.
- Distribution shift: performance collapses off-distribution (the world keeps moving); monitor drift continuously.
- Adversarial fragility: tiny perturbations flip classifications — security mindset applies (Ch 42).
- Evaluation gaming: Goodhart's law (Ch 47) — when a benchmark becomes the target, it stops measuring capability.
Doctrine: AI augments verification-capable humans best; autonomous deployment belongs where errors are cheap and checkable.
46.5 Compute Economics and Governance
- Frontier training runs cost $M→$B; inference optimization (quantization, distillation, caching) determines deployment economics — the fab race (Ch 35) now doubles as strategic policy (export controls treat chips like oil once was).
- Governance snapshots: risk-tiered regulation (EU AI Act pattern), safety institutes evaluating frontier models, liability allocation debates unresolved. Engineering stance: measurable evaluations, incident reporting norms, red-teaming as standard practice — aviation's post-mortem culture (Ch 33) ported to software intelligence.
46.6 The Honest Uncertainty Section
Trajectory debates are genuinely open: ceiling heights, timeline distributions, alignment difficulty all contested among experts. Planning stance for this book:
- Treat AI as a powerful amplifier whose exact ceiling is unknown — build institutions that benefit from strong-but-bounded systems while remaining robust to stronger ones.
- The compounding loop matters more than any single capability: AI designs chips that train better AI (§46.5) — feedback rates, not point capabilities, set the pace.
Key threshold: AI crossing "useful co-worker" reliability in a domain (coding, radiology triage, logistics planning) marks adoption self-acceleration per-domain. Track domains independently — aggregate AGI-style predictions have been reliably wrong in both directions for seventy years; domain-level arithmetic hasn't.
46.7 The Machine-Intelligence Papers
- McCulloch & Pitts modeled neurons as logic gates (1943); McCarthy coined "artificial intelligence" at Dartmouth (summer 1956). The New York Times reported the perceptron (1958) as an embryo machine expected to "walk, talk, see, write, reproduce itself" — hype cycles have primary sources.
- Minsky & Papert's Perceptrons (1969) proved single-layer limits (XOR) and helped trigger funding winter #1; the Lighthill Report (1973) cut British programs — winter #2. Expert systems boomed in between: MYCIN matched expert physicians on bacterial meningitis studies yet never entered clinics (liability/regulatory friction — capability ≠ adoption); DEC's XCON configurer demonstrably saved $25M+/year, proving deployment where ROI was mechanical.
- Backpropagation: Werbos' 1974 thesis preceded the Rumelhart–Hinton–Williams Nature papers (1985–86) that popularized it; LeNet's convolutional nets read a significant share of US bank checks by the late 1990s — neural networks paid rent decades before their fame.
- Deep Blue beat Kasparov May 11, 1997 (match 3.5–2.5) using brute-force search plus handcrafted evaluation — a different paradigm than what followed. AlexNet (2012): top-5 error 15.3% versus runner-up 26.2%, trained on two consumer GPUs in under a week — hardware availability, not new theory, flipped the field (Ch 35's compute curve meeting Ch 42's datasets).
- AlphaGo's move 37 (game 2 vs Lee Sedol, March 2016): policy network assigned a human probability of ~1/10,000 — a documented moment where machine valuation visibly diverged from centuries of professional intuition. AlphaZero generalized via pure self-play; AlphaFold2 (CASP14, 2020) reached median backbone accuracy ~92 GDT — atom-level structure prediction for most targets, converting a 50-year problem into a web service.
- Transformers ("Attention Is All You Need," 2017) scaled predictably enough to become infrastructure; GPT-3's 175B parameters (2020) demonstrated few-shot behavior; ChatGPT (November 30, 2022) reportedly crossed ~100M users in two months (third-party estimate) — adoption speed itself became a policy input. The EU's AI Act (adopted 2024) tiered regulation by risk class; export controls turned advanced chips into strategic goods (Ch 51's resource-politics pattern recurring around computation).