Algorithms to Live By by Brian Christian and Tom Griffiths Summary and Analysis
The Computer Science of Human Decisions
Algorithms to Live By by Brian Christian and Tom Griffiths shows how the logic behind computer algorithms can help optimize everything from scheduling to decision-making, proving that the smartest way to navigate life might just be thinking like a computer.
Life gets busy. Has Algorithms to Live By been gathering dust on your bookshelf? Instead, pick up the key ideas now. We’re scratching the surface here. If you don’t already have the book, order the book or get the audiobook for free on Amazon to learn the juicy details.
Brian Christian’s Perspective
Brian Christian is a poet, programmer, and researcher. He previously won the Loebner Prize competition. In this competition, he succeeded in appearing ‘more human’ than the humans taking the test while competing as a ‘confederate.’ His first book, The Most Human Human, was a Wall Street Journal bestseller and named New Yorker’s book of the year.
Tom Griffiths’ Perspective
Tom Griffiths is a professor of psychology and cognitive science at UC Berkeley. He also directs the Computational Cognitive Science Lab at UC Berkeley. He is a leading academic in cognitive psychology and has won multiple awards from the American Psychological Association.
Introduction
Algorithms to Live By offers shortcuts and hacks to help streamline your life. Algorithms are inserted into computers and other forms of technology to solve problems. However, there is no reason that we cannot use algorithms in our everyday lives. Brian Christian and Tom Griffiths describe how algorithms have been used for centuries. Plus, how we use specific algorithms daily. However, some algorithms are more efficient than others. This book provides an outline of the algorithms that can help make your life easier and more enjoyable.
Algorithms to Live By has been hugely successful since its release in 2016. Upon release, it became Audible’s #1 bestselling nonfiction book. Subsequently, it was named Amazon.com’s best science book of the year. Finally, it was named book of the year by the MIT Technology Review.
Unless we’re willing to spend eons striving for perfection every time we encounter a hitch, hard problems demand that instead of spinning our tires we imagine easier versions and tackle those first. When applied correctly, this is not just wishful thinking, not fantasy or idle daydreaming. It’s one of our best ways of making progress.”
– Brian Christian
Algorithms Do Not Just Apply to Computers
Some of the biggest challenges faced by computers and human minds alike: how to manage finite space, finite time, limited attention, unknown unknowns, incomplete information, and an unforeseeable future; how to do so with grace and confidence; and how to do so in a community with others who are all simultaneously trying to do the same.”
– Brian Christian
Most people associate algorithms with computers and other forms of technology. However, the word actually dates back to the ninth century. The Persian mathematician, Muhammad Al-Khwarizmi, is the first person to use the word ‘algorithm.’ However, the use of concepts like algorithms dates back to the Sumerians. The Sumerians were a civilization that existed four thousand years ago. This civilization used a finite number of steps to solve problems. We use a finite number of steps to complete multiple tasks each day. Importantly, this is also the technique at the heart of algorithms.
As long as a set of finite steps are followed, then anything can be an algorithm. For example, a recipe is a type of algorithm. It involves a series of instructions to obtain the desired result. Writing up a list of pros and cons for doing something is an Intuitive Algorithm.
We might consider these algorithms as more subjective than computer algorithms. Still, these algorithms use the same process and reach the same solution. In both instances, when certain conditions are met, the next step is made in the process.
Algorithms Can Tell Us When to Stop
As well as telling us how to conduct a task step-by-step, algorithms can tell us when to stop doing a task. As humans, we struggle to know when to stop searching for something. Additionally, we have cognitive biases that impact our choices when searching.
The authors of this book suggest that the Optimal Stopping Algorithm is the solution to this. If there are 100 options, this algorithm will state that you should look at the first 37 without taking any of them. Use these first 37 as a standard. Subsequently, whichever item meets these standards should be taken. This algorithm will not guarantee the best result. However, it will mean you have a much higher chance of acquiring an item significantly better than just guessing. It does not matter what you are searching for: 37% of the total is where you draw your standard.
Algorithms Can Tell Us When to Start
As well as advising us on when we should stop searching, algorithms can also tell us when to explore something new. In the book, the authors give the example of a slot machine. Some people will just sit at the machine until they win. However, there is always a thought in people’s minds whether they should simply walk away despite losing lots of money. Based on the alternative name for slot machines, this dilemma is called the Multi-Armed Bandit Problem.
One strategy often used by gamblers is to stay if they are winning and shift if they are losing. However, this isn’t a logical way of choosing when to explore something new. Alternatively, a better method is to use the Upper Confidence Bound Algorithm. Here are the steps to this algorithm, provided by the authors. Again, it is applied to gambling machines:
- Find a machine that offers the best-expected value. In this case, it is the machine with the biggest jackpot as you are unaware of probabilities.
- While playing, make sure that you keep track of the real outcome (how much money you’re winning). The real outcome should be compared with how much you were expecting to win by this point.
- If the real outcome is consistently lower than your expected outcome, you should move onto another machine. This machine should be the one with the second-biggest jackpot.
- Repeat the process.
Algorithms Can Help Us Organize Our Work
The authors of this book explain that organized chaos can be fine. As long as you know where everything is, you will be productive. However, if your filing system is not efficiently organized, there are algorithms to improve your organization. The authors describe three algorithms, specifically:
Bubble Sort
This algorithm is the least efficient. With this method, you organize one pair at a time. Then, you repeat this process over and over until everything is sorted. The authors give an example of the bubble sorting algorithm for alphabetizing books. With a disorganized shelf, you would start with the letter A. You would compare the first two books and sort these two alphabetically. Then, you compare the item that is now the second book with the third book. This process is repeated until you have reached the end of the collection.
Insertion Sort
The insertion sort method is far more efficient if you have to sort a substantial amount of items. If you consider the book analogy again, the insertion sort method would involve taking all the books off the shelf. Then, placing them back one-by-one, ensuring that the books are placed in the correct order each time you place a book.
Merge Sort
Finally, the merge sort method involves dividing everything into multiple piles. Each pile should be sorted from A to Z. Then, these piles should be merged.
Algorithms Can Help Us Schedule Our Lives
Thrashing is a very recognizable human state. If you’ve ever had a moment where you wanted to stop doing everything just to have the chance to write down everything you were supposed to be doing, but couldn’t spare the time, you’ve thrashed.”
– Brian Christian
As well as organizing files, we have to organize our lives. Scheduling our lives can be highly complex and is often a daily challenge. As well as work demands, multiple other life demands make fitting everything difficult. However, some algorithms can help improve how you schedule your life.
- The Earliest Due Date Algorithm – A straightforward algorithm. The first task you complete is the one with the nearest deadline.
- Moore’s Algorithm – This algorithm recommends skipping the task that requires the most time. Instead, you should work toward finishing more tasks overall. This algorithm is more effective when you do not have enough time to complete every task.
The authors advise you avoid priority inversion at all costs. Priority Inversion is when you focus on too many small tasks, and none of them end up getting done. You should be aiming to solely focus on one task at a time rather than multitasking.
Algorithms Can Help You Predict the Future
If you want to be a good intuitive Bayesian—if you want to naturally make good predictions, without having to think about what kind of prediction rule is appropriate—you need to protect your priors. Counterintuitively, that might mean turning off the news.”
– Brian Christian
Although we can never be sure of what will happen in the future, it is possible to predict what will probably happen. Predicting probable outcomes is viable when using the correct algorithms.
Predicting probable outcomes based on algorithms dates back to eighteenth-century England. Reverend Thomas Bayes developed a simple way of predicting future outcomes. The authors of this book apply Bayes’ theorem to lottery scratch tickets. Bayes recommends that people who buy scratch tickets consider the prevalence of winning tickets in circulation. With this as an assumption, it is possible to calculate the probability of your tickets’ specific results.
As with many things, the more information you have available, the more precise you will be. One method that utilizes vast amounts of information to predict future outcomes is the phenomenon’s distribution pattern. Other names for this distribution are the normal distribution or bell curve. If something is normally distributed, you can assume it will be characterized by features in the middle rather than extremes when you encounter it.
The alternative distribution to a normal distribution is the power-law distribution. This distribution has a median much lower than the mean of the phenomenon. An example of this is wealth. Most people in the world are poor, while a few people hold the vast majority of the world’s wealth.
Algorithms Prevent Data Overload
Data overload is often considered in relation to a classic thought experiment. In this thought experiment, two generals are preparing to launch a joint attack on a city. This city is located in a fortified valley. These generals are on the two hills either side of the valley. So, the only way they can simultaneously attack is by agreeing on an exact time. On top of this, they can only communicate by sending individuals through the valley where their enemies lie. This thought experiment was used by computer scientists as a way of determining algorithms for safe message transmission.
Method I – Retransmitted Till Breakdown
This was the first method created. This solution involved sending multiple messengers with the hope that one would slip through undetected. However, sending too many messengers can lead to an overload. With regard to computers, this would be a server overload.
Method II – Exponential Backoff
If a server overload is created, then exponential back-off is a method that should work. Instead of frantically hitting refresh, you could wait a few minutes for the traffic to ease. The exponential part relates to how long you wait between refreshes. The authors suggest waiting twice as long each time you are given an error message when refreshing.
Method III – Additive Increase, Multiplicative Decrease
This method hopes to prevent the overload from happening in the first place. This algorithm determines the maximum amount of data a network can handle. The algorithm starts by only sending one package of data. Then, if this is fine, it sends double the amount. It continues this process until it reaches the point of overload. This process allows the algorithm to pinpoint the limit.
These methods can be applied to your everyday life. Too much information can lead to your brain overloading. Therefore, you should start by introducing small amounts of information and test how far you can go before your brain becomes overloaded. Once you know this limit, you will have a better understanding of when you should stop working on a task.
Algorithms Do Have Their Limits
Even the best strategy sometimes yields bad results—which is why computer scientists take care to distinguish between “process” and “outcome.” If you followed the best possible process, then you’ve done all you can, and you shouldn’t blame yourself if things didn’t go your way.”
– Brian Christian
Complicated scenarios often require complex algorithms to fully understand what is happening. However, algorithms are limited in the complexity with which they can be applied. The issue is that, when predicting something complex, you will be tempted to add variables until the algorithm can fully explain your data. This includes explaining the errors in the data. However, doing this is problematic as it leads to something called over-fitting. You have made the model highly complicated and specific to the data you are using. Hence, it cannot be applied flexibly to other data.
The greater the uncertainty, the bigger the gap between what you can measure and what matters, the more you should watch out for overfitting – that is, the more you should prefer simplicity”
– Tom Griffiths
Concluding Points
Algorithms let us go for ‘good enough’ rather than always striving for perfection. If we consistently use algorithms in our lives, we will benefit greatly and can start to relax more. Our brains are built like computers. Therefore, like computers, we should start complementing them with algorithms.
Rating
We rate Algorithms to Live By 4/5. How would you rate Brian Christian and Tom Griffiths’ book based on this summary?
PDF, Free Audiobook and Animated Book Summary of Algorithms to Live By
This was the tip of the iceberg. To dive into the details and support the author, order the book or get the audiobook for free on Amazon.
New to StoryShots? Get the PDF, free audiobook, and animated versions of this summary and hundreds of other bestselling nonfiction books in our free top-ranking app. It’s been featured by Apple, The Guardian, The UN, and Google as one of the world’s best reading and learning apps.
If you have feedback about this summary or would like to share what you have learned, comment below.
Related Book Summaries
Linchpin by Seth Godin
The Power of Full Engagement James Loehr and Tony Schwartz
The Art of Happiness by The Dalai Lama
Factfulness by Hans Rosling, Ola Rosling, and Anna Rosling Rönnlund
Attitude is Everything by Jeff Keller
Mindset by Carol Dweck
How Not to Be Wrong by Jordan Ellenberg
Atomic Habits by James Clear
Superlife by Darin Olien
Predictably Irrational by Dan Ariely
What is the book Algorithms to Live By about?
Algorithms to Live By is a book that explores how computer algorithms and concepts can be applied to make better decisions in our everyday lives.
The book Algorithms to Live By is co-authored by Brian Christian and Tom Griffiths.
What are some practical examples of algorithms discussed in Algorithms to Live By?
Algorithms to Live By covers various algorithms like the explore/exploit trade-off, sorting algorithms, scheduling algorithms, and many more, providing practical applications and insights into decision-making processes.
How can Algorithms to Live By benefit readers in their daily lives?
Algorithms to Live By offers readers a fresh perspective on decision-making, problem-solving, and time management, providing valuable insights that can be applied to enhance productivity and optimize decision-making processes.
Is Algorithms to Live By suitable for non-technical readers?
Yes, Algorithms to Live By is written in a way that makes it accessible to both technical and non-technical readers. The authors use relatable examples and explain complex concepts in a clear and understandable manner.
Are there any real-world examples or case studies in Algorithms to Live By?
Yes, Algorithms to Live By includes real-world examples and case studies that illustrate the practical applications of various algorithms in different contexts, making the concepts more tangible and relatable.
Where can readers purchase Algorithms to Live By?
Algorithms to Live By can be purchased at major online retailers such as Amazon, Barnes & Noble, and also at local bookstores.