Categories
Education Globalization Google Innovation Network Reading Technology

Latest Read: Algorithms To Live By

Algorithms to Live By: The Computer Science of Human Decisions by Brian Christian and Tom Griffiths. Brian is the author of The Most Human Human, a Wall Street Journal bestseller, New York Times editors’ choice, and New Yorker favorite book of the year. Tom is a professor of psychology and cognitive science at Princeton University. In addition, he directs the Institute of Cognitive and Brain Sciences.

Algorithms to Live By: The Computer Science of Human Decisions by Brian Christian, Tom Griffiths

At first glance the idea of brining algorithms into our daily lives seems a bit too much, even for a budding computer nerd. At the same time, Brian and Tom prove that most of us are already doing this daily.

I recall spending many hours programming SQL while living in Chicago and realizing how much more efficient my grocery shopping would be if I actually transformed my shopping list into a SQL table:

SELECT * FROM FoodGroup
ORDER BY GroceryStoreIsle;

So I can certainly agree. Yet this idea still may seem daunting. If you begin thinking about repeating tasks you perform, even laundry should certainly make you believe there is a better way.

Algorithms will certainly make this possible. Therefore, you may be spending too much time repeating tasks. This is where the book reveals how you can become efficient, by sharing the history and development of many common algorithms. You will certainly discover a few frameworks.