8. History — Expert Systems (1969–1986)

Source: AIMA 4th Ed, §1.3.4


The Shift: From General Methods to Domain Knowledge

The lesson from the first AI winter: general search over large spaces doesn’t scale.

The insight: to solve hard problems, you have to almost know the answer already — i.e., you need domain-specific knowledge that allows large reasoning steps and can handle real-world complexity.

This led to expert systems: AI programs that encoded the knowledge of human experts in a narrow domain.

Weak methods (general-purpose search) → Strong methods (domain-specific knowledge + rules)


Key Expert Systems

DENDRAL (1969) — Stanford

MYCIN (1974) — Stanford

R1 / XCON (1980) — Digital Equipment Corporation


The Expert Systems Boom (1980–1987)


The Second AI Winter (1987–1993)

The boom collapsed because:

  1. Expert systems were brittle. They broke down when encountering situations outside their narrow training. They couldn’t handle uncertainty well, couldn’t learn from experience, and couldn’t handle common-sense knowledge.
  2. Maintenance nightmare. As domains grew, keeping the rule base consistent and up to date became impossibly expensive.
  3. Hardware disappointment. Specialized LISP machines became obsolete when standard workstations became more powerful and cheaper.
  4. Unmet promises. The Fifth Generation project never delivered.

Pattern repeats: hype → investment → disappointment → funding cuts = second AI winter.


Legacy

Expert systems taught AI an important lesson: knowledge matters. You cannot have intelligence without knowledge of the domain. This lesson survived the winter and drives modern AI: