NVIDIA's CEO handed Stanford students the playbook for the next 10 years
- 01Co-Design as a Compounding Strategy
- 02The Agentic Shift Requires Entirely New Infrastructure
- 03Energy Is the Next Structural Bottleneck
- 04The 1964 Computing Model Is Broken
- 05Open Models Are Infrastructure, Not Just a PR Move
1. Key Themes
Co-Design as a Compounding Strategy
NVIDIA's 1,000,000x performance gain over 10 years — versus the 10x Moore's Law would have delivered — was achieved not through a single breakthrough but by optimizing CPUs, GPUs, networking, switches, storage, software, and compilers simultaneously toward a single objective.
"In the case of NVIDIA and co-design, we got 1,000,000x over 10 years. Somewhere between 100,000x and 1,000,000x. When you're talking about numbers that big, it really doesn't matter."
The Agentic Shift Requires Entirely New Infrastructure
Current cloud infrastructure was designed for on-demand, parallel workloads — not the continuous, low-latency, single-threaded patterns that agents require. This mismatch creates a massive rebuild opportunity.
"The AI is this multi-billion dollar system and it sends off an instruction to use a tool and that tool is gonna run on the CPU. Meanwhile, this GPU supercomputer, this multi-billion dollar system is waiting for this one CPU."
Energy Is the Next Structural Bottleneck
AI's shift from retrieval-based (idle until queried) to generative, continuous computing creates an energy demand that is categorically different — not an incremental increase.
"The amount of energy that we need for computing is likely probably a thousand times more than we currently have. And so I think if you said we need a thousand times, I wouldn't be surprised if we're off by a couple of orders of magnitude."
The 1964 Computing Model Is Broken — This Is a Full Reinvention
Every computing paradigm since the IBM System/360 — PCs, internet, mobile, cloud — was built on prerecorded software and explicit instruction. Neural networks break every foundational assumption of that 60-year-old model.
"For the first time, the way you write the software, how you process the neural network versus the software, and what the applications can do has now dramatically changed. Everything is fundamentally different."
Open Models Are Infrastructure, Not Just a PR Move
The case for open models rests on three under-appreciated structural needs: coverage of 230+ languages that proprietary labs won't prioritize, human priors that collapse training data requirements, and transparency as the only credible cybersecurity defense posture.
"There are too many societies where the scale of their language is not big enough for somebody else to decide to make it a high priority. Unless you deeply care, it's never going to be great."
2. Contrarian Perspectives
The "Chip Shortage" Is a Myth — It's a Budget Structure Problem
The mainstream narrative is that AI infrastructure is constrained by GPU supply. Jensen directly contradicts this, arguing the chips exist and the real problem is fragmented institutional budgets that prevent anyone from pooling resources into orders large enough to acquire them.
"It is not true that people are giving me orders, placing orders, and we're not delivering chips. It is just not true. You've got to place orders." The evidence: Stanford has a $40 billion endowment but no supercomputer, because each research department funds itself via individual grants — none large enough to justify shared compute. The fix is structural (pool budgets), not supply-side.
Optimizing MFU (Model Flops Utilization) Is the Wrong Metric for Inference
Most engineering teams target high GPU utilization. Jensen argues token generation is memory-bandwidth-constrained, not compute-constrained, meaning teams chasing MFU are measuring the wrong bottleneck entirely.
"The speed up over the previous generation: 50 times. In two years, we improved something by 50 times. Moore's law would have improved it by 2x." The solution — 72 chips ganged into a rack-scale computer (Grace Blackwell NVLink72) — was designed around the actual constraint (bandwidth), not the popular metric.
AI Doom Narratives Are Unfalsifiable and Actively Harmful
Rather than offering a diplomatic hedge, Jensen flatly states that the singularity-flash scenario is fabricated — and identifies a concrete, measurable harm: the narrative deters talented students from entering computer science and engineering in favor of policy and restriction.
"It is not true that we have no idea how these systems work. It is not true that the technology is going to somehow in some nanosecond become infinitely powerful and therefore it's going to take over the world. It is not true. These things are all being made up."
3. Companies Identified
NVIDIA
- Description: Semiconductor and AI computing company, maker of GPUs and AI infrastructure
- Why Mentioned: Central case study for co-design philosophy, 1,000,000x performance gains, and agentic computing architecture (Hopper, Grace Blackwell NVLink72, Vera Rubin, Nemotron)
- Quote: "In the case of NVIDIA and co-design, we got 1,000,000x over 10 years."
- Description: AI-native CRM platform
- Why Mentioned: Sponsor; cited as an example of agentic AI already operating in revenue workflows
- Quote: "Jensen's whole point is that agents stop demoing and start doing the work. Attio is where that already happens to your revenue."
IBM
- Description: Legacy computing company
- Why Mentioned: IBM System/360 (1964) identified as the origin point of the computing model that AI is now fundamentally overturning
- Quote: "The IBM System/360 defined the computing model in 1964, and everything since…was built on that foundation."
4. People Identified
- Description: CEO and co-founder of NVIDIA
- Why Mentioned: Primary subject; delivered Stanford CS153 lecture articulating his framework for AI infrastructure, agent architecture, energy, and the trajectory of computing
- Quote: "You would have precisely zero customers. The reason for that is because the most expensive thing that has ever been sold was $350 million. And you're building something that's multiple billions of dollars."
- Description: Stanford computer scientist, former Stanford president, Turing Award winner, co-inventor of RISC architecture
- Why Mentioned: Cited as the intellectual proof-of-concept for co-design: his RISC architecture demonstrated that a simpler instruction set co-designed with a compiler outperforms two separately optimized systems
- Quote (paraphrased in article): "John Hennessy at Stanford proved that a simpler instruction set co-designed with a compiler beats two separately optimized systems every time, because the whole outperforms the sum of the parts."
5. Operating Insights
Identify Your Real Constraint Before Optimizing Anything
Teams commonly optimize for easily measurable proxies (e.g., GPU utilization/MFU) rather than the actual bottleneck. Jensen's example: inference is bandwidth-constrained, not compute-constrained, so maximizing MFU is the wrong target. The principle scales beyond chips — find what actually limits output, then build toward that.
"Teams optimizing MFU, model flops utilization, are measuring the wrong thing. Jensen would rather run low MFU and be over-provisioned than hit 100% and fight Amdahl's Law on every workload."
Audit Every Product Assumption Built on the 1964 Computing Model
With software now trained rather than compiled, and output generated rather than retrieved, assumptions baked into products since the PC era may be structurally wrong for the current environment — not just outdated.
"Audit your product's core assumptions, find the ones shaped by the 1964 computing model, and ask whether they still hold. The ones that do not are either your biggest risk or your biggest opportunity."
Map the Compute Pattern of Your Agent Workload Before Choosing Infrastructure
Agent workloads require low-latency, single-threaded CPU operations and co-located long-term memory — the opposite of cloud infrastructure designed for parallel, on-demand throughput. Building on the wrong infrastructure creates a performance ceiling that's structural, not fixable by scaling.
"Map the actual compute pattern of your most important agent workload, find where latency enters, and ask whether your infrastructure was designed for that pattern. The gap is your performance ceiling."
6. Overlooked Insights
Fusing Language Models with Domain-Specific Models Collapses Training Data Requirements
NVIDIA's Alpamayo self-driving system spent 13 years failing with traditional approaches. When a language model carrying human priors was fused with the domain-specific world model, training data requirements dropped from billions of miles to millions — roughly a 1,000x reduction. This principle is broadly applicable to any domain-specific AI build.
"Alpamayo is a language model fused with a world model, and that fusion means the self-driving system needs a few million training miles rather than billions. The data requirement collapses when the model reasons from human experience instead of learning every edge case from zero."
Sustainable Energy Is Now a Market-Rate Investment, Not a Subsidy Play
Jensen explicitly frames clean energy (solar, nuclear) as having crossed a threshold: AI compute demand is now large enough that the economics work without government subsidies. This is a signal about timing — the investment window for energy infrastructure may be unusually well-supported by private demand right now.
"Jensen calls this the best moment in history to invest in sustainable energy, which is a market-structure observation, because the demand curve justifies the capital."