Inside Computer Understanding Five Programs Plus Miniatures Artificial Intelligence Series Jun 2026
To handle meta-questions about a story’s motivations and goals.
The fourth program in our series is a robotics system that enables computers to understand and interact with the physical world. This program uses sensor integration, which involves combining data from multiple sensors to enable robots to perceive and understand their environment.
The book originated from a summer school project where 35 professionals were taught to grapple with AI details. It provides a comprehensive introduction to To handle meta-questions about a story’s motivations and
, the book was designed to help readers—specifically those in cognitive science, psychology, and computer science—comprehend the inner workings of large-scale natural language processing (NLP) systems. Core Philosophy: The "Yale View"
This is a fascinating and historically rich topic. The phrase "Inside Computer Understanding: Five Programs Plus Miniatures" refers to a specific approach in early Artificial Intelligence (AI) research, often associated with the work of (especially his SHRDLU program) and the classic text Understanding Computers and Cognition (though that’s more Winograd & Flores). More directly, the phrase echoes the structure of early AI anthologies and cognitive modeling efforts where a small set of representative programs were dissected to explain how machines could "understand" language, problem-solving, and visual scenes. The book originated from a summer school project
: A system that modeled individual political belief structures to interpret events from a specific ideological perspective. Educational Impact
| Aspect | Symbolic Programs (Five Programs) | Modern LLMs | |--------|-----------------------------------|--------------| | Inference | Explicit, rule-based, auditable | Implicit, statistical, opaque | | Memory | Structured episodic indexing | Compressed weights (lossy) | | Learning | One-shot abstraction | Hundreds of billions of tokens | | Paraphrase | Truth-preserving transformation | May change meaning | | Hallucination | Impossible (no inference without rule) | Ubiquitous | For more details
Paraphrase generation is a gold standard for comprehension. If two sentences with different surface forms share the same conceptual representation, the machine understands . This prefigured modern sentence embeddings (e.g., BERT’s similarity measures).
SAM demonstrated that understanding requires default knowledge . It could handle ellipsis and inference, a major leap from keyword-matching chatbots like ELIZA.
"Inside Computer Understanding: Five Programs Plus Miniatures," a 1981 seminal work in the Artificial Intelligence Series by Roger C. Schank and Christopher K. Riesbeck, provides a practical introduction to natural language processing through "micro-programs" based on Conceptual Dependency theory. The text features five foundational programs—ELI, SAM, PAM, TALE-SPIN, and POLITICS—designed to illustrate the mechanics of large-scale AI systems. For more details, visit Routledge .