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.
Why Algorithms to Live By Is the Ideal First Book
For a reader new to Brian Christian, Algorithms to Live By is the ideal first book because it is among his most popular works and the fullest expression of his distinctive gift, the illumination of human life and decision-making through the ideas of computer science, made accessible and engaging. Algorithms to Live By, written with Tom Griffiths, explores how the algorithms computer scientists use to solve problems can illuminate everyday human decisions, from when to stop searching to how to manage time, memory, and uncertainty. As an entry point it is ideal, for it captures his signature strengths, the bridging of computer science and human life, the clarity, and the engaging style, around problems everyone faces. It welcomes the newcomer with its fascinating premise, its practical insights, and its accessible explanations, drawing the reader into a fresh way of thinking about everyday decisions. It is among his best-known books and a fine representation of his gifts, so the new reader encounters Christian at his most characteristic. For the newcomer, then, Algorithms to Live By is an excellent starting point.
What to Expect as a New Reader
As a new reader, you can expect Algorithms to Live By to be a fascinating, accessible, and practical exploration of how computer science can illuminate human life. You can expect a central premise, that the algorithms computer scientists use to solve problems can shed light on everyday human decisions and dilemmas. You can expect practical insights, for the book applies ideas from computer science to real questions, from when to stop searching and settle, to how to manage time, memory, scheduling, and uncertainty. You can expect clear explanation, for Christian and his co-author make computer-science concepts accessible and engaging for the general reader. You can expect a blend of the technical and the human, grounding abstract ideas in relatable situations. You can expect an intellectually stimulating and genuinely useful read. Expect, in short, a fascinating, accessible, and practical exploration of how computer science can illuminate human life, a fine introduction to Christian’s gifts.
Going Deeper After Your First Book
Once Algorithms to Live By has introduced you to Christian’s approach, the reader who wishes to go deeper can explore his other books, which continue his illumination of human questions through computer science and artificial intelligence. His earlier work explores what our interactions with computers reveal about what it means to be human, while his later work examines one of the most important challenges of artificial intelligence, the problem of aligning AI systems with human values. Reading these after Algorithms to Live By deepens your appreciation of Christian’s distinctive gift, the bridging of computer science and the human, made accessible and engaging. His characteristic strengths run through his work, and the reader who has enjoyed Algorithms to Live By will find them across his books. Building your reading journey through Christian is a matter of following his exploration of computing and the human from Algorithms to Live By into his other books. The reader who begins here and continues will find one of the most engaging writers bridging computer science and human life.
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.