Your choices needn't be only math books. They can come from any discipline or genre.<p>When you mention any book please add a line or two as to why it made you a better thinker and problem solver.
This suggestion is humorous, but absolutely true: Potty Training In 3 Days.<p>Before having children, I thought I was fairly empathetic and introspective, but raising a child helped me realize how superficial those traits in myself were.<p>I'm being completely honest when I say this book made me a better leader and project manager - having a better understanding of the motivations of others, incentivizing those looking to you for guidance based on their own goals/desires, providing those with tools they need to succeed, and taking a macro view of a problem and allowing those under me to flourish and find creative ways to solve problems that take advantage of their strengths and idiosyncrasies.<p>I'm in no way suggesting that you infantilize those around you, just that teaching my toddler to shit opened my eyes to the way I approached problems, and Brandi Brucks' book helped me approach things differently with great success!
From a software engineering standpoint:<p>- Structure and Interpretation of Computer Programs (doing all the exercises is key). This book helped me think about how programs run, how state is stored, how you can build out asynchronous computation, and how you can build your own languages.<p>- Designing Data Intensive Applications. This book profoundly changed how I think about application performance and data. It describes so much about different kinds databases and query languages, that now I feel like I've got a big picture view of the whole industry.<p>- Harry Potter and the Methods of Rationality. This book really taught me to think rationally and logically. I think I really did not understand the scientific method until this book.
Masters of Doom. It’s the story of two renowned game developers, John Karmack and John Romero, and how they built id Software, the video game company that profoundly changed PC gaming and graphics. I was writing software for enterprise / consulting companies at the time (early phase of my career). This book opened my eyes to the crazy/wonderful/scary world of ‘startups’, the idea that people can bring their passion into writing software and start a business or movement. I joined a startup (nothing to do gaming) and never looked back.
My three favorites from Gerald Weinberg:<p>1. 'The Secrets of Consulting: A Guide to Giving and Getting Advice Successfully' I was put off for a decade by the click-bait title but this is a profound little book that helped me get perspective on problem solving in my work and myself.<p>2. 'Becoming a Technical Leader' The text is great; working the exercises for yourself will make you a stronger thinker.<p>3. 'An Introduction to General Systems Thinking' One of his densest, driest books, but a great summary of the highlights of the field with plenty of thought problems in the exercises and plenty of pointers for digging deeper.
A classic in the <i>Math</i> field is <i>How to Solve It</i> by Georg Polya<p><a href="https://www.amazon.com/How-Solve-Mathematical-Princeton-Science/dp/069111966X" rel="nofollow">https://www.amazon.com/How-Solve-Mathematical-Princeton-Scie...</a><p>And for improving <i>statistical thinking</i>, the classic <i>How to Lie With Statistics</i> by Darrell Huff<p><a href="https://www.amazon.com/How-Lie-Statistics-Darrell-Huff-ebook/dp/B00351DSX2/" rel="nofollow">https://www.amazon.com/How-Lie-Statistics-Darrell-Huff-ebook...</a>
Meditations by Marcus Aurelius<p>The private thoughts of a person with terrible power. An emperor who could put to death anyone he chose. Create the law by speaking it. Command any one to his bed if the mood took him. These pages are filled with Aurelius’ private struggles to be a good man, despite the frustrations of the world.<p>His words helped me become a more social thinker.
The Enchiridion (handbook) by Epictetus.<p>It’s really a summary of a single idea, but the most valuable idea I have encountered- how to recognize that the hardships and problems we face mostly come from failing to identify what we actually control, and mistakenly focusing our efforts and concerns on what we can’t control while neglecting what we can.
Feynman’s Lectures on Computation: <a href="https://www.amazon.com/gp/product/B07FJ6RRK7/ref=as_li_tl?ie" rel="nofollow">https://www.amazon.com/gp/product/B07FJ6RRK7/ref=as_li_tl?ie</a>...
You might be familiar with Feynman's Lectures on Physics, but his lectures on Computation (based on a class he taught and his work in 'Connection Machine') aren't any less amazing. Through this short book, Feynman guides us through the concept of computation and the van Neumann architecture in his unique style, from logic functions, to Turing machines, coding and even quantum computers. It will give you a unique appreciation of the finer points in which computers are "Dumb as hell but go like mad" and give you a completely different way of thinking about computation
Plato: Theaetetus, Charmides, Apology<p>And Aristotle's metaphysics and Nicomachean ethics<p>They had an integrated understanding of the different kinds of knowledge and the phenomenology of the mind and the resulting errors we tend to make.<p>And since their traditions were esoteric, it's a nice challenge to read them critically to get what they're pointing at.<p>For those sniffing that these aren't mathematical models or category theories, realize that the entire family of logic can only tell you what's not possible. The real action in thinking is topologically sorting what's relevant, and that mostly depends on understanding yourself and others.<p>However, reading them is an exercise in frustration without a good classics scholar; they are rare and getting rarer.
Thinking in Systems by Donella Meadows<p>This introduced me to systems thinking which gives an interesting perspective on how to solve complex systemic problems.<p>Concepts can be applied to engineering or any other field
1. I would fiercely recommend reading “An Engine, Not A Camera” (Donald MacKenzie). Formally, it reads as a sociological study of the practice of finance - how financial markets shape society instead of simply capturing its needs and desires at large. More importantly, however, it made me think deeper on questions about fields of study that are (were?) distant and to question assumptions: a lot of ideas that we take for granted as absolute truths are simply consensus-derived and have no objective reality.<p>2. On a similar theme, “The Lady Tasting Tea” (David Salsburg) was a wonderful history of the development of statistics as a mathematical discipline. I found it absolutely fascinating to map out how individual personalities were buffeted and shaped by larger historical events and movements (e.g. eugenics in the late 19th century, WW2, the rise of the Soviet Union, etc.) into asking questions of data that propelled statistics forward. Disciplines we think of as being “hard” (math, CS, statistics, physics) have been shaped by social forces in a non-linear non-Hegelian fashion, in fits and starts, quite contrary to the way they are presented in a pedagogical setting.
These are books that I've reread major portions of repeatedly because they consistently trigger broader thinking about their subject matter.<p><i>Purely Functional Data Structures</i> by Chris Okasaki broadened how I think about algorithmic complexity analysis, after decades of mostly imperative programming. Other books on lambda calculus, type theory, OCaml, Haskell, etc. preceded this in my reading list, but this book clinched my love of functional programming.<p><i>The Garbage Collection Handbook</i> by Richard Jones, Antony Hosking, and Eliot Moss provides broad, yet sufficiently detailed, coverage of automatic memory management that most techniques can be understood and implemented without digging into the primary literature. That said, this book (actually its predecessor, <i>Garbage Collection</i> by Jones and Lins) inspired me to dig deep into memory management, and jemalloc is one of the incidental results.
"The Logic of Real Arguments", by Alec Fisher, has had a pretty big impact on me. He develops a framework and some tools to use when analyzing real-world arguments, including extracting "A and B therefore C" statements, and asking questions like, "How would I know if this were wrong?" Then applies it to a number of passages from famous works. Discussing ideas with people with whom I disagree (at least initially) is both my job (only sometimes thankfully) and my hobby, and this book has allowed me to be a lot more effective in listening and communicating back.
"The Decipherment of Linear B" by John Chadwick is the story of how Michael Ventris, an architect with no formal education in linguistics and cryptanalysis, defied conventional (and his own) dogma and revealed the ancient Linear B script to have been used to write down the Greek language. This rewrote European history over night, and ends with a lovely section on what the now-readable documents reveal about the civilization who produced them.<p>Wonderful lessons therein on:<p>- thinking from first principles and following the evidence and solid metrics<p>- being willing to be proven wrong, and keeping an open mind in the face of new facts<p>- the value of open scientific collaboration<p>- resisting arguments from authority<p>- how fundamental skills and intelligence transfer across domains<p>Ventris did not have a Rosetta stone at hand, so he had to decipher the script from what he could suss out using statistical methods and building up an internal logic. It's also a fun story of a great puzzle.<p>It's a short and great book and was formative to me. There's newer books on the story that do a better job of highlighting the contributions of Ventris' collaborators (particularly the impressive Alice Kober), but Chadwick's is still the most concise and enjoyable, I think.
I would look for books that either:<p><pre><code> 1. Increase context on problems being solved
2. Improve tactics/strategies/systemic understanding
3. Improve physical health/mental health
</code></pre>
If you want to think better, I think physical health and mental health will have the highest return by far.<p>Thinking is kind of like driving. Imagine driving a car where some parts are broken (mental health problem) or a really uncomfortable seat (obesity), improper fluids (can cause parts to break or decay faster), or lack of routine maintenance (exercise).<p>You can think of dopamine kind of like fuel and it will directly influence the amount of time and effort you can spend to solve problems or overcome setbacks.<p>I've been enjoying the Huberman podcast lately.
In USSR there was a very popular method of problem solving developed by Altshuller called TRIZ[1].
It seems that it is still being used in some other countries like Japan, S. Korea to improve manufacturing processes.
I read the books but I don't think it helped me to become a better problem solver...
I wonder if anyone looked at it too.<p>1.<a href="https://en.wikipedia.org/wiki/TRIZ" rel="nofollow">https://en.wikipedia.org/wiki/TRIZ</a>
The Beginning of Infinity: expanded my understanding of what science is, exposed me to Popper's ideas of conjecture and refutation. Many profound concepts which I think about regularly.<p>Thinking, Fast and Slow: introspection about how the mind may work, common biases and traps. I often think about the fast/slow system divide and notice when I just want to coast along doing fast thinking.<p>The Scout Mindset: very neatly describes a way of being which I rarely attain, but aspire to.
A book that made me see how carefully and how well we can ascertain a nebulous concept in social science:<p><i>Culture Of Honor: The Psychology Of Violence In The South</i> by Richard Nisbett and Dov Cohen<p><a href="https://www.amazon.com/Culture-Honor-Psychology-Violence-Directions/dp/0813319935" rel="nofollow">https://www.amazon.com/Culture-Honor-Psychology-Violence-Dir...</a><p>The authors use a variety of independent evidence (historic, lab experiments, etc) to show that a <i>culture of honor</i> exists, what it is, how it is perpetuated, and how we can make predictions based on it. This book is superb!
My top 3 (with a recency bias of course):
1. The Field Guide to Understanding 'Human Error' - most of the book I thought "but it's obvious", but it still made me actively think about system design choices not from the standpoint "how it should be used" but "how can it be misused"
2. Thinking fast and slow - just another reminder that my brain is a lazy bastard and information/awareness hygiene is very important
3. Hooked - whenever I work on any side-project I repeat the mantra "solve your personal problem first!". It was a catch for my long-term motivation in cases when I ask other people on feedback for a very raw project...
Here are some classics in cognitive psychology with direct quotes that illustrate some of the main themes:<p>Richard Rhodes (1986) Making of the Atomic Bomb<p>"In scientific work, creative thinking demands seeing things not seen previously, or in ways not previously imagined; and this necessitates jumping off from 'normal' positions, and taking risks by departing from reality. The difference between the thinking of the paranoid patient and the scientist comes from the latter's ability and willingness to test out his fantasies or grandiose conceptualizations through the systems of checks and balances science has established – and to give up those schemes that are shown not to be valid on the basis of these scientific checks. It is specifically because science provides such a framework of rules and regulations to control and set bounds to paranoid thinking that a scientist can feel comfortable about taking the paranoid leaps. Without this structuring, the threat of such unrealistic, illogical, and even bizarre thinking to overall thought and personality organization in general would be too great to permit the scientist the freedom of such fantasying." (p. 151)<p>Daniel Kahneman (2011) Thinking, Fast and Slow<p>"In the current view of how associative memory works, a great deal happens at once. An idea that has been activated does not merely evoke one other idea. It activates many ideas, which in turn activate others. Furthermore, only a few of the activated ideas will register in consciousness; most of the work of associative thinking is silent, hidden from our conscious selves. The notion that we have limited access to the workings of our minds is difficult to accept because, naturally, it is alien to our experience, but it is true: you know far less about yourself than you feel you do." (p. 52)<p>Thomas Kuhn (1962) Structure of Scientific Revolutions<p>"One suspects that something like a paradigm is prerequisite to perception itself. What a man sees depends both upon what he looks at and also upon what his previous visual-conceptual experience has taught him to see. In the absence of such training there can only be... a 'bloomin’ buzzin’ confusion'" (p. 113)
The Psychology of Intelligence Analysis - Richard Heuer<p><pre><code> - Concise introduction of how the mind works, biases, dealing with uncertainty, critical thinking, and dealing with complexity.
</code></pre>
The Pyramid Principle - Barbara Minto<p><pre><code> - Logic in writing and thinking.
</code></pre>
The Almanack of Naval Ravikant - Eric Jorgenson<p><pre><code> - Inspiration for better thinking.
</code></pre>
fs.blog<p><pre><code> - Mental models, better thinking, decision making.</code></pre>
Anything that enhances your insight for wisdom.<p>Philosophy comes to mind. As it helps you think out of the box.<p>The big 3 philosophers and stoics are a great place to start. Explore the differences of western and eastern philosophies too once you get a taste for the west.<p>You'll naturally come across mental models this way rather than have to read a farnam street blog on.<p><a href="https://plato.stanford.edu/" rel="nofollow">https://plato.stanford.edu/</a>
Wooldridge's Introductory Econometrics.<p>I don't do statistics in my day job, but having a solid foundation in the math and the theory and the proofs really had a profound impact on how I approach problem solving generally and root cause analysis specifically (just thinking about e.g. model specification and how you do it is a good exercise). It's still on my bookshelf and I'll pull it out and do a problem set from time to time just to stay sharp - even though, again, I don't do this for my job. Maybe, one day, I'll get a job with a baseball team or something. Understanding heteroskedasticity for example is one of those things where once you "get it", it really opens your eyes to a lot of things and you can't "unsee" it.<p>PS there are packages in R nowadays but back in the day we used STATA.<p>PPS if people don't like Wooldridge, what else would you recommend?<p>Edit: I know you said "Your choices needn't be only math books" but this is a statistics textbook, so it probably doesn't count as "math".
One of my all-time-favorite philosophers is <i>Daniel Dennett</i>. He wrote many excellent books through which you can learn how to think better on specific topics and in general. But one of his books he focuses specifically on thinking:<p><i>Intuition Pumps and Other Tools for Thinking</i><p><a href="https://www.amazon.com/Intuition-Pumps-Other-Tools-Thinking/dp/1491518871" rel="nofollow">https://www.amazon.com/Intuition-Pumps-Other-Tools-Thinking/...</a>
SICP was a game-changer for the way I think about software and problem-solving in general. Reading Aristotle's works also opened my eyes to all the different ways one can think about a problem (it rids of you of the narrow problem-solving methods we use today). Reading about history in general also opened up my perspective to think about problems in new ways -I recommend the Story of Civilization by Will Durant.
_Proofs and Refutations_ tops the list.<p>Dialog and progressive discovery are crucial to solving problems, and these things happen even after (mostly after?) you arrive at a good solution. _P&R_ provides a working example of how this might go, and how a diligent and magnanimous mind might approach the process. I think it's a really fun and engaging book, too.<p>Works on pragmatism by CS Peirce were really impactful, though I can't recommend a specific book. In a very focused way, Peirce advocates for evaluating ideas in terms of their real-world effects, often by employing a measured skepticism.<p>On the psych/behavioral side, _Gut Feelings_ shows how to be an efficient thinker. Largely contrary to Kahneman's work, it vindicates intuition, but does so in a qualified way. It explains when and how to trust your instincts, and emphasizes the importance of cultivating them.
Not any particular book but: Studying mathematics and physics has greatly improved my thinking and problem solving abilities.<p>Already a semester or two (of real analysis, linear algebra, experimental physics, theoretical physics) would get one very far I think.<p>As for books, <a href="https://theoreticalminimum.com/" rel="nofollow">https://theoreticalminimum.com/</a> might be a great starting point.
It’s not a book, but I revisit Munger’s Psychology of Human Misjudgment nearly every year to remind me of the various biases that we are all susceptible to and to hopefully keep them at bay as much as possible. Link:<p><a href="https://static1.squarespace.com/static/5ca3e714d74562b554c38604/t/5caa07a9971a182374badc19/1554646956708/Psychology+of+Human+Misjudgment.pdf" rel="nofollow">https://static1.squarespace.com/static/5ca3e714d74562b554c38...</a>
«Systems thinking» by Levenchuk.<p>Masterful distillation of the most important parts of current systems engineering and systems management into a broadly applicable systems thinking approach.<p>The book is now reworked to a course and is currently free: <a href="https://eem.institute/open-endedness/systems-thinking/" rel="nofollow">https://eem.institute/open-endedness/systems-thinking/</a><p>TBH I read the original (in Russian), and English translation does not seem to be of stellar quality.
Two by Joeseph Henrich:<p>1. The Secret of Our Success <a href="https://www.thriftbooks.com/w/9474901" rel="nofollow">https://www.thriftbooks.com/w/9474901</a><p>2. The Weirdest People in the World <a href="https://www.thriftbooks.com/w/26726468" rel="nofollow">https://www.thriftbooks.com/w/26726468</a><p>The first explores the extent to which humans are dependent on culture. It also underscores that we're not as smart as we might think. There's valuable knowledge that accretes culturally over time, and this book was the first to make me consider the ramifications of that on family, business, and community. The second book starts from the premises of the first and highlights the strangeness of Western Educated Industrialized Rich Democratic (W.E.I.R.D.) cultural norms.<p>Both books compelled me to consider the power of culture on human behavior and thinking. We're less smart than we think, and there's more knowledge buried within our cultural norms than we realize. I'm not sure it's made me a better problem solver, but it has made me more likely to ask myself "does tradition/norms/etc. suggest a direction for this problem?" Time will tell if that approach leads to better problem solving.
A book I'm surprised doesn't get more love, this book really helped pull together a lot of things I "knew" about computing at the time and how to approach knowing things from breaking them down more generally.<p>Reversing: Secrets of Reverse Engineering by Eldad Eilam
<a href="https://en.wikipedia.org/wiki/Reversing:_Secrets_of_Reverse_Engineering" rel="nofollow">https://en.wikipedia.org/wiki/Reversing:_Secrets_of_Reverse_...</a>
Interesting fact is I noticed that not many book titles are repeating in this thread. This means there is no single book that can change your thinking, I think one have to find it on their own. Most of the time the best book for you is the one that you don't know will be the best book. You just figure it out months or years later.
Basic Economics by Thomas Sowell.<p>Spent a few years trying to figure out how Help people without trying to force businesses to do what’s right.<p>Anytime I hear a new fiscal policy or laws idea I can usually figure out if it’s going to work or cause problems<p><a href="https://www.amazon.com/Basic-Economics-Thomas-Sowell/dp/0465060730" rel="nofollow">https://www.amazon.com/Basic-Economics-Thomas-Sowell/dp/0465...</a>
For many years I recommended everyone on my team (that was interested in retooling their brain in a more functional way) read "The Little Schemer". My only caveat is that they read it without touching a computer. Like... read it on an airplane. While I had no interest in using Scheme/Racket/Lisp for actual work, I found that it brought so much simplicity to my thinking.
John Rawls: A theory of justice. It's attempt to derive a theory of justice (obv.) using methods borrowed from analytic philosophy was hugely influential. Whether you agree with Rawls' conclusions or not it's a brilliant, meticulously argued book, albeit incredibly dense.
> The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity<p>This book changed the way I think about user experience as a developer. I’m not a designer at all but when building a UI I try to think of it from a user perspective now because of this book.
Robert Caro's The Path To Power.<p>It's the first volume of a set of biographies of Lyndon B. Johnson, but it's so much more an exploration of how power works and shapes. Caro is obsessed with power (thus the other classic: Caro's The Power Broker). Learning how Johnson learned how to wield power made me see the impact of power in my daily work and interactions, and hopefully, taught me how to predict how 'upstairs' reacts. It's all about power.
This might sound odd for those who know it, but the "48 Laws of Power" I've always felt worth recommending. It gives insight into how the power-hungry think and act, and is a valuable tool for helping to recognizing when a sociopathic/narcissistic person is trying to manipulate or undermine you. I think it crumbled away some of that social naivety I used to have, but in a good way. It made me more empathetic to people who's motives I previously would have failed to understand, and think more clearly about how I approach situations with people who don't have my best interests at heart. In short, it's a great book for making you think deeper and come up with solutions in the social realm.<p>Interestingly enough, I recommended it to a few friends of mine who quite clearly to me had toxic partners. In both instances, they thanked me for the book recommendation and took action to remove those people from their lives. Especially in relationships, it's good to have a frame of reference to tell whether someone truly has your best interest at heart, or they just want power over you and use your good nature to get that.<p>Keep in mind that the book is written in such a way to sound like your getting an education in politics from a full-blown psychopath, but once you get past that there's a lot of worth to be found.
Intellectuals and Society by Thomas Sowell really challenged my political ideology in my mid-20s. I left unsatisfied or in disagreement with a lot of it, but it was the first time I could clearly apply conservative ideals to my social justice beliefs. Most importantly, it helped me sniff out all of the BS in our (U.S.) sociopolitical system, and subsequently not have my emotions co-opted by the us vs. them culture wars.
A great general one that HN folks should enjoy:<p><i>Algorithms to Live By: The Computer Science of Human Decisions</i> by Brian Christian & Tom Griffiths<p><a href="https://www.amazon.com/Algorithms-Live-Computer-Science-Decisions/dp/1627790365" rel="nofollow">https://www.amazon.com/Algorithms-Live-Computer-Science-Deci...</a>
Feeling Good, by Dr. David Burns is the <i>Cognitive Distortion</i> description and analysis book that deep dives and destroys Imposter Syndrome, as well as a huge number of other self deceptive mechanisms in one's self conversation. It is literally a revolution for many self critical personalities, as it provides the self arguments necessary to defeat one's self critic. After that self criticism is quelled, the tools provided continue to serve as fantastic and scientific discrimination tools for discerning subtle information, maintaining an objectivity that is easily deluded and lost.
To me, the most influential book is Allisons’s Essence of Decision. Most people seem to treat it as a book about the Cuban middle crisis, which of course it is, but the event is analyses through the lens of several analytical techniques. That’s the part that is fascinating to me, especially the organizational process model.
Against Method. I had an incredibly rigid understanding of how to do science that was more performative, but Feyerabend opened my mind to approaching my exploratory research in a more chaotic and creative manner.
If you’re into probability, statistics and/or ML, Judea Pearl‘s The Book Of Why enlighted me kind of.<p>While reading and applying, the suspicion had grown in me that probability is embedded in causality. Specifically when using Bayes theorem I had tweaked notation for me, so P[X|Y] would mean that X depends causally on Y. Then<p>P(Y|X)=P[X|Y]P(Y)/P(X)<p>would clearly show the reverse problem character, and how evidential reasoning is built on causal reasoning.<p>Thus what Pearl and a lot of contributors built fell on fertile ground with me. I think it is an amazing addition to reasoning tools.
How to Read a Book by Adler. It describes a systematic way of reading, interpreting, criticizing, and judging the value of non-fiction.<p>An Introduction to Philosophical Analysis by Hospers. Provides an approach to thinking about different types of philosophical problems.<p>Both are accessible and will make you super genius.
“Out of the Crisis” by Demming: helped me see the best way to manage projects isn’t always about fixing problems, it starts with reducing uncertainty.<p>“Seeing like a state”, “Knowledge and Power”, and “Antifragile”, top down control of a system always clashes with bottom up understanding, so experts in a field need humility when working with a new system and need to learn from the people who work with it every day.<p>“Critique of Pure Reason”, there are things we can’t know using only logic, so don’t try to use it to understand everything.
Barbara Minto: The Pyramide principle.<p>The book is basically a bible among top tier management consulting firms as it has some fantastic principles for breaking down complex problems and communicating it to others (e.g. MECE; Mutually Exclusive, Collectively Exhaustive)
The criminal code.<p>A penal code includes a closed set of behaviours, also called crimes. In order to commit a crime you need to check if both actus reus (the act) and mens rea (the criminal state of mind). So you have to analyze all the parameters that may apply which may be multiple. How to defend a criminal is a great exercise to become a better thinker and problem solver.
It's not luck by Eli Goldratt.
Where he introduces the logical thinking processes he used to develop his theory of constraints.
It was graphs (links and nodes) to structure our reasoning.<p>Then if you like it go to:
The logical thinking processes;
A systems approach to complex problem solving by Dettmer.<p>And finally if you need to improve not only you thinking but that of a group in an open discussion go to:
Dialog Mapping by Cocklin
<i>The 5 Elements of Effective Thinking</i> by Burger and Starbird.<p><a href="https://press.princeton.edu/books/hardcover/9780691156668/the-5-elements-of-effective-thinking" rel="nofollow">https://press.princeton.edu/books/hardcover/9780691156668/th...</a><p>Defies categorization, difficult to summarize. A tutorial for effective and fulfilling learning, grappling with challenging intellectual problems, and for cultivating creativity.<p>It’s easy to read it superficially. The authors recommend reading it three times through. I read it again with first semester college students every fall. In actual fact, returning to it always reveals more insights (at least for me).<p>Most students roll their eyes and miss the value. But every year students come back and tell me that it changed the way they think when they got to college.<p>I’ve gotten some colleagues hooked on it too.
Bad Science by Ben Goldacre. The knowledge in the book is more mainstream now than in 2008, but it gave me more "tools" to understand the fields of medicine and nutrition as a consumer.
Thinking in Bets: Making Smarter Decisions When You Don't Have All the Facts
by Annie Duke<p>and<p>How to Measure Anything: Finding the Value of Intangibles in Business
by Douglas W. Hubbard<p>Really changed the way I approach decision making.
Great suggestions here, but one thing I would like to point out to the original poster is that, while I have read a lot of books, people have had a far greater impact on my thinking than any books. So I don't discount books, but it you want to be a better thinking look around for successful people and pay attention to how they work.
Questions Are the Answer by Hal Gregersen<p>When you’re stuck or your team is stuck, do what he calls a “question burst” to ideate all the questions that need to be asked. It’s so simple but highly effective
On the interpersonal side, “How to Win Friends and Influence People” by Dale Carnegie. The title sounds Machiavellian, but it is basically a manual on how to deal with people i.e., take an authentic interest in people’s lives, and make a strong effort to see conflict from the other person’s point of view.
Various books on military science/history/geopolitics like Understanding Modern Warfare and Strategy (Lawrence Freedman), and books on Philosophy such as recently I'm reading books by Alvin Plantinga.<p>I find that reading books from those genres makes me question things more, which I find is a good exercise towards becoming a better thinker and learning how to piece ideas from different areas together.<p>For software, has got to be "Web Scalability for Startup Engineers" because it gave me a sweeping tour of most of today's software development, and various books on compiler development as building compilers taught me how to decompose things into smaller chunks.
Only 3 books (or set of books…):<p>Zero to One by Peter Thiel: philosophy for building companies and future.<p>Steve Jobs Biography by Walter Isaacson: a life of one of if not the most influential founder of our time.<p>Incerto 5-Book Set (Black Swan and Antifragile included) by Nassim Nicholas Taleb: how to understand and win in life, literally.
Zen and the Art of Motorcycle Maintenance. Good take on what is quality vs function and form.<p>Art of War. Good example of a creature to last a damn long time.
Socrates<p>Plato<p>Alexis de Tocqueville<p>Notebook of Nicholas Tesla<p>Deep insight into non-engineering nature often brings out a solution that can be applied toward engineering/computer science.
Where're my art history peeps on this thread?<p>Ways of Seeing by John Berger. It's a short book, written about 50 years ago to accompany a British TV series, which you can find on YouTube, and which I highly recommend before reading the book.<p>Its a book about visual experience. Painting, advertisements, television. Pardon the pun, but it was eye opening when I read it and understood how advertising works, and today, years after the first reading and now in the context of what is the most graphically and visually intense society we have ever lived in, I find the messaging even more relevant.
All good thinking starts with the realization : "This is odd - why would it be like that?"<p>In my experience, my co-workers tend to accept many concepts / structures / processes for granted whose design is non-obvious, yet they accept them although they don't understand them.<p>They're relying on an illusion of understanding - better thinking starts when you realize that you had no real understanding to begin with. I am not sure that you can teach this from a book. It requires an inquisitive mind and the courage to think for yourself.
Engineering a Safer World: Systems Thinking Applied to Safety<p>by Nancy Leveson<p>Definitely one of better books that makes you think outside the box.
The Scout Mindset: Helped reinforce the difference between being right and getting the right answer. Removing my ego from the equation has made it so much easier to admit being wrong.
Why Geography Mattersby Harm de Blij<p>It gave me a whole new perspective on virtually everything. It answers a lot of the ‘why’ questions about how we got to the place we are in this world.
Language in Thought and Action by S.I. Hayakawa. There is a LOT in the book, but at a minimum it made me think analytically about language and "news".
I can't think of any book that's really helped me solve problems. The reason for this is that reading isn't a problem solving activity, it's relatively open ended. You can do exercises, but most of them don't have any sort of grading system that outputs a pass or fail. So there isn't any signal to train off of<p>The thing that taught me the most about solving problems was doing a bunch of autograded systems programming assignments, and reading about how other people went about doing the assignments<p>I developed this mindset (note this is for writing code for an autograder that no one else will read, it isn't going into a long term codebase):<p>- only do the bare minimum necessary to satisfy all criteria<p>- ignore any bloat that people suggest unless it's part of the shortest cost path<p>- figure out one way of doing something and just reuse it so that you can use the mental energy elsewhere<p>- reread the instructions so many times that you can mentally "see" all the logic before the first line gets written<p>- try to work in long bursts over a short term as opposed to short bursts over a long term because context switching is too expensive
"The Art of Insight in Science and Engineering"<p><a href="https://books.google.bg/books/about/The_Art_of_Insight_in_Science_and_Engine.html?id=ftiMEAAAQBAJ&source=kp_book_description&redir_esc=y" rel="nofollow">https://books.google.bg/books/about/The_Art_of_Insight_in_Sc...</a>
This one, although I don't think I can explain how it resulted in better thinking/problem solving. It just did.<p><a href="https://www.amazon.com/Archetypes-Collective-Unconscious-Collected-Works/dp/0691018332" rel="nofollow">https://www.amazon.com/Archetypes-Collective-Unconscious-Col...</a>
>>> problem solver<p>“Applied Engineering Analysis” by Tai‐Ran Hsu, published by John Wiley & Sons, 2018 (ISBN 9781110071204)<p>Recent discovery. Complete reference in a single textbook. Applicable to any scale: from industrial automation to lunchtable experiments ;)<p>>>> better thinker<p>Wolfgang Engel. Decades of books from shaderx to gpuzen. Plus The Forge renderer!<p>>>> holiday fun<p>Flea | Acid for the Children (if you enjoy Just Kids, Chronicles: Vol 1, etc)
I don't think I learn much from books. They're good for exposure and direction but haven't made so much an impact on the things I've internalized that let me think about and solve problems.<p>What has done the most for me is actually running into lots of problems and solving them by digging deep, finding the cause, and a good way to solve it. One thing that's been invaluable is the idea that any problem can be solved, any system can be understood (as well as necessary to solve a problem), and that everything is fair game and in scope for solving the problem (thinking outside the box? there's only the box you put yourself in).<p>Nowadays, I'm mostly learning how to better explain the thought processes behind good software engineering that is all about tradeoffs and not about following rules or applying patterns without assessing applicability.<p>Another superpower is always to think of the simplest thing that will work. Avoid using fancy words or creating abstractions that make software seem sophisticated and complex when unnecessary. That only lowers the limit of how complex a problem you can solve. If you get really good at thinking and solving problems in simple ways, you can solve much more complex ones when called for.<p>I would suggest an entirely different path: play Go, the board game. The rules are incredibly few and easy to learn. The tactics and strategy limited only by imagination and ability to count/execute while balancing priorities (important vs urgent). Another thing that it teaches is the counter-productivity of ego. There's odd parallel I've noticed where getting good at Go makes you better at other things and vice versa. I've taken a year or more off playing and when returning to the game, find I quickly get back to my past level and beyond. Alternatively, if a bit masochistic play StarCraft 2 ladder ;-)
"The Dictator's Handbook: Why Bad Behavior is Almost Always Good Politics" (Bruce Bueno de Mesquita, Alastair Smith)<p>"Outliers: The Story of Success" (Malcolm Gladwell)<p>"Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control" (Steven L. Brunton, J. Nathan Kutz)<p>"Yertle the Turtle and Other Stories" (Dr. Seuss)<p>"The Lorax" (Dr. Seuss)
For me a book of chess problems to resolve like : "My 60 Memorable Games by Bobby Fischer" are book that i read to help me thinking and in "background" and inconsciously resolve my problems. It make me thinking in a way imaginative. I solve problem by really resolve problems but in a game : chess.
From an interview with the founder of Wordpress - "NVC - non violent communication". I didn't find a "best" book to describe the basically simple process though.<p>As far as problem solving specifically I enjoyed taking the CFA exams. Particularly L1 was good for looking a Financial problems.
I was young when I read this book and it changes my mind about how to see all sides of a problem.
<a href="https://en.m.wikipedia.org/wiki/Empire_of_the_Ants_(novel)" rel="nofollow">https://en.m.wikipedia.org/wiki/Empire_of_the_Ants_(novel)</a>
Peak: Secrets from New Science of Expertise<p>The book is not actually about problem solving, but about deliberate practice. It is a bit tangential, but in seen problem solving as a skill, you can see how the principles in that book apply.
A good book - however, like many books of this style, I find it somewhat repetitive too.
The Goal by Goldratt helped me think about optimizing for the end outcome versus sub-optimizing for process steps. (Measure but don’t sub-optimize)<p>The Goal: A Process of Ongoing Improvement <a href="https://a.co/d/iQGmd23" rel="nofollow">https://a.co/d/iQGmd23</a>
I read many books in field of psychology focusing on rationality / irrationality. I think some of the best are:<p><i>Mindware</i> by Richard Nisbett - a researcher focusing on this for decades distills his best insight in a recent book.<p><a href="https://www.amazon.com/Mindware-Tools-Thinking-Richard-Nisbett-ebook/dp/B00SSAXRCW" rel="nofollow">https://www.amazon.com/Mindware-Tools-Thinking-Richard-Nisbe...</a><p><i>Predictably Irrational</i> by Dan Ariely - a classic book in the field.<p><a href="https://www.amazon.com/Predictably-Irrational-Revised-Expanded-Decisions/dp/0061353248" rel="nofollow">https://www.amazon.com/Predictably-Irrational-Revised-Expand...</a>
It's a bit of an overhyped "must-read" math/compsci book, but <i>Godel, Escher, Bach: An Eternal Golden Braid</i> was great for both enlightening me as well as utterly confusing me ;)
Structured Analytic Techniques for Intelligence Analysis (Randolph H. Pherson, Richards J. Heuer Jr.) I am not an intelligence analyst, but this book is very insightful on thinking about your thinking.
- Seeing Like a State: how legibility informs how societies and people view reality<p>- Antifragile: how things benefit from volatility<p>- Hold Me Tight: relationship advice<p>- The Lucifer Principle: energy flows<p>- Scale: how patterns persist across various scales
I'd argue that not reading, but doing/implementing/experimenting with things made me a better problem solver. If you "just" read on a topic you will maybe learn to recite what you know, but you will not yet be able to differentiate between different solutions or give reason why a solution is good or not. Of course reading or attending a class is a very good starting point, but it's not the way i learned thinking or solving problems.
Haven't seen this mentioned yet, so How to Solve It (1945) by George Pólya? I haven't read it myself so I can't comment (I'm a muddy thinker and rubbish problem solver), but I think it was mentioned in a good light in one of Hofstadter's "Metamagical Themas" pieces.
Why Buddhism Is True: The Science and Philosophy of Meditation and Enlightenment by Robert Wright<p>The Art of Living: Vipassana Meditation as Taught by S.N. Goenka by William Hart
Zen and the art of painting and An actor prepares.<p>These I read when I was a young art student. I learned a lot from the way they mapped the interior process of creative thought.
Bit of a generic answer.<p>Doing the problem sets from a good university course.<p>Some problems might take you hours to solve, but it will develop your stamina for thinking hard.
Graded Go Problems for Beginners<p>A bit of a cheat answer. The book here represents the game of Go. I found getting into this hobby helped in problem solving other areas of my life since it exercises analyzing many branching paths.<p>There are often too many possibilities to try every one, so it requires intuition to narrow down the good options, and then you can visualize how it might play out.
"The art of thinking clearly" by Rolf Dobelli <a href="https://www.amazon.com/Art-Thinking-Clearly-Rolf-Dobelli/dp/0062219693" rel="nofollow">https://www.amazon.com/Art-Thinking-Clearly-Rolf-Dobelli/dp/...</a><p>99 cognitive biases with memorable examples and stories.
Surfaces and essences
- Douglas Hofstadter, Emmanuel Sander<p>A great book about how all communication and thought is mediated through metaphor.<p>Douglas Hofstadter's books in general tend to be very thought-provoking.
Test Driven Development by Kent Beck. Split the process of development into small steps. One does not always have to design the complete solution beforehand. Periodic improvement/refactoring leads to better solutions than up-front/big design.
This one is up there. <a href="https://www.amazon.com/Psychology-Intelligence-Analysis-Richards-Heuer/dp/B0016OST3O" rel="nofollow">https://www.amazon.com/Psychology-Intelligence-Analysis-Rich...</a>
Bible as an atheist (with Jordan Peterson biblical lecture on youtube as an introduction)<p>We live a story and to make society work that story has to be shared.<p>The goal of life would be to be in self-sacrifice in service of truth and love, in a sense it’s similar to the stoic philosophy but with more dept.<p>So much of our humans problems and pitfalls are outlined perfectly, but we have to find a way to read it without prejudice, with the intention of discovering what we don’t know.<p>There is a deeper meaning than the bearded magician in the sky, but it’s a process for a scientifically minded person to be open to what is there (we have been taught that it’s a bunch of lies and superstitions)