·Computer Science & Algorithms
Section 1
The Core Idea
Moravec's paradox is the observation that the hard problems for humans are often easy for machines, and the easy problems for humans are often hard for machines. Reasoning, algebra, and logic — which we find difficult and teach late — are tractable for AI and computers. Perception, movement, and common-sense intuition — which we do effortlessly from infancy — have been the bottleneck for robotics and AI. The paradox is attributed to Hans Moravec and others (e.g. Minsky) in the 1980s.
The usual explanation is evolution. We've had millions of years to optimise perception and motion; they're baked into ancient, efficient neural circuitry. Abstract reasoning is a recent add-on, less optimised and more accessible to formalisation. So we find reasoning "hard" (it's effortful and slow) and perception "easy" (it's automatic). For machines, the opposite holds: formal reasoning is just symbol manipulation; perception and sensorimotor control require processing huge amounts of noisy, ambiguous data and coordinating many degrees of freedom. The paradox predicts where automation will land first: not "easy" human tasks (driving, folding laundry), but "hard" human tasks (calculation, rule-based analysis, pattern matching in structured data).
In strategy and hiring, the implication is to automate and outsource what machines do well (logic, search, optimisation) and to value and retain what they still do poorly (physical dexterity, social nuance, open-ended judgment in novel situations). It also warns against assuming that human difficulty maps to machine difficulty — the map is inverted.
The paradox is a moving frontier. Image recognition and speech-to-text have shifted from machine-hard to machine-easy in the last decade. What remains stubbornly machine-hard tends to be tasks that mix perception, context, and one-off judgment — e.g. handling a novel customer complaint, navigating an unstructured environment, or making a decision with incomplete and ambiguous data. Updating your view of where the frontier is matters for automation roadmaps and hiring.