- Simplify flatten_vault API to return usize instead of MigrationResult struct - Add KEEP_FOLDERS: attachments/ and _themes/ alongside type/, config/, theme/ - Use HashSet for collision tracking in unique_filename - Update wikilinks from path-based [[folder/slug]] to title-based [[slug]] - Clean up empty directories after flattening - Flatten demo-vault-v2: move all notes from type-based subfolders to root - Update smoke tests for flat vault structure - Remove migrate_to_flat_vault from repair_vault (one-time migration only) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4.6 KiB
aliases, Is A, Author, Topics, URL
| aliases | Is A | Author | Topics | URL | ||
|---|---|---|---|---|---|---|
|
Note | Daniel Kahneman |
|
https://example.com/thinking |
Thinking, Fast and Slow
Daniel Kahneman
Kahneman's magnum opus synthesizes decades of research in behavioral economics and cognitive psychology into a framework built around two systems of thinking. System 1 is fast, intuitive, and automatic -- it is the system that recognizes faces, completes familiar phrases, and generates gut feelings. System 2 is slow, deliberate, and effortful -- it is the system that solves math problems, evaluates arguments, and makes careful decisions. The central insight is that System 1 does most of our thinking, and it is both remarkably efficient and systematically biased. We believe we are making rational decisions, but we are usually running on heuristics that work well enough most of the time and fail spectacularly in predictable ways.
The catalog of cognitive biases Kahneman documents is essential reading for anyone making decisions under uncertainty -- which is to say, every founder and creator. Anchoring (being disproportionately influenced by the first number you hear), the availability heuristic (judging probability by how easily examples come to mind), loss aversion (feeling losses roughly twice as strongly as equivalent gains), and the planning fallacy (systematically underestimating the time and cost of future tasks) are not occasional errors but permanent features of human cognition. You cannot eliminate them, but you can learn to recognize and mitigate them.
For a content creator, the implications run in two directions. First, understanding these biases improves your own decision-making: pricing, product strategy, time estimation, and investment decisions are all distorted by predictable biases. Second, understanding how your audience's minds work makes you a more effective communicator. Framing effects (how you present information matters as much as the information itself), the peak-end rule (people remember the most intense moment and the ending), and narrative bias (people prefer stories to statistics) are all tools for writing more engaging, more memorable content. The ethical obligation is to use these tools to serve your audience, not to manipulate them.
Key takeaways
- System 1 (fast, intuitive) handles most thinking; System 2 (slow, deliberate) is engaged only when System 1 encounters something it cannot handle
- Anchoring: the first number or reference point you encounter disproportionately influences your judgment, even when it is irrelevant
- Loss aversion: losses feel roughly twice as painful as equivalent gains feel pleasurable, which makes people irrationally risk-averse
- The planning fallacy: we systematically underestimate the time, cost, and risk of future projects -- the "outside view" (looking at similar past projects) is the corrective
- Framing effects: how information is presented matters as much as the information itself -- the same data framed as a gain vs. a loss produces different decisions
- WYSIATI ("What You See Is All There Is"): System 1 creates coherent stories from limited information, leading to overconfidence
- The peak-end rule: people judge experiences primarily by their most intense moment and their ending, not by the average or the duration
How I apply this
- I use the planning fallacy correction in all my project estimates. Whenever I think a newsletter edition will take 3 hours to write, I multiply by 1.5 and plan for 4.5 hours. This "outside view" adjustment has made my scheduling far more realistic and reduced the stress of running behind.
- I apply framing effects consciously in my newsletter writing. When presenting a counterintuitive finding, I lead with the framing that creates the most cognitive tension (e.g., "Most of what you believe about productivity is backwards") because that engages System 2 and makes the reader slow down and think rather than skimming on System 1 autopilot.
- Loss aversion awareness has improved my pricing and business decisions. When evaluating whether to drop an underperforming product, I ask "Would I start this product today if it did not already exist?" rather than "Should I keep this product?" The reframing eliminates the loss aversion that biases toward maintaining the status quo.