Chinook Checkers
Chinook Checkers is the checkers program discussed by Jonathan Schaeffer in EP 47: The AI Pioneer Who Decided Privacy Matters More Than Hype. The episode says the project ran from 1989 to 2007, defeated the human world champion in 1994, and eventually solved checkers by analyzing a massive state space.
Its wiki role is a concrete case of Deterministic AI Verification. Unlike LLM answers, which the episode treats as useful but error-prone, the checkers result is presented as a domain where exhaustive search, carefully bounded rules, and verification can make a zero-error claim plausible.
Key Claims
- Chinook is used as evidence that AI progress can come from search, compute, and algorithmic discipline rather than language fluency.
- The solved-checkers result gives the episode a historical benchmark for comparing deterministic systems with AI Hallucination-prone LLMs.
- The project connects long-running academic AI work to current questions about AI Verification and Human Judgment Under AI.
Connections
- Jonathan Schaeffer, University of Alberta, and Alberta Machine Intelligence Institute - researcher and institutional context.
- Deterministic AI Verification, AI Verification, and AI Hallucination - reliability concepts.
- Data Science With Sam - source show context.