How Peter Norvig might approach Artificial Intelligence

The question of "Artificial Intelligence" itself is, in many ways, a matter of how we frame the problem. At its core, AI is about building systems that can perform tasks that, if performed by a human, would require intelligence. This is a broad definition, and progress has come from narrowing our focus to specific sub-problems: perception, reasoning, learning, and action.

Consider the task of recognizing an image – say, a cat. Is this an inherent capability, or is it a learned statistical correlation? The data suggests the latter. We can present a system with millions of images, labeled as "cat" or "not cat," and through various learning algorithms, it can begin to associate certain visual patterns – edges, textures, shapes – with the label "cat." This isn't magic; it's a sophisticated form of inference, estimating the probability of an image belonging to the "cat" class given its features.

The fundamental principles here are estimation and decision-making under uncertainty. We are not seeking absolute truth, but rather the most probable interpretation. The trade-offs lie in the complexity of the model versus the computational resources available, and the amount of data we can acquire. Overfitting is a constant concern: building a model that is too specific to the training data and fails to generalize to new, unseen examples.

Ultimately, artificial intelligence, as we build it, boils down to an optimization problem. We define an objective – minimizing prediction error, maximizing reward – and we develop algorithms to find the parameters that best achieve that objective, given the available data and computational constraints. It's a continuous process of refinement, of building, testing, and learning, always guided by empirical evidence and a probabilistic…

Imagined perspective — an AI synthesis grounded in Peter Norvig’s recorded ideas and methods, not a quotation or a statement they actually made.

Chat with Peter NorvigAsk Peter Norvig directly — the perspective comes alive in conversation.

More perspectives from Peter Norvig

How other minds approach Artificial Intelligence

Explore all of Artificial Intelligence on Feynman →