Where to Start with Brian Christian: A Reading Guide
Where to start with Brian Christian — how to approach Algorithms to Live By, his essential application of computer science to human decision-making. A complete reading guide.
By Daniel Fry
Brian Christian is an American author and poet who co-wrote Algorithms to Live By: The Computer Science of Human Decisions (2016) with cognitive scientist Tom Griffiths. His subsequent book The Alignment Problem (2020) covers artificial intelligence safety and has also been widely acclaimed. Algorithms to Live By is his most widely read book and the one that established his reputation as a writer who can make technically demanding ideas genuinely useful for general readers.
Where to Start: Algorithms to Live By (2016)
The essential Christian — and one of the rare popular science books that delivers genuinely applicable insights rather than metaphorical analogies. Algorithms to Live By begins from a simple observation: the problems that computer scientists designed algorithms to solve — how to search efficiently, how to sort a list, how to allocate limited resources, when to stop exploring and commit to the best option found so far — are structurally identical to problems that human beings face in everyday life. The mathematical solutions developed for the computational versions offer real guidance for the human ones.
The book’s most famous idea is the 37% rule for optimal stopping — the mathematical solution to the problem of deciding when to commit when you’re searching through a sequence of options you can only evaluate one at a time. If you’re searching for an apartment and can only evaluate each one and immediately accept or decline, how long should you look before committing? If you’re interviewing candidates for a job? The mathematics of optimal stopping says: observe 37% of the total pool without committing, then commit to the next option that exceeds the best you’ve seen. This rule produces the best expected outcome given the constraints — and it applies to any sequential search problem, including ones considerably more important than apartment hunting.
The explore-exploit tradeoff is the book’s most philosophically interesting idea. Every entity with limited time must balance exploiting what it already knows produces good outcomes (going to the restaurant you love) against exploring new options that might produce better ones (trying somewhere new). The mathematical analysis shows that the optimal balance depends on how much time you have remaining: with a long time horizon, exploration is favoured because you’ll have time to benefit from discoveries; with a short time horizon, exploitation is favoured because there’s no time to recover from bad experiments. This insight explains why novelty makes more sense when young and why conservatism makes more sense with age — not as cultural preference but as mathematics.
The chapters on sorting (often it is better not to sort at all, just search when needed), on caching (the brain’s forgetting is a least-recently-used algorithm operating correctly, not a failure), and on scheduling (how to order tasks when you have multiple obligations and deadlines) are each practically useful. The book is structured so each chapter stands largely alone, making it readable in sections rather than requiring sequential completion.
Reading Brian Christian
Begin with Algorithms to Live By — it is his most accessible and most widely read book. The Alignment Problem (2020) covers artificial intelligence safety with comparable rigour. Both standalone.
For the full Brian Christian bibliography, reviews, and biography, visit the Brian Christian author page on Editors Reads.
Affiliate disclosure: Links to Amazon on this page are affiliate links. We earn a small commission at no extra cost to you.
Frequently Asked Questions
Where should I start with Brian Christian?
Algorithms to Live By: The Computer Science of Human Decisions (2016), co-written with Tom Griffiths, is Christian's essential book — a rigorous and immediately practical application of computer science algorithms to everyday human decisions. The optimal stopping chapter alone (the 37% rule for apartment hunting, hiring, and relationships) is worth the price. A rare book that takes technical ideas and applies them usefully rather than metaphorically.
What is Algorithms to Live By about?
Algorithms to Live By applies ideas from computer science — optimal stopping, the explore-exploit tradeoff, sorting algorithms, caching, scheduling — to practical human decisions. The central claim is that the computational problems algorithms were designed to solve are structurally identical to human decision problems, and the mathematical solutions to those problems offer genuine guidance. The 37% rule, the explore-exploit insight (favour exploration when young, exploitation of known goods when older), and the case for deliberate forgetting are among the most directly applicable ideas.
Do I need a technical background to read Algorithms to Live By?
Algorithms to Live By is written for general readers and requires no technical or mathematical background. Christian and Griffiths explain each concept from scratch with accessible prose and real-world examples. The difficulty rating is intermediate — not because of technical demands but because the ideas require active engagement to apply. Each chapter is largely self-contained and can be read independently.
What should I read after Algorithms to Live By?
After Algorithms to Live By, Daniel Kahneman's Thinking, Fast and Slow covers the psychology of decision-making with complementary depth. Christian's own The Alignment Problem (2020) covers artificial intelligence safety from a more technical angle. For the mathematical basis of decision theory, Judea Pearl's The Book of Why covers causal reasoning with accessible rigour.
