Talk Session 1: Agentic AI Infrastructure & Platform

From Models to Agents to Discovery: Building the Full Stack of Agentic AI

Saurabh Tiwary — Vice President, Google DeepMind

Saturday, August 1 · Plenary Stage · 01:02:24–01:12:30 · morning stream

Adoption and per-interaction compute are exploding at the same time, forcing co-optimization across the whole stack — TPUs, models, data, agentic security, platform, end-to-end solutions — and all of it points at an autonomous discovery loop that compresses research cycles from years into hours and days.

TL;DR

  • Two curves rising together: adoption is exploding (Kaggle's 5-Day AI Agents Intensive drew 1.5 million registrations) while agentic tasks need 10–100× more inference compute than non-agentic workloads. Google now processes 3.2 quadrillion tokens per month — roughly three novels' worth of text for every person on Earth.
  • The whole stack has to be co-optimized: AI Hypercomputer (CPUs/GPUs/TPUs) → frontier research and models → data → agentic security and defense → platform → end-to-end agentic solutions. The eighth TPU generation splits the line for the first time into 8t (training) and 8i (inference): 121 FP4 exaflops per 8t pod (~3× the prior generation) and 11.6 exaflops per 8i pod (10× the prior generation).
  • The destination is an autonomous discovery loop: ingest literature, protein databases, and experimental logs → generate and debate hypotheses with an AI co-scientist → simulate in seconds with AlphaGenome and AlphaFold → execute via AlphaEvolve and Gemini Robotics wet-lab runs → feed results back. Research cycles that took years collapse into hours and days, and biology is only the first example.

Key Points

Scale numbers and the stack (~01:02–01:07)

  • Three or four years ago the interface was a singleton chatbot; today it's semi-autonomous or autonomous agents. On the adoption side: Kaggle's 5-Day AI Agents Intensive online course last fall drew 1.5 million registrations.
  • On the cost side: an agentic task costs 10–100× more inference compute than a non-agentic workload. Both adoption and per-interaction complexity are climbing at once.
  • The result at Google's scale: 3.2 quadrillion tokens processed per month. His intuition pump — one quadrillion is about one novel per person on Earth, so Google's monthly output is roughly three novels for everyone alive.
  • The stack that has to catch this opportunity, bottom to top: 1. AI Hypercomputer — CPUs, GPUs, TPUs 2. World-class research and frontier models 3. Data, so models and agents can do anything meaningful 4. Agentic security and defense, because meaningful agent actions create risk as well as opportunity 5. A platform, so these capabilities are reusable cheaply and efficiently 6. End-to-end agentic solutions that actually do things for you
  • Co-optimization across the entire stack is what extracts maximum value from AI.
  • TPUs: over ten years of investment, with innovations like liquid cooling and shared memory. The newest generation, TPU v8, splits the line for the first time — 8t for training, 8i for inference (he explicitly picked up DeSantis's point from the previous talk). Against Ironwood, today's workhorse generation:
  • Training: 121 FP4 exaflops per pod, roughly 3× the previous generation, with 2× and 4× jumps in memory bandwidth.
  • Inference: 11.6 exaflops per pod, a 10× jump, plus significant memory-side gains — because inference demand is rising very fast.
  • These TPUs train the Gemini family (Pro, Flash, Flash-Lite), image and video generation (Veo, Imagen), the Genie world model, AlphaFold, AlphaGo, and AlphaChip, which designs the next generation of TPUs — "effectively TPUs designing for TPUs." A number of other companies now train on TPUs as well.

The agent platform's four problems: build, scale, govern, optimize (~01:07–01:09)

Hardware and models aren't enough, because "building agents is not just like writing a prompt."

  1. Build — access to all model types, the Agent Development Kit, an AI Studio for building agents.
  2. Scale — a managed runtime that takes you from a single agent instance to millions.
  3. Govern — as agents start doing meaningful things you need agent identity, agent registry, and agent gateway to keep agents inside the right confines. The key design point: an agent's identity system is separate from the user's, because agents can do things beyond what the user can.
  4. Optimize — once in production, tracing, simulation, evaluation, and observability let you keep improving.

Google also builds on top of this stack: biology (AlphaFold, AlphaGenome), mathematics (AlphaEvolve, AlphaProof), physics and chemistry (GNoME and fusion work — see To Verify), climate and sustainability (AlphaEarth, WeatherNext).

Impact examples: - AlphaFold in plastic pollution (designing plastic-degrading enzymes), antibiotic resistance, structural biology, and especially neglected diseases — conditions pharma underinvests in for lack of economic incentive, where lowering the cost and difficulty of exploring drug designs has material impact. Also malaria vaccine work and drug delivery. - AlphaEvolve, a general-purpose optimizer, used heavily inside Google for data center optimization and externally for route optimization, quantum error correction, and e-commerce demand forecasting — very different application shapes, each with large improvements.

The autonomous discovery loop (~01:10–01:12)

As models keep improving, the building blocks assemble into a self-driving research loop. The slide used biology, but the pattern generalizes:

  • Ingestion — agents that digest large volumes of literature, plus AlphaFold's protein database and experimental logs.
  • Hypothesis generation — an AI co-scientist that debates hypotheses and generates novel solutions.
  • Modeling — AlphaGenome and AlphaFold simulate hypotheses and show effects in seconds.
  • Execution — AlphaEvolve and Gemini Robotics run wet-lab tests and feed the data back into the loop.

The payoff: a research cycle from data input to product outcome that used to take years can now be done in hours and days — across almost every facet of human discovery, not just biology.

Quotes

"One quadrillion is one novel per person on this earth. So in a way Google generated tokens which are equivalent to three novels for every person in this world." (~01:03)

How to feel 3.2 quadrillion tokens a month.

"It's effectively TPUs designing for TPUs." (~01:07)

AlphaChip trains on TPUs and designs the next ones.

"A research cycle which used to take years … can now be done in hours and days." (~01:12)

The claim the autonomous discovery loop rests on.

提到的專案與資源 / Projects & Resources

名稱 Name 說明 Description 備註 Notes
AI Hypercomputer Google 的整合式 AI 基礎設施(CPU / GPU / TPU) Google's integrated AI infrastructure spanning CPUs, GPUs, TPUs
TPU 8t / TPU 8i 第八代 TPU,首次拆成訓練(8t)與推論(8i)專用晶片 Eighth-gen TPU, first split into training (8t) and inference (8i) chips 8t:121 FP4 exaflops/pod;8i:11.6 exaflops/pod
Ironwood(TPU v7) 目前的主力世代,作為 v8 的比較基準 Today's workhorse generation, the baseline for the v8 comparison
Gemini(Pro / Flash / Flash-Lite) Google 的前沿模型家族 Google's frontier model family
Veo / Imagen 影片與影像生成模型 Video and image generation models
Genie World model,他形容為「全新而令人興奮的空間」 World model; described as a new and exciting space
AlphaFold 蛋白質結構預測;附帶大型蛋白質資料庫 Protein structure prediction, with a large protein database 用於塑膠污染、抗藥性、被忽視疾病、瘧疾疫苗、藥物遞送
AlphaGenome 基因體模型,用於秒級假說模擬 Genomics model used for second-scale hypothesis simulation
AlphaGo / AlphaChip AlphaChip 用於設計下一代 TPU AlphaChip designs the next generation of TPUs 「TPUs designing for TPUs」
AlphaEvolve 通用最佳化器;內部用於資料中心最佳化,外部用於路徑最佳化、量子錯誤更正、需求預測 General-purpose optimizer: data center optimization internally; route optimization, quantum error correction, demand forecasting externally
AlphaProof 數學方向的 agentic 解法 Mathematics-side agentic solution
AlphaEarth / WeatherNext 氣候與永續;WeatherNext 為世界級天氣預測模型 Climate and sustainability; WeatherNext is a world-class weather prediction model
AI co-scientist 能辯論假說、生成新解法的研究 agent Research agent that debates hypotheses and generates novel solutions
Gemini Robotics 在 discovery loop 中負責執行(含濕實驗) Executes in the discovery loop, including wet-lab runs
Agent Development Kit (ADK) / AI Studio 建 agent 的開發工具 Developer tooling for building agents
Agent identity / registry / gateway 治理層元件;agent 身分與使用者身分分離 Governance-layer components; agent identity is separate from the user's
Kaggle 5-Day AI Agents Intensive 2025 年 11 月與 Google 合辦的線上課程,150 萬人報名 Online course with Google, November 2025; 1.5M registrations https://www.kaggle.com/learn-guide/5-day-agents

逐字稿勘誤 / Transcript Corrections

字幕原文 Heard as 應為 Should be
Sarb / Sar Saurabh (Tiwary)
Vert.Ex AI Vertex AI
Project Touring Project Turing
C GPUs and TPUs CPUs, GPUs and TPUs
Xaflops / extra flops exaflops
alpha fold / alpha genome / alpha evolve / alpha earth AlphaFold / AlphaGenome / AlphaEvolve / AlphaEarth
imagine Imagen
VO Veo
genie Genie
alpha chip / alpha proof AlphaChip / AlphaProof
weather next WeatherNext
AI coscientists AI co-scientist
genome fusion GNoME + fusion(推測,見待確認)/ inferred, see To Verify
co-op optimization co-optimization
agent development kit Agent Development Kit (ADK)

待確認 / To Verify

  • 物理與化學那一欄的「genome fusion」:發音與語意都指向 GNoME(材料/化學探索)加上 DeepMind 的核融合電漿控制工作,但需要對照投影片確認實際列了哪些項目。/ "genome fusion" in the physics-and-chemistry column most likely means GNoME plus DeepMind's fusion plasma control work, but the slide should be checked for what was actually listed.
  • TPU 8t / 8i 的其他規格(pod 晶片數、HBM 容量、互連頻寬)演講中未提;若要補充需引用 Google Cloud 官方資料。/ Other TPU 8t/8i specs (chips per pod, HBM, interconnect) weren't mentioned in the talk; cite Google Cloud material if adding them.
  • 「managed runtime」「AI Studio」對應的正式產品名(可能是 Vertex AI Agent Engine / Google AI Studio),演講中只用泛稱。/ Official product names behind "managed runtime" and "AI Studio" (possibly Vertex AI Agent Engine / Google AI Studio); the talk used generic terms.
  • Google「每月 3.2 quadrillion tokens」的官方出處。/ Official source for the 3.2-quadrillion-tokens-per-month figure.

Markdown source on GitHub ↗