# Stanford CS153 Frontier Systems | Jensen Huang from NVIDIA on the Compute Behind Intelligence

- Source: https://www.youtube.com/watch?v=tsQB0n0YV3k (YouTube)
- Creator: Stanford Online
- Published: 2026-05-13T16:58:43.000Z
- Transcribed by Memora: 2026-08-07T03:28:32.768Z
- Canonical page: https://media-pilot-nine.vercel.app/youtube/88

> Transcript and summary produced by Memora from the publicly available
> video linked above. The original video belongs to its creator.

## Summary

Jensen Huang articulates a vision of a fundamental reinvention of computing driven by AI, moving from retrieval-based, on-demand models to continuous, generative, and contextual computing. This shift, spurred by the emergence of thinking and agentic systems after GPT, impacts every layer of the technology stack—from software development and computer architecture to networking, storage, and cloud services. He emphasizes the necessity of co-design, where harmonizing algorithms, systems, compilers, and chip architecture has enabled NVIDIA to achieve a millionfold speedup over a decade, dwarfing Moore's Law. This abundance of compute allowed AI researchers to train on vast internet data, transforming the field.

On education, Huang advocates for integrating AI tools into curricula, enabling students to become 'super researchers' while maintaining a strong foundation in first principles. Regarding open source, he recommends using frontier closed-source models for superior performance but highlights NVIDIA's investment in open, domain-specific foundation models (e.g., biology, robotics, climate) to activate industries and democratize AI. He stresses that openness is critical for safety, as transparent models can be interrogated and defended by swarms of cost-effective AIs.

Huang critiques the focus on Model FLOPs Utilization (MFU) as the wrong metric, arguing instead for overprovisioning compute, memory, and bandwidth to avoid bottlenecks and ensure responsiveness. He advocates measuring overall performance and intelligence output per watt. NVIDIA's GPU architectures are designed by anticipating future workloads: Hopper for pretraining, Blackwell for inference with high memory bandwidth, Vera Rubin for AI agents requiring low-latency CPU and direct storage-to-GPU communication, and Feynman for swarms of agents.

Addressing energy challenges, Huang projects a 1000x increase in compute demand and asserts that market forces now make it opportune to invest in sustainable energy and grid upgrades. He offers life advice: embrace suffering and resilience over merely seeking passion, as hard work builds character for future challenges. He rebuts AI doomsday narratives, advocating rational optimism and responsible leadership.

Reflecting on strategy, Huang shares lessons from early mistakes—NVIDIA's first product had technically inferior choices that forced strategic genius, and an ill-timed entry into mobile devices taught the importance of optionality. He advises forecasting by observing, reasoning to first principles, and asking 'so what?' to build mental models, while reducing opportunity costs and ensuring the journey pays for itself.

## Key points

- [object Object]
- [object Object]
- [object Object]
- [object Object]
- [object Object]

## Chapters

- [0:08](https://media-pilot-nine.vercel.app/youtube/88?t=8) 计算变革与AI时代
- [8:27](https://media-pilot-nine.vercel.app/youtube/88?t=507) 协同设计与百万倍加速
- [13:50](https://media-pilot-nine.vercel.app/youtube/88?t=830) 教育与开源
- [25:46](https://media-pilot-nine.vercel.app/youtube/88?t=1546) 扩展与算力衡量
- [33:03](https://media-pilot-nine.vercel.app/youtube/88?t=1983) 芯片路线图与能源
- [42:03](https://media-pilot-nine.vercel.app/youtube/88?t=2523) 职业建议与产业政策
- [60:10](https://media-pilot-nine.vercel.app/youtube/88?t=3610) Mistakes
- [64:31](https://media-pilot-nine.vercel.app/youtube/88?t=3871) Forecasting

## Transcript

**[0:08]** I would like to welcome back Preacher Huang.

**[0:12]** [APPLAUSE]

**[0:18]** We have been now locked in a global race,

**[0:24]** way faster than NASCAR racing.

**[0:27]** And it's partly your fault. Jensen's

**[0:30]** been the preacher that's given us

**[0:32]** all the power we need, all the energy, and some more,

**[0:36]** to have what I think has been the craziest 12

**[0:40]** months of my life, certainly for many of you.

**[0:42]** And we're just getting started the energy with which you

**[0:47]** approach every single thing you do,

**[0:50]** including the class last year.

**[0:53]** And then every time I've had the chance to hang out with you,

**[0:56]** you've given so much time to the students, to the founders.

**[0:59]** Thank you.

**[1:01]** Should we jump right in?

**[1:02]** Yeah.

**[1:03]** Let's go.

**[1:03]** All right.

**[1:04]** We're going to rapid fire.

**[1:05]** What is codesign?

**[1:07]** And why is it so important?

**[1:12]** I'll answer that in a second.

**[1:13]** Yes, please.

**[1:14]** But this is a great time to be in computer science.

**[1:18]** And obviously, the reason is because computing is being

**[1:21]** reinvented for the first time, as dramatically as it is,

**[1:26]** for the first time, really, in about 60-plus years.

**[1:30]** The computer that we know, that you all use in our computing

**[1:33]** model, our mental model, the architecture

**[1:36]** of a computer, how you write the program, run the program,

**[1:41]** how you think about even taking computers to market,

**[1:44]** what it's used for, for 64 years,

**[1:47]** it has been largely the same since the IBM system 360.

**[1:51]** In fact, my first architecture book

**[1:54]** for learning about computer architecture

**[1:56]** was the system 360's manual.

**[1:59]** And so a lot has changed.

**[2:03]** As we went from PCs to internet, and mobile,

**[2:05]** and cloud, and all those things.

**[2:07]** But the fact of the matter is the computing model,

**[2:09]** the fundamental part of computer science

**[2:11]** has largely remained the same until now.

**[2:14]** For the first time, the way you write

**[2:17]** the software, how you process the neural network

**[2:21]** versus the software, and what the applications can do

**[2:25]** has now dramatically changed.

**[2:27]** Everything is fundamentally different.

**[2:29]** At the highest level, one simple way to think about it

**[2:32]** is, computing, as we knew it before, was largely prerecorded.

**[2:39]** It's content that we prerecorded,

**[2:41]** images, videos, software that we largely prerecorded.

**[2:46]** But now, everything is generated.

**[2:49]** And the nice thing about generating everything

**[2:51]** in real-time is that it could be contextually

**[2:54]** consistent, contextually relevant to what

**[2:58]** it is that you're dealing with.

**[3:00]** And of course, it can respond to your intention,

**[3:04]** not just explicitly to the things that you instruct.

**[3:08]** And so the computer is fundamentally

**[3:13]** different in that way.

**[3:14]** Now, the question is, what does that

**[3:15]** mean at every single layer of the stack?

**[3:19]** From how the computer, how the software is now developed,

**[3:24]** the methodology of it, how you organize your company

**[3:27]** to be able to develop software of today completely changed.

**[3:31]** And so the methodology, the tools we use,

**[3:34]** the approach that we think about software coding,

**[3:36]** completely changed.

**[3:38]** How we run the software, neural network

**[3:40]** versus compiled binaries, very, very different.

**[3:44]** And so what does that mean to the computer system,

**[3:46]** the network, the storage?

**[3:49]** What does that mean to the software stack and the cloud

**[3:52]** services that sit on top of that?

**[3:54]** And of course, everything about the applications.

**[3:57]** What did it open up?

**[3:58]** And somebody just came and said, this piece of software

**[4:03]** we just opened up, called Alpamayo.

**[4:06]** And I've been working on self-driving cars

**[4:08]** now for about 13 years.

**[4:13]** And the days of robotaxis are going

**[4:15]** to be literally everywhere.

**[4:17]** Everything that moves will be robotic.

**[4:18]** And that's an example of an application

**[4:21]** that we wouldn't consider doing, until deep learning

**[4:26]** and artificial intelligence came along.

**[4:28]** That was such a big unlock that I said, hey,

**[4:32]** aha, all of these problems that we wanted to solve in the past,

**[4:36]** that we need a computer vision for,

**[4:39]** really are now fundamentally unlocked.

**[4:42]** And so it's how you think about every single stage of that.

**[4:47]** What is a software engineer?

**[4:49]** How do you organize the company?

**[4:52]** What is a computer for the age of AI?

**[4:55]** How do you architect that?

**[4:56]** All the way to what you can use it for.

**[4:59]** And therefore, where you would deploy it.

**[5:04]** All of that has fundamentally changed.

**[5:06]** And for me, the journey really started about 15 years ago.

**[5:10]** And I had the benefit of seeing some early works in the area.

**[5:15]** And as all Stanford students do, you break the problem down.

**[5:20]** You reason about it from first principles.

**[5:22]** And you come to the conclusion, literally,

**[5:23]** everything has changed.

**[5:25]** And so here you are, computer science students, this

**[5:29]** is really the first generation of AI becoming useful.

**[5:34]** And where we were, a couple years ago,

**[5:36]** was in the generative part of AI.

**[5:40]** And as you guys know, generative AI

**[5:43]** not only made it cool for us to do image generation, and text

**[5:47]** summarization, and translation, and whatnot,

**[5:49]** but generative AI also enabled us to think.

**[5:54]** And so when I saw generative AI, what other people saw

**[5:59]** was that it was able to generate images,

**[6:01]** and I surely appreciated that as well.

**[6:04]** But the fact that you can generate thoughts

**[6:07]** in the form of images, but you can generate thoughts,

**[6:10]** you can also reason with it.

**[6:12]** And the ability for AI to think after GPT

**[6:16]** was very, very obvious.

**[6:18]** Now, the question is, how would you

**[6:20]** train, how would you fine-tune an AI

**[6:23]** to be able to reason step by step by step?

**[6:25]** And how would you teach it how to do so at fairly large scale

**[6:29]** in a semi-supervised way?

**[6:31]** And so those are the engineering problems you had to solve.

**[6:34]** But the moment you see GPT, you say, aha, thinking

**[6:37]** is just around the corner.

**[6:39]** And thinking is generating tokens

**[6:41]** that you consume internally.

**[6:43]** And generating tokens that you consume externally

**[6:47]** would be called tool use.

**[6:48]** And so the idea that after GPT happened two years ago,

**[6:54]** that we would be at this moment, was fairly easy to predict.

**[6:57]** Now, of course, an unbelievable amount of technology

**[7:01]** was invented, and a lot of amazing people did amazing work,

**[7:05]** but you could almost see that moment here.

**[7:07]** And so here we are. You now have agentic systems.

**[7:10]** And so now, the question is, what's next?

**[7:13]** And what happens in a world, where a computer is not

**[7:19]** responsive to what you ask it to do, it's not on-demand?

**[7:24]** Today's computing is really on-demand computing.

**[7:27]** The word "on-demand" was actually created

**[7:31]** in our generation to talk about how you think about using

**[7:34]** computers.

**[7:35]** Time-sharing computers that you would use on-demand

**[7:38]** became cloud computers.

**[7:39]** And cloud computing, of course, is on-demand.

**[7:42]** But in your new world of agentic systems,

**[7:46]** the computers are now continuously running.

**[7:49]** And so what happens in a world where the computers are

**[7:52]** continuously running?

**[7:54]** What happens to cloud services?

**[7:56]** What happens to your personal computer?

**[7:57]** What happens to all of these different systems?

**[8:00]** Now, there's a great opportunity again to rethink all of that.

**[8:04]** And so my introduction to everything about computer

**[8:10]** science has changed, and everything

**[8:13]** about every field of science has changed because of the things

**[8:16]** that we've changed.

**[8:17]** And so this is a good time to go to school.

**[8:19]** OK.

**[8:20]** That's it.

**[8:21]** What was your question?

**[8:23]** You know what, I'm just going to turn it over to the kids.

**[8:27]** Codesign.

**[8:28]** Codesign.

**[8:28]** Codesign.

**[8:29]** Let's just go into-- the students have questions.

**[8:31]** They've all been asking questions in Discord.

**[8:33]** They're all voting on each other's questions.

**[8:35]** Codesign is really interesting.

**[8:37]** Codesign is super interesting.

**[8:39]** And basically, codesign said, back in the old days,

**[8:43]** we abstracted computing, so that the people who

**[8:48]** design microprocessors, design microprocessors. People who

**[8:52]** worked on compilers, worked on compilers.

**[8:54]** And people who worked on languages,

**[8:56]** worked on languages, and so on and so forth.

**[8:57]** You guys know that.

**[8:58]** And we actually had different fields.

**[9:02]** And in fact, this happened at Stanford.

**[9:04]** What's the beauty of RISC?

**[9:07]** What was the beauty of the work that John Hennessy did?

**[9:10]** The beauty of it is that you got to think about compilers

**[9:14]** and microprocessor architectures harmoniously, codesign,

**[9:18]** because otherwise, you could end up

**[9:20]** creating a microprocessor that's super, super tight,

**[9:23]** and everything is maximally optimized.

**[9:27]** But unfortunately, it's hard to compile.

**[9:29]** It's difficult. It's not compilable.

**[9:31]** And so they created a simpler instruction set that exposed

**[9:36]** simplicity to compilers, so that compilers could do a better

**[9:38]** job of generating code.

**[9:40]** And it turns out, a simpler machine,

**[9:43]** codesigned with a compiler, creates better performance

**[9:48]** than two systems that were optimized individually.

**[9:51]** That's very Stanford.

**[9:54]** This is part of your heritage as well.

**[9:57]** of you in John Hennessy's trail of amazing work

**[10:01]** that's left behind.

**[10:02]** And so you take that, and you think about, well,

**[10:05]** what happens in the post world of general purpose computing?

**[10:09]** Why is it that every problem in computer science

**[10:12]** would be solvable by a general purpose instrument?

**[10:15]** At some level, you could say, well,

**[10:18]** if you had a general purpose instrument, you prefer that.

**[10:20]** However, there are some extreme problems,

**[10:23]** whether it's computer graphics back in the old days,

**[10:25]** or molecular dynamics, or quantum chemistry,

**[10:28]** or fluid dynamics and large multiscale, mesoscale,

**[10:33]** multiphysics problems or deep learning.

**[10:35]** These problems are so computationally intense.

**[10:38]** Why would you use a general purpose computer to go do that?

**[10:41]** And so there, the big insight is,

**[10:43]** if you understood the algorithms, understood

**[10:47]** the computer systems, understood,

**[10:50]** if you will, the compilers, the frameworks,

**[10:54]** and understood the architecture of chips,

**[10:56]** and you were optimizing all of it at the same time.

**[10:59]** And so here are the facts.

**[11:02]** This is what happens when you do what I just described.

**[11:04]** NVIDIA is probably the first computer systems company

**[11:08]** that's extreme codesign.

**[11:09]** Meaning, we literally codesign across all of that

**[11:12]** and including CPUs, GPUs, networking, and switches,

**[11:15]** and storage.

**[11:16]** And so the question is, what you get-- well, Moore's Law,

**[11:19]** back in the old days, you guys all know about that,

**[11:22]** Moore's Law was about 2x every 18 months,

**[11:27]** so call it 10x every 5 years.

**[11:29]** So 10x every 5 years is 100x every 10 years.

**[11:32]** And that was in the good old days of Moore's Law.

**[11:35]** And for all the computer scientists in the room,

**[11:38]** you know that Moore's Law was underpinned by a concept called

**[11:41]** Dennard scaling.

**[11:42]** And Dennard scaling ran out of steam several years ago,

**[11:46]** probably about a decade ago, in fact.

**[11:48]** And we kept squeezing it.

**[11:49]** We kept squeezing it.

**[11:50]** But over the course of last 10 years,

**[11:53]** if you just allowed microprocessors to continue

**[11:55]** to scale, and you just don't touch the software and just

**[11:59]** benefit from the speed up of semiconductors,

**[12:02]** microprocessor design, at best case,

**[12:04]** you would have gotten 100x, but probably,

**[12:07]** because Dennard scaling slowed down and Moore's Law largely

**[12:10]** ended, you probably got something along the lines of 10x

**[12:13]** over the course of 10 years.

**[12:14]** Well, in the case of NVIDIA and codesign,

**[12:17]** we got 1 million x over 10 years, 1 million x.

**[12:21]** And so somewhere between 100,000x and 1 million x,

**[12:24]** so when you're talking about numbers that big,

**[12:27]** it really doesn't matter.

**[12:28]** And so 1 million x over 10 years,

**[12:31]** we were able to get scaling and computation

**[12:35]** scales so large, so fast that AI researchers say, why don't we

**[12:39]** just take all of the internet?

**[12:42]** Why even worry about what data to go curate and what data

**[12:46]** to create?

**[12:46]** Let's just take all of the world's data

**[12:48]** and just give it to the computer.

**[12:50]** And that's really the big breakthrough.

**[12:52]** When you're able to do something so insanely fast--

**[12:55]** for example, if you were able to travel at the speed of light,

**[12:59]** where we choose to live doesn't matter.

**[13:03]** If you were able to go from New York to California

**[13:06]** in 10 minutes, everything about society would change.

**[13:12]** And so if you're able to do computing a million times

**[13:15]** faster, everything about computing changed.

**[13:18]** And that's really the big breakthrough.

**[13:20]** Because of codesign, because of the way NVIDIA approached it,

**[13:23]** we accelerated computing so far that it

**[13:26]** created all this infinite abundance opportunity

**[13:29]** for everybody to think about the future.

**[13:31]** And so anyways, here we are.

**[13:33]** Cool.

**[13:33]** I have a bunch of follow up questions,

**[13:35]** but I'm not going to ask--

**[13:36]** That one word led to that.

**[13:39]** GPT 10 [INAUDIBLE]--

**[13:40]** That's what it's like to work at NVIDIA.

**[13:42]** You give me one word, and you get ranted at for about half

**[13:44]** an hour, because I got too much to share with you.

**[13:50]** The question is, how should education evolve in response

**[13:53]** to the industry is changing?

**[13:54]** Yeah.

**[13:54]** And that's a really excellent question.

**[13:56]** And I think the answer, clearly, is,

**[13:59]** AI should be part of your curriculum,

**[14:02]** not just in learning about AI, but using AI for the curriculum.

**[14:06]** The problem with textbooks, as you know,

**[14:08]** it takes an enormous amount of effort to do.

**[14:11]** And when I was taking classes at Stanford,

**[14:14]** Professor Hennessy was still writing his textbook.

**[14:17]** It was all handwritten down.

**[14:18]** And each week, it seemed like he was writing a chapter.

**[14:23]** I don't even know how he writes a chapter a week,

**[14:24]** but every week, he was writing about a chapter.

**[14:27]** And then over time, all of those notes turned into a textbook,

**[14:31]** into the first edition.

**[14:32]** And that must have taken several years.

**[14:34]** And so I think it's not possible for universities

**[14:41]** for pre-recorded textbooks to keep up

**[14:46]** with information and knowledge that's being generated

**[14:49]** in real-time by AI.

**[14:50]** And so I think the future, probably,

**[14:51]** has to be some union of the two.

**[14:53]** And I don't know about you guys, but I

**[14:56]** can't learn anymore without AI.

**[14:58]** And so not only do I have the I read the papers, but I also,

**[15:02]** once I read the papers, I might ask

**[15:04]** it to go read a whole bunch of the other papers that

**[15:07]** are associated with it.

**[15:08]** And then now, it becomes a super researcher.

**[15:10]** And then first, I ask it to summarize,

**[15:14]** I ask it some basic questions.

**[15:15]** And then after that, you interact with that paper

**[15:18]** as if it's a researcher that's dedicated to you.

**[15:20]** And so most people don't realize that.

**[15:23]** I think a lot of people still think

**[15:24]** that you summarize a document.

**[15:26]** But in the process of summarizing the document,

**[15:29]** that AI learned a lot.

**[15:31]** And I think that in the future, I

**[15:35]** do hope that curriculum are tightly integrated.

**[15:39]** In defense of the textbooks, though, I

**[15:41]** will say that first principles don't change.

**[15:44]** In the final analysis, Mead and Conway

**[15:48]** is still a solid of fundamental methodology as before.

**[15:53]** It is true that the scaling process

**[15:56]** that led to constant current density, constant power

**[16:03]** density, all of those design optimizations

**[16:06]** associated with modern semiconductor design,

**[16:09]** we've exhausted all of that.

**[16:12]** None of that is iso anything anymore.

**[16:14]** But it's still good to know where we came from.

**[16:18]** And so I would still encourage to appreciate

**[16:21]** the first principles.

**[16:22]** While I was going to Stanford, I was already working at AMD.

**[16:27]** And I was designing microprocessors at the time.

**[16:31]** And it was still really good to see simultaneously,

**[16:35]** how we design things in practice versus the first principal

**[16:41]** methods associated with learning about eventually,

**[16:44]** how to design these things.

**[16:46]** And I really enjoyed having freedom, both sides of it.

**[16:52]** And I ended up learning a lot more.

**[16:54]** And so what that means is, when you're

**[16:56]** using AI, which is real world, it's contextually relevant now,

**[17:01]** it's contemporary.

**[17:02]** And meanwhile, you have first principles knowledge that you're

**[17:05]** learning at the same time.

**[17:06]** You're kind of getting the same thing that I experienced.

**[17:08]** The question is, what are your thoughts on open source?

**[17:10]** How does open source stay at the frontier?

**[17:12]** Yeah, there's really the question

**[17:14]** of closed source versus closed proprietary software

**[17:17]** versus open source.

**[17:18]** There's a question of my intentions with open source.

**[17:21]** And so I'll start with my intentions of open source.

**[17:24]** First of all, NVIDIA uses more Anthropic and OpenAI tokens

**[17:31]** than just about anybody.

**[17:33]** And the reason for that is, obviously, we

**[17:35]** do a lot of coding, we do a lot of design.

**[17:37]** And 100% of our engineers are now agentically supported.

**[17:42]** And so I want them to be working with agents, using the latest

**[17:46]** generation tools, and remodernize how NVIDIA does work

**[17:50]** altogether.

**[17:51]** So number 1, if you can use OpenAI and Anthropic,

**[17:56]** I would highly recommend you use it.

**[17:57]** And the reason for that is because it's useful.

**[17:59]** It works really well.

**[18:01]** It's getting better all the time.

**[18:02]** And as you know, large language models,

**[18:06]** it's the technology inside by Claude is a product.

**[18:09]** And Claude Code is a whole harness around it.

**[18:12]** And that harness is getting better all the time.

**[18:14]** The model is getting better all the time.

**[18:15]** It's not likely that anybody open source

**[18:18]** go to GitHub, download something,

**[18:20]** it's going to work nearly as well.

**[18:21]** So I highly recommend, and we do, use off the shelf frontier

**[18:27]** AI models.

**[18:28]** The question is, why is it that we're advancing and working

**[18:31]** so hard on open models?

**[18:34]** The reason for that is because language models

**[18:36]** are very important because they represent the codification

**[18:40]** of our intelligence.

**[18:41]** And we want to automate ourselves,

**[18:44]** especially it's a very important part.

**[18:46]** But you need to know that AI is about learning

**[18:49]** the representation, the meaning, the structure of information.

**[18:54]** And so the question is, where is information?

**[18:56]** Well, we're living in information

**[18:57]** right now as we speak.

**[18:58]** The reason why there's structure is the reason why every day,

**[19:01]** you show up, it's largely the same.

**[19:03]** Otherwise, it'd be like practically white noise.

**[19:05]** And so the fact that biological systems and physical systems

**[19:09]** have structure.

**[19:10]** And from that structure, I must be

**[19:12]** able to learn higher level representation.

**[19:15]** And if I can learn the representation,

**[19:16]** then I could manipulate it.

**[19:19]** Does that make sense?

**[19:20]** And so just because I can learn the representation of language,

**[19:23]** I can then generate it, I can manipulate it,

**[19:26]** I could put it to use.

**[19:27]** And so I want to do the same thing for chemicals,

**[19:29]** and proteins, and genes, and physics,

**[19:33]** and physical systems, robotics, for example.

**[19:36]** And so notice, the way you represent all of those things

**[19:39]** are fundamentally different, because the structure

**[19:41]** is different and the dimensionality is different.

**[19:45]** How you train it is fundamentally different,

**[19:48]** because you don't have a whole bunch of internet corpus

**[19:50]** of human language on it.

**[19:53]** So you've got to come up with new strategies for all

**[19:56]** of that stuff.

**[19:57]** And so we decided that we would dedicate ourselves

**[20:00]** in some fundamental pillars, because the company has

**[20:05]** the talent and the scale.

**[20:06]** We have the ability to put the first piece of artifact out

**[20:09]** in the world--

**[20:11]** data, model, how to train it, and several different domains.

**[20:14]** And so some of the domains, I care very much about.

**[20:17]** One of them is called, of course, Nemotron language.

**[20:19]** And I'll come back to that in a second, why is it

**[20:21]** we're doing it?

**[20:22]** And then second is BioNemo, that's for biology.

**[20:25]** And we have Alpamayo.

**[20:28]** Somebody mentioned it earlier, for autonomous vehicles,

**[20:31]** basically, artificial intelligence, navigation.

**[20:36]** And then we have Groot, which is a humanoid articulation,

**[20:41]** robotics, artificial general robotics.

**[20:44]** And then we have climate science, basically mesoscale

**[20:48]** multiphysics.

**[20:49]** And so all of these different domains,

**[20:53]** we decided that we should go and pioneer it.

**[20:56]** And the reason for that is because, otherwise,

**[20:59]** the scientists in these different domains,

**[21:01]** they simply won't have the scale and the technology

**[21:03]** necessary to go build that foundation model.

**[21:06]** And so we decided that we would do that.

**[21:08]** And as a result of doing that, we activated health care.

**[21:12]** We activated life sciences.

**[21:14]** We're working with every single self-driving car

**[21:16]** company in the world, doesn't matter which one it is.

**[21:19]** There's NVIDIA in there somewhere.

**[21:20]** And so we enabled that entire ecosystem to really flourish.

**[21:25]** And we're working with robotics right now,

**[21:27]** and so on and so forth.

**[21:29]** Without us making that first effort

**[21:31]** and building a foundation model, it's

**[21:33]** hard to activate the whole industry downstream.

**[21:36]** And so it's really about expanding AI and democratizing

**[21:41]** this capability.

**[21:42]** The reason why we do language models is

**[21:44]** because, two reasons-- one, there

**[21:46]** are too many societies, where the scale of their language

**[21:50]** is not big enough for somebody else to decide

**[21:54]** to make it a high priority.

**[21:56]** They'll understand Swedish.

**[21:59]** But making Swedish a top priority

**[22:01]** is not likely, because the country is big, but not so big.

**[22:06]** Chinese, of course, well taken care of.

**[22:08]** Indian, certain dialects, very well taken care of.

**[22:11]** But as you know, you have 230 others.

**[22:14]** And so there are too many others that unless you deeply care,

**[22:18]** it's never going to be great.

**[22:20]** And human intelligence, no matter

**[22:21]** the size of your population, somebody should care.

**[22:26]** And so we created a large language

**[22:28]** model that's near frontier, Nemotron is close to frontier.

**[22:31]** And we make everything available,

**[22:33]** so that if somebody wants to then fine tune it

**[22:35]** into whatever language of their choice,

**[22:38]** they got no trouble doing that.

**[22:39]** And then the second reason is very

**[22:42]** important, is because we want to also take these language models

**[22:47]** and fuse it with the domain-specific models because

**[22:51]** of human priors.

**[22:53]** So for example, Alpamayo is a language model

**[22:57]** fused with a world model.

**[23:00]** And so on the one hand, it's really

**[23:02]** designed to detect cars, and roads, and things like that.

**[23:05]** But on the other hand, we also believe

**[23:08]** that if the AI model, if Alpamayo, the self-driving car

**[23:11]** model, can reason like a human,

**[23:14]** and it could reason with human priors,

**[23:16]** then the amount of experiences it needs to have before it could

**[23:21]** be an extremely good and safe driving car,

**[23:25]** the amount of training data is reduced, and we've proven that.

**[23:28]** Alpamayo is probably one of the most effective self-driving car

**[23:33]** systems in the world.

**[23:34]** And it's really only experienced a few million miles,

**[23:38]** not billions of miles.

**[23:39]** And so the system actually works.

**[23:42]** So anyways, I just gave you a long-winded answer.

**[23:44]** I broke it all down.

**[23:45]** You can't just ask a simple question.

**[23:48]** Well, we talked about--

**[23:49]** Open models is really important.

**[23:50]** And then one more thing.

**[23:53]** That wasn't enough.

**[23:54]** One more thing.

**[23:55]** If you care to have AI be safe and secure, it has to be open.

**[24:00]** And the reason for that is, you can't

**[24:02]** defend against a black box, and you can't secure a black box.

**[24:06]** And you can't put a black box of some incredible capability

**[24:10]** into your system with a completely opaque.

**[24:13]** Now, of course, there's a lot of different ways

**[24:15]** you could solve the opaqueness.

**[24:17]** For example, you could say, before it does anything,

**[24:20]** you have to reason about it to me step by step.

**[24:23]** Before you do anything at all, you have to come up with a plan,

**[24:25]** you have to reason about it step by step.

**[24:27]** But you could always lie.

**[24:28]** And the nice thing about transparent systems

**[24:33]** is that then everybody gets to interrogate it.

**[24:36]** If you have a transparent system,

**[24:38]** then researchers get to use it.

**[24:39]** If you have a transparent system,

**[24:41]** an open system, then the way you defend

**[24:43]** against super-agentic systems in the future for cybersecurity

**[24:47]** is obviously not to go into a battle of who

**[24:50]** gets the better one.

**[24:51]** You come up with some model, model 7.0.

**[24:55]** And the only way I combat against that,

**[24:57]** I'm completely vulnerable until I come back with an 8.0.

**[25:01]** And then you got to come back with a 9.0.

**[25:03]** And we just go back and forth, driving each other nuts.

**[25:06]** And that's obviously not the smartest way to do it.

**[25:09]** The smartest way to do it is, you're

**[25:12]** going to create these incredible cybersecurity systems

**[25:15]** or the cybersecurity threats.

**[25:17]** And what we're going to do is, we're

**[25:18]** going to have millions, billions, swarms of cheap AIs.

**[25:23]** And we're going to systematically surround it.

**[25:25]** And so it's, if you will, a giant dome.

**[25:29]** So for example, Nemotron Nano is being used for cybersecurity.

**[25:33]** And so all these cybersecurity firms

**[25:34]** take Nemotron Nano, because it's so fast and so cost-effective,

**[25:39]** you can train it to detect cyber attacks and then just

**[25:43]** deploy trillions of them.

**[25:46]** Yeah.

**[25:47]** On the topic of open scaling, we hung out in January.

**[25:52]** I feel like-- you know that one scene in Thor?

**[25:55]** Do you remember, he was just hanging,

**[25:57]** and he kept rotating in that direction?

**[26:00]** It's zero gravity.

**[26:00]** Here at AI Coachella, we got no gravity.

**[26:02]** [CHUCKLES]

**[26:04]** Thor-- Ragnarok.

**[26:05]** Do you remember that?

**[26:06]** We can move a little bit back.

**[26:07]** [INAUDIBLE]

**[26:08]** OK.

**[26:08]** You guys don't watch movies?

**[26:10]** Well, we got a whiteboard, too, if you want to get up and walk.

**[26:13]** So in January, we met, and we talked

**[26:15]** about this topic, open scaling.

**[26:16]** We talked about bottlenecks.

**[26:17]** We talked about data as one bottleneck,

**[26:20]** compute as another bottleneck.

**[26:23]** There's at least one experiment that we

**[26:26]** announced at GTC together, which was the coalition scaling idea.

**[26:29]** The second is on how to improve utilization on compute,

**[26:33]** which is increasingly scarce.

**[26:34]** It came out last week that there was a memo

**[26:37]** at xAI that said Memphis cluster pool is running at 11% MFU

**[26:43]** utilization, which I think, corresponds to something

**[26:46]** like 11 billion or something of unutilized MFU flops.

**[26:48]** How can the open space--

**[26:51]** well, maybe you could talk a little bit

**[26:52]** about why coalition scaling is an experiment worth trying.

**[26:55]** And we have Brian coming, actually, in the final office

**[26:57]** hours, to talk about progress.

**[26:58]** And then how do we get utilization

**[27:01]** to be better for the open ecosystem

**[27:03]** when you don't have fully integrated companies that can

**[27:06]** optimize up and down the stack?

**[27:08]** Yeah.

**[27:09]** Do you guys know what my MFU is?

**[27:12]** And FU, do you guys know?

**[27:15]** You guys don't use that anymore?

**[27:17]** So MFU is just simply wrong.

**[27:21]** It's the amount of the percentage of flops, basically,

**[27:28]** that you consume while doing your work.

**[27:31]** Model flops utilization.

**[27:32]** Yeah.

**[27:33]** And so unfortunately, with every metric,

**[27:38]** depending on what you measure, you

**[27:39]** could be measuring the wrong thing.

**[27:41]** And so let me tell you why.

**[27:43]** If you ask me, do I want to be at high MFU

**[27:48]** personally or low MFU?

**[27:49]** I would like to be at low MFU all the time.

**[27:52]** And the reason for that is because I want to be so smart,

**[27:54]** I'm overprovisioned for the work.

**[27:57]** Because I'm overprovisioned, I got so many flops

**[28:00]** and sitting idle.

**[28:01]** And the reason for that is because the way

**[28:04]** the computing works in these large scale data centers is,

**[28:07]** you have flops, you have memory bandwidth,

**[28:10]** you have memory capacity, you have network capacity.

**[28:12]** At any given point in time, something is bottlenecked.

**[28:15]** At any given point in time, something is bottlenecked.

**[28:18]** And so what you want to do is you

**[28:20]** want to overprovision on everything,

**[28:23]** so that you can avoid Amdahl's law.

**[28:26]** Otherwise, you're fighting Amdahl's law all the time.

**[28:28]** But then if you're provisioning for peak, not your base loads,

**[28:31]** then you're going to have a bunch of those flops sitting

**[28:33]** while overprovisioned, when you don't need them, because spiky.

**[28:36]** At the right time, it goes to 100% MFU,

**[28:40]** but only for a short period of time.

**[28:42]** And if that short period of time,

**[28:44]** you don't get all that overprovisioned flops,

**[28:47]** then during that short period of time,

**[28:48]** it becomes a long period of time.

**[28:50]** And so what are you seeing for teams that are trying to--

**[28:53]** And flops are cheap.

**[28:55]** No, flops are cheap.

**[28:56]** H100s are going up in price.

**[28:59]** Well, not because of its flops, but because of H100.

**[29:01]** Hopper, its bandwidth, its architecture,

**[29:04]** its everything else, not just its flops.

**[29:08]** So should we think about compute as not a scarce resource?

**[29:12]** No, no, that's not the question.

**[29:14]** It's like this-- when you ask about a car,

**[29:18]** back in the old days, when we were

**[29:19]** unsophisticated, we used to say, how many horsepower is your car?

**[29:22]** But these days, who does that?

**[29:24]** So what's the right measure you think

**[29:25]** we should be thinking about?

**[29:26]** Performance.

**[29:27]** And when you tell the teams, guys,

**[29:29]** this is the perf we've got to hit next year, what

**[29:31]** are you finding is the eval you're

**[29:33]** reaching for more and more?

**[29:34]** You have to come up with a real eval, a really serious eval.

**[29:39]** Because otherwise, you'd be improving your flops.

**[29:41]** You figure out something that you guys can improve.

**[29:45]** And you're improving that number,

**[29:46]** it doesn't make you smarter.

**[29:48]** You're improving that number, it doesn't

**[29:49]** make you more successful.

**[29:50]** And so there's nothing wrong with having a lot of flops,

**[29:57]** but it's not the complete.

**[29:59]** Necessary, not sufficient, that's all.

**[30:01]** In one sense, you could think about the output

**[30:03]** of tokens as intelligence.

**[30:05]** So it should be some unit of intelligence per watt?

**[30:08]** Yeah.

**[30:08]** Yeah.

**[30:10]** Notice, the tokens per watt is more than flops.

**[30:16]** In fact, we know that now, because for decoding

**[30:20]** these large language models, the single most important thing

**[30:22]** for generating tokens per watt is actually

**[30:26]** the aggregate bandwidth across the NVLink 72.

**[30:29]** And the MFU is incredibly low, because the prefill is not

**[30:33]** that much, it's mostly decode.

**[30:35]** But you can decouple, decode, and prefill.

**[30:36]** It's disaggregated.

**[30:37]** And so notice, I just delivered incredibly high tokens per watt

**[30:41]** with extremely low MFU.

**[30:43]** MFU.

**[30:43]** But not all tokens are born equal, right?

**[30:46]** And so how do we account for that?

**[30:48]** When you're designing the systems of the future,

**[30:50]** what is the right way to measure without a standard measure

**[30:53]** of intelligence?

**[30:53]** When you have coding tokens being more valuable for watt

**[30:56]** than, I don't know, some other kind of token.

**[30:58]** Does that question make sense?

**[31:00]** Makes perfect sense.

**[31:01]** You always have to come back to not just optimizing

**[31:04]** for SAT scores.

**[31:07]** You're optimizing for something bigger.

**[31:09]** And so that's basically it.

**[31:11]** It's the same idea.

**[31:12]** You have to decide what evaluation.

**[31:15]** As you know, eval, how you evaluate success

**[31:18]** matters a lot in how people perform.

**[31:22]** And so what NVIDIA does extremely well

**[31:24]** inside the company is the systems

**[31:26]** that we create for evaluating architectures.

**[31:29]** And flops is too contrived.

**[31:32]** Because if it was that easy, then I wouldn't be here.

**[31:37]** You have a hard job, which is to try

**[31:39]** to design an index of different intelligences.

**[31:43]** I think when our teams are researching on the NVIDIA

**[31:46]** architecture, we've got one lab doing

**[31:48]** coding, another one pushing the frontier of superconductivity

**[31:50]** and so on.

**[31:51]** And they all have completely different evals

**[31:53]** they're measuring for, but they're all using NVIDIA chips.

**[31:56]** So how do you solve that problem?

**[31:59]** Your customers all have their own evals?

**[32:00]** Yeah.

**[32:01]** But the architecture of the underlying platform--

**[32:03]** That's why it's so hard.

**[32:05]** And it is true, it's that hard.

**[32:08]** The problem is this.

**[32:09]** If you build something that's too overfit for something,

**[32:14]** you could be incredibly good at it.

**[32:16]** And so you're overfit for this one problem.

**[32:18]** You're insanely amazing at it.

**[32:20]** But then the problem is that market,

**[32:22]** that problem space may not be big enough

**[32:26]** to fund a sufficiently large R&D.

**[32:28]** And so you want to be good at many domains, multidomain.

**[32:33]** On the one hand, on the other hand,

**[32:34]** if you're good at everything, then you're good at nothing.

**[32:37]** You became general purpose.

**[32:39]** And so striking that balance, by the way, is artistry.

**[32:43]** That's what I do for a living.

**[32:46]** What should we not do?

**[32:47]** What should we double down on?

**[32:49]** What should we 10x on?

**[32:51]** That requires some amount of vision, strategy,

**[32:54]** some amount of trial and error, some just personal enjoyment

**[32:59]** and entertainment, iteration, all of that.

**[33:03]** Can we talk about the Canvas of Feynman,

**[33:05]** which is a trip I'm very excited about?

**[33:07]** But it's been hard to get info on it.

**[33:09]** What's the canvas telling you now

**[33:11]** about what your art piece is going

**[33:13]** to look like for the Feynman?

**[33:14]** Well, I can tell you the journey that we came on.

**[33:16]** And so if you look at Hopper.

**[33:18]** Hopper was designed for a problem

**[33:21]** space that was rather new.

**[33:22]** It called pretraining.

**[33:24]** And so pretraining came along.

**[33:26]** And we came to the conclusion that although the generation

**[33:32]** before it was fairly significant already,

**[33:35]** that we should build tremendously large ones, larger

**[33:39]** than any of the largest scientific supercomputers

**[33:44]** in the world.

**[33:45]** So that's a very big deal, that the largest supercomputer

**[33:49]** in the world was about $350 million.

**[33:51]** And we thought, you know what?

**[33:52]** Pretraining is going to be such a large domain and such

**[33:55]** an important problem.

**[33:56]** We should design systems that could be multibillion dollars.

**[33:59]** At the time that we're thinking about doing this,

**[34:01]** it just sounds insane.

**[34:02]** You would have precisely zero customers.

**[34:05]** And the reason for that is because the most expensive thing

**[34:07]** that has ever been sold was $350 million.

**[34:10]** And you're building something that's

**[34:12]** multiple billions of dollars.

**[34:13]** So you're building for precisely a marketplace of zero.

**[34:17]** But we went and did it anyways on first reasoning.

**[34:20]** And so Hopper was designed for pretraining,

**[34:22]** and that was a great call.

**[34:23]** The second thing that we did was, we said,

**[34:25]** OK, well, after training, we're going

**[34:28]** to keep making training better.

**[34:30]** But the goal of AI isn't training.

**[34:33]** The goal of AI is inference.

**[34:35]** And what kind of a system would inference really care about?

**[34:39]** And so we created a system called NVLink72.

**[34:42]** And the reason we did that was because decode in processing

**[34:46]** the neural network, there's the prefill,

**[34:48]** which is really context processing and things like that,

**[34:51]** and attention processing, and then the decode,

**[34:53]** which is generating all these tokens.

**[34:55]** The generation of tokens requires really high memory

**[34:59]** bandwidth.

**[35:00]** And the amount of memory bandwidth you need

**[35:02]** is way more than one chip can possibly provide.

**[35:06]** And so we said, why don't we gang up 72 of these things?

**[35:09]** And so we had to invent all kinds of new systems

**[35:11]** for switching, and interconnects,

**[35:13]** and create all kinds of new [INAUDIBLE].

**[35:15]** And we created, essentially, the world's first rack

**[35:18]** scale computer.

**[35:19]** It's called Grace Blackwell NVLink 72.

**[35:22]** The speedup over the previous generation, 50 times.

**[35:25]** In two years, we improved something by 50 times.

**[35:28]** Moore's Law would have improved by 2x.

**[35:31]** So the architecture and the insight was fantastic.

**[35:35]** And decode, and inference, and large language models,

**[35:38]** and token generation, all of that landed at exactly the time

**[35:43]** that Grace Blackwell came out, and boom, took off.

**[35:45]** So Grace Blackwell, another incredible generation.

**[35:48]** Now, the question is, what happened to Vera Rubin?

**[35:51]** And what's the big idea?

**[35:53]** Well, the big idea is that the goal isn't just to think,

**[35:57]** the goal is to do work.

**[35:59]** And so Vera Rubin is designed for agents.

**[36:02]** And so the question is, what is the compute pattern?

**[36:04]** What is the processing pattern of agents?

**[36:06]** And agents, of course, you have to load a fair amount of memory.

**[36:12]** Long memory, he's got working memory.

**[36:14]** So long-term memory, we put it into storage.

**[36:16]** And we got that storage needs to be able to directly communicate

**[36:18]** with the GPU.

**[36:19]** You can't be copying that data off of the network storage,

**[36:24]** but you want storage to be connected right

**[36:26]** into the processor itself.

**[36:28]** And so we have storage that's connected to the fabric.

**[36:31]** We're going to use a lot of tools.

**[36:34]** And so CPUs are going to be really important.

**[36:36]** But the CPUs of the current generation

**[36:39]** was really designed for cloud computing.

**[36:41]** And so you have these CPUs with hundreds of cores,

**[36:44]** like 200 cores.

**[36:46]** Well, the CPUs of agents, because the AI

**[36:51]** is this multibillion dollar system,

**[36:53]** and it sends off an instruction to use a tool,

**[36:57]** and that tool is going to run on the CPU.

**[37:00]** Meanwhile, this computer, this GPU supercomputer,

**[37:04]** this multi-billion dollar system,

**[37:05]** is waiting for this one CPU.

**[37:07]** And so that CPU really wants to have extremely low latency.

**[37:11]** So we designed Vera, which is for current generation,

**[37:16]** for multiple core, single-threaded code,

**[37:20]** it is, by far, the most performant.

**[37:22]** And so we created a CPU just for that.

**[37:25]** Notice, the way you solve this problem intuitively

**[37:27]** is, you think about, what is the computing pattern?

**[37:30]** How is it different than the past?

**[37:32]** You have to have some mental model about it.

**[37:34]** And you create a system that you can go and go build to run that.

**[37:41]** And so now, agents are here.

**[37:42]** We're going to run that on Vera Rubin.

**[37:44]** And hopefully, when Feynman gets here,

**[37:47]** it's going to be all software.

**[37:51]** We call them agents today, but it

**[37:53]** could be modules in the past or submodules.

**[37:56]** And so in the future, you're going to clearly

**[37:58]** have systems of agents, and agents with subagents,

**[38:01]** and subagents with subagents.

**[38:02]** And so you're going to have this swarm of agents.

**[38:07]** And what kind of computer does that manifest?

**[38:10]** And so that's likely what Feynman's about.

**[38:12]** I have one more follow up question

**[38:13]** on that, which is, one of the things you've always done well

**[38:16]** is spot bottlenecks one generation ahead,

**[38:19]** and then try to presolve for that in the supply chain.

**[38:21]** A year ago, that was, photonics ended up

**[38:24]** becoming a huge solution.

**[38:26]** As we look at energy as a bottleneck,

**[38:29]** literally, copper wires are one of the transmission bottlenecks.

**[38:33]** How does that get solved in your view?

**[38:37]** Energy is just everywhere.

**[38:40]** Well, the first thing that we could do that is in our control,

**[38:45]** as with everything in life, whatever the problem is,

**[38:49]** whatever the external concerns are,

**[38:52]** you should do something that's in your control.

**[38:55]** And in our control is energy efficiency.

**[38:56]** So if you look at tokens per watt, we improved it by 50x.

**[39:01]** And then we'll have to keep on improving it

**[39:03]** by significant factors.

**[39:05]** And it compounds.

**[39:06]** That's the first thing we can do.

**[39:07]** We can control that through codesign, architectures,

**[39:10]** and things like that.

**[39:12]** And the second thing that we could

**[39:13]** do, the thing we could inspire people,

**[39:15]** and that's through a lot of education,

**[39:18]** inspire the ecosystem to get ready for this.

**[39:22]** And I've been, over the last half decade,

**[39:24]** helping people understand the amount of compute that's

**[39:27]** likely to be coming.

**[39:28]** And I just told you guys something

**[39:29]** about how I reason through how much energy

**[39:32]** is going to be necessary.

**[39:34]** The amount of energy that we need for computing is likely

**[39:38]** probably, 1,000 times more than we currently have.

**[39:41]** And that's an enormous amount of energy.

**[39:43]** However, the way to think about that is, in the future,

**[39:46]** computers are going to be two things-- it's always

**[39:49]** going to be generated, because it's intelligent,

**[39:51]** it's contextually aware.

**[39:52]** So it's going to be generated.

**[39:53]** And the number 2, it's going to be continuous.

**[39:55]** And so this generative computing, in a continuous way,

**[39:59]** compared to prerecorded retrieval-based computing

**[40:03]** that is only initiated per use, the question

**[40:08]** is, how do you think about the amount of energy

**[40:11]** necessary for that?

**[40:11]** So I think, if you say, we need 1,000 times,

**[40:14]** I wouldn't be surprised if we're off by a couple of orders

**[40:17]** of magnitude.

**[40:17]** And so we need a lot more compute,

**[40:19]** we need a lot more energy.

**[40:20]** And so you got to go and explain this to people.

**[40:22]** And so I got to explain it to people

**[40:24]** in a way that's common sense.

**[40:26]** And they can observe it.

**[40:28]** And there are indicators along the way that, in fact, this

**[40:32]** is happening.

**[40:32]** And notice, as I was breaking it down for you guys,

**[40:35]** reasoning about it for you, so it's common sense to you.

**[40:39]** And so the amount of energy is high.

**[40:40]** And then lastly, the source of energy.

**[40:44]** Now, there's all kinds of sources of energy,

**[40:49]** but unfortunately, because of great concerns

**[40:52]** about the cost of sustainable energy,

**[40:56]** we under-invested in sustainable energy.

**[40:59]** But this is the best time ever in the history of humanity

**[41:02]** to go and invest in sustainable energy.

**[41:05]** And the reason for that is because the market forces

**[41:07]** are so strong.

**[41:08]** Back in the old days, you needed government subsidies

**[41:12]** to go build solar farms and government subsidies to go

**[41:14]** build nuclear plants.

**[41:16]** And now, you can just market.

**[41:18]** We'll pay you to do it.

**[41:19]** And so market forces are so powerful right now.

**[41:23]** This is our best chance to upgrade

**[41:25]** our grid, our archaic grid, and add sustainable

**[41:29]** energy of all kinds.

**[41:30]** And this is a great time.

**[41:32]** In terms of education, what I've learned as well,

**[41:34]** we designed the class for the students here.

**[41:36]** Turns out, a lot more people, especially a lot

**[41:38]** of investors and capital allocators,

**[41:40]** are watching this [INAUDIBLE].

**[41:41]** Is that right?

**[41:41]** Oh, shucks.

**[41:42]** Why don't we put it up?

**[41:44]** Yeah.

**[41:47]** I'm just kidding.

**[41:47]** If there's education you'd like to do to that audience,

**[41:50]** feel free to drop it.

**[41:51]** Repeating yourself after a while with capital allocators

**[41:55]** can get repetitive.

**[41:57]** I don't mind that.

**[41:57]** So if you'd like to transmit, feel free to--

**[42:00]** what is the next question we should take?

**[42:03]** The question is, how best to spend [INAUDIBLE] faculties

**[42:06]** over the next few years?

**[42:07]** Yeah.

**[42:08]** So first of all, on the pain and suffering comment,

**[42:14]** there's some advice that says, you should choose what you love

**[42:19]** and what you're passionate about.

**[42:21]** That's what your career should be.

**[42:23]** And I think that's terrific.

**[42:25]** I think that's terrific.

**[42:26]** If you happen to know what you're passionate about, if you

**[42:30]** happen to know what you love--

**[42:33]** but I think there are a lot of people

**[42:35]** who don't know what they're passionate about,

**[42:37]** and they don't know what they love.

**[42:38]** And the reason for that is because nobody knows everything.

**[42:41]** How could you know what you don't know?

**[42:44]** So in a lot of ways, the idea that you would only

**[42:49]** choose careers that give you passion, that makes you happy

**[42:55]** is a bar that I think is too high, number 1.

**[42:58]** And the reason for that is because,

**[43:00]** whatever you decide to do for a living,

**[43:02]** whether you found something that you're passionate about or this

**[43:06]** is your job--

**[43:09]** and in my case, it used to be cleaning toilets and bussing

**[43:12]** tables, it was my job.

**[43:14]** And I will do the best I can in my job.

**[43:18]** Whatever you give me as a job, I will

**[43:20]** do the best I can possibly do.

**[43:22]** And I do that today.

**[43:24]** Now, there's a misunderstanding that somehow, CEOs,

**[43:29]** we love our job.

**[43:31]** And many say, oh, I'm passionate about my job.

**[43:35]** I love my job.

**[43:36]** They're lying.

**[43:38]** There's not one CEO who can say that from the moment

**[43:44]** I wake up to the moment I go to bed is just zippity doo dah.

**[43:48]** The fact of the matter is, I really

**[43:51]** love doing 10% of my work, and 90% of my work is hard.

**[43:55]** And I do it to the best of my ability, anyhow.

**[43:59]** And I suffer through it.

**[44:01]** I literally suffer through it.

**[44:03]** I prefer to do something else, that other 10%.

**[44:06]** But that other 10%, there's only so much quantity of that.

**[44:09]** And every company has abundance of problems.

**[44:11]** And there comes in different types.

**[44:13]** And you're going through life, you're

**[44:14]** going to have abundance of problems that are going

**[44:16]** to come in different types.

**[44:17]** And you just have to learn how to condition

**[44:19]** yourself to want to get to a better state,

**[44:23]** no matter how hard.

**[44:24]** To get better, no matter how hard.

**[44:27]** And that's suffering.

**[44:28]** You don't like doing it, but you're doing it

**[44:30]** with all your might anyways.

**[44:32]** What do you call that?

**[44:33]** That's suffering.

**[44:34]** And so I think that when you suffer, and you

**[44:38]** have the benefit of struggle, and you're

**[44:41]** being presented with many opportunities like that,

**[44:44]** it teaches you resilience.

**[44:46]** And when the time comes, and the world, or your family,

**[44:49]** or your company, or your colleagues, they

**[44:52]** need you to be tough.

**[44:53]** They need you to be resilient.

**[44:54]** They just need you to be able to fight through it.

**[44:59]** You don't have that character about you.

**[45:01]** You don't have that muscle, unless you've gone through it

**[45:04]** a whole bunch of times.

**[45:05]** And so I'm advising that you not seek for just joy,

**[45:13]** that you also seek for some pain, some suffering,

**[45:17]** because you're going to need it, someday.

**[45:19]** And then lastly, it's just your job.

**[45:24]** As preacher Huang once said, don't wake up

**[45:26]** with a loser mindset.

**[45:29]** The question is, what's your favorite order of Denny's?

**[45:33]** Yeah, Corvallis, really, should have a Denny's.

**[45:38]** After all these years, frankly, it's about time.

**[45:41]** And so there was that one Chinese restaurant

**[45:47]** and Woodstock's, of course, Corvallis Woodstock's Pizza.

**[45:51]** It's still pretty good, isn't it, Woodstock's?

**[45:53]** It's just that I like American Dream better.

**[45:55]** American Dream is better?

**[45:56]** OK.

**[45:56]** All right.

**[45:57]** I'll be back there soon enough.

**[45:59]** And so Denny's, I would say, surprisingly, the fried chicken

**[46:05]** is really good.

**[46:06]** It's slightly on the sweet side.

**[46:08]** Superbird is excellent.

**[46:10]** It's done right.

**[46:12]** And then another one, if they're willing to make it for you,

**[46:16]** make it like a Superbird, but as a grilled ham

**[46:19]** and cheese with tomato and mustard,

**[46:21]** if they're willing to make it for you.

**[46:23]** They're willing to make it for me.

**[46:29]** Not because I'm an alum.

**[46:31]** Hey, you used to bus tables here.

**[46:34]** Yeah.

**[46:34]** Yeah.

**[46:35]** We'll make special for you.

**[46:36]** But those are all good.

**[46:38]** The grand slam, I enjoy it like pigs in a blanket,

**[46:43]** so that's pretty good.

**[46:45]** There's a whole bunch of stuff.

**[46:46]** Goodness.

**[46:47]** I go all day.

**[46:49]** At Denny's, I had my first hot fudge sundae.

**[46:53]** I had my first apple pie with cheese on top.

**[46:58]** For a Chinese kid, it's like, what is that about?

**[47:00]** That doesn't make any sense.

**[47:01]** But now, you think about it, it makes perfect sense, apple

**[47:04]** and cheese.

**[47:05]** But anyways, I had my first milkshake when I was at Denny's.

**[47:10]** I had a whole bunch of firsts.

**[47:12]** Denny's was eye-opening for me.

**[47:14]** Man, before we lose you to the memory lane, next question,

**[47:17]** please.

**[47:19]** Those are some of the most important questions.

**[47:21]** Agreed.

**[47:22]** Yes.

**[47:23]** The question is about your thoughts

**[47:24]** on adversarial countries, getting access to NVIDIA chips.

**[47:29]** First of all, so you know what we make for a living.

**[47:31]** We make GPUs.

**[47:34]** And GPUs are used for video games.

**[47:37]** They're used for delivering soy sauce.

**[47:40]** They're used for medical imaging.

**[47:42]** If you had a CT scan done yesterday, I'm fine.

**[47:46]** But behind it was NVIDIA.

**[47:48]** NVIDIA is in every single medical imaging

**[47:50]** system in the world.

**[47:51]** And so the question is, what is it that you build?

**[47:56]** What I'm fundamentally against, and it makes no sense

**[48:00]** to this moment, is to compare NVIDIA GPUs to atomic bombs.

**[48:06]** There are a billion people with NVIDIA GPUs.

**[48:08]** I advocate NVIDIA GPUs to all of you.

**[48:10]** I advocate NVIDIA GPUs to my family, to my kids,

**[48:13]** to people I love.

**[48:14]** But I don't advocate atomic bombs to anybody.

**[48:18]** So that analogy is stupid.

**[48:22]** And so if you start from there, you can't finish a thought.

**[48:27]** If you start from believing that,

**[48:28]** you can't finish the rest of the thoughts.

**[48:31]** The second idea that I consider completely ridiculous.

**[48:36]** Why should American companies go compete in foreign countries?

**[48:40]** You're going to lose it anyways.

**[48:43]** You're going to lose it anyways.

**[48:44]** So why go?

**[48:46]** Well, if you guys all apply that same philosophy,

**[48:49]** why wake up in the morning?

**[48:51]** And so I don't subscribe to "We are going to lose anyways."

**[48:55]** I don't subscribe to that.

**[48:57]** If you want me to lose, you're going to have to deal it to me.

**[48:59]** But I'm going to have to put up a fight.

**[49:03]** And I put up a lot of fights over the years.

**[49:06]** I'm doing OK.

**[49:10]** And as you know, the battle, the competition serves markets.

**[49:14]** It enhances your company.

**[49:16]** I'm not a little bit afraid of having to go and compete

**[49:19]** in the marketplace.

**[49:21]** But the idea that I'm going to lose anyway, so why go compete,

**[49:24]** makes no sense to me.

**[49:25]** And then lastly, the idea that somehow, we

**[49:29]** should deprive certain countries of general purpose computing,

**[49:33]** and we can all acknowledge now, NVIDIA is a general purpose

**[49:35]** computing company, I just gave you

**[49:37]** a whole bunch of general purpose use cases,

**[49:38]** is a general purpose computing company, to be deprived of that,

**[49:42]** so that one or two companies could benefit

**[49:45]** from depriving other people of it, that makes no sense either.

**[49:49]** Why should one industry suffer, so

**[49:51]** that another one or two companies benefit?

**[49:56]** The American technology industry is

**[49:59]** one of our national treasures.

**[50:01]** You are going to be part of it.

**[50:04]** And if I do my job, when you are done graduating,

**[50:08]** you're going to graduate into the mightiest industry

**[50:13]** in the history of humanity.

**[50:15]** But if we give it up for some reason, or we, through policy,

**[50:20]** decide that we can't go, and sell,

**[50:22]** and concede 2/3 of the world to other companies,

**[50:29]** by the time that you graduate, you would have gone into a shell

**[50:32]** of an industry.

**[50:34]** That shell of an industry, we've seen before, a long time ago,

**[50:37]** the same arguments went against America in telecommunications.

**[50:44]** Today, America has no telecommunications

**[50:46]** fundamental technology anymore.

**[50:50]** It was all completely policied out of our country.

**[50:53]** And so somebody has to put up a fight for that.

**[50:56]** Some of these reasoning systems, to say that AI is going to come,

**[51:01]** and it's going to be a singularity moment--

**[51:03]** that singularity moment, the moment it comes,

**[51:05]** it's going to be the most powerful thing in the world.

**[51:08]** It'll come as a flash.

**[51:10]** We have no idea whether it's going

**[51:12]** to come on Wednesday or Thursday at 7 o'clock.

**[51:15]** But when it comes, it's going to be game over.

**[51:18]** Some percentage chance that it'll be the end of society,

**[51:21]** as we know it.

**[51:22]** Come on, we all watch Dune.

**[51:26]** We don't have to repeat it.

**[51:28]** And so I think that living their fantasies out,

**[51:32]** their science fiction fantasies out in public demonstration,

**[51:39]** when everybody is relying on their words

**[51:41]** and believing the words, is irresponsible.

**[51:44]** It is not true.

**[51:45]** It is not true that we have no idea how these systems work.

**[51:48]** It is not true.

**[51:49]** It is not true that the technology is going to, somehow,

**[51:54]** in some nanosecond, become infinitely powerful,

**[51:56]** and therefore, it's going to take over the world.

**[51:58]** It is not true.

**[51:59]** It is not true.

**[52:00]** There is no way to defend against it.

**[52:02]** It is not true.

**[52:03]** These things are all being made up.

**[52:06]** And it's made up in a way that, unfortunately, even harms

**[52:09]** all of you.

**[52:11]** You're in computer science.

**[52:13]** You're hoping that when you graduate,

**[52:15]** people care about computers.

**[52:20]** We want to create a future that is

**[52:22]** optimistic about the technology that you are learning to master.

**[52:27]** We want to create that future.

**[52:29]** We want to make sure that America,

**[52:30]** we want to make sure that everybody benefits from AI.

**[52:33]** Everybody should have AI.

**[52:35]** Nobody should have nuclear bombs.

**[52:36]** Can you guys agree with that?

**[52:38]** Yeah.

**[52:38]** OK.

**[52:39]** [APPLAUSE]

**[52:42]** And so young man, thank you for triggering me.

**[52:46]** I'm just kidding.

**[52:47]** [CHUCKLING] I'm just kidding.

**[52:49]** I'm just kidding.

**[52:50]** I just wanted to get it out.

**[52:52]** So we're rational optimists here at AI Coachella,

**[52:54]** so we believe in optimism.

**[52:55]** I'm going to push back a little bit on a different angle.

**[52:58]** I completely agree, reasoning by analogy is a problem.

**[53:00]** Once you start with bombs, you should do first principles.

**[53:04]** What we are observing is that compute-- we

**[53:07]** are compute-constrained in America.

**[53:09]** Independent teams, startups, universities,

**[53:12]** they can't get compute.

**[53:14]** So from a preference order perspective,

**[53:16]** shouldn't America get first priority to a scarce resource

**[53:19]** before we start shipping it off?

**[53:20]** Absolutely.

**[53:21]** That's not happening.

**[53:22]** Absolutely not.

**[53:24]** [CHUCKLES] There's the gotcha.

**[53:27]** Yeah, absolutely and absolutely not.

**[53:28]** Why not?

**[53:29]** The question is, why not?

**[53:31]** There's plenty of chips.

**[53:32]** If the president of Stanford places an order, I promise you,

**[53:36]** I'll deliver it.

**[53:38]** You guys heard it here.

**[53:40]** All right.

**[53:43]** Ahead of--

**[53:45]** This is not funny.

**[53:46]** This is not funny.

**[53:47]** We are dying out there.

**[53:48]** No, no, this is not funny.

**[53:49]** That's right.

**[53:50]** This is a serious matter.

**[53:54]** It is not true that people are giving me orders,

**[53:56]** placing orders, and we're not delivering chips.

**[53:58]** It is just not true.

**[54:00]** You got to place orders.

**[54:01]** The fact of the matter is, the fundamental problem is actually

**[54:04]** something very different.

**[54:07]** Stanford needs compute.

**[54:09]** Science needs compute.

**[54:12]** The fundamental problem is, the system

**[54:14]** is no longer built to be able to deliver massive scale compute.

**[54:20]** And the reason for that is because, just think,

**[54:23]** all of the research departments here at Stanford,

**[54:26]** they're all in different departments.

**[54:28]** You all raise your own funding.

**[54:29]** You all get your own grants.

**[54:31]** Nobody's going to go share their grants.

**[54:33]** But none of the grants are big enough

**[54:35]** to have a large enough compute that you use some of the time,

**[54:39]** but when you use it, you need it to be incredible.

**[54:43]** The world moved away from those centralized computing

**[54:46]** environments towards everybody just using laptops.

**[54:49]** This is today's computing environment.

**[54:52]** And fundamentally, all the universities--

**[54:56]** Stanford is not alone, you don't have a budget

**[54:58]** for $1 billion compute.

**[55:00]** It doesn't exist.

**[55:01]** But whose fault is that?

**[55:03]** Stanford's.

**[55:05]** And the reason why you have to say

**[55:07]** that is because I'm empowering-- when somebody is at fault,

**[55:12]** you empower them to solve it.

**[55:13]** Do you agree?

**[55:15]** Oh, yeah, it's not your fault. Son,

**[55:16]** it's not your fault. Your failure, it's not your fault.

**[55:19]** It's not you talking to me, right?

**[55:24]** Hey, son, you're an idiot.

**[55:25]** It's not your fault. No, it's absolutely your fault.

**[55:29]** And so by saying that, it's absolutely your fault,

**[55:32]** you're also empowering yourself to solve it.

**[55:33]** Isn't that right?

**[55:35]** You're empowering yourself to solve it.

**[55:38]** You just talked to somebody who feels,

**[55:42]** I can do something about my future.

**[55:45]** You're talking to somebody who believes in that.

**[55:48]** And so if I were Stanford, you have

**[55:51]** to find a way to change the way you do budgeting, the way you

**[55:55]** deal with computing.

**[55:56]** You have to find a way to aggregate

**[55:58]** and build yourself a linear accelerator,

**[56:00]** just like Stanford has done in the past.

**[56:02]** We need to build campus-wide supercomputers that everybody

**[56:05]** share.

**[56:06]** Now, you could also go and just contract somebody else to do it.

**[56:09]** I mean, that's all possible.

**[56:10]** But you do need to have $1 billion.

**[56:13]** You need to have some reasonable fund

**[56:15]** to go build something like this, because that's

**[56:17]** how much it costs.

**[56:18]** But that's just what it takes.

**[56:19]** I mean, last I checked, we've got, what, $40 billion

**[56:22]** endowment here?

**[56:23]** How would you put that to use if you were starting--

**[56:25]** We're going to cut $1 billion of it right away

**[56:27]** and give it to somebody as a cloud service,

**[56:28]** and have every single student and every researcher here

**[56:32]** have access to AI supercomputers.

**[56:36]** I would do that right away.

**[56:37]** Now, of course, you've got to go plan things.

**[56:40]** If you want to buy $1 billion worth of tomatoes,

**[56:43]** you don't show up to the grocery store and say hi.

**[56:45]** And then they don't have $1 billion of tomatoes,

**[56:49]** and you go, aha, you're withholding tomatoes from me.

**[56:51]** [CHUCKLES]

**[56:54]** That's just ridiculous.

**[56:56]** And so you got to do some planning.

**[56:58]** And so what you got to do is you got to say,

**[57:00]** next year, we need to have $1 billion

**[57:01]** worth of computing for Stanford.

**[57:03]** And so we'll go build it.

**[57:07]** All right.

**[57:07]** You know what?

**[57:08]** We'll move on.

**[57:08]** But thank you for that.

**[57:09]** Yeah.

**[57:10]** Yeah.

**[57:11]** Yeah, exactly.

**[57:12]** [APPLAUSE]

**[57:17]** We'll come back to that one.

**[57:18]** [LAUGHTER]

**[57:20]** What is the best and worst part of your job?

**[57:22]** When you're CEO of a company, you

**[57:26]** have the benefit of a lot of really fun things.

**[57:28]** Like for example, you're really the person

**[57:31]** who has to conceive of the intersection between vision,

**[57:35]** and strategy, and execution.

**[57:37]** And so you have to live in that world.

**[57:41]** And when you're a company with capability,

**[57:43]** and I'm surrounded by amazing computer scientists,

**[57:45]** and many of them from Stanford, when

**[57:47]** you're surrounded by people like that, when you have a vision,

**[57:50]** it's very realizable.

**[57:51]** And because you're with amazing people,

**[57:53]** your vision is more ambitious.

**[57:56]** So I think that's the fun part.

**[58:00]** So that fun part, I get to do almost all the time.

**[58:03]** I'm always constantly updating my view of the future,

**[58:08]** and my vision of the future, and our role in it,

**[58:11]** and how we reinvent ourselves, so that we could contribute more

**[58:15]** to that future or go invent that future in the first place.

**[58:18]** And so as a CEO, you get to live in that world, and that's fun.

**[58:22]** It's very imaginative.

**[58:24]** It's very strategic.

**[58:25]** It's highly complicated.

**[58:28]** There's no right answer.

**[58:30]** In a lot of ways, it's creativity at its most.

**[58:34]** On the other hand, what comes with that power is

**[58:39]** the responsibilities for a bunch of people

**[58:41]** who joined you in that spaceship,

**[58:43]** that joined you in that vessel.

**[58:45]** And they want to help you create this future.

**[58:49]** And they're part of your team.

**[58:50]** And you feel a deep responsibility

**[58:52]** for their well-being.

**[58:54]** And so when the company is not doing well, or the company,

**[58:56]** in the older days, when we were, in the beginning,

**[58:59]** trying to find our way, we probably nearly

**[59:02]** went out of business four or five times.

**[59:05]** I mean, literally almost went out of business.

**[59:07]** And we were on fumes or we were really flat on our back.

**[59:11]** And so during those times, it's embarrassing.

**[59:15]** It's humiliating.

**[59:16]** It's hard.

**[59:17]** You don't know what the answer is.

**[59:19]** Oftentimes, you're in the dark.

**[59:21]** You're afraid.

**[59:23]** All of those feelings that we have as humans just multiplied

**[59:28]** by 1,000, 1 million.

**[59:30]** And when you're a public CEO, your face is always out there.

**[59:36]** And when you do well, people are happy.

**[59:38]** When you don't do well, they're fast to tell you.

**[59:43]** And so for me, it's a highly vulnerable profession.

**[59:50]** And so you're not naked, but you feel it.

**[59:54]** The question is, what's the biggest mistake you've made

**[59:56]** in the early days of NVIDIA?

**[59:57]** And what did you learn from it?

**[60:00]** Let me give you an example of what somebody might say,

**[60:04]** and I'll say that that's not.

**[60:08]** And so anybody who knows our history

**[60:10]** would know that the first generation of our products,

**[60:13]** the architecture, the technology we used was completely wrong.

**[60:19]** It's not a little bit wrong, it's like completely wrong.

**[60:22]** The fact that smart engineers, and professionals,

**[60:26]** and we were actually funded, and we created this thing,

**[60:29]** and it's like, check it out.

**[60:31]** It doesn't work at all.

**[60:33]** And so using curved surfaces instead of triangles,

**[60:38]** no z-buffer instead of z-buffer, forward texture mapping

**[60:41]** instead of inverse texture mapping,

**[60:43]** we did everything wrong.

**[60:44]** We did everything wrong.

**[60:45]** No floating point inside, we did everything wrong.

**[60:48]** And so we made a lot of tremendously bad choices.

**[60:53]** And I'll say that those are technical bad choices,

**[60:57]** but it led to strategic genius moves.

**[61:02]** How do you take a company that had that reputation and wasted

**[61:07]** a bunch of money and a bunch of time, 2 and 1/2 years,

**[61:10]** doing it the wrong way and surrounded by competition?

**[61:13]** And now, here we are, the only one remaining.

**[61:17]** And so that transformation taught me

**[61:21]** a lot about the importance of--

**[61:23]** technology is important, but strategy is so important.

**[61:29]** And so how you see the world?

**[61:31]** How you approach competition?

**[61:33]** How do you approach the market?

**[61:34]** How do you conserve resources and apply resources?

**[61:38]** Those decisions, I learned more in my early 30s,

**[61:42]** through that deep failure and the company almost vaporizing.

**[61:47]** I learned so much about strategy and strategic thinking,

**[61:50]** and maneuvering, and things like that,

**[61:53]** and it's lasted a whole long time.

**[61:55]** The mistake that I made, that I would say,

**[62:00]** was a genuinely straight up mistake

**[62:01]** is, when the PC or when mobile devices took off,

**[62:08]** we were approached by very important companies that

**[62:12]** are important in the mobile space,

**[62:14]** to work on some mobile devices.

**[62:22]** And the choices that I made, I think the answer

**[62:28]** when they approached us, the answer should

**[62:31]** have been, no, not interested.

**[62:34]** But we decided to shift a bunch of our resources

**[62:37]** to go build mobile devices.

**[62:40]** And I thought that we could add a lot of value,

**[62:43]** but I think, if I were to have thought through it a couple more

**[62:46]** clicks, the amount of value you could really

**[62:49]** deliver for the things that we know how to do

**[62:52]** and what we're good at, it's probably marginal at best.

**[62:55]** And so I shifted the company to go into mobile devices.

**[62:58]** It grew into a billion dollar business and that kind

**[63:01]** of positive reinforcement.

**[63:03]** And then shortly after, during the 3G to 4G transition,

**[63:08]** we were just 100% locked out.

**[63:10]** And Qualcomm was the leader in that 3G to 4G modem.

**[63:16]** And that's the most important part of the phone,

**[63:18]** not the SOC, not computer graphics, not

**[63:21]** even the application processor.

**[63:23]** The phone is obviously the most important part.

**[63:25]** And so during that transition, they were able to block us out.

**[63:28]** I could have probably called it--

**[63:32]** if that circumstance were to happen again, I would have said,

**[63:35]** yeah, it would be a really interesting opportunity

**[63:38]** for a couple of years, but we're going

**[63:39]** to get shut out after that.

**[63:40]** So what's the point?

**[63:41]** Let's go conserve our resources somewhere else.

**[63:46]** So we got shut out.

**[63:47]** We built it up to about $1 billion and then went back to 0.

**[63:50]** But the recovery was, I took all of that expertise,

**[63:52]** that extreme low power and energy efficiency expertise,

**[63:56]** and I shifted all to an application that didn't exist

**[64:00]** at the time, called robotics.

**[64:04]** Somebody mentioned Thor.

**[64:05]** Thor is the great, great, great, great grandson of the chip

**[64:09]** that we were using in mobile devices.

**[64:12]** And that entire genealogy, and all the teams,

**[64:16]** and all the expertise that we built up

**[64:18]** was really helpful to getting here.

**[64:20]** And so that's rationalization.

**[64:25]** Going into that market in the first place was a waste of time.

**[64:27]** And so that, I think, is a strategic mistake.

**[64:31]** On strategy, sometimes, strategy is about forecasting,

**[64:35]** so precisely enough.

**[64:38]** From a systems perspective, what do you

**[64:40]** think you've updated your priors on?

**[64:41]** Or what is the forecasting mechanism you've

**[64:44]** developed to give yourself some confidence that this fog of war

**[64:47]** we don't know quite where things are going to go,

**[64:49]** but generally speaking, we're shooting in the right direction.

**[64:52]** Is there a systems design advice you'd

**[64:56]** give folks on when the shape of the future

**[64:58]** is not entirely clear?

**[64:59]** Yeah.

**[65:00]** And in fact, you used all the right words already.

**[65:05]** The first thing I do is, what am I observing?

**[65:08]** What am I observing?

**[65:09]** And based on what I observe, let's reason

**[65:13]** about it back to first principles,

**[65:15]** break it all back down.

**[65:17]** And ask ourselves, so what's going to happen next?

**[65:20]** And first, so what?

**[65:22]** Is this a big deal?

**[65:23]** Hey, deep learning, computer vision, AlexNet, big deal.

**[65:27]** Is that a big deal or not a big deal?

**[65:28]** And so the big deal part of it is, my goodness,

**[65:34]** here's two engineers, Alex and Ilya, and Hinton, of course.

**[65:39]** And they came up with a neural network model.

**[65:42]** And boom, it crushed the computer vision capabilities

**[65:45]** of all the computer scientists, decades before them,

**[65:48]** in one shot.

**[65:49]** And so is that a big deal?

**[65:51]** Is that a big deal?

**[65:53]** The step up in quality and performance was a big deal.

**[65:58]** Now, the next question is, so what's going to happen next?

**[66:00]** How far can you take it?

**[66:01]** And then if you could do it in this way,

**[66:04]** what else can you solve?

**[66:06]** And if this was able to solve some really amazing problems,

**[66:09]** what does that mean to computers and computing?

**[66:11]** And so you just keep asking yourself these questions.

**[66:13]** And so you're just iterating like that, all the way

**[66:16]** to first principles.

**[66:17]** And then from that, you create a mental model

**[66:20]** about the future of computing.

**[66:22]** And where is it going to be?

**[66:24]** What can it do?

**[66:25]** For example, self-driving cars and robotics.

**[66:28]** How large would models become?

**[66:30]** And if so, what would computers look like?

**[66:34]** Processing neural networks, how is

**[66:35]** that different than processing floating point

**[66:38]** numbers, and integers, and first principle mathematics?

**[66:41]** We express everything in FP64 or FP32,

**[66:44]** but obviously, neural networks don't have to do that.

**[66:46]** And so you reason through it like this.

**[66:49]** And then you build up a mental model of the future.

**[66:53]** And then your company, where you are going to be within it.

**[66:57]** And then you just work backwards from there.

**[67:00]** And then now, the question, of course, is, you could be wrong.

**[67:03]** And oftentimes, if you reason about things properly,

**[67:06]** you're not completely wrong, but you're not completely right.

**[67:09]** And so I tend to be very comfortable, saying,

**[67:13]** OK, these are the things that will likely happen.

**[67:17]** And these are things that will absolutely happen.

**[67:20]** And these things may happen.

**[67:21]** And based on that, I think we ought

**[67:22]** to go in that general direction.

**[67:24]** And we'll feel our way through.

**[67:25]** And now that the skill of building companies then,

**[67:29]** of being successful along the way

**[67:31]** is, you're going into this direction,

**[67:33]** and it's going to take energy, it's going to take time,

**[67:35]** it's going to take money.

**[67:37]** And everything, that time, energy, and money, that

**[67:40]** takes away from something else.

**[67:41]** So the opportunity cost of pursuing a strategy

**[67:47]** is the real cost.

**[67:49]** And so you've just got to ask yourself,

**[67:51]** how can you be smart enough such that the opportunity cost is

**[67:55]** reduced and your optionality is increased?

**[67:58]** And so you're trying to think through all of that stuff

**[68:00]** all the time.

**[68:01]** It's no simple answer, but in a lot of ways,

**[68:06]** you're trying to get the journey to pay for itself.

**[68:10]** Given everybody's going to mob you

**[68:12]** for more signatures, that's where we're going to end.

**[68:15]** Thank you.

**[68:16]** Thank you very much.

**[68:17]** [APPLAUSE]
