You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div style="margin-bottom: 3px;">1. <strong>Quantify the energy deficit</strong>: calculate the 195,000× gap between AI compute demand growth (~3.4-month doubling) and hardware efficiency growth (~24-month doubling) over 7 years.</div>
174
+
<div style="margin-bottom: 3px;">1. <strong>Quantify the energy deficit</strong>: calculate the 2,400,000× gap between AI compute demand growth (~3.4-month doubling) and hardware efficiency growth (~24-month doubling) over 7 years.</div>
175
175
<div style="margin-bottom: 3px;">2. <strong>Apply the Jevons Paradox equation</strong> to show that 2× efficiency with elasticity 2.0 produces a 100% <em>increase</em> in total energy, and identify the elasticity threshold where efficiency gains guarantee net reduction.</div>
176
176
<div style="margin-bottom: 3px;">3. <strong>Design a carbon-aware fleet strategy</strong> combining geographic optimization (40× lever), lifecycle management (embodied carbon), temporal scheduling, and absolute carbon caps to achieve a 50% emission reduction target.</div>
177
177
</div>
@@ -368,7 +368,7 @@ def build_part_a():
368
368
369
369
You expect hardware efficiency to keep pace with AI compute demand — Moore's
370
370
Law has always delivered. But AI demand doubles every 3.4 months while efficiency
371
-
doubles every 24 months. Over 7 years, the gap is not 10x. It is 195,000x.
371
+
doubles every 24 months. Over 7 years, the gap is not 10x. It is 2,400,000x.
372
372
"""))
373
373
374
374
items.append(partA_pred)
@@ -458,9 +458,9 @@ def build_part_a():
458
458
459
459
# Prediction reveal
460
460
_correct=partA_pred.value=="100000"
461
-
_msg= ("You correctly identified the ~100,000x+ exponential chasm."
461
+
_msg= ("You correctly identified the exponential chasm. The gap is ~2,400,000x over 7 years."
462
462
if_correctelse
463
-
"The gap over 7 years is ~195,000x. Students intuitively expect hardware to 'keep up' "
463
+
"The gap over 7 years is ~2,400,000x. Students intuitively expect hardware to 'keep up' "
464
464
"because Moore's Law worked for decades. But AI demand grows 7x faster than efficiency.")
0 commit comments