<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Research on ENKR's Blog | Jing Hui PANG</title><link>https://blog.enkr1.com/tags/research/</link><description>Recent content in Research on ENKR's Blog | Jing Hui PANG</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>ENKR</copyright><lastBuildDate>Mon, 29 Jun 2026 01:14:25 +0800</lastBuildDate><atom:link href="https://blog.enkr1.com/tags/research/index.xml" rel="self" type="application/rss+xml"/><item><title>Why the Hundredth Cake Costs Less: Marginal Cost, Scale, and Sunk Cost</title><link>https://blog.enkr1.com/marginal-cost-and-sunk-cost/</link><pubDate>Mon, 29 Jun 2026 00:53:31 +0800</pubDate><guid>https://blog.enkr1.com/marginal-cost-and-sunk-cost/</guid><description>&lt;blockquote&gt;
&lt;p&gt;i got this as a knowledge card on douyin/xiaohongshu, cannot recall which: marginal cost falls as you produce more, your personal assets keep accumulating, and sunk costs should stay out of big decisions. the intuition is lovely. some of the economics underneath it is slightly off, and one of the historical claims is just wrong. so i had my AI teach me the proper version and draw the curves. this note is that proper version. the personal reflection at the bottom is mine to write after.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="the-puzzle"&gt;the puzzle
&lt;/h2&gt;&lt;p&gt;you open a bakery. the first cake is brutal. you buy an oven, a set of moulds, you burn three batches getting the recipe right. all in, that first cake might cost you 500 dollars.&lt;/p&gt;
&lt;p&gt;by the hundredth cake, the oven is paid for and your hands know the motion. one more cake costs you some flour, a couple of eggs, and a little electricity. call it 10 dollars.&lt;/p&gt;
&lt;p&gt;so why does the hundredth cake cost a fraction of the first, and what exactly is the thing that fell? the honest answer is more interesting than the knowledge card lets on, and it comes apart into two different costs that people constantly mix up.&lt;/p&gt;
&lt;h2 id="marginal-cost-is-not-quite-what-the-card-says"&gt;marginal cost is not quite what the card says
&lt;/h2&gt;&lt;p&gt;a quick key for the shorthand, so the formulas below read easily:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;symbol&lt;/th&gt;
&lt;th&gt;what it means&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;$Q$&lt;/td&gt;
&lt;td&gt;quantity: how many units you make&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$TC$&lt;/td&gt;
&lt;td&gt;total cost of producing all of them&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$MC$&lt;/td&gt;
&lt;td&gt;marginal cost: the cost of one more unit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$ATC$&lt;/td&gt;
&lt;td&gt;average total cost: total cost divided by units&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$\Delta$&lt;/td&gt;
&lt;td&gt;&amp;ldquo;change in&amp;rdquo; (so $\Delta Q$ is the change in quantity)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;marginal cost&lt;/strong&gt; is the cost of making one more unit. formally it is the change in total cost divided by the change in quantity, the slope of the total cost curve:&lt;/p&gt;
&lt;p&gt;$$ MC = \frac{\Delta TC}{\Delta Q} $$&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;average total cost&lt;/strong&gt; is the total cost spread over every unit you made:&lt;/p&gt;
&lt;p&gt;$$ ATC = \frac{TC}{Q} $$&lt;/p&gt;
&lt;p&gt;these are not the same number, and the bakery is the cleanest way to feel the difference. split the cost in two:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;fixed cost&lt;/strong&gt;, the oven and the moulds, say 500 dollars. you pay it once whether you bake one cake or a thousand.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;variable cost&lt;/strong&gt;, the flour and eggs and electricity, about 10 dollars per cake. you pay it again for every cake.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;now look carefully. the &lt;em&gt;marginal&lt;/em&gt; cost of the hundredth cake is not falling much at all. it is roughly 10 dollars, the same flour and eggs as the second cake. what collapses is the &lt;em&gt;average&lt;/em&gt; cost, because the one off 500 dollars gets shared across more and more cakes:&lt;/p&gt;
&lt;p&gt;$$ ATC = \frac{500}{Q} + 10 $$&lt;/p&gt;
&lt;p&gt;at one cake that is 510 dollars. at ten cakes it is 60. at a hundred cakes it is 15, sliding towards the 10 dollar floor. here is the whole story in one picture:&lt;/p&gt;
&lt;figure style="margin:1.6rem 0"&gt;
&lt;svg viewBox="0 0 620 360" role="img" aria-label="The bakery: average cost falls towards marginal cost" style="width:100%;max-width:620px;height:auto;font-family:inherit;display:block;margin:0 auto"&gt;
&lt;text x="310" y="20" text-anchor="middle" font-size="14" font-weight="600" fill="currentColor"&gt;The bakery: average cost falls towards marginal cost&lt;/text&gt;
&lt;line x1="58" y1="312.0" x2="596" y2="312.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="316.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;0&lt;/text&gt;
&lt;line x1="58" y1="242.5" x2="596" y2="242.5" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="246.5" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;30&lt;/text&gt;
&lt;line x1="58" y1="173.0" x2="596" y2="173.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="177.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;60&lt;/text&gt;
&lt;line x1="58" y1="103.5" x2="596" y2="103.5" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="107.5" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;90&lt;/text&gt;
&lt;line x1="58" y1="34.0" x2="596" y2="34.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="38.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;120&lt;/text&gt;
&lt;line x1="58.0" y1="312" x2="58.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="58.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;0&lt;/text&gt;
&lt;line x1="165.6" y1="312" x2="165.6" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="165.6" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;20&lt;/text&gt;
&lt;line x1="273.2" y1="312" x2="273.2" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="273.2" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;40&lt;/text&gt;
&lt;line x1="380.8" y1="312" x2="380.8" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="380.8" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;60&lt;/text&gt;
&lt;line x1="488.4" y1="312" x2="488.4" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="488.4" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;80&lt;/text&gt;
&lt;line x1="596.0" y1="312" x2="596.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="596.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;100&lt;/text&gt;
&lt;line x1="58" y1="34" x2="58" y2="312" stroke="currentColor" stroke-opacity="0.45" stroke-width="1.2"/&gt;
&lt;line x1="58" y1="312" x2="596" y2="312" stroke="currentColor" stroke-opacity="0.45" stroke-width="1.2"/&gt;
&lt;text x="327" y="354" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.85"&gt;cakes baked (Q)&lt;/text&gt;
&lt;text x="14" y="173" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.85" transform="rotate(-90 14 173)"&gt;cost per cake ($)&lt;/text&gt;
&lt;path d="M 84.9 57.2 L 87.0 74.2 L 89.2 88.8 L 91.3 101.6 L 93.4 112.9 L 95.5 122.9 L 97.7 131.8 L 99.8 139.8 L 101.9 147.0 L 104.1 153.6 L 106.2 159.5 L 108.3 165.0 L 110.5 170.0 L 112.6 174.7 L 114.7 179.0 L 116.8 182.9 L 119.0 186.6 L 121.1 190.1 L 123.2 193.3 L 125.4 196.3 L 127.5 199.2 L 129.6 201.8 L 131.8 204.3 L 133.9 206.7 L 136.0 208.9 L 138.1 211.1 L 140.3 213.1 L 142.4 215.0 L 144.5 216.8 L 146.7 218.5 L 148.8 220.2 L 150.9 221.8 L 153.0 223.3 L 155.2 224.7 L 157.3 226.1 L 159.4 227.4 L 161.6 228.7 L 163.7 229.9 L 165.8 231.0 L 168.0 232.2 L 170.1 233.2 L 172.2 234.3 L 174.3 235.3 L 176.5 236.2 L 178.6 237.2 L 180.7 238.1 L 182.9 238.9 L 185.0 239.8 L 187.1 240.6 L 189.2 241.4 L 191.4 242.1 L 193.5 242.8 L 195.6 243.6 L 197.8 244.2 L 199.9 244.9 L 202.0 245.6 L 204.2 246.2 L 206.3 246.8 L 208.4 247.4 L 210.5 248.0 L 212.7 248.5 L 214.8 249.1 L 216.9 249.6 L 219.1 250.1 L 221.2 250.6 L 223.3 251.1 L 225.5 251.6 L 227.6 252.1 L 229.7 252.5 L 231.8 253.0 L 234.0 253.4 L 236.1 253.8 L 238.2 254.3 L 240.4 254.7 L 242.5 255.1 L 244.6 255.4 L 246.7 255.8 L 248.9 256.2 L 251.0 256.5 L 253.1 256.9 L 255.3 257.2 L 257.4 257.6 L 259.5 257.9 L 261.7 258.2 L 263.8 258.6 L 265.9 258.9 L 268.0 259.2 L 270.2 259.5 L 272.3 259.8 L 274.4 260.0 L 276.6 260.3 L 278.7 260.6 L 280.8 260.9 L 283.0 261.1 L 285.1 261.4 L 287.2 261.6 L 289.3 261.9 L 291.5 262.1 L 293.6 262.4 L 295.7 262.6 L 297.9 262.9 L 300.0 263.1 L 302.1 263.3 L 304.2 263.5 L 306.4 263.7 L 308.5 264.0 L 310.6 264.2 L 312.8 264.4 L 314.9 264.6 L 317.0 264.8 L 319.2 265.0 L 321.3 265.2 L 323.4 265.4 L 325.5 265.5 L 327.7 265.7 L 329.8 265.9 L 331.9 266.1 L 334.1 266.3 L 336.2 266.4 L 338.3 266.6 L 340.4 266.8 L 342.6 266.9 L 344.7 267.1 L 346.8 267.3 L 349.0 267.4 L 351.1 267.6 L 353.2 267.7 L 355.4 267.9 L 357.5 268.0 L 359.6 268.2 L 361.7 268.3 L 363.9 268.5 L 366.0 268.6 L 368.1 268.7 L 370.3 268.9 L 372.4 269.0 L 374.5 269.1 L 376.7 269.3 L 378.8 269.4 L 380.9 269.5 L 383.0 269.7 L 385.2 269.8 L 387.3 269.9 L 389.4 270.0 L 391.6 270.2 L 393.7 270.3 L 395.8 270.4 L 397.9 270.5 L 400.1 270.6 L 402.2 270.7 L 404.3 270.8 L 406.5 270.9 L 408.6 271.1 L 410.7 271.2 L 412.9 271.3 L 415.0 271.4 L 417.1 271.5 L 419.2 271.6 L 421.4 271.7 L 423.5 271.8 L 425.6 271.9 L 427.8 272.0 L 429.9 272.1 L 432.0 272.2 L 434.2 272.3 L 436.3 272.4 L 438.4 272.5 L 440.5 272.5 L 442.7 272.6 L 444.8 272.7 L 446.9 272.8 L 449.1 272.9 L 451.2 273.0 L 453.3 273.1 L 455.4 273.2 L 457.6 273.2 L 459.7 273.3 L 461.8 273.4 L 464.0 273.5 L 466.1 273.6 L 468.2 273.6 L 470.4 273.7 L 472.5 273.8 L 474.6 273.9 L 476.7 274.0 L 478.9 274.0 L 481.0 274.1 L 483.1 274.2 L 485.3 274.2 L 487.4 274.3 L 489.5 274.4 L 491.7 274.5 L 493.8 274.5 L 495.9 274.6 L 498.0 274.7 L 500.2 274.7 L 502.3 274.8 L 504.4 274.9 L 506.6 274.9 L 508.7 275.0 L 510.8 275.1 L 512.9 275.1 L 515.1 275.2 L 517.2 275.3 L 519.3 275.3 L 521.5 275.4 L 523.6 275.4 L 525.7 275.5 L 527.9 275.6 L 530.0 275.6 L 532.1 275.7 L 534.2 275.7 L 536.4 275.8 L 538.5 275.9 L 540.6 275.9 L 542.8 276.0 L 544.9 276.0 L 547.0 276.1 L 549.1 276.1 L 551.3 276.2 L 553.4 276.3 L 555.5 276.3 L 557.7 276.4 L 559.8 276.4 L 561.9 276.5 L 564.1 276.5 L 566.2 276.6 L 568.3 276.6 L 570.4 276.7 L 572.6 276.7 L 574.7 276.8 L 576.8 276.8 L 579.0 276.9 L 581.1 276.9 L 583.2 277.0 L 585.4 277.0 L 587.5 277.1 L 589.6 277.1 L 591.7 277.2 L 593.9 277.2 L 596.0 277.2" fill="none" stroke="#3b82f6" stroke-width="2.6" stroke-linejoin="round" stroke-linecap="round"/&gt;
&lt;path d="M 58.0 288.8 L 60.2 288.8 L 62.5 288.8 L 64.7 288.8 L 67.0 288.8 L 69.2 288.8 L 71.5 288.8 L 73.7 288.8 L 75.9 288.8 L 78.2 288.8 L 80.4 288.8 L 82.7 288.8 L 84.9 288.8 L 87.1 288.8 L 89.4 288.8 L 91.6 288.8 L 93.9 288.8 L 96.1 288.8 L 98.3 288.8 L 100.6 288.8 L 102.8 288.8 L 105.1 288.8 L 107.3 288.8 L 109.6 288.8 L 111.8 288.8 L 114.0 288.8 L 116.3 288.8 L 118.5 288.8 L 120.8 288.8 L 123.0 288.8 L 125.2 288.8 L 127.5 288.8 L 129.7 288.8 L 132.0 288.8 L 134.2 288.8 L 136.5 288.8 L 138.7 288.8 L 140.9 288.8 L 143.2 288.8 L 145.4 288.8 L 147.7 288.8 L 149.9 288.8 L 152.1 288.8 L 154.4 288.8 L 156.6 288.8 L 158.9 288.8 L 161.1 288.8 L 163.4 288.8 L 165.6 288.8 L 167.8 288.8 L 170.1 288.8 L 172.3 288.8 L 174.6 288.8 L 176.8 288.8 L 179.1 288.8 L 181.3 288.8 L 183.5 288.8 L 185.8 288.8 L 188.0 288.8 L 190.3 288.8 L 192.5 288.8 L 194.7 288.8 L 197.0 288.8 L 199.2 288.8 L 201.5 288.8 L 203.7 288.8 L 206.0 288.8 L 208.2 288.8 L 210.4 288.8 L 212.7 288.8 L 214.9 288.8 L 217.2 288.8 L 219.4 288.8 L 221.6 288.8 L 223.9 288.8 L 226.1 288.8 L 228.4 288.8 L 230.6 288.8 L 232.8 288.8 L 235.1 288.8 L 237.3 288.8 L 239.6 288.8 L 241.8 288.8 L 244.1 288.8 L 246.3 288.8 L 248.5 288.8 L 250.8 288.8 L 253.0 288.8 L 255.3 288.8 L 257.5 288.8 L 259.8 288.8 L 262.0 288.8 L 264.2 288.8 L 266.5 288.8 L 268.7 288.8 L 271.0 288.8 L 273.2 288.8 L 275.4 288.8 L 277.7 288.8 L 279.9 288.8 L 282.2 288.8 L 284.4 288.8 L 286.6 288.8 L 288.9 288.8 L 291.1 288.8 L 293.4 288.8 L 295.6 288.8 L 297.9 288.8 L 300.1 288.8 L 302.3 288.8 L 304.6 288.8 L 306.8 288.8 L 309.1 288.8 L 311.3 288.8 L 313.5 288.8 L 315.8 288.8 L 318.0 288.8 L 320.3 288.8 L 322.5 288.8 L 324.8 288.8 L 327.0 288.8 L 329.2 288.8 L 331.5 288.8 L 333.7 288.8 L 336.0 288.8 L 338.2 288.8 L 340.4 288.8 L 342.7 288.8 L 344.9 288.8 L 347.2 288.8 L 349.4 288.8 L 351.7 288.8 L 353.9 288.8 L 356.1 288.8 L 358.4 288.8 L 360.6 288.8 L 362.9 288.8 L 365.1 288.8 L 367.3 288.8 L 369.6 288.8 L 371.8 288.8 L 374.1 288.8 L 376.3 288.8 L 378.6 288.8 L 380.8 288.8 L 383.0 288.8 L 385.3 288.8 L 387.5 288.8 L 389.8 288.8 L 392.0 288.8 L 394.2 288.8 L 396.5 288.8 L 398.7 288.8 L 401.0 288.8 L 403.2 288.8 L 405.5 288.8 L 407.7 288.8 L 409.9 288.8 L 412.2 288.8 L 414.4 288.8 L 416.7 288.8 L 418.9 288.8 L 421.2 288.8 L 423.4 288.8 L 425.6 288.8 L 427.9 288.8 L 430.1 288.8 L 432.4 288.8 L 434.6 288.8 L 436.8 288.8 L 439.1 288.8 L 441.3 288.8 L 443.6 288.8 L 445.8 288.8 L 448.1 288.8 L 450.3 288.8 L 452.5 288.8 L 454.8 288.8 L 457.0 288.8 L 459.3 288.8 L 461.5 288.8 L 463.7 288.8 L 466.0 288.8 L 468.2 288.8 L 470.5 288.8 L 472.7 288.8 L 474.9 288.8 L 477.2 288.8 L 479.4 288.8 L 481.7 288.8 L 483.9 288.8 L 486.2 288.8 L 488.4 288.8 L 490.6 288.8 L 492.9 288.8 L 495.1 288.8 L 497.4 288.8 L 499.6 288.8 L 501.8 288.8 L 504.1 288.8 L 506.3 288.8 L 508.6 288.8 L 510.8 288.8 L 513.1 288.8 L 515.3 288.8 L 517.5 288.8 L 519.8 288.8 L 522.0 288.8 L 524.3 288.8 L 526.5 288.8 L 528.8 288.8 L 531.0 288.8 L 533.2 288.8 L 535.5 288.8 L 537.7 288.8 L 540.0 288.8 L 542.2 288.8 L 544.4 288.8 L 546.7 288.8 L 548.9 288.8 L 551.2 288.8 L 553.4 288.8 L 555.7 288.8 L 557.9 288.8 L 560.1 288.8 L 562.4 288.8 L 564.6 288.8 L 566.9 288.8 L 569.1 288.8 L 571.3 288.8 L 573.6 288.8 L 575.8 288.8 L 578.1 288.8 L 580.3 288.8 L 582.5 288.8 L 584.8 288.8 L 587.0 288.8 L 589.3 288.8 L 591.5 288.8 L 593.8 288.8 L 596.0 288.8" fill="none" stroke="#f97316" stroke-width="2.6" stroke-dasharray="6 5" stroke-linejoin="round" stroke-linecap="round"/&gt;
&lt;line x1="195" y1="70" x2="217" y2="70" stroke="#3b82f6" stroke-width="2.6"/&gt;
&lt;text x="223" y="74" font-size="12" fill="currentColor" fill-opacity="0.9"&gt;average total cost = 500/Q + 10&lt;/text&gt;
&lt;line x1="195" y1="88" x2="217" y2="88" stroke="#f97316" stroke-width="2.6" stroke-dasharray="6 5"/&gt;
&lt;text x="223" y="92" font-size="12" fill="currentColor" fill-opacity="0.9"&gt;marginal cost = 10 (flat)&lt;/text&gt;
&lt;/svg&gt;
&lt;figcaption style="text-align:center;font-size:0.85rem;opacity:0.7;margin-top:0.5rem"&gt;Fixed cost of 500 dollars spread over more cakes. The marginal cost never really moved; the average just stopped being dominated by the oven.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;so the knowledge card&amp;rsquo;s &amp;ldquo;marginal cost falls as you scale&amp;rdquo; is really, for the most part, &lt;em&gt;average&lt;/em&gt; cost falling as a fixed investment gets amortised over more output. the marginal cost was low the whole time. that distinction is the entire game, and it is exactly the part the card skips.&lt;/p&gt;
&lt;h2 id="why-cost-per-unit-falls-economies-of-scale"&gt;why cost per unit falls: economies of scale
&lt;/h2&gt;&lt;p&gt;amortising a fixed cost is the simplest reason cost per unit drops, but it is not the only one. when bigger genuinely makes each unit cheaper to produce, economists call it &lt;strong&gt;economies of scale&lt;/strong&gt;, and it comes from a few real places:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;spreading indivisible costs.&lt;/strong&gt; the oven, the brand, the one good recipe, the R&amp;amp;D. you buy them once and reuse them forever.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;specialisation.&lt;/strong&gt; at one cake a day you do everything. at a thousand, one person pipes, one person bakes, each gets fast at their slice. this is Adam Smith&amp;rsquo;s pin factory from 1776, still the cleanest example we have.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;bulk and learning.&lt;/strong&gt; flour gets cheaper by the tonne, and you get quicker every time you repeat the motion. more on that learning effect at the end, because it is the bridge to the personal version.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;economies of scale are why a single chip fab or a single search engine can serve the planet. but the card quietly implies cost per unit falls &lt;em&gt;forever&lt;/em&gt;. the textbook is more careful, and more honest.&lt;/p&gt;
&lt;h2 id="the-honest-picture-marginal-cost-is-u-shaped"&gt;the honest picture: marginal cost is U-shaped
&lt;/h2&gt;&lt;p&gt;in the standard short-run model, marginal cost does not fall forever. it falls, bottoms out, then rises. the reason is &lt;strong&gt;diminishing returns&lt;/strong&gt;: with the kitchen size fixed, the fifth baker is crammed against the same two ovens as the first four, and each extra baker adds less than the one before. past some point, one more cake costs &lt;em&gt;more&lt;/em&gt; than the last, not less.&lt;/p&gt;
&lt;p&gt;so the real marginal cost curve is U-shaped, and it cuts the average total cost curve at exactly the lowest point of average cost. that crossing is not a coincidence: while making one more unit is cheaper than your running average, it drags the average down; once it costs more than the average, it pulls the average back up. they can only meet at the bottom.&lt;/p&gt;
&lt;figure style="margin:1.6rem 0"&gt;
&lt;svg viewBox="0 0 620 360" role="img" aria-label="The honest curve: marginal cost is U-shaped" style="width:100%;max-width:620px;height:auto;font-family:inherit;display:block;margin:0 auto"&gt;
&lt;text x="310" y="20" text-anchor="middle" font-size="14" font-weight="600" fill="currentColor"&gt;The honest curve: marginal cost is U-shaped&lt;/text&gt;
&lt;line x1="58" y1="312.0" x2="596" y2="312.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="316.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;0&lt;/text&gt;
&lt;line x1="58" y1="242.5" x2="596" y2="242.5" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="246.5" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;40&lt;/text&gt;
&lt;line x1="58" y1="173.0" x2="596" y2="173.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="177.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;80&lt;/text&gt;
&lt;line x1="58" y1="103.5" x2="596" y2="103.5" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="107.5" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;120&lt;/text&gt;
&lt;line x1="58" y1="34.0" x2="596" y2="34.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="38.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;160&lt;/text&gt;
&lt;line x1="58.0" y1="312" x2="58.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="58.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;0&lt;/text&gt;
&lt;line x1="165.6" y1="312" x2="165.6" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="165.6" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;2&lt;/text&gt;
&lt;line x1="273.2" y1="312" x2="273.2" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="273.2" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;4&lt;/text&gt;
&lt;line x1="380.8" y1="312" x2="380.8" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="380.8" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;6&lt;/text&gt;
&lt;line x1="488.4" y1="312" x2="488.4" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="488.4" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;8&lt;/text&gt;
&lt;line x1="596.0" y1="312" x2="596.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="596.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;10&lt;/text&gt;
&lt;line x1="58" y1="34" x2="58" y2="312" stroke="currentColor" stroke-opacity="0.45" stroke-width="1.2"/&gt;
&lt;line x1="58" y1="312" x2="596" y2="312" stroke="currentColor" stroke-opacity="0.45" stroke-width="1.2"/&gt;
&lt;text x="327" y="354" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.85"&gt;quantity (Q)&lt;/text&gt;
&lt;text x="14" y="173" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.85" transform="rotate(-90 14 173)"&gt;cost per unit ($)&lt;/text&gt;
&lt;path d="M 111.8 53.1 L 113.8 60.0 L 115.8 66.5 L 117.9 72.6 L 119.9 78.3 L 121.9 83.7 L 123.9 88.8 L 125.9 93.7 L 127.9 98.3 L 130.0 102.6 L 132.0 106.8 L 134.0 110.7 L 136.0 114.5 L 138.0 118.1 L 140.0 121.6 L 142.1 124.9 L 144.1 128.1 L 146.1 131.1 L 148.1 134.1 L 150.1 136.9 L 152.1 139.6 L 154.2 142.3 L 156.2 144.8 L 158.2 147.3 L 160.2 149.6 L 162.2 151.9 L 164.3 154.2 L 166.3 156.3 L 168.3 158.4 L 170.3 160.5 L 172.3 162.4 L 174.3 164.4 L 176.4 166.2 L 178.4 168.0 L 180.4 169.8 L 182.4 171.5 L 184.4 173.2 L 186.4 174.9 L 188.5 176.4 L 190.5 178.0 L 192.5 179.5 L 194.5 181.0 L 196.5 182.4 L 198.6 183.9 L 200.6 185.2 L 202.6 186.6 L 204.6 187.9 L 206.6 189.2 L 208.6 190.5 L 210.7 191.7 L 212.7 192.9 L 214.7 194.1 L 216.7 195.2 L 218.7 196.4 L 220.7 197.5 L 222.8 198.6 L 224.8 199.6 L 226.8 200.7 L 228.8 201.7 L 230.8 202.7 L 232.8 203.7 L 234.9 204.7 L 236.9 205.6 L 238.9 206.5 L 240.9 207.5 L 242.9 208.3 L 245.0 209.2 L 247.0 210.1 L 249.0 210.9 L 251.0 211.8 L 253.0 212.6 L 255.0 213.4 L 257.1 214.1 L 259.1 214.9 L 261.1 215.7 L 263.1 216.4 L 265.1 217.1 L 267.1 217.9 L 269.2 218.6 L 271.2 219.2 L 273.2 219.9 L 275.2 220.6 L 277.2 221.2 L 279.3 221.9 L 281.3 222.5 L 283.3 223.1 L 285.3 223.7 L 287.3 224.3 L 289.3 224.9 L 291.4 225.4 L 293.4 226.0 L 295.4 226.5 L 297.4 227.1 L 299.4 227.6 L 301.4 228.1 L 303.5 228.6 L 305.5 229.1 L 307.5 229.6 L 309.5 230.1 L 311.5 230.5 L 313.5 231.0 L 315.6 231.5 L 317.6 231.9 L 319.6 232.3 L 321.6 232.7 L 323.6 233.1 L 325.7 233.5 L 327.7 233.9 L 329.7 234.3 L 331.7 234.7 L 333.7 235.1 L 335.7 235.4 L 337.8 235.8 L 339.8 236.1 L 341.8 236.4 L 343.8 236.8 L 345.8 237.1 L 347.8 237.4 L 349.9 237.7 L 351.9 238.0 L 353.9 238.3 L 355.9 238.6 L 357.9 238.8 L 360.0 239.1 L 362.0 239.3 L 364.0 239.6 L 366.0 239.8 L 368.0 240.1 L 370.0 240.3 L 372.1 240.5 L 374.1 240.7 L 376.1 240.9 L 378.1 241.1 L 380.1 241.3 L 382.1 241.5 L 384.2 241.6 L 386.2 241.8 L 388.2 242.0 L 390.2 242.1 L 392.2 242.3 L 394.2 242.4 L 396.3 242.5 L 398.3 242.6 L 400.3 242.8 L 402.3 242.9 L 404.3 243.0 L 406.4 243.1 L 408.4 243.2 L 410.4 243.2 L 412.4 243.3 L 414.4 243.4 L 416.4 243.5 L 418.5 243.5 L 420.5 243.6 L 422.5 243.6 L 424.5 243.6 L 426.5 243.7 L 428.5 243.7 L 430.6 243.7 L 432.6 243.7 L 434.6 243.7 L 436.6 243.7 L 438.6 243.7 L 440.7 243.7 L 442.7 243.7 L 444.7 243.7 L 446.7 243.6 L 448.7 243.6 L 450.7 243.6 L 452.8 243.5 L 454.8 243.5 L 456.8 243.4 L 458.8 243.3 L 460.8 243.3 L 462.8 243.2 L 464.9 243.1 L 466.9 243.0 L 468.9 242.9 L 470.9 242.8 L 472.9 242.7 L 474.9 242.6 L 477.0 242.4 L 479.0 242.3 L 481.0 242.2 L 483.0 242.0 L 485.0 241.9 L 487.1 241.7 L 489.1 241.6 L 491.1 241.4 L 493.1 241.2 L 495.1 241.1 L 497.1 240.9 L 499.2 240.7 L 501.2 240.5 L 503.2 240.3 L 505.2 240.1 L 507.2 239.9 L 509.2 239.7 L 511.3 239.5 L 513.3 239.2 L 515.3 239.0 L 517.3 238.8 L 519.3 238.5 L 521.4 238.3 L 523.4 238.0 L 525.4 237.8 L 527.4 237.5 L 529.4 237.2 L 531.4 236.9 L 533.5 236.7 L 535.5 236.4 L 537.5 236.1 L 539.5 235.8 L 541.5 235.5 L 543.5 235.1 L 545.6 234.8 L 547.6 234.5 L 549.6 234.2 L 551.6 233.8 L 553.6 233.5 L 555.7 233.2 L 557.7 232.8 L 559.7 232.5 L 561.7 232.1 L 563.7 231.7 L 565.7 231.4 L 567.8 231.0 L 569.8 230.6 L 571.8 230.2 L 573.8 229.8 L 575.8 229.4 L 577.8 229.0 L 579.9 228.6 L 581.9 228.2 L 583.9 227.8 L 585.9 227.3 L 587.9 226.9 L 589.9 226.5 L 592.0 226.0 L 594.0 225.6 L 596.0 225.1" fill="none" stroke="#3b82f6" stroke-width="2.6" stroke-linejoin="round" stroke-linecap="round"/&gt;
&lt;path d="M 84.9 227.3 L 87.0 228.7 L 89.2 230.2 L 91.3 231.6 L 93.4 232.9 L 95.5 234.3 L 97.7 235.7 L 99.8 237.0 L 101.9 238.3 L 104.1 239.6 L 106.2 240.9 L 108.3 242.2 L 110.5 243.5 L 112.6 244.7 L 114.7 245.9 L 116.8 247.1 L 119.0 248.3 L 121.1 249.5 L 123.2 250.6 L 125.4 251.8 L 127.5 252.9 L 129.6 254.0 L 131.8 255.1 L 133.9 256.2 L 136.0 257.3 L 138.1 258.3 L 140.3 259.3 L 142.4 260.3 L 144.5 261.3 L 146.7 262.3 L 148.8 263.3 L 150.9 264.2 L 153.0 265.2 L 155.2 266.1 L 157.3 267.0 L 159.4 267.8 L 161.6 268.7 L 163.7 269.6 L 165.8 270.4 L 168.0 271.2 L 170.1 272.0 L 172.2 272.8 L 174.3 273.6 L 176.5 274.3 L 178.6 275.0 L 180.7 275.8 L 182.9 276.5 L 185.0 277.1 L 187.1 277.8 L 189.2 278.5 L 191.4 279.1 L 193.5 279.7 L 195.6 280.3 L 197.8 280.9 L 199.9 281.5 L 202.0 282.0 L 204.2 282.6 L 206.3 283.1 L 208.4 283.6 L 210.5 284.1 L 212.7 284.6 L 214.8 285.0 L 216.9 285.4 L 219.1 285.9 L 221.2 286.3 L 223.3 286.7 L 225.5 287.0 L 227.6 287.4 L 229.7 287.7 L 231.8 288.1 L 234.0 288.4 L 236.1 288.7 L 238.2 288.9 L 240.4 289.2 L 242.5 289.5 L 244.6 289.7 L 246.7 289.9 L 248.9 290.1 L 251.0 290.3 L 253.1 290.4 L 255.3 290.6 L 257.4 290.7 L 259.5 290.8 L 261.7 290.9 L 263.8 291.0 L 265.9 291.1 L 268.0 291.1 L 270.2 291.1 L 272.3 291.1 L 274.4 291.1 L 276.6 291.1 L 278.7 291.1 L 280.8 291.0 L 283.0 291.0 L 285.1 290.9 L 287.2 290.8 L 289.3 290.7 L 291.5 290.5 L 293.6 290.4 L 295.7 290.2 L 297.9 290.1 L 300.0 289.9 L 302.1 289.6 L 304.2 289.4 L 306.4 289.2 L 308.5 288.9 L 310.6 288.6 L 312.8 288.3 L 314.9 288.0 L 317.0 287.7 L 319.2 287.3 L 321.3 287.0 L 323.4 286.6 L 325.5 286.2 L 327.7 285.8 L 329.8 285.4 L 331.9 284.9 L 334.1 284.5 L 336.2 284.0 L 338.3 283.5 L 340.4 283.0 L 342.6 282.5 L 344.7 281.9 L 346.8 281.4 L 349.0 280.8 L 351.1 280.2 L 353.2 279.6 L 355.4 279.0 L 357.5 278.4 L 359.6 277.7 L 361.7 277.0 L 363.9 276.3 L 366.0 275.6 L 368.1 274.9 L 370.3 274.2 L 372.4 273.4 L 374.5 272.7 L 376.7 271.9 L 378.8 271.1 L 380.9 270.3 L 383.0 269.4 L 385.2 268.6 L 387.3 267.7 L 389.4 266.8 L 391.6 265.9 L 393.7 265.0 L 395.8 264.1 L 397.9 263.1 L 400.1 262.2 L 402.2 261.2 L 404.3 260.2 L 406.5 259.2 L 408.6 258.1 L 410.7 257.1 L 412.9 256.0 L 415.0 254.9 L 417.1 253.9 L 419.2 252.7 L 421.4 251.6 L 423.5 250.5 L 425.6 249.3 L 427.8 248.1 L 429.9 246.9 L 432.0 245.7 L 434.2 244.5 L 436.3 243.3 L 438.4 242.0 L 440.5 240.7 L 442.7 239.4 L 444.8 238.1 L 446.9 236.8 L 449.1 235.5 L 451.2 234.1 L 453.3 232.7 L 455.4 231.3 L 457.6 229.9 L 459.7 228.5 L 461.8 227.1 L 464.0 225.6 L 466.1 224.1 L 468.2 222.7 L 470.4 221.2 L 472.5 219.6 L 474.6 218.1 L 476.7 216.5 L 478.9 215.0 L 481.0 213.4 L 483.1 211.8 L 485.3 210.2 L 487.4 208.5 L 489.5 206.9 L 491.7 205.2 L 493.8 203.5 L 495.9 201.8 L 498.0 200.1 L 500.2 198.4 L 502.3 196.6 L 504.4 194.9 L 506.6 193.1 L 508.7 191.3 L 510.8 189.5 L 512.9 187.6 L 515.1 185.8 L 517.2 183.9 L 519.3 182.0 L 521.5 180.2 L 523.6 178.2 L 525.7 176.3 L 527.9 174.4 L 530.0 172.4 L 532.1 170.4 L 534.2 168.4 L 536.4 166.4 L 538.5 164.4 L 540.6 162.4 L 542.8 160.3 L 544.9 158.2 L 547.0 156.1 L 549.1 154.0 L 551.3 151.9 L 553.4 149.8 L 555.5 147.6 L 557.7 145.4 L 559.8 143.2 L 561.9 141.0 L 564.1 138.8 L 566.2 136.6 L 568.3 134.3 L 570.4 132.0 L 572.6 129.7 L 574.7 127.4 L 576.8 125.1 L 579.0 122.8 L 581.1 120.4 L 583.2 118.1 L 585.4 115.7 L 587.5 113.3 L 589.6 110.9 L 591.7 108.4 L 593.9 106.0 L 596.0 103.5" fill="none" stroke="#f97316" stroke-width="2.6" stroke-linejoin="round" stroke-linecap="round"/&gt;
&lt;circle cx="434.6" cy="244.2" r="3.5" fill="currentColor"/&gt;
&lt;text x="426.6" y="234.2" text-anchor="end" font-size="11.5" fill="currentColor" fill-opacity="0.85"&gt;MC meets ATC at min ATC&lt;/text&gt;
&lt;line x1="360" y1="60" x2="382" y2="60" stroke="#3b82f6" stroke-width="2.6"/&gt;
&lt;text x="388" y="64" font-size="12" fill="currentColor" fill-opacity="0.9"&gt;average total cost&lt;/text&gt;
&lt;line x1="360" y1="78" x2="382" y2="78" stroke="#f97316" stroke-width="2.6"/&gt;
&lt;text x="388" y="82" font-size="12" fill="currentColor" fill-opacity="0.9"&gt;marginal cost&lt;/text&gt;
&lt;/svg&gt;
&lt;figcaption style="text-align:center;font-size:0.85rem;opacity:0.7;margin-top:0.5rem"&gt;Diminishing returns make each extra unit eventually cost more, not less. Marginal cost cuts average cost at exactly the bottom of the average cost curve.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;this is the picture the card never shows you, and it matters: &amp;ldquo;scale always wins&amp;rdquo; is false in the short run. real firms have an efficient size, and pushing past it makes the next unit more expensive, not less.&lt;/p&gt;
&lt;h2 id="the-limit-case-zero-marginal-cost"&gt;the limit case: zero marginal cost
&lt;/h2&gt;&lt;p&gt;now the one place the card is most right. for some goods the marginal cost is not just low, it is almost nothing.&lt;/p&gt;
&lt;p&gt;think about software, a song, a pdf, this blog post. the &lt;em&gt;first&lt;/em&gt; copy is enormously expensive: years of work, the whole idea, the late nights. this is the &lt;strong&gt;first-copy cost&lt;/strong&gt;. every copy after that costs essentially zero. there is no flour, no eggs, no oven time. just a near free bit of bandwidth.&lt;/p&gt;
&lt;p&gt;economists Carl Shapiro and Hal Varian called this the defining feature of information goods in &lt;em&gt;Information Rules&lt;/em&gt; (1998): &amp;ldquo;information is costly to produce but cheap to reproduce.&amp;rdquo; when marginal cost sits at roughly zero, average cost is just the first-copy cost divided by however many copies you ship, and it falls towards zero without limit:&lt;/p&gt;
&lt;figure style="margin:1.6rem 0"&gt;
&lt;svg viewBox="0 0 620 360" role="img" aria-label="Information goods: marginal cost near zero" style="width:100%;max-width:620px;height:auto;font-family:inherit;display:block;margin:0 auto"&gt;
&lt;text x="310" y="20" text-anchor="middle" font-size="14" font-weight="600" fill="currentColor"&gt;Information goods: marginal cost near zero&lt;/text&gt;
&lt;line x1="58" y1="312.0" x2="596" y2="312.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="316.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;0&lt;/text&gt;
&lt;line x1="58" y1="242.5" x2="596" y2="242.5" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="246.5" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;300&lt;/text&gt;
&lt;line x1="58" y1="173.0" x2="596" y2="173.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="177.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;600&lt;/text&gt;
&lt;line x1="58" y1="103.5" x2="596" y2="103.5" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="107.5" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;900&lt;/text&gt;
&lt;line x1="58" y1="34.0" x2="596" y2="34.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="38.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;1200&lt;/text&gt;
&lt;line x1="58.0" y1="312" x2="58.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="58.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;0&lt;/text&gt;
&lt;line x1="192.5" y1="312" x2="192.5" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="192.5" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;500&lt;/text&gt;
&lt;line x1="327.0" y1="312" x2="327.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="327.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;1000&lt;/text&gt;
&lt;line x1="461.5" y1="312" x2="461.5" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="461.5" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;1500&lt;/text&gt;
&lt;line x1="596.0" y1="312" x2="596.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="596.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;2000&lt;/text&gt;
&lt;line x1="58" y1="34" x2="58" y2="312" stroke="currentColor" stroke-opacity="0.45" stroke-width="1.2"/&gt;
&lt;line x1="58" y1="312" x2="596" y2="312" stroke="currentColor" stroke-opacity="0.45" stroke-width="1.2"/&gt;
&lt;text x="327" y="354" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.85"&gt;copies shipped (Q)&lt;/text&gt;
&lt;text x="14" y="173" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.85" transform="rotate(-90 14 173)"&gt;cost per copy ($)&lt;/text&gt;
&lt;path d="M 84.9 80.3 L 87.0 97.3 L 89.2 112.0 L 91.3 124.8 L 93.4 136.1 L 95.5 146.0 L 97.7 154.9 L 99.8 162.9 L 101.9 170.2 L 104.1 176.7 L 106.2 182.7 L 108.3 188.2 L 110.5 193.2 L 112.6 197.8 L 114.7 202.1 L 116.8 206.1 L 119.0 209.8 L 121.1 213.2 L 123.2 216.5 L 125.4 219.5 L 127.5 222.3 L 129.6 225.0 L 131.8 227.5 L 133.9 229.9 L 136.0 232.1 L 138.1 234.2 L 140.3 236.3 L 142.4 238.2 L 144.5 240.0 L 146.7 241.7 L 148.8 243.4 L 150.9 244.9 L 153.0 246.4 L 155.2 247.9 L 157.3 249.2 L 159.4 250.6 L 161.6 251.8 L 163.7 253.0 L 165.8 254.2 L 168.0 255.3 L 170.1 256.4 L 172.2 257.4 L 174.3 258.4 L 176.5 259.4 L 178.6 260.3 L 180.7 261.2 L 182.9 262.1 L 185.0 262.9 L 187.1 263.7 L 189.2 264.5 L 191.4 265.3 L 193.5 266.0 L 195.6 266.7 L 197.8 267.4 L 199.9 268.1 L 202.0 268.7 L 204.2 269.4 L 206.3 270.0 L 208.4 270.6 L 210.5 271.1 L 212.7 271.7 L 214.8 272.3 L 216.9 272.8 L 219.1 273.3 L 221.2 273.8 L 223.3 274.3 L 225.5 274.8 L 227.6 275.3 L 229.7 275.7 L 231.8 276.2 L 234.0 276.6 L 236.1 277.0 L 238.2 277.4 L 240.4 277.8 L 242.5 278.2 L 244.6 278.6 L 246.7 279.0 L 248.9 279.4 L 251.0 279.7 L 253.1 280.1 L 255.3 280.4 L 257.4 280.7 L 259.5 281.1 L 261.7 281.4 L 263.8 281.7 L 265.9 282.0 L 268.0 282.3 L 270.2 282.6 L 272.3 282.9 L 274.4 283.2 L 276.6 283.5 L 278.7 283.8 L 280.8 284.0 L 283.0 284.3 L 285.1 284.6 L 287.2 284.8 L 289.3 285.1 L 291.5 285.3 L 293.6 285.5 L 295.7 285.8 L 297.9 286.0 L 300.0 286.2 L 302.1 286.5 L 304.2 286.7 L 306.4 286.9 L 308.5 287.1 L 310.6 287.3 L 312.8 287.5 L 314.9 287.7 L 317.0 287.9 L 319.2 288.1 L 321.3 288.3 L 323.4 288.5 L 325.5 288.7 L 327.7 288.9 L 329.8 289.1 L 331.9 289.3 L 334.1 289.4 L 336.2 289.6 L 338.3 289.8 L 340.4 289.9 L 342.6 290.1 L 344.7 290.3 L 346.8 290.4 L 349.0 290.6 L 351.1 290.7 L 353.2 290.9 L 355.4 291.0 L 357.5 291.2 L 359.6 291.3 L 361.7 291.5 L 363.9 291.6 L 366.0 291.8 L 368.1 291.9 L 370.3 292.0 L 372.4 292.2 L 374.5 292.3 L 376.7 292.4 L 378.8 292.6 L 380.9 292.7 L 383.0 292.8 L 385.2 293.0 L 387.3 293.1 L 389.4 293.2 L 391.6 293.3 L 393.7 293.4 L 395.8 293.6 L 397.9 293.7 L 400.1 293.8 L 402.2 293.9 L 404.3 294.0 L 406.5 294.1 L 408.6 294.2 L 410.7 294.3 L 412.9 294.4 L 415.0 294.5 L 417.1 294.6 L 419.2 294.7 L 421.4 294.9 L 423.5 295.0 L 425.6 295.0 L 427.8 295.1 L 429.9 295.2 L 432.0 295.3 L 434.2 295.4 L 436.3 295.5 L 438.4 295.6 L 440.5 295.7 L 442.7 295.8 L 444.8 295.9 L 446.9 296.0 L 449.1 296.1 L 451.2 296.2 L 453.3 296.2 L 455.4 296.3 L 457.6 296.4 L 459.7 296.5 L 461.8 296.6 L 464.0 296.6 L 466.1 296.7 L 468.2 296.8 L 470.4 296.9 L 472.5 297.0 L 474.6 297.0 L 476.7 297.1 L 478.9 297.2 L 481.0 297.3 L 483.1 297.3 L 485.3 297.4 L 487.4 297.5 L 489.5 297.6 L 491.7 297.6 L 493.8 297.7 L 495.9 297.8 L 498.0 297.8 L 500.2 297.9 L 502.3 298.0 L 504.4 298.0 L 506.6 298.1 L 508.7 298.2 L 510.8 298.2 L 512.9 298.3 L 515.1 298.4 L 517.2 298.4 L 519.3 298.5 L 521.5 298.6 L 523.6 298.6 L 525.7 298.7 L 527.9 298.7 L 530.0 298.8 L 532.1 298.9 L 534.2 298.9 L 536.4 299.0 L 538.5 299.0 L 540.6 299.1 L 542.8 299.1 L 544.9 299.2 L 547.0 299.3 L 549.1 299.3 L 551.3 299.4 L 553.4 299.4 L 555.5 299.5 L 557.7 299.5 L 559.8 299.6 L 561.9 299.6 L 564.1 299.7 L 566.2 299.7 L 568.3 299.8 L 570.4 299.8 L 572.6 299.9 L 574.7 299.9 L 576.8 300.0 L 579.0 300.0 L 581.1 300.1 L 583.2 300.1 L 585.4 300.2 L 587.5 300.2 L 589.6 300.3 L 591.7 300.3 L 593.9 300.4 L 596.0 300.4" fill="none" stroke="#3b82f6" stroke-width="2.6" stroke-linejoin="round" stroke-linecap="round"/&gt;
&lt;path d="M 58.0 310.6 L 60.2 310.6 L 62.5 310.6 L 64.7 310.6 L 67.0 310.6 L 69.2 310.6 L 71.5 310.6 L 73.7 310.6 L 75.9 310.6 L 78.2 310.6 L 80.4 310.6 L 82.7 310.6 L 84.9 310.6 L 87.1 310.6 L 89.4 310.6 L 91.6 310.6 L 93.9 310.6 L 96.1 310.6 L 98.3 310.6 L 100.6 310.6 L 102.8 310.6 L 105.1 310.6 L 107.3 310.6 L 109.6 310.6 L 111.8 310.6 L 114.0 310.6 L 116.3 310.6 L 118.5 310.6 L 120.8 310.6 L 123.0 310.6 L 125.2 310.6 L 127.5 310.6 L 129.7 310.6 L 132.0 310.6 L 134.2 310.6 L 136.5 310.6 L 138.7 310.6 L 140.9 310.6 L 143.2 310.6 L 145.4 310.6 L 147.7 310.6 L 149.9 310.6 L 152.1 310.6 L 154.4 310.6 L 156.6 310.6 L 158.9 310.6 L 161.1 310.6 L 163.4 310.6 L 165.6 310.6 L 167.8 310.6 L 170.1 310.6 L 172.3 310.6 L 174.6 310.6 L 176.8 310.6 L 179.1 310.6 L 181.3 310.6 L 183.5 310.6 L 185.8 310.6 L 188.0 310.6 L 190.3 310.6 L 192.5 310.6 L 194.7 310.6 L 197.0 310.6 L 199.2 310.6 L 201.5 310.6 L 203.7 310.6 L 206.0 310.6 L 208.2 310.6 L 210.4 310.6 L 212.7 310.6 L 214.9 310.6 L 217.2 310.6 L 219.4 310.6 L 221.6 310.6 L 223.9 310.6 L 226.1 310.6 L 228.4 310.6 L 230.6 310.6 L 232.8 310.6 L 235.1 310.6 L 237.3 310.6 L 239.6 310.6 L 241.8 310.6 L 244.1 310.6 L 246.3 310.6 L 248.5 310.6 L 250.8 310.6 L 253.0 310.6 L 255.3 310.6 L 257.5 310.6 L 259.8 310.6 L 262.0 310.6 L 264.2 310.6 L 266.5 310.6 L 268.7 310.6 L 271.0 310.6 L 273.2 310.6 L 275.4 310.6 L 277.7 310.6 L 279.9 310.6 L 282.2 310.6 L 284.4 310.6 L 286.6 310.6 L 288.9 310.6 L 291.1 310.6 L 293.4 310.6 L 295.6 310.6 L 297.9 310.6 L 300.1 310.6 L 302.3 310.6 L 304.6 310.6 L 306.8 310.6 L 309.1 310.6 L 311.3 310.6 L 313.5 310.6 L 315.8 310.6 L 318.0 310.6 L 320.3 310.6 L 322.5 310.6 L 324.8 310.6 L 327.0 310.6 L 329.2 310.6 L 331.5 310.6 L 333.7 310.6 L 336.0 310.6 L 338.2 310.6 L 340.4 310.6 L 342.7 310.6 L 344.9 310.6 L 347.2 310.6 L 349.4 310.6 L 351.7 310.6 L 353.9 310.6 L 356.1 310.6 L 358.4 310.6 L 360.6 310.6 L 362.9 310.6 L 365.1 310.6 L 367.3 310.6 L 369.6 310.6 L 371.8 310.6 L 374.1 310.6 L 376.3 310.6 L 378.6 310.6 L 380.8 310.6 L 383.0 310.6 L 385.3 310.6 L 387.5 310.6 L 389.8 310.6 L 392.0 310.6 L 394.2 310.6 L 396.5 310.6 L 398.7 310.6 L 401.0 310.6 L 403.2 310.6 L 405.5 310.6 L 407.7 310.6 L 409.9 310.6 L 412.2 310.6 L 414.4 310.6 L 416.7 310.6 L 418.9 310.6 L 421.2 310.6 L 423.4 310.6 L 425.6 310.6 L 427.9 310.6 L 430.1 310.6 L 432.4 310.6 L 434.6 310.6 L 436.8 310.6 L 439.1 310.6 L 441.3 310.6 L 443.6 310.6 L 445.8 310.6 L 448.1 310.6 L 450.3 310.6 L 452.5 310.6 L 454.8 310.6 L 457.0 310.6 L 459.3 310.6 L 461.5 310.6 L 463.7 310.6 L 466.0 310.6 L 468.2 310.6 L 470.5 310.6 L 472.7 310.6 L 474.9 310.6 L 477.2 310.6 L 479.4 310.6 L 481.7 310.6 L 483.9 310.6 L 486.2 310.6 L 488.4 310.6 L 490.6 310.6 L 492.9 310.6 L 495.1 310.6 L 497.4 310.6 L 499.6 310.6 L 501.8 310.6 L 504.1 310.6 L 506.3 310.6 L 508.6 310.6 L 510.8 310.6 L 513.1 310.6 L 515.3 310.6 L 517.5 310.6 L 519.8 310.6 L 522.0 310.6 L 524.3 310.6 L 526.5 310.6 L 528.8 310.6 L 531.0 310.6 L 533.2 310.6 L 535.5 310.6 L 537.7 310.6 L 540.0 310.6 L 542.2 310.6 L 544.4 310.6 L 546.7 310.6 L 548.9 310.6 L 551.2 310.6 L 553.4 310.6 L 555.7 310.6 L 557.9 310.6 L 560.1 310.6 L 562.4 310.6 L 564.6 310.6 L 566.9 310.6 L 569.1 310.6 L 571.3 310.6 L 573.6 310.6 L 575.8 310.6 L 578.1 310.6 L 580.3 310.6 L 582.5 310.6 L 584.8 310.6 L 587.0 310.6 L 589.3 310.6 L 591.5 310.6 L 593.8 310.6 L 596.0 310.6" fill="none" stroke="#f97316" stroke-width="2.6" stroke-dasharray="6 5" stroke-linejoin="round" stroke-linecap="round"/&gt;
&lt;text x="461.5" y="328.6" text-anchor="middle" font-size="11.5" fill="#f97316"&gt;marginal cost ≈ 0&lt;/text&gt;
&lt;line x1="250" y1="80" x2="272" y2="80" stroke="#3b82f6" stroke-width="2.6"/&gt;
&lt;text x="278" y="84" font-size="12" fill="currentColor" fill-opacity="0.9"&gt;average cost = first-copy cost / copies&lt;/text&gt;
&lt;line x1="250" y1="98" x2="272" y2="98" stroke="#f97316" stroke-width="2.6" stroke-dasharray="6 5"/&gt;
&lt;text x="278" y="102" font-size="12" fill="currentColor" fill-opacity="0.9"&gt;marginal cost ≈ 0&lt;/text&gt;
&lt;/svg&gt;
&lt;figcaption style="text-align:center;font-size:0.85rem;opacity:0.7;margin-top:0.5rem"&gt;The first copy costs a fortune; every copy after is almost free, so average cost falls towards zero without limit. This is the cost shape of software, music, and writing.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;this is the kernel of truth the card is reaching for when it says knowledge and software can be copied at almost no cost. Jeremy Rifkin built a whole popular book on it, &lt;em&gt;The Zero Marginal Cost Society&lt;/em&gt; (2014), arguing this drives the price of information goods towards free. treat that grand conclusion with some caution, the economics profession does, but the underlying mechanic is real and it is the dominant cost structure of the digital economy.&lt;/p&gt;
&lt;h2 id="who-actually-discovered-this-because-the-card-gets-it-wrong"&gt;who actually discovered this, because the card gets it wrong
&lt;/h2&gt;&lt;p&gt;the card credits &amp;ldquo;Chandler and Stone, first proposed in the 1940s.&amp;rdquo; that is not where any of this comes from.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the idea of thinking &lt;em&gt;at the margin&lt;/em&gt;, one more unit at a time, is the &lt;strong&gt;Marginal Revolution&lt;/strong&gt; of the 1870s: William Stanley Jevons, Carl Menger, and Léon Walras, independently, around 1871 to 1874. &lt;strong&gt;Alfred Marshall&lt;/strong&gt; then drew the supply and demand scissors and the cost curves you saw above in his &lt;em&gt;Principles of Economics&lt;/em&gt; (1890). that is the real lineage, and it is roughly fifty years before the date on the card.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Richard Stone&lt;/strong&gt; was a real and important economist, a Nobel laureate in 1984, but for building the system of &lt;strong&gt;national income accounting&lt;/strong&gt;, GDP and the national accounts, in the 1940s. nothing to do with originating marginal cost.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alfred Chandler&lt;/strong&gt; was a great business &lt;em&gt;historian&lt;/em&gt;. his &lt;em&gt;Scale and Scope&lt;/em&gt; (1990) is genuinely about economies of scale and scope, so the card is not pulling his name from nowhere, but he was documenting how big firms grew in the late nineteenth and twentieth centuries, not proposing marginal cost in the 1940s.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;so: nice instinct, wrong plaque. the concept is Victorian, not wartime. worth fixing, because a research note that repeats a confident wrong citation is worse than one that says nothing.&lt;/p&gt;
&lt;h2 id="sunk-cost-the-other-half-of-the-same-idea"&gt;sunk cost: the other half of the same idea
&lt;/h2&gt;&lt;p&gt;the card pairs all this with a second rule: keep sunk costs out of big decisions. this is not a separate topic. it is the exact same marginal thinking, pointed forwards.&lt;/p&gt;
&lt;p&gt;a &lt;strong&gt;sunk cost&lt;/strong&gt; is money, time, or effort you have already spent and cannot get back no matter what you choose next. the 80 dollar ticket to a film that turns out to be terrible. the two years already poured into a project that is clearly going nowhere. the half of a book you have read and are not enjoying.&lt;/p&gt;
&lt;p&gt;the rational rule is almost insultingly simple: &lt;strong&gt;compare the marginal benefit of continuing against the marginal cost of continuing, looking only forwards.&lt;/strong&gt; the 80 dollars is gone in both worlds, stay or leave, so it should carry exactly zero weight. the only live question is whether the &lt;em&gt;next&lt;/em&gt; two hours are better spent enduring a bad film or doing literally anything else.&lt;/p&gt;
&lt;p&gt;we are famously bad at this. Hal Arkes and Catherine Blumer demonstrated it cleanly in 1985 (&amp;ldquo;The Psychology of Sunk Cost&amp;rdquo;): people who had paid for a ski trip were more willing to go on it in bad conditions than people who got the same trip free, even though the money was already spent either way. the spending changed nothing about the future and everything about the choice. that is the &lt;strong&gt;sunk cost fallacy&lt;/strong&gt;, also called escalation of commitment, and naming it is half the cure.&lt;/p&gt;
&lt;p&gt;notice why it sits next to marginal cost so naturally. both say the same thing: &lt;strong&gt;decide at the margin, and look forward.&lt;/strong&gt; what you already sank is a fixed cost of the past. it belongs in the history books, not the decision.&lt;/p&gt;
&lt;h2 id="a-person-is-a-firm-with-fixed-costs"&gt;a person is a firm with fixed costs
&lt;/h2&gt;&lt;p&gt;here is where the card makes its leap, from a cost curve to a way of seeing your own life, and this part is better grounded than it first looks.&lt;/p&gt;
&lt;p&gt;learning a skill has the bakery&amp;rsquo;s exact shape. the first unit is brutal: the first month of a language, the first real program, every step uphill. that is your fixed cost, your oven. but what you build does not get consumed when you use it. knowledge is &lt;strong&gt;non-rival&lt;/strong&gt;: teaching it, or using it, does not use it up, and unlike the oven it barely depreciates. so every skill you acquire is a fixed asset that keeps paying out, and the marginal cost of your &lt;em&gt;next&lt;/em&gt; unit of competence keeps dropping.&lt;/p&gt;
&lt;p&gt;this is not just a metaphor, it is two real pieces of economics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;human capital.&lt;/strong&gt; Gary Becker (Nobel, 1992) made the case in &lt;em&gt;Human Capital&lt;/em&gt; (1964) that skills and knowledge are a form of capital you invest in, with real returns, exactly like a machine.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;the learning curve.&lt;/strong&gt; Theodore Wright measured in 1936 that each time cumulative aircraft production doubled, the labour cost per plane fell by a roughly constant percentage. the Boston Consulting Group generalised it into the experience curve. unit cost is a power law in cumulative experience, which looks like this:&lt;/li&gt;
&lt;/ul&gt;
&lt;figure style="margin:1.6rem 0"&gt;
&lt;svg viewBox="0 0 620 360" role="img" aria-label="The learning curve: experience makes the next unit cheaper" style="width:100%;max-width:620px;height:auto;font-family:inherit;display:block;margin:0 auto"&gt;
&lt;text x="310" y="20" text-anchor="middle" font-size="14" font-weight="600" fill="currentColor"&gt;The learning curve: experience makes the next unit cheaper&lt;/text&gt;
&lt;line x1="58" y1="312.0" x2="596" y2="312.0" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="316.0" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;0&lt;/text&gt;
&lt;line x1="58" y1="248.8" x2="596" y2="248.8" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="252.8" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;25&lt;/text&gt;
&lt;line x1="58" y1="185.6" x2="596" y2="185.6" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="189.6" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;50&lt;/text&gt;
&lt;line x1="58" y1="122.5" x2="596" y2="122.5" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="126.5" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;75&lt;/text&gt;
&lt;line x1="58" y1="59.3" x2="596" y2="59.3" stroke="currentColor" stroke-opacity="0.10" stroke-width="1"/&gt;
&lt;text x="50" y="63.3" text-anchor="end" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;100&lt;/text&gt;
&lt;line x1="58.0" y1="312" x2="58.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="58.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;0&lt;/text&gt;
&lt;line x1="192.5" y1="312" x2="192.5" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="192.5" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;64&lt;/text&gt;
&lt;line x1="327.0" y1="312" x2="327.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="327.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;128&lt;/text&gt;
&lt;line x1="461.5" y1="312" x2="461.5" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="461.5" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;192&lt;/text&gt;
&lt;line x1="596.0" y1="312" x2="596.0" y2="316" stroke="currentColor" stroke-opacity="0.45" stroke-width="1"/&gt;
&lt;text x="596.0" y="330.0" text-anchor="middle" font-size="11" fill="currentColor" fill-opacity="0.7"&gt;256&lt;/text&gt;
&lt;line x1="58" y1="34" x2="58" y2="312" stroke="currentColor" stroke-opacity="0.45" stroke-width="1.2"/&gt;
&lt;line x1="58" y1="312" x2="596" y2="312" stroke="currentColor" stroke-opacity="0.45" stroke-width="1.2"/&gt;
&lt;text x="327" y="354" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.85"&gt;cumulative units made (experience)&lt;/text&gt;
&lt;text x="14" y="173" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.85" transform="rotate(-90 14 173)"&gt;cost of the next unit&lt;/text&gt;
&lt;path d="M 60.1 59.3 L 62.3 98.7 L 64.6 118.5 L 66.8 131.4 L 69.0 140.7 L 71.3 147.9 L 73.5 153.8 L 75.7 158.7 L 78.0 162.9 L 80.2 166.6 L 82.4 169.8 L 84.7 172.7 L 86.9 175.3 L 89.1 177.7 L 91.4 179.8 L 93.6 181.8 L 95.8 183.7 L 98.1 185.4 L 100.3 187.0 L 102.5 188.5 L 104.8 189.9 L 107.0 191.2 L 109.2 192.5 L 111.5 193.7 L 113.7 194.8 L 115.9 195.9 L 118.2 196.9 L 120.4 197.9 L 122.6 198.8 L 124.9 199.7 L 127.1 200.6 L 129.3 201.4 L 131.6 202.2 L 133.8 203.0 L 136.0 203.7 L 138.3 204.4 L 140.5 205.1 L 142.7 205.8 L 145.0 206.4 L 147.2 207.0 L 149.4 207.7 L 151.7 208.2 L 153.9 208.8 L 156.1 209.4 L 158.3 209.9 L 160.6 210.4 L 162.8 210.9 L 165.0 211.4 L 167.3 211.9 L 169.5 212.4 L 171.7 212.9 L 174.0 213.3 L 176.2 213.8 L 178.4 214.2 L 180.7 214.6 L 182.9 215.0 L 185.1 215.4 L 187.4 215.8 L 189.6 216.2 L 191.8 216.6 L 194.1 216.9 L 196.3 217.3 L 198.5 217.7 L 200.8 218.0 L 203.0 218.4 L 205.2 218.7 L 207.5 219.0 L 209.7 219.3 L 211.9 219.7 L 214.2 220.0 L 216.4 220.3 L 218.6 220.6 L 220.9 220.9 L 223.1 221.2 L 225.3 221.4 L 227.6 221.7 L 229.8 222.0 L 232.0 222.3 L 234.3 222.5 L 236.5 222.8 L 238.7 223.1 L 241.0 223.3 L 243.2 223.6 L 245.4 223.8 L 247.7 224.1 L 249.9 224.3 L 252.1 224.5 L 254.4 224.8 L 256.6 225.0 L 258.8 225.2 L 261.1 225.5 L 263.3 225.7 L 265.5 225.9 L 267.8 226.1 L 270.0 226.3 L 272.2 226.5 L 274.5 226.7 L 276.7 227.0 L 278.9 227.2 L 281.2 227.4 L 283.4 227.6 L 285.6 227.7 L 287.9 227.9 L 290.1 228.1 L 292.3 228.3 L 294.6 228.5 L 296.8 228.7 L 299.0 228.9 L 301.3 229.0 L 303.5 229.2 L 305.7 229.4 L 308.0 229.6 L 310.2 229.7 L 312.4 229.9 L 314.7 230.1 L 316.9 230.3 L 319.1 230.4 L 321.4 230.6 L 323.6 230.7 L 325.8 230.9 L 328.1 231.1 L 330.3 231.2 L 332.5 231.4 L 334.7 231.5 L 337.0 231.7 L 339.2 231.8 L 341.4 232.0 L 343.7 232.1 L 345.9 232.3 L 348.1 232.4 L 350.4 232.5 L 352.6 232.7 L 354.8 232.8 L 357.1 233.0 L 359.3 233.1 L 361.5 233.2 L 363.8 233.4 L 366.0 233.5 L 368.2 233.6 L 370.5 233.8 L 372.7 233.9 L 374.9 234.0 L 377.2 234.2 L 379.4 234.3 L 381.6 234.4 L 383.9 234.5 L 386.1 234.7 L 388.3 234.8 L 390.6 234.9 L 392.8 235.0 L 395.0 235.2 L 397.3 235.3 L 399.5 235.4 L 401.7 235.5 L 404.0 235.6 L 406.2 235.7 L 408.4 235.9 L 410.7 236.0 L 412.9 236.1 L 415.1 236.2 L 417.4 236.3 L 419.6 236.4 L 421.8 236.5 L 424.1 236.6 L 426.3 236.7 L 428.5 236.8 L 430.8 236.9 L 433.0 237.1 L 435.2 237.2 L 437.5 237.3 L 439.7 237.4 L 441.9 237.5 L 444.2 237.6 L 446.4 237.7 L 448.6 237.8 L 450.9 237.9 L 453.1 238.0 L 455.3 238.1 L 457.6 238.2 L 459.8 238.3 L 462.0 238.4 L 464.3 238.4 L 466.5 238.5 L 468.7 238.6 L 471.0 238.7 L 473.2 238.8 L 475.4 238.9 L 477.7 239.0 L 479.9 239.1 L 482.1 239.2 L 484.4 239.3 L 486.6 239.4 L 488.8 239.5 L 491.1 239.5 L 493.3 239.6 L 495.5 239.7 L 497.8 239.8 L 500.0 239.9 L 502.2 240.0 L 504.5 240.1 L 506.7 240.1 L 508.9 240.2 L 511.1 240.3 L 513.4 240.4 L 515.6 240.5 L 517.8 240.6 L 520.1 240.6 L 522.3 240.7 L 524.5 240.8 L 526.8 240.9 L 529.0 241.0 L 531.2 241.0 L 533.5 241.1 L 535.7 241.2 L 537.9 241.3 L 540.2 241.3 L 542.4 241.4 L 544.6 241.5 L 546.9 241.6 L 549.1 241.6 L 551.3 241.7 L 553.6 241.8 L 555.8 241.9 L 558.0 241.9 L 560.3 242.0 L 562.5 242.1 L 564.7 242.2 L 567.0 242.2 L 569.2 242.3 L 571.4 242.4 L 573.7 242.4 L 575.9 242.5 L 578.1 242.6 L 580.4 242.7 L 582.6 242.7 L 584.8 242.8 L 587.1 242.9 L 589.3 242.9 L 591.5 243.0 L 593.8 243.1 L 596.0 243.1" fill="none" stroke="#3b82f6" stroke-width="2.6" stroke-linejoin="round" stroke-linecap="round"/&gt;
&lt;circle cx="62.2" cy="97.2" r="3.5" fill="currentColor"/&gt;
&lt;text x="70.2" y="95.2" text-anchor="start" font-size="11.5" fill="currentColor" fill-opacity="0.85"&gt;x2 experience&lt;/text&gt;
&lt;circle cx="596.0" cy="243.0" r="3.5" fill="currentColor"/&gt;
&lt;text x="588.0" y="233.0" text-anchor="end" font-size="11.5" fill="currentColor" fill-opacity="0.85"&gt;cost keeps falling&lt;/text&gt;
&lt;line x1="150" y1="58" x2="172" y2="58" stroke="#3b82f6" stroke-width="2.6"/&gt;
&lt;text x="178" y="62" font-size="12" fill="currentColor" fill-opacity="0.9"&gt;85% learning curve: each doubling cuts unit cost to 85%&lt;/text&gt;
&lt;/svg&gt;
&lt;figcaption style="text-align:center;font-size:0.85rem;opacity:0.7;margin-top:0.5rem"&gt;Wright's law, 1936. Every time your cumulative experience doubles, the cost of producing one more unit falls by a roughly constant percentage. Skill compounds.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;so the card&amp;rsquo;s line, &amp;ldquo;your assets keep accumulating,&amp;rdquo; is just human capital compounding. you do not see today&amp;rsquo;s two hours of study as a cost that vanishes. you see it as one more unit produced, which lowers the cost of every future unit and adds to a stock that does not wear out. the flywheel the card is pointing at is real: keep producing, watch your marginal cost fall and your accumulated asset rise, and refuse to let what you already sank decide what you do next.&lt;/p&gt;
&lt;p&gt;that is the economics. the personal version is below, and that part is mine.&lt;/p&gt;
&lt;h2 id="a-personal-note"&gt;a personal note
&lt;/h2&gt;&lt;p&gt;wip &amp;hellip;&lt;/p&gt;
&lt;h2 id="sources-and-further-reading"&gt;sources and further reading
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Alfred Marshall, &lt;em&gt;Principles of Economics&lt;/em&gt; (1890), for the cost curves and marginal analysis.&lt;/li&gt;
&lt;li&gt;Carl Shapiro and Hal R. Varian, &lt;em&gt;Information Rules&lt;/em&gt; (1998), for first-copy cost and information goods.&lt;/li&gt;
&lt;li&gt;Jeremy Rifkin, &lt;em&gt;The Zero Marginal Cost Society&lt;/em&gt; (2014), for the popular extrapolation, read critically.&lt;/li&gt;
&lt;li&gt;Gary S. Becker, &lt;em&gt;Human Capital&lt;/em&gt; (1964), for skills as investable capital.&lt;/li&gt;
&lt;li&gt;T. P. Wright, &amp;ldquo;Factors Affecting the Cost of Airplanes&amp;rdquo; (1936), for the original learning curve.&lt;/li&gt;
&lt;li&gt;Hal R. Arkes and Catherine Blumer, &amp;ldquo;The Psychology of Sunk Cost,&amp;rdquo; &lt;em&gt;Organizational Behavior and Human Decision Processes&lt;/em&gt; (1985), for the sunk cost fallacy.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Kelly Criterion: How Much to Bet When You Think You Have an Edge</title><link>https://blog.enkr1.com/kelly-criterion/</link><pubDate>Fri, 12 Jun 2026 22:00:08 +0800</pubDate><guid>https://blog.enkr1.com/kelly-criterion/</guid><description>&lt;blockquote&gt;
&lt;p&gt;i ran into the kelly formula on social media, asked my AI to teach me, then had it dispatch a fleet of fact-checking agents to verify every number below against thorp&amp;rsquo;s papers and the original 1956 paper. one thing it taught me in chat turned out to be subtly wrong, which is exactly why this note exists.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;🚧 &lt;strong&gt;reading status: not done.&lt;/strong&gt; i&amp;rsquo;ve been taught this once and skimmed it once. future me: come back, work through the maths by hand, and tick the checklist at the bottom. until then, treat my own understanding here as unverified, even though the facts themselves are checked.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="the-question-kelly-actually-answers"&gt;the question kelly actually answers
&lt;/h2&gt;&lt;p&gt;you have a bet with an edge. you get to repeat it many times, profits roll back into the bankroll. how much do you put in each time?&lt;/p&gt;
&lt;p&gt;the naive answer is &amp;ldquo;maximise expected wealth&amp;rdquo;, and it is a trap. expected value is linear, so maximising $E[W]$ tells you to bet everything every round. do that repeatedly and you go broke with probability one (kelly says exactly this on p. 918 of the original paper). the expectation is propped up by an astronomically lucky path you will never live.&lt;/p&gt;
&lt;p&gt;kelly&amp;rsquo;s move (bell labs, 1956) was to maximise $E[\log W]$ instead, which is the same as maximising the long-run compound growth rate. for a bet where you win $b$ per $1 staked with probability $p$ (lose the stake with probability $q = 1-p$), each round grows your log-wealth by&lt;/p&gt;
&lt;p&gt;$$ g(f) = p\ln(1+bf) + q\ln(1-f) $$&lt;/p&gt;
&lt;p&gt;take the derivative, set it to zero:&lt;/p&gt;
&lt;p&gt;$$ f^{\ast} = \frac{bp-q}{b} = p - \frac{q}{b} $$&lt;/p&gt;
&lt;p&gt;the second form is the one to remember: &lt;strong&gt;win rate, minus loss rate divided by the odds.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="full-kelly-is-more-aggressive-than-you-think"&gt;full kelly is more aggressive than you think
&lt;/h2&gt;&lt;p&gt;plug in numbers that sound conservative: 70% win rate, 1.5:1 payoff.&lt;/p&gt;
&lt;p&gt;$$ f^{\ast} = 0.7 - \frac{0.3}{1.5} = 0.5 $$&lt;/p&gt;
&lt;p&gt;half your bankroll. on one trade. the formula is not shy, and that is the first hint that nobody should run it raw.&lt;/p&gt;
&lt;h2 id="the-2x-kelly-cliff"&gt;the 2x kelly cliff
&lt;/h2&gt;&lt;p&gt;here is the property that makes kelly worth learning even if you never bet. the growth curve $g(f)$ is a hill with its peak at $f^{\ast}$, and in the continuous approximation (and with no risk-free rate) it is exactly parabolic. betting a fraction $c$ of full kelly gets you&lt;/p&gt;
&lt;p&gt;$$ \text{growth share} = 2c - c^{2} $$&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;fraction of kelly&lt;/th&gt;
&lt;th&gt;share of max growth&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;0.25x&lt;/td&gt;
&lt;td&gt;44%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;0.5x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;75%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1x&lt;/td&gt;
&lt;td&gt;100%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1.5x&lt;/td&gt;
&lt;td&gt;75%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;2x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;0%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;gt;2x&lt;/td&gt;
&lt;td&gt;negative&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;at exactly twice kelly your excess growth rate is zero. you took on all that risk to compound at the risk-free rate. beyond 2x, the growth rate goes negative and your wealth shrinks towards zero almost surely, &lt;strong&gt;even though the strategy has a genuine edge&lt;/strong&gt; and even though $E[W]$ is still going up. the average is rising while almost every actual path dies. concrete discrete example: a 60% coin at even odds has $f^{\ast} = 0.2$ and grows about 2.0% per round; bet 0.4 instead and you grind down at about minus 0.2% per round.&lt;/p&gt;
&lt;h2 id="drawdowns-the-part-that-converts-people-to-half-kelly"&gt;drawdowns: the part that converts people to half kelly
&lt;/h2&gt;&lt;p&gt;thorp&amp;rsquo;s survey has a remarkably clean set of results for full kelly (continuous approximation, no risk-free rate):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the probability your bankroll &lt;strong&gt;ever&lt;/strong&gt; falls to a fraction $x$ of where it is now is just $x$. a 50% chance of halving at some point. a 10% chance of being down 90% at some point.&lt;/li&gt;
&lt;li&gt;the probability you halve before you double is &lt;strong&gt;1/3&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;at a fraction $c$ of kelly, the ever-drop-to-$x$ probability becomes $x^{2/c - 1}$. at half kelly that is $x^{3}$: the chance of ever halving drops from 50% to &lt;strong&gt;12.5%&lt;/strong&gt;, and halve-before-double drops from 1/3 to 1/9.&lt;/p&gt;
&lt;p&gt;so half kelly trades 25% of the growth for roughly a 4x improvement in the disaster odds. that trade is so lopsided that &amp;ldquo;half kelly&amp;rdquo; is basically the practitioner default.&lt;/p&gt;
&lt;h2 id="where-my-ai-taught-me-wrong-and-the-fact-check-caught-it"&gt;where my AI taught me wrong (and the fact-check caught it)
&lt;/h2&gt;&lt;p&gt;in chat i was told the classic line: &amp;ldquo;the penalty for over-betting is steeper than for under-betting, that is why you go fractional.&amp;rdquo; the agents checked it against thorp and it is &lt;strong&gt;false in the continuous model&lt;/strong&gt;: the growth parabola is symmetric, so 0.5x and 1.5x kelly both earn exactly 75% of max growth.&lt;/p&gt;
&lt;p&gt;the asymmetry is real but it lives in the consequences, not the slope:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;only the over side has a cliff. every $f$ below $f^{\ast}$ still grows; past $2f^{\ast}$ you are in almost-sure-ruin territory. if you over-estimate your edge, only one direction can kill you.&lt;/li&gt;
&lt;li&gt;variance rises monotonically with $f$. betting 1.5x kelly gives the same growth as 0.5x but strictly more pain, so over-betting is dominated. there is never a reason to be on the right side of the peak.&lt;/li&gt;
&lt;li&gt;in the discrete setting (real bets, not the smooth approximation) the curve genuinely is steeper above $f^{\ast}$, because $\ln(1-f)$ blows up as you approach betting everything. thorp himself writes that over-betting is &amp;ldquo;much more severely penalized&amp;rdquo; in his sports betting section.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;so the folk wisdom lands in the right place with the wrong proof. good reminder that plausible-sounding maths from an AI (or a screenshot) deserves a fact-check pass.&lt;/p&gt;
&lt;h2 id="why-you-cannot-run-this-in-markets"&gt;why you cannot run this in markets
&lt;/h2&gt;&lt;p&gt;for continuous returns (a stock, roughly geometric brownian motion) the kelly fraction becomes&lt;/p&gt;
&lt;p&gt;$$ f^{\ast} = \frac{\mu - r}{\sigma^{2}} $$&lt;/p&gt;
&lt;p&gt;excess return over variance, the same form as merton&amp;rsquo;s portfolio share under log utility. plug in long-run us equity numbers, about 5% excess return and 16% volatility: $0.05 / 0.0256 \approx 2$. raw kelly tells you to run &lt;strong&gt;2x levered long equities&lt;/strong&gt;. the formula is screaming its own weakness: $f^{\ast}$ is hypersensitive to $\mu$, and $\mu$ is the thing nobody can estimate.&lt;/p&gt;
&lt;p&gt;in blackjack, $p$ and $b$ are counted from the deck. in markets:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;there is no fixed $p$ and $b$. you estimate them from history, and the process is non-stationary.&lt;/li&gt;
&lt;li&gt;backtested win rates are systematically inflated by overfitting and selection bias (see bailey and lópez de prado on the deflated sharpe ratio), so your estimated $p$ is biased exactly in the direction that pushes you over the cliff.&lt;/li&gt;
&lt;li&gt;kelly assumes you know the distribution. fat tails plus leverage means one event you did not model can end you regardless of what the formula said.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;the cautionary tale everyone reaches for is LTCM (1998). thorp&amp;rsquo;s framing, from his lectures: their approach was the &amp;ldquo;anti-kelly&amp;rdquo;, massive leverage to &amp;ldquo;pick up nickels in front of a bulldozer&amp;rdquo;, with little true edge underneath, which makes any sizeable position over-kelly by definition. honest caveat from the fact-check: thorp said this in talks, not in his written papers, and the mainstream post-mortems blame model risk and liquidity spirals rather than kelly arithmetic. &amp;ldquo;they died of over-betting&amp;rdquo; is the kelly community&amp;rsquo;s lens, not the consensus explanation. both can be true.&lt;/p&gt;
&lt;h2 id="history-one-paragraph"&gt;history, one paragraph
&lt;/h2&gt;&lt;p&gt;john l. kelly jr. published &amp;ldquo;a new interpretation of information rate&amp;rdquo; at bell labs in 1956. the original framing is a gambler with a private wire: under fair odds, the maximum growth rate of his bankroll equals the information rate of the channel, a direct bridge between shannon&amp;rsquo;s information theory and money (in general the channel&amp;rsquo;s information rate is the &lt;em&gt;increase&lt;/em&gt; in growth it buys you). ed thorp took it to blackjack in &lt;em&gt;beat the dealer&lt;/em&gt;, then to markets at princeton newport partners, and wrote the canonical practitioner treatment. poundstone&amp;rsquo;s &lt;em&gt;fortune&amp;rsquo;s formula&lt;/em&gt; is the popular history of the whole cast.&lt;/p&gt;
&lt;h2 id="what-i-actually-take-from-this"&gt;what i actually take from this
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;no edge, no bet.&lt;/strong&gt; if $f^{\ast} \le 0$, the formula says the correct position is zero. an unverified edge is not an edge, so for me, right now, kelly&amp;rsquo;s prescription for trading is exactly 0.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;if i ever do have a verified edge, bet a quarter to a half of kelly.&lt;/strong&gt; the 75%-growth-for-4x-safety trade is the whole lesson.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;the deepest transferable idea&lt;/strong&gt;: over-committing past your true edge does not just cost you, it can flip a winning game into a losing one. under-committing only costs you some upside. when the inputs are estimates, that one-sided cliff is the argument for leaving margin.&lt;/li&gt;
&lt;li&gt;the framework still prices my non-market bets. the highest $p$, highest $b$ wager available to me is career capital, and it has no ruin branch. that is the one to size up.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="references-all-live-verified"&gt;references (all live-verified)
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;kelly (1956), &lt;a class="link" href="https://www.princeton.edu/~wbialek/rome/refs/kelly_56.pdf" target="_blank" rel="noopener"
&gt;a new interpretation of information rate&lt;/a&gt;: the original paper, 10 pages, surprisingly readable.&lt;/li&gt;
&lt;li&gt;thorp (2006), &lt;a class="link" href="https://gwern.net/doc/statistics/decision/2006-thorp.pdf" target="_blank" rel="noopener"
&gt;the kelly criterion in blackjack, sports betting, and the stock market&lt;/a&gt;: the practitioner bible; section 7 has every drawdown formula quoted above.&lt;/li&gt;
&lt;li&gt;maclean, thorp &amp;amp; ziemba (2010), &lt;a class="link" href="https://www.stat.berkeley.edu/~aldous/157/Papers/Good_Bad_Kelly.pdf" target="_blank" rel="noopener"
&gt;good and bad properties of the kelly criterion&lt;/a&gt;: short and canonical on full vs fractional.&lt;/li&gt;
&lt;li&gt;poundstone (2005), &lt;a class="link" href="https://archive.org/details/fortunesformulau00poun" target="_blank" rel="noopener"
&gt;fortune&amp;rsquo;s formula&lt;/a&gt;: the popular history (shannon, kelly, thorp, and the mob).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="reading-checklist-for-future-me"&gt;reading checklist (for future me)
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; re-derive $f^{\ast} = p - q/b$ by hand from $g(f)$&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; verify the $2c - c^{2}$ growth-share claim by differentiating the continuous growth rate&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; read thorp (2006) section 7 properly, especially eq. 7.10 to 7.13 (the drawdown formulas)&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; read kelly (1956) end to end&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; read the good/bad properties paper&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; decide: do i ever want to measure a real edge (paper-trade journal), or is conclusion #1 final&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- TODO(human): after actually working through the maths, write your own one-paragraph takeaway here. the post above is the taught version; this slot is for the understood version. --&gt;</description></item></channel></rss>