<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Personal Growth on TorchTree</title>
        <link>https://torchtree.com/en/tags/personal-growth/</link>
        <description>Recent content in Personal Growth on TorchTree</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <copyright>TorchTree Co., Ltd.</copyright>
        <lastBuildDate>Wed, 20 May 2026 08:03:37 +0800</lastBuildDate><atom:link href="https://torchtree.com/en/tags/personal-growth/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>The Kelly Criterion: Finding the Optimal Bet Size in an Uncertain World</title>
        <link>https://torchtree.com/en/post/kelly-criterion/</link>
        <pubDate>Wed, 20 May 2026 08:03:37 +0800</pubDate>
        
        <guid>https://torchtree.com/en/post/kelly-criterion/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1670085734282-833804780cc8?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wxMTc3M3wwfDF8c2VhcmNofDI1fHwlRTclQUQlQjklRTclQTAlODF8ZW58MHx8fHwxNzc5MjY0MTU5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=2000" alt="Featured image of post The Kelly Criterion: Finding the Optimal Bet Size in an Uncertain World" /&gt;&lt;h2 id=&#34;what-problem-does-the-kelly-criterion-solve&#34;&gt;What problem does the Kelly Criterion solve?
&lt;/h2&gt;&lt;p&gt;Most decision dilemmas come down to two questions: whether to do something, and how big to do it. The former is about direction; the latter is about sizing. The Kelly Criterion focuses on the latter.&lt;/p&gt;
&lt;p&gt;In 1956, John L. Kelly Jr. of Bell Labs derived a mathematical framework while studying noise in information transmission. He discovered that if you treat signal transmission as analogous to gambling, there is an optimal stake size that maximizes the geometric growth rate of long-term wealth.&lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Kelly_criterion&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The discovery was later introduced to the casino and Wall Street by Edward Thorp. In &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Beat_the_Dealer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Beat the Dealer&lt;/a&gt;, published in 1962, Thorp showed that managing bet sizes in blackjack with the Kelly Criterion provides a mathematically stable edge. Since then, the Kelly Criterion has become a foundational tool in quantitative investing and money management.&lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Edward_O._Thorp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;2&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;what-does-the-formula-look-like&#34;&gt;What does the formula look like
&lt;/h2&gt;&lt;p&gt;The standard form of the Kelly Criterion:&lt;/p&gt;
&lt;p&gt;f* = (bp - q) / b&lt;/p&gt;
&lt;p&gt;where:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;f&lt;/strong&gt;* — the fraction of total capital to bet each time&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;p&lt;/strong&gt; — probability of winning&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;q&lt;/strong&gt; — probability of losing (q = 1 - p)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;b&lt;/strong&gt; — the odds (net profit on a win relative to the amount wagered)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://getnas.s3.bitiful.net/2026/05/01-edge-to-position.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s a concrete example: suppose you&amp;rsquo;re in a game where a coin toss decides the outcome. You judge the probability of heads at 55% (p = 0.55), and winning pays 2x return (b = 1, i.e., net gain of 1x). Plug into the formula:&lt;/p&gt;
&lt;p&gt;f* = (1 × 0.55 - 0.45) / 1 = 0.10&lt;/p&gt;
&lt;p&gt;This means you should stake 10% of your total capital each time. Betting more won&amp;rsquo;t make you grow faster—in fact, the added volatility lowers your long-term growth rate. Betting less wastes your edge.&lt;/p&gt;
&lt;p&gt;If the probability of heads is only 45% (below 50%), the formula returns a negative value. The meaning is clear: no edge, don&amp;rsquo;t bet.&lt;/p&gt;
&lt;h2 id=&#34;why-optimal-rather-than-maximum&#34;&gt;Why &amp;ldquo;optimal&amp;rdquo; rather than &amp;ldquo;maximum&amp;rdquo;
&lt;/h2&gt;&lt;p&gt;Here&amp;rsquo;s a counterintuitive key point. Suppose you have a 60% win rate and 1:1 odds. Intuition says &amp;ldquo;since I&amp;rsquo;m favored to win, I should bet a lot.&amp;rdquo; But the Kelly Criterion says to stake 20% each time.&lt;/p&gt;
&lt;p&gt;What if you bet 40%? In the short run, you might earn more. But over the long run, because wins and losses alternate, over-concentration causes wild swings in your capital curve. A single large loss can wipe out many rounds of accumulated gains.&lt;/p&gt;
&lt;p&gt;Mathematically, one can prove that in repeated games, the Kelly Criterion maximizes the long-term growth rate (the geometric growth rate) of capital.&lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Kelly_criterion#Practical_use_of_Kelly_criterion&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s illustrate with a simplified model. Assume total capital of 10,000 yuan, stake fraction f each round, 60% win rate, 1:1 odds. After 100 rounds, the expected capital at different stake sizes compares as follows:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Stake size&lt;/th&gt;
          &lt;th&gt;Expected capital after 100 rounds (60% win rate)&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;10% (Half-Kelly)&lt;/td&gt;
          &lt;td&gt;~18,000 yuan&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;20% (Full Kelly)&lt;/td&gt;
          &lt;td&gt;~22,000 yuan&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;30%&lt;/td&gt;
          &lt;td&gt;~19,000 yuan&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;40%&lt;/td&gt;
          &lt;td&gt;~12,000 yuan&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;50%&lt;/td&gt;
          &lt;td&gt;~4,000 yuan&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Note: beyond the Kelly fraction, capital doesn&amp;rsquo;t decline gradually—it deteriorates sharply. That&amp;rsquo;s another layer of the Kelly Criterion: it isn&amp;rsquo;t just the &amp;ldquo;earn the most&amp;rdquo; plan; it&amp;rsquo;s also a &amp;ldquo;don&amp;rsquo;t go broke&amp;rdquo; safety boundary.&lt;/p&gt;
&lt;h2 id=&#34;half-kelly-and-conservative-strategies-in-real-investing&#34;&gt;Half-Kelly and conservative strategies in real investing
&lt;/h2&gt;&lt;p&gt;Theoretically the Kelly fraction is optimal, but almost nobody in real investing runs the full Kelly. There are three reasons:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;First, probability estimates themselves contain error.&lt;/strong&gt; You think your win rate is 60%, but the true win rate might be 55% or 52%. Small misjudgments of parameters get amplified under full Kelly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Second, odds in the real world aren&amp;rsquo;t fixed.&lt;/strong&gt; Stock market odds (i.e., expected returns) keep changing with market sentiment, macroeconomics, and industry cycles.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Third, psychological tolerance is limited.&lt;/strong&gt; Even if mathematically optimal, a 40% drawdown is enough to push most people into panicked capitulation.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://getnas.s3.bitiful.net/2026/05/02-kelly-bridge.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s why in practice most people adopt &amp;ldquo;Half-Kelly&amp;rdquo; or even lower fractions. Half-Kelly sacrifices roughly 25% of the long-term growth rate but cuts capital volatility by about 50%. This tradeoff of &amp;ldquo;a little return for a lot less volatility&amp;rdquo; is far more sustainable for most investors.&lt;a class=&#34;link&#34; href=&#34;https://www.investopedia.com/articles/04/030404.asp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;4&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;what-the-kelly-criterion-teaches-us-about-life&#34;&gt;What the Kelly Criterion teaches us about life
&lt;/h2&gt;&lt;p&gt;The core logic of the Kelly Criterion applies not only to casinos and stock markets—it offers a general decision framework.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Identify your edge.&lt;/strong&gt; The Kelly Criterion assumes you already know p and b. In reality, the first step is to honestly assess: do I have an edge in this domain? How big is it? If the answer is &amp;ldquo;no&amp;rdquo; or &amp;ldquo;uncertain,&amp;rdquo; the formula recommends zero commitment. That in itself is a valuable life principle: concentrate resources where you have a cognitive edge.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sizing depends on the size of the edge.&lt;/strong&gt; The bigger the edge, the more you invest; the smaller the edge, the less. This logic applies to career choices (what are your win rate and potential returns in this track), startup decisions (how strong is your product&amp;rsquo;s differentiation against competitors), even everyday time allocation (is the marginal return on time spent on this skill declining).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Avoid &amp;ldquo;all-in&amp;rdquo; thinking.&lt;/strong&gt; The Kelly Criterion never recommends going all-in, even with a 90% win rate. It&amp;rsquo;s a mathematical reminder about humility: the world is always uncertain, and over-concentration is the shortest path to ruin. In career planning, this means keeping your skill set diversified and your income sources spread out; in investing, it means always leaving room to maneuver.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Accept volatility and focus on the long run.&lt;/strong&gt; The Kelly Criterion optimizes the long-term geometric growth rate, not single-period returns. This requires accepting short-term volatility as the price of admission rather than trying to win every time. Many people lose money investing precisely because they try to eliminate all volatility, and end up accumulating fees and emotional attrition through over-trading.&lt;/p&gt;
&lt;h2 id=&#34;common-misconceptions&#34;&gt;Common misconceptions
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Myth one: The Kelly Criterion guarantees you always win.&lt;/strong&gt; It doesn&amp;rsquo;t. The Kelly Criterion only matters when you have a genuine edge. If your win rate is below the break-even point, the formula tells you not to bet.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Myth two: As long as you compute the probabilities correctly, you can use the Kelly Criterion well.&lt;/strong&gt; The accuracy of your probability estimates is the whole bottleneck. In reality, human probability estimates are subject to systematic biases, and overconfidence is the most common trap.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Myth three: The Kelly Criterion only applies to gambling and investing.&lt;/strong&gt; Its underlying logic is resource-allocation optimization. Any scenario involving &amp;ldquo;how much resource should I commit to maximize long-term returns&amp;rdquo; can draw on this framework.&lt;/p&gt;
&lt;h2 id=&#34;summary-in-one-sentence&#34;&gt;Summary in one sentence
&lt;/h2&gt;&lt;p&gt;The core capability the Kelly Criterion teaches us is this: in an uncertain world, translate your judgment of an edge precisely into the intensity of action—neither wasting opportunity through caution, nor destroying yourself through recklessness.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;References:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Kelly_criterion&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kelly criterion - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Edward_O._Thorp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Edward O. Thorp - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Kelly criterion, Wikipedia, &amp;ldquo;Practical use of Kelly criterion&amp;rdquo; section&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.investopedia.com/articles/04/030404.asp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The Kelly Criterion - Investopedia&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
</description>
        </item>
        <item>
        <title>Every Generation Thinks They Can&#39;t Get Ahead—300 Years of Data Says They&#39;re All Wrong</title>
        <link>https://torchtree.com/en/post/moore-wealth-history-deep-dive/</link>
        <pubDate>Thu, 14 May 2026 12:56:55 +0800</pubDate>
        
        <guid>https://torchtree.com/en/post/moore-wealth-history-deep-dive/</guid>
        <description>&lt;p&gt;HuXiu recently republished an article from the WeChat account &lt;a class=&#34;link&#34; href=&#34;https://mp.weixin.qq.com/s/a8WclEG9O7RUqq8px_LFFw&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;「不懂经」&lt;/a&gt; introducing the work &lt;em&gt;How to Get Rich in American History&lt;/em&gt; by American historian Joseph Moore. The original article&amp;rsquo;s core argument is clear and powerful: every generation complains that &amp;ldquo;it&amp;rsquo;s hardest to get ahead right now,&amp;rdquo; yet 300 years of data repeatedly prove they were all wrong each time.&lt;/p&gt;
&lt;p&gt;That conclusion is striking enough, but the original interpretation stops at a &amp;ldquo;believe and opportunity will come&amp;rdquo; level—like a bowl of lukewarm chicken soup. If we push Moore&amp;rsquo;s framework further, we uncover several key insights the original didn&amp;rsquo;t fully develop, and they have far more concrete relevance to today than the four words &amp;ldquo;stay optimistic.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;the-real-cost-of-cant-get-ahead-isnt-povertyits-hijacked-attention&#34;&gt;The real cost of &amp;ldquo;can&amp;rsquo;t get ahead&amp;rdquo; isn&amp;rsquo;t poverty—it&amp;rsquo;s hijacked attention
&lt;/h2&gt;&lt;p&gt;Moore introduces the concept of the &amp;ldquo;Big Woe&amp;rdquo; complex: a vast industry—built from academics, media, podcasts, and short videos—whose core business is convincing you that &amp;ldquo;you can&amp;rsquo;t get ahead.&amp;rdquo; The original article&amp;rsquo;s explanation was &amp;ldquo;they&amp;rsquo;re wrong, so you shouldn&amp;rsquo;t believe them.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;But that explanation ignores a sharper question: &lt;strong&gt;why is the human brain so easily captured by pessimistic narratives?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The neuroscience answer is that the human brain is naturally two to three times more sensitive to negative than positive information. This is called the &amp;ldquo;negativity bias,&amp;rdquo; a legacy of evolution. In the wild, ignoring good news only means missing a meal; ignoring bad news could cost you your life. To keep you alive, the brain weights negative information far above positive.&lt;/p&gt;
&lt;p&gt;This means the &amp;ldquo;woe industry&amp;rdquo; Moore describes works not because its content is especially persuasive, but because it surgically exploits the underlying architecture of the human nervous system. Every analysis of &amp;ldquo;class hardening,&amp;rdquo; every tweet about &amp;ldquo;K-shaped divergence,&amp;rdquo; every podcast about &amp;ldquo;the middle class sliding back&amp;rdquo; is injecting extra anxiety signals into a brain already oversensitive to negative information. &lt;strong&gt;The real question isn&amp;rsquo;t &amp;ldquo;whether the pessimistic narrative is true&amp;rdquo;—it&amp;rsquo;s &amp;ldquo;once your attention is hijacked, how much cognitive capacity is left for action?&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Pew Research Center data shows 60% of young Americans believe &amp;ldquo;the American Dream is no longer possible.&amp;rdquo; Moore would counter that the data shows they&amp;rsquo;re wrong. But being &amp;ldquo;wrong&amp;rdquo; at the data level doesn&amp;rsquo;t change one fact: when a person spends a large slice of cognitive bandwidth on anxiety, the resources they&amp;rsquo;d use to spot opportunities, weigh risks, and execute plans shrink. The cost of pessimism isn&amp;rsquo;t that it makes you &amp;ldquo;disbelieve in opportunity&amp;rdquo;—it leaves you with &lt;strong&gt;no energy&lt;/strong&gt; to do the things that create opportunity.&lt;/p&gt;
&lt;p&gt;This is exactly the point Moore touches on when citing Consumer Financial Protection Bureau research: income and &amp;ldquo;financial well-being&amp;rdquo; are only weakly correlated—the strongest predictors are &amp;ldquo;optimism about the future&amp;rdquo; and &amp;ldquo;saving habits.&amp;rdquo; The causal chain goes like this: pessimistic narrative → hijacked attention → reduced capacity for action → missed opportunities → confirming the &amp;ldquo;can&amp;rsquo;t get ahead&amp;rdquo; prophecy.&lt;/p&gt;
&lt;h2 id=&#34;the-past-was-easier-is-a-cognitive-illusion-but-todays-anxiety-has-real-anchors&#34;&gt;&amp;ldquo;The past was easier&amp;rdquo; is a cognitive illusion, but today&amp;rsquo;s anxiety has real anchors
&lt;/h2&gt;&lt;p&gt;Moore uses 300 years of data to establish a stable cognitive pattern: every generation yearns for a time when &amp;ldquo;the past was easier.&amp;rdquo; Virginians in 1676 thought things were better 15 years earlier; textile workers in 1870 thought the colonial era was better; workers in 1929 thought the Gilded Age was better.&lt;/p&gt;
&lt;p&gt;This pattern holds true in today&amp;rsquo;s China. Social media is full of nostalgia for &amp;ldquo;the era around 2010&amp;rdquo;: housing prices hadn&amp;rsquo;t taken off yet, the internet still had its dividend, and getting a civil-service job wasn&amp;rsquo;t so ruthlessly competitive. But China&amp;rsquo;s per-capita GDP in 1980 was only about $200, and most families couldn&amp;rsquo;t afford a single color TV. The so-called &amp;ldquo;easier past&amp;rdquo; simply doesn&amp;rsquo;t hold up in material terms. &lt;strong&gt;However, Moore&amp;rsquo;s framework has a blind spot: it conflates &amp;ldquo;material standard of living&amp;rdquo; and &amp;ldquo;opportunity structure.&amp;rdquo;&lt;/strong&gt; Material standards have indeed been rising steadily. An ordinary white-collar worker in 2026 enjoys far better material conditions than a rural &amp;ldquo;ten-thousand-yuan household&amp;rdquo; of the 1980s. But changes in opportunity structure are nonlinear. In certain historical windows, the density and variety of opportunities contract sharply. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In 19th-century America, if you could buy a plot of land and start a farm, you had a chance to accumulate capital. Land was cheap; the barrier was physical labor.&lt;/li&gt;
&lt;li&gt;In the mid-20th century, if you could enter a big corporation and secure a lifetime employment contract, you could steadily build middle-class wealth. The barrier was a diploma and loyalty.&lt;/li&gt;
&lt;li&gt;From the late 20th to early 21st century, if you could get into the internet industry and receive stock options, you might achieve upward mobility within a decade. The barrier was technical skill and timing.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By 2026, these three channels have all narrowed to varying degrees. Land is no longer an ordinary person&amp;rsquo;s ticket in; lifetime employment has become flexible labor; the internet&amp;rsquo;s dividend is over, and AI is reshuffling the deck. Moore would say &amp;ldquo;every generation thinks the channel is closed, but they&amp;rsquo;re wrong&amp;rdquo;—and that&amp;rsquo;s statistically true. &lt;strong&gt;But &amp;ldquo;statistically, someone can make it&amp;rdquo; and &amp;ldquo;most people can make it&amp;rdquo; are two different things.&lt;/strong&gt; Here&amp;rsquo;s a key data point the original article missed: the research Moore cites shows that between 1820 and 1910, at most 28% of residents in US cities achieved upward mobility. The original called &amp;ldquo;28% a striking number&amp;rdquo; because it was far higher than Europe in the same period. But read the sentence the other way: &lt;strong&gt;72% did not achieve upward mobility.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Most people stay where they are; a minority get ahead. What Moore proves is that &amp;ldquo;can&amp;rsquo;t get ahead&amp;rdquo; is wrong as a &lt;strong&gt;collective judgment&lt;/strong&gt;, but as an &lt;strong&gt;individual experience&lt;/strong&gt; it&amp;rsquo;s real for most people. Acknowledging that is more constructive than simply denying it.&lt;/p&gt;
&lt;h2 id=&#34;slow-time-and-fast-time-the-real-lesson-isnt-waitits-posture-of-readiness&#34;&gt;Slow time and fast time: the real lesson isn&amp;rsquo;t &amp;ldquo;wait&amp;rdquo;—it&amp;rsquo;s &amp;ldquo;posture of readiness&amp;rdquo;
&lt;/h2&gt;&lt;p&gt;Moore&amp;rsquo;s &amp;ldquo;Slow Time&amp;rdquo; and &amp;ldquo;Fast Time&amp;rdquo; framework is the most practically valuable concept in the book. The original interpreted it as: accumulate during slow time, and when fast time arrives you&amp;rsquo;ll be ready to catch it.&lt;/p&gt;
&lt;p&gt;That interpretation is too simplistic. Moore tells two stories to illustrate the framework:&lt;/p&gt;
&lt;p&gt;Hollywood star Kim Basinger bought a small Georgia town in the 1990s, hoping to build a film studio. Her direction was right (the region later became one of the fastest-growing film production centers in the world), but she mistook slow time for fast time and went bankrupt waiting.&lt;/p&gt;
&lt;p&gt;Norman McGhee bought more than 100 foreclosed homes with borrowed money during the Great Depression, and after the economy recovered became one of the most important Black businessmen of his generation. He kept slow-time patience during fast time.&lt;/p&gt;
&lt;p&gt;The difference between these two stories &lt;strong&gt;isn&amp;rsquo;t patience—it&amp;rsquo;s cognitive precision&lt;/strong&gt;. Basinger knew the direction was right but didn&amp;rsquo;t know the time scale. McGhee knew the direction was right and also understood that economic cycles have their own rhythm. The distinction: one was betting that fast time would come, the other was making structural preparations for fast time. &lt;strong&gt;To translate the framework into today&amp;rsquo;s language:&lt;/strong&gt; &amp;ldquo;slow time&amp;rdquo; is the everyday you&amp;rsquo;re living through right now. Housing prices drifting down, discussions of AI replacing jobs, workplace rat-race, consumption downgrading. These changes are so slow they feel like they&amp;rsquo;ll never end.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Fast time&amp;rdquo; is the moment some variable suddenly breaks through its threshold. It could be an AI capability breakthrough that makes certain jobs vanish overnight, a policy shift that opens a new wealth channel, or the start of a technology cycle that pays disproportionate returns to those who got positioned early. &lt;strong&gt;What Moore is really saying: you can&amp;rsquo;t predict when fast time will arrive, but you can place yourself in a structural position that can catch it when it does.&lt;/strong&gt; That position is more than simply &amp;ldquo;saving up enough money.&amp;rdquo; It includes: whether the skills you hold will command a premium in the next wave of change; whether your network connects you to the sources of new opportunity; whether your cognitive framework is flexible enough to recognize the signal that &amp;ldquo;the rules have changed.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;In other words, preparation in slow time isn&amp;rsquo;t passive waiting—it&amp;rsquo;s a deliberate &amp;ldquo;posture adjustment.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;the-rules-keep-changing-every-generation-navigates-with-the-previous-generations-map&#34;&gt;&amp;ldquo;The rules keep changing&amp;rdquo;: every generation navigates with the previous generation&amp;rsquo;s map
&lt;/h2&gt;&lt;p&gt;Moore uses 300 years of data to trace how the rules for getting rich have changed: farms and canal stocks in the 19th century, railroads and steel in the early 20th, stocks and real estate in the mid-20th, corporate equity and the internet in the late 20th, and today compute capacity, attention coordinates, and algorithmic pricing power. &lt;strong&gt;The original summarized this insight as &amp;ldquo;most people operate with the previous generation&amp;rsquo;s map,&amp;rdquo; but didn&amp;rsquo;t ask a deeper question: why does every generation walk around with an old map?&lt;/strong&gt; The answer lies in the &amp;ldquo;anchoring effect&amp;rdquo; from cognitive science. The human brain tends to use the most recent success as the template for the future. If someone profited from real-estate speculation in 2015, their brain encodes &amp;ldquo;buying property = making money&amp;rdquo; as a reliable rule. When the environment shifts (prices no longer rise broadly, liquidity tightens), their first reaction isn&amp;rsquo;t &amp;ldquo;the rules changed&amp;rdquo;—it&amp;rsquo;s &amp;ldquo;this is only temporary.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s why Moore&amp;rsquo;s data is so persuasive: it isn&amp;rsquo;t saying something abstract like &amp;ldquo;opportunity always exists.&amp;rdquo; It&amp;rsquo;s saying &lt;strong&gt;&amp;ldquo;the rules switch far more frequently than human intuition expects.&amp;rdquo;&lt;/strong&gt; Over 300 years, the rule for getting rich has undergone a fundamental transformation roughly every 30 to 50 years. And the psychological age of humans (how fast their cognitive framework updates) can&amp;rsquo;t keep up with that pace.&lt;/p&gt;
&lt;p&gt;Placing this pattern in the 2026 Chinese context: the mainstream wealth path of the past 20 years was &amp;ldquo;college → big tech / civil service → buy a house → financial security.&amp;rdquo; That path was largely effective before 2020. But now, layoffs at big tech have become routine, the civil service is cutting salaries while expanding headcount, and housing prices are flat or drifting down. The old map is failing. &lt;strong&gt;But Moore&amp;rsquo;s data also tells us: the moment the old map fails is precisely the moment a new map becomes most valuable.&lt;/strong&gt; At every rule switch, a small group—precisely because their cognitive framework is flexible enough—identifies and executes the new rules first. What they share isn&amp;rsquo;t good luck; it&amp;rsquo;s that they started exploring the new rules while the old ones were still working.&lt;/p&gt;
&lt;h2 id=&#34;marriage-as-a-financial-strategy-a-badly-underrated-variable-in-the-chinese-context&#34;&gt;Marriage as a financial strategy: a badly underrated variable in the Chinese context
&lt;/h2&gt;&lt;p&gt;The original article mentioned that Moore sees marriage as a &amp;ldquo;badly underrated financial strategy,&amp;rdquo; but only gave a superficial treatment. In today&amp;rsquo;s Chinese context, this point deserves its own unpacking.&lt;/p&gt;
&lt;p&gt;All the examples Moore cites point to the same mechanism: a dual-income household lives on one income and pours the other into asset accumulation. Flagler, Bell, Stanford, and Sam Walton all launched with capital from their spouse&amp;rsquo;s family. This was common knowledge in 19th-century America, but in today&amp;rsquo;s Chinese discourse, &amp;ldquo;marriage&amp;rdquo; is mostly discussed as a matter of emotion and consumption (bride price, weddings, adding a name to the property deed), and almost never as a &lt;strong&gt;synergy&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The core mechanism is this:&lt;/strong&gt; a single-worker financial model is linear (time for money); a dual-worker model is, ideally, exponential (one income covers living costs, the other goes entirely into compounding assets). Moore makes a sharp remark in the book: &amp;ldquo;Having one person support the family is the real invention—and it&amp;rsquo;s a terrible one.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;This isn&amp;rsquo;t advocating &amp;ldquo;marrying for money.&amp;rdquo; Moore&amp;rsquo;s point is that marriage, as a long-term shared financial unit, yields compounding effects far beyond what most people recognize. One person&amp;rsquo;s spending impulses are random; two people&amp;rsquo;s spending decisions, after negotiation, tend to be more rational. One person&amp;rsquo;s investment perspective is singular; two people&amp;rsquo;s combined knowledge and judgment cover more ground. This isn&amp;rsquo;t psychology chicken soup—it&amp;rsquo;s portfolio theory applied to the household.&lt;/p&gt;
&lt;h2 id=&#34;the-real-takeaway-belief-is-the-infrastructure-for-action&#34;&gt;The real takeaway: belief is the infrastructure for action
&lt;/h2&gt;&lt;p&gt;Moore&amp;rsquo;s own transformation story is the most persuasive part of the book. Born into a Southern working-class family and a committed Marxist, he taught students each semester that &amp;ldquo;the American Dream is a myth.&amp;rdquo; After the 2008 financial crisis, he began personally testing the money-making methods he&amp;rsquo;d excavated from historical sources. Eventually, he became a millionaire.&lt;/p&gt;
&lt;p&gt;The original read this transformation as &amp;ldquo;belief changes destiny,&amp;rdquo; but that&amp;rsquo;s only the surface of the story. &lt;strong&gt;A more accurate formulation: belief is the infrastructure for action.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When Moore believed &amp;ldquo;you can&amp;rsquo;t get ahead,&amp;rdquo; his behaviors were: studying history, analyzing inequality, criticizing capitalism in the classroom. These behaviors were cognitively self-consistent but financially inert. When he changed that underlying belief, his behaviors changed with it: he started buying property, running things by market logic, making decisions with business reasoning. &lt;strong&gt;The key isn&amp;rsquo;t &amp;ldquo;optimism&amp;rdquo; itself—it&amp;rsquo;s that optimism changes the search space of behavior.&lt;/strong&gt; A pessimistic person chooses among known, low-risk options. An optimistic person searches a larger space of options, including those with higher risk and higher reward. Over the long run, a larger search space means a higher expected value.&lt;/p&gt;
&lt;p&gt;This aligns with another study Moore cites: optimistic views of the future significantly predict long-term saving behavior. Saving isn&amp;rsquo;t the &amp;ldquo;result of optimism&amp;rdquo;—saving is &amp;ldquo;a manifestation that optimism has changed behavior patterns.&amp;rdquo; What actually changes is that the person begins making decisions on longer time horizons, directing resources toward the future instead of burning them in the present.&lt;/p&gt;
&lt;h2 id=&#34;closing-thoughts&#34;&gt;Closing thoughts
&lt;/h2&gt;&lt;p&gt;Moore uses 300 years of data to prove three things: every generation thinks it&amp;rsquo;s living through the hardest era, but the data says they&amp;rsquo;re wrong; the rules for getting rich keep changing, and most people navigate with an old map; fast time will always come—you can&amp;rsquo;t predict when, but you can position yourself to catch it.&lt;/p&gt;
&lt;p&gt;The original interpretation stops there. But push one level deeper, and Moore&amp;rsquo;s real contribution isn&amp;rsquo;t the data or the framework—it&amp;rsquo;s a more basic observation: &lt;strong&gt;human judgments about their own situation systematically deviate from reality.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;And that deviation almost always runs toward pessimism. That bias itself is the source of opportunity.&lt;/p&gt;
&lt;p&gt;Because while most people are consuming cognitive resources in pessimism, those who keep their capacity for action face less competition.&lt;/p&gt;
&lt;p&gt;Reference: &lt;a class=&#34;link&#34; href=&#34;https://mp.weixin.qq.com/s/a8WclEG9O7RUqq8px_LFFw&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;不懂经 - It&amp;rsquo;s easier to get ahead today than ever before&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
