AI Navigate

Executable Archaeology: Reanimating the Logic Theorist from its IPL-V Source

arXiv cs.AI / 3/17/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • A new IPL-V interpreter implemented in Common Lisp faithfully reanimates the Logic Theorist from Stefferud's 1963 RAND technical report.
  • The reanimated LT proves 16 of 23 theorems from Chapter 2 of Principia Mathematica, aligning with the original system's behavior within its search limits.
  • This achievement marks the first successful execution of the Logic Theorist code in more than five decades.
  • The work demonstrates the value of executable archaeology for AI history by preserving original heuristics through direct transcription from historical sources.

Abstract

The Logic Theorist (LT), created by Allen Newell, J. C. Shaw, and Herbert Simon in 1955-1956, is widely regarded as the first artificial intelligence program. While the original conceptual model was described in 1956, it underwent several iterations as the underlying Information Processing Language (IPL) evolved. Here I describe the construction of a new IPL-V interpreter, written in Common Lisp, and the faithful reanimation of the Logic Theorist from code transcribed directly from Stefferud's 1963 RAND technical report. Stefferud's version represents a pedagogical re-coding of the original heuristic logic into the standardized IPL-V. The reanimated LT successfully proves 16 of 23 attempted theorems from Chapter 2 of Principia Mathematica, results that are historically consistent with the original system's behavior within its search limits. To the author's knowledge, this is the first successful execution of the original Logic Theorist code in over half a century.