Y Hacker News Books
Paradigms of Artificial Intelligence Programming
Buy on Amazon4.7 out of 5, 65 ratings on Amazon

#440 of 2,654 all-time

Paradigms of Artificial Intelligence Programming

Peter Norvig

15 people recommended it in 8 threads, 2007–2024.

6 commenters pushed back on it — worth reading the threads.

What people on Hacker News said

upghost
PAIP offers a completely different approach to solving problems, also using lisp. This approach is much closer to constructing a language to model a problem and then solving the problem symbolically using the language created.

on HN, 2024

larve
But, of all the books I worked through, this is the one I remember just having tons of fun because the examples are so cool and the code so… clear.

on HN, 2023

nextos
While some will argue it is dated, I think it presents many timeless ideas that will get in vogue soon with little tweaks to their inference schemes.

on HN, 2017

nabla9
AIMA provides better introduction for wider area of subjects but PAIP is one of most elegant and timeless books for both programming and old school AI.

on HN, 2017

hellofunk
Just to inform others, PAIP is not just an AI book, it is also a book on learning Common Lisp from scratch, and uses AI for the domain examples.

on HN, 2017

kruhft
One of the best books on AI and Programming ever.

on HN, 2017

Where it comes up