Hans Moravec published 'Mind Children' in 1988, arguing that artificial intelligence would eventually surpass human cognition—not through traditional reasoning systems, but through brute-force pattern recognition trained on sensory data. The AI establishment largely dismissed him. Thirty-eight years later, his contrarian thesis looks increasingly prophetic as large language models reshape how developers think about building intelligent infrastructure.
A Roboticist's Unpopular Thesis
Moravec came to AI from robotics, not computer science. His core argument was counterintuitive: human-level intelligence isn't primarily about logic or reasoning—it's rooted in the brain's ability to process raw sensorimotor data. He predicted that tasks humans find effortless, like recognizing faces or navigating stairs, would prove easier for machines than abstract chess-playing or mathematical proofs. The AI community spent decades doing exactly the opposite, building expert systems around formal rules before finally pivoting to statistical learning approaches in the 2010s.
Why Builders Are Paying Attention Again
For developers working in dev tools and infrastructure, Moravec's framework has practical implications. Modern AI assistants don't reason about code the way a compiler does—they pattern-match against vast training corpora of existing software. The result is systems that excel at boilerplate generation, bug detection, and refactoring suggestions while still struggling with novel architectural problems. This mirrors his prediction almost exactly: perceptual and motor-like tasks (reading code patterns) before symbolic reasoning (designing new paradigms).
The Hardware Bet That Paid Off
Moravec also predicted exponential growth in computational capacity would make his approach viable. He was right—in spades. GPT-4 and its successors run on clusters that would've seemed like science fiction in 1988, using precisely the massive parallel processing he argued would be necessary. The infrastructure requirements for training frontier models now dominate capital expenditure conversations at every major tech company.
Key Takeaways
- Moravec predicted-heavy AI would precede symbolic reasoning—a thesis confirmed by LLM architecture evolution
- His computational scaling predictions were considered optimistic; reality exceeded them
- For builders, his framework suggests where AI assistance will excel vs. struggle next
The Bottom Line
If you're building dev tools and not thinking about sensory-motor analogies for your AI features—pattern matching over reasoning, perception over logic—you're probably fighting the grain instead of with it. Moravec's 1988 playbook looks like solid infrastructure strategy in 2026.