A History of AI

The Question That Defined a Generation

John McCarthy
John McCarthy

“The central problem of artificial intelligence involves how to express the knowledge about the world that is necessary for intelligent behavior.” — John McCarthy


Arguably no one has had such a long lasting impact on AI as John McCarthy. He shaped the field in ways few others did and his contributions cast a long shadow for decades. He gave the field its name, posed central questions and introduced the programming language that made exploring them possible. His key insight was to consider how knowledge should be represented.

McCarthy was there from the very start. He was one of the organizers of the Dartmouth conference in the summer of 1956 that gave the field its name. Naming mattered. It declared that machine intelligence was a legitimate research program, not science fiction.

In 1958, McCarthy described the Advice Taker. You would tell this machine facts using formal logic, and it would reason about them. Ask how to get from your house to the airport, and it would figure out cars, roads, and what makes something drivable. The Advice Taker was never built, because the technology wasn’t ready. Computers in 1958 had tiny memories and no interactive interfaces.

But in describing what such a program would need, McCarthy posed questions he couldn’t solve. Three of these problems would go on to define the field:

McCarthy had not only named the field and posed questions. He built tools to explore them. In 1960, he created LISP, a language where code and data were the same thing. Lists could represent facts, rules, or even other programs. You could even write programs that reasoned about programs. This was radical - code that modified itself, that examined its own logic. LISP became the language of AI, with most major systems for the next thirty years written in it.

McCarthy’s questions proved more durable than any answers found in his lifetime. The frame problem, symbol grounding, and knowledge representation resisted solution for decades, spawning entire subfields and countless PhD theses.

The focus of AI is very different now. Large language models seemed to sidestep these questions by learning patterns from billions of words. But have they? Can a system that cannot update a single fact without retraining truly represent knowledge? Can symbols be grounded without sensory experience? Can statistical patterns spot what doesn’t happen from observing only what does?

McCarthy gave AI its name in 1956. Seventy years later, the field is still wrestling with the problems he posed in 1958.


Further Reading