Skip to content
Stanford OnlineStanford Online

Stanford CS153 Frontier Systems | The Discipline of Delivering Value per Gigawatt

For more information about Stanford's online Artificial Intelligence programs, visit: https://stanford.io/ai Follow along with the course schedule and syllabus, visit: https://cs153.stanford.edu/ In a CS153 Frontier Systems lecture, the class returns to the upstream infrastructure stack with Amin Vahdat, who leads Google's internal compute infrastructure and the TPU program powering Gemini, framing his nearly 30-year career as the discipline of building reliable, balanced supercomputers at a planetary scale. Vahdat argues the industry is over-fixated on gigawatts and flops as headline metrics: at roughly $40 to $50 billion per gigawatt, the question that matters is value delivered per dollar, measured in happy daily active users and paying enterprise customers, not raw capacity. He walks through the three constraints that govern utility. Reliability, where moving from 99 percent to 99.9 percent uptime closes a 3.65-day annual gap, and where Frontier Labs are newly willing to trade five-nines for double the capacity. System balance, invoking Amdahl's 1967 law that every million instructions per second needs a megabyte per second of I/O, now stretched across 100,000-node synchronous training jobs where a single failed node halts the entire computation. And procurement lead times of two to three years for net-new gigawatts, where land permitting, utility contracts, and 20-year take-or-pay power agreements have replaced the slack capacity that once let hyperscalers ask for ten megawatts on a handshake. He details Google's optical circuit switch architecture, which uses 136 MEMS-controlled mirrors per chip to programmatically rewire the 3D torus topology connecting TPU racks, allowing failed racks to be virtually swapped in seconds and bandwidth redirected to distant storage clusters for the duration of a five-hour Borg job. Vahdat closes on responsibility: data centers should be a net uplift to local grids and communities, citing Google's choice to accept 10 percent worse power efficiency in water-scarce regions and its gigawatt-scale demand response program that returns capacity to utilities during peak residential load. Amin Vahdat is a Fellow and Chief Technologist for AI Infrastructure at Google, where his team is responsible for delivering industry-leading infrastructure which spans custom silicon, data centers, network, and supply chain and operations. This infrastructure serves Alphabet, Google and the world, and Artificial Intelligence technologies that empower ML developers and solve customers’ most pressing business challenges. In the past, he was Vice President and General Manager for Google's compute, storage, and network hardware and software infrastructure. Until 2019, he was the Technical Lead and Vice President for the Networking organization at Google. Before joining Google, Amin was the Science Applications International Corporation (SAIC) Professor of Computer Science and Engineering at UC San Diego (UCSD). He received his doctorate from the University of California Berkeley in computer science, and is a Fellow of the Association for Computing Machinery (ACM). Amin has been recognized with a number of awards, including the National Science Foundation (NSF) CAREER award, the UC Berkeley Distinguished EECS Alumni Award, the Alfred P. Sloan Fellowship, the Association for Computing Machinery's SIGCOMM Networking Systems Award, and the Duke University David and Janet Vaughn Teaching Award. Amin was awarded the SIGCOMM lifetime achievement award for his contributions to data center and wide area networks. He was inducted into the National Academy of Engineering in 2023 for his contributions to the design and implementation of datacenter and planet-scale networks that power cloud computer systems. Follow the playlist: https://youtube.com/playlist?list=PLoROMvodv4rN447WKQ5oz_YdYbS74M5IA&si=DOJ5amlyRdyMJBhG

May 27, 20261h 4mWatch on YouTube ↗

CHAPTERS

  1. Why “value per gigawatt” beats raw capacity metrics

    The discussion opens by challenging the industry obsession with total gigawatts and capex. The central framing is that a gigawatt is only meaningful insofar as it reliably produces useful work (goodput) and real user value.

  2. Defining output: from FLOPs to business outcomes (DAUs, revenue, satisfaction)

    They explore how hard it is to define ‘intelligence per dollar’ or output per unit compute when outputs are heterogeneous (tokens, images, code). Amin argues that the most honest top-line measure is business/user outcomes rather than abstract compute metrics.

  3. Orchestration, not just accelerators: CPUs, storage, and network as first-class constraints

    Amin emphasizes that accelerators alone don’t deliver value; the full system must be balanced. Agentic workloads intensify this need, because expensive accelerators can stall waiting on CPU preprocessing, data access, or cross-region storage.

  4. Reliability economics: 99%, 99.9%, and the capacity tradeoff

    The conversation reframes reliability as a cost/throughput trade. For some frontier training workloads, customers increasingly prefer more capacity with occasional downtime rather than ultra-high availability with less capacity.

  5. Synchronous training breaks classic fault-tolerance assumptions

    Amin contrasts web-scale services (designed to survive rack failures) with synchronous distributed training where one node failure can halt the whole job. This changes reliability strategy and invalidates decades of ‘loose coupling’ design instincts.

  6. System balance and Amdahl’s Law: why MFU is low and why it’s hard to fix

    Amin introduces Amdahl’s law of system balance—compute must be matched with I/O—then applies it to modern ML systems. He argues that balance across memory bandwidth, interconnect, storage, and datacenter networking is the real limiter, especially with sparse/MoE workloads.

  7. Procurement and lead times: why you can’t ‘just spend more’ to get a gigawatt sooner

    They shift from technical bottlenecks to physical-world constraints: manufacturing, supply chain, land, permitting, and utilities. Amin describes multi-year lead times and the planning challenge of committing capacity far in advance under uncertainty.

  8. Stranded power and the coming shift from training-heavy to serving-heavy demand

    The discussion examines ‘stranded’ sub-100MW sites and why hyperscalers historically prefer expandable campuses. Amin suggests serving workloads may naturally utilize smaller, more fungible sites, though it won’t fully meet total demand due to scale benefits.

  9. What to work on as a student: intrinsic motivation over predicting the ‘next bottleneck’

    Asked what he’d obsess over as a student, Amin argues there is no single enduring bottleneck and the future is hard to predict. He recommends choosing problems you’re intrinsically excited about across the stack.

  10. A TPU origin story: being wrong about Ethernet and learning faster

    Amin shares a formative Google lesson from the TPUv2 era: the team rejected conventional Ethernet assumptions for TPU supercomputers. The episode highlights first-principles debate, domain-specific networking, and continuous learning.

  11. Google post-ChatGPT: reorgs, speed, and cultural reinvention

    Amin describes how Nov 2022 catalyzed organizational changes and a faster operating model. He highlights the Brain–DeepMind merger and infrastructure consolidation as moves that increased unity and execution speed.

  12. Optical circuit switching: programmable topology for reliability and bandwidth shaping

    In response to a networking question, Amin explains Google’s use of optical circuit switches as an augmentation—not a replacement—for packet switching. He details how MEMS mirrors enable software-controlled topology reconfiguration to recover from failures and create high-bandwidth ‘short-circuits’ between clusters.

  13. Why a torus (and when switches win): mapping collectives to topology

    They discuss why TPU pods use a torus topology and how workload communication patterns drive network design. All-reduce aligns well with torus dissemination, while all-to-all favors switch-based fabrics—though model designers can adapt to constraints.

  14. Hardware lifecycle, specialization (TPU 8i vs 8t), and why hardware stays a bottleneck

    Amin addresses depreciation and planning, then explains TPU strategy: the market is big enough for both GPUs and TPUs, and the key trend is specialization. He argues hardware will remain a bottleneck for many years, even with major algorithmic breakthroughs.

  15. Energy, equity, and being a community/grid asset (water, PUE, demand response)

    The conversation closes on responsible scaling: environmental impact, local community concerns, and grid stability. Amin describes choosing datacenter designs that fit local water constraints and deploying large-scale demand response to help utilities during peak events.

Get more out of YouTube videos.

High quality summaries for YouTube videos. Accurate transcripts to search & find moments. Powered by ChatGPT & Claude AI.