youtube.nixfred.com nixfred.com

Ex-NVIDIA Engineer: Why AI Is About to Get 1000x Cheaper

Neil Movva, co-founder of Sail Research and a former NVIDIA GPU kernel engineer, tells Patrick O'Shaughnessy how he intends to drive the cost of a token down by three to six orders of magnitude. His argument runs the whole stack: rebuild inference around throughput instead of latency, buy any chip at the right price rather than bidding against the frontier labs for Blackwell, and scavenge power by accepting distributed one megawatt data centers that only stay up 95 percent of the time. Along the way he gives an unusually clear technical account of tensor cores, SRAM versus HBM, the KV cache, why attention is memory bound while the MLP is compute bound, and why performance per watt has barely moved from Hopper to Blackwell to Rubin. The bet only works because background agents run for hours and nobody is waiting on the answer.

Published Aug 25, 2026 1:23:36 video 96 min read Added Aug 27, 2026 Open on YouTube →

At a glance

The guest is Neil Movva, co founder of Sail Research, and before that a GPU kernel engineer at NVIDIA starting in 2016, back when the tensor core was still a skunkworks fight for five to ten percent of the die. He is on Invest Like The Best with Patrick O'Shaughnessy to describe a company he calls a token factory: an API that serves open weight models at, in his words, a price that is unbeatable in the market, plus long running sandboxes for agents that work for hours, days or weeks.

The headline number in the title is real but it is the floor of a range and it is an ask, not a measurement. At 1:15:23 he says the world needs "at least three to six orders of magnitude improvement in cost per token," anchored to a specific arithmetic: a trillion tokens at frontier API pricing costs at least five million dollars, and he wants that trillion to cost five thousand. That is the 1000x. The six order version puts it at five dollars.

What makes the interview worth reading rather than clipping is how he decomposes the path, and how much of the conventional list he throws out. Process node does not help him: he says performance per watt of a BF16 multiply barely moved from Hopper to Blackwell to Rubin, and barely moves across TSMC 5, 4, 3 and 2 nanometer. Sparsity does not help him either: frontier models are already about one percent dense. What is left is the KV cache (uncompressed by an order of magnitude or two, his only quantified headroom), serving for throughput instead of latency, buying whatever silicon is mispriced rather than bidding against Anthropic for Blackwell, and scavenging one megawatt sites on intermittent solar and wind that he will happily run at ninety five percent uptime.

The whole thing only closes because of one product bet: background agents. If nobody is waiting on the answer, latency stops being a constraint, and every expensive thing built to protect latency (NVLink, redundant fiber, diesel generators, concentrated gigawatt campuses) becomes optional. This page rebuilds the conversation in its order, keeps every figure he gives, and then puts the 1000x on a table where you can check it.

Building a token factory (0:38)

Patrick opens with the question he always opens with: literally what is the system, and why should it exist.

Movva's answer is compact. Sail Research is a token factory. There is an API. Anyone can send requests against large open source language models for any task, and Sail serves those tokens at a price he claims is unbeatable. On top of that sit sandboxes, which are long running agent virtual machines hosted in the cloud, built specifically for agents that run for hours, days or weeks.

Patrick reframes it back to him: you are a peer to the other inference companies, but you serve one specific kind of inference, and the goal is to be the absolute cheapest provider and enabler of that kind of use of intelligence. Movva takes the framing exactly.

The theme of our company is abundance. We want to deliver this new commodity of intelligence to as many people as possible at a cost that is sustainable for almost every industry.

Then the line that sets the bar for everything after: whenever you make something ten times cheaper, it is a new product category. That is the aspiration for tokens. And underneath it, the thing he keeps returning to for the next eighty minutes, stated plainly: it is profound that the machine can think, and the job now is to make as many machines as possible in the world work toward thinking.

Is cost per token even the right unit? (1:32)

Patrick pushes on the metric itself. Is token cost the right way to think about this, or is there a better frame?

For now, yes, absolutely. His north star is the lowest cost per token in the industry, by a mile. But he does not believe tokens are the final unit of work or of intelligence. They are simply what we use today, and they are straightforward.

The direction after tokens is outcomes, which he admits is a vague word, so he grounds it in something concrete about how agents already behave. When you consume tokens through an agent, you do not actually control how many tokens the agent reasons for. It can reason for some amount of time, or call some number of tools, and you do not set that. Increasingly the shape will be: give the agent a unit of work, let it take as many shots on goal as it can, and however many tokens it burns getting there is a dependent variable of the task.

Patrick's summary, which Movva accepts: agents that self administer a token budget, rather than a company setting a budget for how many tokens its engineers may spend per month.

Why there is an opening at all (2:34)

The obvious objection: the entire world is already oriented around more, better, faster, cheaper tokens. Every serious company is attacking this. Where is the market inefficiency?

Two tailwinds, in his order.

One: the rise of open source. He insists on saying it first. An increasing number of his Customers, and the broader market, care about owning intelligence. They want control and sovereignty over the thing they depend on. That produced a real market for customized models, or even just vanilla open weight models that nobody can ever take away from you: you always have the weights, you always have the right to deploy them however you like.

Two, and this is the actual opening: everyone who serves those weights built for the wrong workload. He names the field directly, Baseten, Fireworks, Together, and says take your pick, they all focus on low latency inference. And they were pulled that way by one very important Customer: Cursor.

His read is that this was the right choice about a year ago. As of six months ago it started to look like low latency was not the only thing you want out of an agent. You wanted persistence, longer horizons. And now, to him, it is obvious:

The future of agentic inference is long horizon tasks. You're going to run the machine for hours or days at a time. It doesn't matter if it spits out tokens at 100 tokens per second. Maybe 10 is just fine. That comes with corresponding advantages and efficiency.

That last clause is the entire thesis in miniature. Ten tokens per second instead of a hundred is not a degradation he tolerates. It is the source of the money.

The future of background agents (4:21)

Patrick pushes back with the honest consumer instinct: I want everything as fast as possible.

Movva's answer is a redirect rather than a denial. When you are waiting on it, you absolutely deserve the fastest answer possible. His trick is that he does not want you waiting on it at all. He wants the work proactive, in the background.

One way to say it is like the best latency is no latency at all. When you wake up in the morning, the work's already been done overnight. You didn't even have to ask for it.

He concedes we are not quite there yet. But the more important point is structural: the more you sit in the loop prompting an agent and waiting for a response, you are the bottleneck on how much work the agent does. What he wants is for agents to operate on human time scales. You do not manage your colleagues every five minutes. You give them a high level task and check in maybe daily, more likely weekly. That, to him, is the shape of human and agent collaboration.

Test time compute is the early indication (5:07)

Asked for the evidence that this is actually happening, he names test time compute scaling: the idea that you can give an agent more time and it gives you a better answer.

His timeline for it is specific. Theorized about two years ago. Not something you could actually bet on until late last year with Opus 4.5, which he calls the first agent at all suitable for longer horizon tasks, and "pretty mediocre when it first came out." Look at more recent models, and at what Sail has done on the open source side, and agents are capable of running for an hour at a time. Not days. But an hour is quite suitable today.

And that is enough to draw the line: average turn or task length keeps getting longer, and it does not take many points to draw out the exponential and conclude agents are worth running for longer periods.

The split he is underwriting: 50/50 now, 90/10 later (6:09)

Patrick asks for a market share number on long running agents in three years. Movva loves the market precisely because it is unbounded: there is no human in the loop, so you can consume as many tokens as you like in the background.

Then the constraint on the other side, and it is a good one:

If you tell me to consume 10x as many tokens at Codex or at Claude Code, I'm actually not sure if I can anymore. I'm already in a loop and locked in coding for most of the day that I'm at the laptop.

Human attention is capped. Background consumption is not. His numbers: we end this year at maybe fifty fifty background versus real time workloads, and he sees it going to ninety ten in favor of background.

What background compute is actually good at (6:40)

He gives categories, not hand waving.

Deep research at a scale humans do not attempt. Not a hundred sources, not a thousand sources, but ten thousand or more, when you want a definitive answer. He names a Customer, Parallel Web Systems, which is building an index over the whole internet and monitoring it in real time for changes. That is exabyte scale work, and it needs a different kind and scale of intelligence.

Cybersecurity, which he sees following the same path. The argument is asymmetric in a way that is easy to miss: yes, there is a lot of code you can generate, but there are exponentially more ways to break that code than there are to generate it. Customers are working hard on agents that break any piece of software so they can proactively patch it. When Fable came out, and when Mythos came out, the security community pushed to run them against every line of code ever written, looking for bugs in twenty different ways: memory errors, business logic errors, network vulnerabilities. These become specialized agents. You do not have the model read the source once. You stand up environments and actually pentest the application.

Out of that comes the joke he repeats as if it were a definition:

At some point, people started to make this joke that security has become proof of work. When you want secure software, it's really a question of how many dollars did you spend on Anthropic's APIs trying to break into your software.

And a genuinely important technical aside: the frontier of intelligence is jagged. It is not the case that the biggest model finds a superset of the bugs. You will find bugs with a very small model that the large model misses. You find bugs with Haiku that you do not find with Fable, and vice versa. That pushes toward diverse sampling across many models rather than always reaching for the largest one, which is itself a cost argument.

Dreaming further: proactive intelligence and the dollar cost of an answer (8:42)

Patrick asks him to get imaginative about the new product category.

For individuals, the thing he wants is proactive intelligent agents. Imagine a Siri running in the background all the time, understanding every email and every text message you receive in a day, holding a much more encyclopedic view of your life. Today's assistants are point solutions, which is why you end up doing so much prompting. Siri is not proactive. That is fixable with abundant inference. And if you trust the machine enough on both axes, reliable and private, the machine can model how you interact with it and surface your next action whenever you open your phone. Can we build a good model of what you are going to do next? His estimate: yes, we totally can.

The key to it is not a model breakthrough. It is price:

You have to be willing to spend tokens without any promise of return. That's the unlock.

Then he zooms out to the version of this argument that matters most. We have a form of intelligence that can tackle any verifiable problem. Any verifiable problem means most software. It means a lot of formal work like math proofs. And it could mean scientific discovery. All of those already have a hidden dollar cost attached: how many tokens could you possibly harness to make this work.

And the number is coming into view. Not millions. Thousands. Maybe hundreds, or even tens of dollars in the near future, for a definitive answer to a scientific question or a research problem.

The limit case, and the one thing he will not claim (11:45)

If that future arrives, Patrick says, we become limited only by the questions people can ask. Movva agrees: the models are on the cusp of taking a high level question and chasing down every possible follow up on their own. The remaining variable is the token budget, and, he says, we will solve the token budget problem.

Asked about non verifiable tasks, he draws the line cleanly and does not hedge it:

I put basically the entire category of human taste into that category. We have not solved human taste yet and I don't know that it fundamentally can be.

He says he is excited to be surprised, but Sail is focused on quantitative problems. The quality of writing and the beauty of art, he leaves to people.

The master plan, layer by layer (12:46)

Patrick sets up the second half of the conversation: the stack of solutions that gets to the giant token factory. Software, hardware, power. Talk through the plan.

Movva's ordering principle is capital efficiency. You always start with software, because the question is where the opportunity is on today's chips, in today's data centers. Software has the highest leverage and the lowest capital requirement, so it is where a startup earns the right to touch anything heavier.

where each efficiency gain lands cost per token MODEL ARCHITECTURE Sparse MoE (already 1 to 10% dense), attention shape, FP8 and FP4 datatypes, KV cache format "We're fully downstream of models." Not his lever. He can only predict it and build to it. KERNELS AND SERVING SOFTWARE Kernel fusion, parallelism scheme, batching for throughput, the control plane across sites Peak speed of light. Big matmuls already hit 70 to 80% of peak, so the win is keeping the GPU there. SILICON AND MEMORY FLOPs per dollar per hour across NVIDIA, AMD, TPU, Trainium, Cerebras, Groq, Etched, d-Matrix "There's no bad chips. There's really bad pricing." Arbitrage, not a chip preference. DATA CENTER 1 MW sites (about eight liquid cooled racks), no diesel, no redundant fiber, no SLA Buys 95% uptime that nobody else will touch. Mini mills, not one monolithic plant. POWER AND LAND Solar and wind, intermittent, aggregate not concentrated; would take 80% uptime at the right price Outages measured in days are predictable, so model the weather and move the workload.

amber = upstream of him · blue = his lever

Figure 1. The stack Movva says he attacks, and the one layer he cannot. Every quoted figure here is his, from the interview. The top band is the one he explicitly does not control: he can only predict where the labs take architecture and build his serving system to match.

NVIDIA and the GPU stack (13:09)

The first thing Sail did was build the entire LLM software stack around peak GPU efficiency: use NVIDIA GPUs, and squeeze more tokens out of the same chip than anyone else in the world. That starts at the lowest level of programming, kernels, which is his background. NVIDIA was his first job while he was still in college, and he got to watch, in his phrase, the tensor cores earn their right to be on the chip. This is 2016.

What a tensor core is, and why matrix multiply (13:47)

Patrick asks for the layman's version, and Movva gives a clean one. A tensor core is a specialized unit on the GPU that accelerates matrix multiplication. That is it.

Then Patrick asks the better question: why is matrix multiplication so important? Movva does not pretend to a deep answer, which is to his credit:

I cannot say that there is a divine truth of the universe that explains why matrix multiplies seem to be the atomic unit of computation. But one way I've heard it described to me is, well, it's a really succinct way to mix two blocks of numbers together and have them interact in some interesting way.

His only additional comment: it is really convenient that linear algebra turns out to be a compact representation of arbitrary relationships in data.

How the tensor core won its die area (14:18)

The history here is the part a general audience never gets, and he tells it from inside.

NVIDIA is a graphics company with dominant share in GPUs and gaming graphics. In the mid 2010s it began skunkworks projects to make the graphics processor more suitable for machine learning workloads it was tracking. He remembers reading the lab notebooks of his managers: they would go to small ML conferences, ICML and NeurIPS at the time, and take notes. Oh, this deep learning thing seems to be catching on. What is interesting is that these grad students are using gaming NVIDIA GPUs to train their large models. We should double click on this and figure out what is going on.

By 2015 and 2016, Jensen Huang had the conviction that this usage was only going to grow, and started allocating precious silicon die area to a capability that was still emerging.

The internal politics of that decision are the interesting part. You are taking a gaming chip designed for painting pixels on a screen and adapting it to do matrix multiplies. When you ask for silicon area you are competing directly against the graphics teams, and in any chip company die area is guarded ferociously, because investing in the wrong technology is opportunity cost you can never recover.

We kind of fought tooth and nail and got just a tiny bit of die area, maybe like 5, 10%, something like that, for the first generation of these chips.

What that first generation bought was acceleration for basic convolutions, the fundamental operation for the computer vision models of the day. And then a software team, his team, tried to squeeze every drop of performance out of it.

Speed of light (15:51)

That software team is where he says he learned the thing he still runs his company on. NVIDIA has a term: speed of light. They always chase the speed of light for any piece of hardware they make, and it is so ingrained that if the machine can do it, engineers will push the machine to that frontier.

The speed of light is the edge of what's possible. If we think the chip can run at this frequency and produce this many multiplies per cycle, we're going to get there. We're going to break every bottleneck and get to that peak level of performance.

He carries it forward as a management principle, and the distinction he draws matters:

To this day, I tell all my engineers, we're chasing 100% speed of light. I don't care about relative numbers versus the competition. I only care about absolute numbers.

Two more NVIDIA stories: tenure, and the milk club (16:53)

Patrick asks what else stood out about the company. Two things.

Retention. A lot of the people he worked with at NVIDIA in 2015 and 2016 are still there today. He calls them the best engineers on the silicon side he has worked with in his career, extremely motivated, believers in parallel computing as a concept through all its incarnations. This is their life's work.

Frugality, illustrated with one perfect detail. All the Silicon Valley companies cut perks after 2008, so no free lunch. NVIDIA took it a step further: no free milk in the fridge. If you wanted milk in your coffee, you chipped in a dollar a month to the milk club, and the milk club stocked Costco milk. He notes that Sail does not do that. But the frugality permeates the company.

Throughput or latency: the trade nobody gets to break (17:53)

This is the technical heart of the first half, and it is the mechanism that funds everything downstream.

The GPU is fundamentally a throughput machine. It is happiest when you give it a lot of work and let it chew through that work at peak utilization of its compute units. But that is not the direction AI went. We pushed AI to be an interactive chatbot, and in that world you care enormously about spitting answers at the person at the keyboard as fast as possible.

That is hostile to the hardware. It is very difficult to put the GPU in its happy path of being fully compute utilized when you are trying to emit tokens quickly. There is a fundamental trade off on the GPU between being throughput oriented and being latency optimized, and everyone chose latency, because the shape of usage was chatbot shaped. His claim: that is the most profound change coming in the next year. Chatbots give way to proactive background agents, and in that world you build the stack around throughput.

Why the trade is unbreakable (19:00)

Patrick asks the right follow up: explain technically why you cannot have both.

Movva starts general. It is foundational in almost every system: there is always a trade between getting a small amount of data through as fast as possible, leaving a lot of buffer room for it, versus running wide and slow. Narrow and fast or wide and slow is a classic trade in all of computer science.

For the GPU specifically, the thing to focus on is batching. You want to group many users' work into a batch and run it all at once, because that is what the parallel processing hardware wants. The catch:

You're doing net more work when you run a large batch of compute together. And so you might be filling all the units, but every step along the way, as you carry a batch of work through the GPU, there's more work to be done. And so any individual token or any individual user's request in that batch, it's going to spend a longer time on the GPU being carried with other people's traffic.

Then the analogy, which he offers unprompted and which is the cleanest thing in the interview:

If you want to get downtown in SF, you can take the bus or you can take private transit. The private transit is going to have its own direct path, as the crow flies, using exactly the roads that you want from point A to point B. A bus, it's going to have to serve many more people and it has to fundamentally do something that works for everyone.

So it takes a slower path, and it stops and waits for people to get on and off. Patrick lands it: step one of your optimization is to build the best possible bus on top of NVIDIA GPUs. That is exactly right.

NVLink, tensor parallelism, and sublinear scaling (20:24)

His example of what a different parallelism scheme buys you is worth following closely, because it is where NVIDIA's real moat sits.

One of the things NVIDIA has genuinely innovated on is NVLink, the interconnect between GPUs. It is good enough that if you have a large matrix multiply you want to perform faster, you can cut that matrix multiply into pieces and shard it across two or more, up to eight, GPUs, have them each work on a tile, and reduce the results back together at the end.

The arithmetic of what that actually buys is the point:

Each GPU is now doing one eighth as much work, and therefore it can finish faster, but not eight times faster. It's sublinear scaling. You'll use eight times more hardware, but you won't get eight times the speed. You might get like four to five times the speed.

Eight times the hardware, four to five times the speed. Two reasons: communication overhead, and the fact that every GPU is a little less efficient working on a smaller tile than on a larger one. It is the only way to get minimum latency, and, he says flatly, it is not the choice he would make.

What he would use instead: expert parallelism or pipeline parallelism, plus tricks to overlap and hide communication latency in ways a low latency server has far less freedom to do (because hiding latency behind other work is precisely what a latency optimized server cannot afford).

Patrick asks the sharp question: is NVLink therefore a technology that improves latency performance, and only latency performance? Yes. NVLink, he says, is mandatory for low latency inference.

Which is exactly why he does not need NVIDIA (22:22)

And here the whole strategy snaps into focus.

NVIDIA is excellent at low latency inference. Sail does not care much about low latency inference. So where does that leave him? He is not holding his breath for other vendors to figure out NVLink: it is challenging technology, hard to scale, hard to productionize. But if some other vendor's chip is good at the foundational compute components, if it can still do matrix multiplies really well and simply cannot communicate results across peers quickly, then there is room for that chip in his stack as a really good compute per dollar option.

What I actually optimize for in most cases is how many FLOPs does this chip have and how much is it going to cost me per hour to operate, to own and operate.

There are chips that rank higher than NVIDIA on FLOPs per dollar and do not have the interconnect. His job then is to pick a parallelism scheme that makes that chip suitable for inference. It will not be tensor parallelism, where NVIDIA is basically mandatory. Other techniques may work fine.

DimensionTraining economics (the last two years)Inference economics (his bet)
Is the spend speculative?Yes. You buy compute against demand that may never arrive speculativeNo. "You don't hoard tokens, you use them immediately" non speculative
Workload supersetThe superset. Any training cluster can serve inferenceThe subset. An inference fleet cannot necessarily train
What it demands of networkingHigh bandwidth between chips, cluster wideFar less. NVLink is mandatory only for low latency serving
Cluster concentrationOne place. Nobody wants cross data center trainingDistributed. Aggregate power, never concentrated power
Viable site size100 MW and up, "basically impossible" to build now1 MW, which he calls plentiful (about eight racks)
Uptime requiredRedundant power, redundant fiber, diesel on site, SLAs95% is fine, 80% possibly fine at the right price
Optimization targetTime to a finished modelFLOPs per dollar per hour, owned and operated
Latency postureNot applicableAverage throughput competitive, P99 explicitly uncontrolled
His historical analogyDot com networking capex: demand that never cameNot that. Inference spend "monotonically increases"
Figure 2. Training against inference, as Movva frames the split. Every row is drawn from a claim he makes on the show. The rightmost column is the entire reason his cost structure can differ from the frontier labs': he is buying the things that only a latency insensitive, failure tolerant buyer can use.

Chips, memory and transformers (23:27)

Before leaving latency, Patrick asks about the companies that go the other way: Cerebras, Groq, the very low latency accelerators. What happens to that segment?

Movva's answer becomes a genuinely good lecture on memory, so it is worth following it all the way down.

Cerebras, Groq and a couple of others coming out of stealth made an interesting bet: not to build another GPU, but to build a different kind of accelerator organized around a different memory hierarchy. They want to maximize the amount of SRAM on the chip and use that as very fast memory for weights and KV cache.

SRAM against DRAM (23:58)

There are two ways to make memory for a chip.

On die SRAM. You integrate the memory onto the logic die itself. You tell TSMC you want this many megabytes of storage on your chip, and there is a standard cell library for it: you print out a bunch of SRAM cells. The standard construction is the 6T cell, a six transistor arrangement that is stable. You write a bit to it and it holds that state without any active management, which is what "static" in static RAM means. The problem is area. SRAM eats silicon.

His worked example: take a large die, say NVIDIA Blackwell at 800 square millimeters. If you made that entire die SRAM, you would land in the single digit gigabytes. Not a crazy amount of data storage for the most expensive silicon on Earth.

DRAM, from an entirely different process. Not TSMC, but Micron, SK Hynix and Samsung. DRAM is a whole different way to build memory, focused on capacitors rather than transistor cells. To write data you push a charge onto a capacitor, and the instant you do, the charge starts leaking. That is the "dynamic" part:

You must, every 50 milliseconds or so, refresh every bit you've written. So you're constantly juggling billions of balls in the air. Essentially billions of bits have to be managed by a memory controller which is reading and refreshing every bit on the DRAM.

The payoff for all that juggling is density, on a process so different that the industry split DRAM manufacturing into entirely separate companies. Take DRAM from Micron, SK Hynix or Samsung, stack it into many layers, and print or solder it around the main logic die you got from NVIDIA, and you get HBM, high bandwidth memory.

The numbers, and they are not close (25:59)

Here is where the abstraction turns into figures you can check.

And bandwidth runs the other way, for a physical reason he states cleanly: SRAM is physically close to the logic gates that do the computation. The arithmetic logic units sit right next to the SRAM they pull from, so the compute units doing the matrix multiplies can pull data from SRAM at mind boggling speeds.

Many orders of magnitude in the other direction. More capacity, proportionally less bandwidth.

1 10 100 1,000 10,000 100,000 bandwidth, TB/s (log)

0.1 1 10 100 1,000 memory capacity, GB (log)

Cerebras WSE-3 wafer SRAM 50 GB at 21 PB/s wafers stacked up to 1 TB Blackwell HBM 288 GB at ~10 TB/s Blackwell on die SRAM 500 MB, bandwidth not quoted

~2,000x the bandwidth, about a sixth of the capacity all figures as quoted by Neil Movva, 24:28 to 27:02

Figure 3. The memory trade, on his numbers. Capacity and bandwidth pull in opposite directions, and that single fact is why he thinks the pure SRAM accelerators end up as coprocessors rather than replacements. The 288 GB against 500 MB gap he rounds to three orders of magnitude; it is closer to 576x, which is the sort of rounding a systems engineer does out loud.

What Cerebras actually does, and the path to a thousand tokens per second (27:02)

Given that SRAM density cannot easily be increased on a chip, Cerebras attacks the constraint from the other side.

They refuse the reticle limit. TSMC imposes an 800 square millimeter limit on a die; Cerebras takes the entire wafer, connects every die to every other die over the scribe lines, and gets as much SRAM as it can on the whole thing. That reaches, say, 50 gigabytes of SRAM per wafer. Then stack many wafers together in a pipeline, and you are at up to a terabyte of very, very fast memory.

And you do all that work for one reason: to read data from SRAM at 21 petabytes per second per wafer, so you can move the entire parameter count of a large model, he uses Kimi as the example, on and off the logic cores in about a millisecond.

So there you go, you have a path to a thousand tokens per second.

The KV cache is the thorn (28:02)

His prediction for that segment is a hybrid outcome, and the reason is the KV cache.

You can pair the Cerebras chip where it is strong, extremely fast access to memory, with something that has more memory capacity. It is true that you can take a one trillion parameter model like Kimi and fit it across a large number of Cerebras wafers. What you cannot do easily is handle the KV cache, because the KV cache grows as people use the model and is always dynamic. You do not even know how much you are going to need. It depends on how many users you have and how many you want to serve.

Patrick asks him to explain KV cache from scratch, and the explanation is one of the better plain language ones on record:

Whenever you use a language model, every token you send through the language model stays in the context window for as long as you're having a conversation. So if we talk for 100,000 tokens, the 100,001st token is still in the conversation behind us, and the model is referencing all the past conversation history in order to make better predictions.

That reference material has to live somewhere. You have to store a representation for every token you sent through the model, and, critically:

It frequently gets to be larger than the weights of the model themselves. You have this crystallized knowledge in the model weights, and you have the dynamic knowledge of the exact conversation we're having in the KV cache.

Remember that sentence. It is the setup for the only quantified inefficiency he names later in the show.

Why long conversations degrade (29:34)

Patrick raises the everyday observation: deep in a conversation, things start to degrade. Is that a technical problem?

Movva's answer separates two things people usually conflate. The KV cache is an exact representation of everything that came before. No information is being thrown away. The problem is on the training side:

During training, the model did not get trained primarily on very long context conversations. It got trained primarily on, let's say, 8,000 token conversations or 16,000 token conversations. So if you take the model to 200,000 tokens, there was some training that happened at that context length, but it's not the model's core strength.

So the perennial battle for the frontier labs is making a model exactly as intelligent at 10,000 tokens as you expect it to be at 200,000. He notes that million token context windows have been a concept for years, that he believes Anthropic was first to hit a million token context length, and then he undercuts the whole feature with his own behavior: he still uses /compact in Claude Code well before a million tokens, because he does not think it is actually great to hit the full length.

So the extremely fast, extremely low latency approaches are ultimately limited by this factor. Yes. You can do whatever you want for the weights, and have unbeatable performance on weight storage. The KV cache will be a big thorn in your side.

Where those chips land in three to five years (30:36)

His answer: think of Cerebras and Groq as accelerators, not as GPU replacements. They are really good used in conjunction with a more traditional GPU like device that critically has off chip memory. You want off chip memory for capacity and on chip memory for speed, and the right answer is to hybridize them.

Then he explains why the transformer itself forces this split, and this is the sharpest technical passage in the interview.

Take a transformer to a million token context length. Two things are happening in every layer:

I would say the original sin of transformers is that you've taken this extremely fundamentally memory bound layer and juxtaposed it right next to a compute bound layer. It is very difficult to have a single chip that is good at both compute operations and memory operations.

The GPU is quite balanced in this regard, but any specialized chip has to choose. Which yields the placement he expects: put the MLP, the weights, on the Cerebras chip, where fast memory access to a matrix multiply is exactly right, and put attention on the GPU, which has the capacity to scale to really long contexts. And he says he believes this is what is happening with NVIDIA and Groq.

A riff on transformers (32:24)

Patrick asks him to riff on the 2017 innovation itself: strengths, weaknesses, and whether it stays dominant.

What it did. Transformers let us learn on unsupervised data really effectively, because what a transformer is about is taking any arbitrary sequence of data and finding patterns in it. The attention operation lets the model dynamically adapt to whatever it thinks is the most relevant component of the sequence. Every step through the transformer, you are reweighting the input you looked at before and figuring out what is most relevant to the next prediction. That makes it extremely amenable to arbitrary sequence data, and the most interesting sequence data we produce on a regular basis is language. Hence dominance in the language regime.

Zooming out, the real answer is that transformers scaled. They make no human prior:

Transformers just say, well, there's going to be a pattern in the sequence of data, and if there is a pattern, I'm going to find it. I'm going to throw more and more parameters at this problem until it works.

The parameter count history, which he gives in full. One of the hard limits in computer vision was going from hundreds of thousands of parameters upward. Linear models like support vector machines and other legacy machine learning had parameter counts in the thousands. Deep learning got computer vision to tens of millions, and around 150 million parameters was a huge model for computer vision. Now we routinely talk about trillions. Transformers are the link that took us from millions to trillions.

Why they stick around. If the units of scaling are data and compute, transformers survive because they are sponges: increase the compute available to a transformer 10x and you get some log improvement somewhere. So far the scaling laws really work, and he calls them quite beautiful.

And the specific property that has resisted replacement. Every attempt to replace attention runs into this: transformers represent any pairwise relationship you want. Any token in the sequence can attend to any other token. If there is any relationship in the sequence at all, you will find it. It may be true that you do not need all to all modeling, that not every token needs to look at every other one, but until we know a better way to prune that space and make information modeling more selective, attention is a very good operation.

The Karpathy rule, from the computer vision days. He cites Andrej Karpathy for the recipe: with a new dataset, your first goal is to overparameterize the model and overfit the data you have, to prove that a relationship exists that you can model or memorize, and that your learning algorithm actually instills knowledge into the model. Once you can overfit, then you compress, and the compression is how you get generalization. You do not want to memorize the data in front of you. You want to work backward and find the general patterns that fit into the smallest parameter count possible.

The future of AI training data (36:14)

Patrick asks for a prediction on data. Movva opens with a framing worth keeping:

I like the phrase that internet was a one time subsidy on data. We got it for free.

The sizes he gives: about 30 trillion tokens of high quality text, or 300 trillion if you take a wider view of what qualifies as good text. And we have basically looked at it all already. Models have seen the entire internet many times over. There is not much more to be done on human data from the internet.

The next phase is model self improvement through RL environment gyms. And he makes a point that is easy to miss and genuinely important: we do not even benefit much from more random user interactions with AI anymore. It used to be that the valuable new data was interaction data from people using ChatGPT and giving thumbs up or thumbs down signals. His argument now:

The median model that we serve is so much more advanced than a random human giving feedback, that the signal you get from unconditioned human preference is not actually worth anything anymore. You want expert human preference at this point.

The model has outgrown the everyday Joe.

So the future of data is: give the model a hard verifiable task, let it run in a gym where it is isolated, where it has a problem it can make progress on and a way to measure whether it made progress. Coding problems are in that category. Math problems are in that category. And increasingly you can just give the agent a computer, have it act like a human worker, and give it feedback on whether it is making progress toward the target outcome. The environment becomes the data. He is careful to say this is not a super differentiated take, but that it has been extremely productive.

Stacking specialized intelligences (38:14)

Patrick asks whether RL environments are just another big block like the internet, one that will have its day and be exhausted. Movva thinks it is more profound than that:

If you want artificial general intelligence, the best way to get there is to just keep stacking specialized intelligences until you have no more gaps to fill.

There is exactly one requirement, and it is a hard gate: your task must be verifiable. You must give the model a self grading system. With that, you have the recipe for self improvement on any task you like.

His evidence is a spend shift, and it is checkable: frontier labs used to spend heavily on data, and now they spend a lot more on RL environments. Those environments capture the recursive self improvement relationship on a verifiable task.

Back to kernels (38:44)

Patrick steers back to the software layer. Keep going on what Sail has done and what it wants to do.

Kernels are not done, which surprises people. There are great people, he names Tri Dao, who write excellent kernels that form the bedrock of modern deep learning. Modern transformers are built on FlashAttention. But deviate from the happy path at all, and it falls over. A new model ships with a slightly different way to embed positional information, a change to the RoPE system, and suddenly the kernel you had is not suitable and needs a patch.

His honest calibration of the state of the art: we are not in the phase where you have to invent new kernels from scratch. The value is in being able to quickly modify existing ones.

And then the definition, dropped mid sentence for the general listener: a kernel is a general term for any program you run on the GPU. Historically kernels are collected in a library where each has a very scoped purpose. You have a kernel for a matrix multiply. You have another kernel for something as simple as addition, because adding two tensors together is its own kernel.

Fusion is the optimization on top of that. If you do a matrix multiply and then want to add the result to another matrix you also multiplied, those two can become one kernel. The reason that matters is memory traffic: instead of writing the intermediate result out to DRAM and reading it back in just to do the addition, you keep it where it is.

Why humans still write kernels, and how they actually do it now (40:15)

Patrick's instinct is that this is exactly the sort of thing AI should be excellent at. If we are not there, why not?

Movva does not want to speak for Tri Dao, but relays what he learned from him: you should not write kernels by hand anymore, necessarily.

I like to say we write kernels on the whiteboard. We go to the whiteboard, we describe what we think the machine should be doing, then we succinctly describe that in natural language to a model. And then the model is able to do the execution of, okay, here is my input and output, here is the strategy of how we want to dispatch this work onto the GPU, I'm going to go implement this.

Humans do the conceptual design. The model does the execution. He is not sure why models are not superb at the conceptual half yet, does not think it is a moat, expects much better kernel engineering models within six months, and notes that the labs would tell you they already do a lot of their kernel engineering in a fully automated way.

Software is a fading edge, and he says so (41:15)

Patrick puts the uncomfortable question directly: if software trends toward speed of light usage of the hardware, then software stops being an advantage for a company like yours over time.

That's right. The rising tide of something like Mythos or GPT 5.6 lifts all boats. It really does.

He goes further and rejects the obvious defensive move: he does not think there is a point in specializing to make a model better at kernel engineering specifically. It is not the most meaningful subset of coding. Maybe you inject some privileged information into the prompt to steer a model toward better kernels, but broadly, everyone is downstream of the frontier on this capability.

This is the most important admission in the interview, and he makes it without being cornered into it. Software is where you start because it is cheap, not because it is durable.

How much of the coal are we burning? (42:15)

Patrick offers an analogy from the history of energy: there is always a pendulum between the raw source, coal, and the fraction of the energy in that lump we can actually harness. A big part of energy history was moving that number from 10% to 95%. So if Blackwell is the lump of coal, what percent are we at?

Movva splits the answer, and the split is the whole point.

On the happy path, we are already efficient. When the GPU is doing what it most likes, a large dimension matrix multiply, that operation runs at 70 to 80% of peak utilization, and it is limited not by software but by power. He adds a detail worth keeping:

The way NVIDIA quotes peak FLOPs is a little optimistic. You never hit that because of power throttling.

Patrick: because of heat. Yes, thermals. Call it 70 to 80%, saturated, pretty good.

Off the happy path is where the loss lives. In practice you do not spend the majority of your time in a transformer doing a large batch matrix multiply. So the job is to build the engine around the chip such that the GPU is fed large batches of work at all times. That is the real efficiency claim: not a faster matmul, but a serving system that keeps the chip in the regime where the matmul is already fast.

Rack scale is the new unit of programming (43:46)

One of the most profound transitions in the GPU world in the last year: you do not program one GPU at a time anymore. You should think about the whole rack, and maybe the whole cluster, the entire data center at a time.

NVIDIA now ships not a single GPU or a single motherboard but a prescribed rack system: NVL72, where the latest Grace Blackwell 300 ships as a rack of 72 units. It is an open race to figure out who can program the whole rack scale computer most efficiently, and his belief is that this shape of compute is the future of both efficiency and speed.

He also gives NVIDIA its due without qualification: right now, if you want the lowest possible latency you should use that chip, and if you want the highest possible throughput you should probably also use that chip.

Chip scarcity and compute arbitrage (44:32)

Patrick raises the thing everyone says in private: the market for Blackwells feels like a drug market. Everybody is short, and the things people do to get allocation are fascinating. React to that, and then tell us what the market looks like a rung or two down the quality ladder.

On NVIDIA's allocation behavior. They take a long term view. They see immense demand and could do what suppliers have always done: crank prices until supply and demand intersect and everyone is technically happier. They do not, and his read on why is strategic rather than generous:

If they just let the most deep pocketed buy all the chips, that maybe hurts them in the long term if that Customer ends up accruing a lot more power. They understand that compute is power today.

On the mechanics of getting allocation. Relationships matter enormously. Nobody wants a huge chip rental order from a new startup saying it will rent 10,000 Blackwells for three or five years when the startup has only been operating for months. Who knows if they are good for the money. Getting access to compute requires either great relationships or incredible financial backing.

No bad chips, only bad pricing (45:49)

For everything that is not the bleeding edge, he refuses the word inferior:

I like to say there's no bad chips. There's really bad pricing. And I will make any chip work at the right price.

On AMD. Great chips overall. The challenge is that people do not understand how to program them well. NVIDIA is pretty good at writing the best kernels for its own chips out of the box, so the alpha there is thin. On other vendors' chips, the vendor does less of that work, so there is much more alpha available. And better still for him, other people carry a perception that AMD is not as good as NVIDIA:

That's music to my ears. I'm very happy for them to sleep on this chip and for me to buy as much as I can.

He then corrects himself in real time, which is a good sign of honest analysis: that is not really true anymore. AMD is somewhat popular among some large buyers. Publicly, Meta and OpenAI have bought a lot of AMD chips, and increasingly all the AMD supply is allocated too.

On the long tail of new entrants. He names Etched, SambaNova and d-Matrix as examples of net new companies popping up, and identifies their single hardest problem precisely: scale. Can they actually get enough wafer allocation from TSMC to pump out chips and make it into the market? His posture toward all of them is the same: if there is a new chip on the horizon, he wants to know as fast as possible and evaluate whether he can buy a good fraction of that supply.

The arbitrage, stated plainly (47:20)

Patrick names the business model: if you are much better at eking performance out of chips that have received less attention, you resell that at a margin, and it is a great business.

Exactly. But he pushes back on the flattering version of it. It is not that everyone else has a skill issue. He thinks Sail is genuinely one of the best teams in the world at using multiple silicon architectures and chasing performance in unlikely places, but the real advantage is speed and the absence of incumbency. He is not locked into data center providers that only carry one class of chip, where deploying something new would be a huge pain. He has creative data center partners willing to move fast. And, in his framing, he simply does not shy away from the work:

That's frankly a big part of this: just saying yes, we love TPUs, we're going to make TPUs work. Yes, we love Trainium, we're going to make Trainium work.

And if it does not work easily, it gets fitted into the heterogeneous serving system anyway. Every chip has a comparative advantage. His job is to find that advantage and squeeze in that direction. Google's TPU and AWS Trainium are both named as things he will make work.

The investor's worry: semiconductors at a fifth of the S&P (48:53)

Patrick describes the chart he keeps coming back to. Historically semiconductors were 2, 3, 4 percent of the S&P 500. Now they are 19, 20, 21 percent. A student of market history has seen that shape before: crazy near term peak, then collapse back to long term norms. Memory stocks are doing the same thing. Everybody made a lot of money in Micron and SK Hynix, everybody acknowledges a huge shortage, and everybody quietly assumes it reverts.

Movva's answer starts with a disclaimer that is also a good line:

I'm less of a student of history, more of a member of history. I was born in 1997.

His mother worked at Intel in the run up to the year 2000, through the dot com boom and crash. He remembers the period when Cisco was the most valuable company in the world and Intel was close behind. He draws the parallel deliberately, and then names the one difference he thinks breaks it:

A lot of the investment in networking equipment historically was speculative. We anticipated this future demand for users that never came. What's interesting about token consumption is that it's no longer speculative. People buy tokens because they're immediately valuable to them. You don't hoard tokens, you use them immediately.

He extends the same test backward to the recent past to show it is not special pleading. The Hopper supply crunch of 2023 and 2024 was training oriented spend, and training is inherently speculative. Today is different in a way you can observe from the outside: everyone is instituting caps on how much you can spend on Claude Code. That is what demand exceeding supply on an immediately consumed good looks like.

I do think inference spend monotonically increases. There's no speculation on inference spend.

That is the load bearing claim of his entire capital story, and it is the one to stress test hardest.

Reinventing the AI data center (52:44)

Back to hardware, now at the unit above the rack.

His theme reappears: the difference between training and inference explains everything downstream. The most conservative players in the entire AI stack are the infrastructure players, data centers, and even more conservative than them, TSMC and the chip infrastructure people.

So AI data centers were built for training, and training is the superset workload. You can make any training cluster serve inference, but not necessarily the other way around. The difference is networking: how much you invest in bandwidth between chips, and how large a cluster you need.

And there is a diseconomy of scale. It is far more expensive and difficult to build 100,000 GPUs in one data center than 10,000, which is harder than 1,000. Everything is now denominated in megawatts and gigawatts, and his ladder of what is actually buildable in the United States is the most useful set of numbers in this segment:

Out of that comes the arbitrage he cares most about:

There's this incredible lore on the market where you can find lots of aggregate power but it will not be concentrated.

That was uninteresting to anyone building training data centers, because you assume everything is in one spot and nobody wants to deal with cross data center training. And the market still has lag in it: he still hears from data center developers the attitude that the job is to go shake down 100 megawatt and 10 megawatt sites wherever you can find them. But a few new thinkers are realizing that inference is suitable for distributed 1 megawatt data centers, and Sail is very happy to buy small pools of compute across the United States and use that as its inference fleet.

What a megawatt physically looks like now (55:01)

Patrick asks for the physical scale, and the answer is a good illustration of how much liquid cooling changed the picture.

This got wonky with the advent of liquid cooling, because you can now pack insane power density into a single physical rack. A megawatt of compute used to be a massive data hall, a warehouse. Now:

You can actually pack that into around like eight racks worth of compute. Each rack is about the size of a refrigerator. You can just imagine eight of them lined up. That's a megawatt.

Patrick summarizes the full strategy back to him: a whole bunch of different chips used together, bought opportunistically, coupled in very small data centers doing only inference, and those two moves together, random cheap compute plus small units of expression, equal much cheaper intelligence. Movva certainly thinks so.

One of the ways that I describe what we do is we will buy any chip anywhere in the world for any duration of time.

He claims that as a level of flexibility and liquidity nobody else has right now, and says Sail is aggressive about putting money where its mouth is.

Buying 95% uptime (56:33)

Here is the part where his strategy stops sounding like a preference and starts sounding like a genuinely different business.

Set up an army of a thousand small data centers instead of one gigawatt campus, and here is what you give up, in his own list:

It's just going to go down sometimes. In fact, I won't be surprised if some of them get down to like 95% uptime.

Patrick: which is bad. Movva: very bad. Fatal, atrocious, for anyone else. You would have basically zero buyers for a data center at 95% uptime.

I'm that first buyer. I will buy 95% uptime.

Two reasons he can, and only one of them is the obvious one.

First, the control plane. Sail has a robust control plane that handles any single failure in any single data center, as long as the failure is not correlated with other data centers, by moving the workload somewhere else. And critically, his utility function is not a cliff:

The failures happen at some rate and I am basically linearly happy with a data center that's 95% uptime versus 98% versus 99%. It's just linearly good or bad for me.

That is the whole thing. For a low latency provider, uptime is a step function tied to an SLA. For him it is a straight line, so he can price it and buy the cheap end of it.

Second, the async workload. When a request fails he has to find a new GPU for it, so for that single turn of the agent's work, an agent that has been running for an hour hits a roadblock because its GPU got pulled, and experiences an extra minute or two or three, maybe even ten, of latency. His argument is that his Customers do not care, because the agent was running for hours and they are asleep.

We tell our Customers, look, our average throughput is going to be very competitive, but our P99, our 99th percentile latency, it's not going to be controlled. It cannot be. And in return, I'll give you unbeatable economics.

That is the trade stated as cleanly as it can be stated: he is selling uncontrolled tail latency in exchange for price, and background agents are the one workload where that is an acceptable purchase.

Power and the scavenger strategy (59:01)

Patrick asks about power as a category. Movva escalates his own position first: he said 95% uptime, but could he take 80% at the right price? Probably.

And then the reason he wants that flexibility:

I'm a son of California. I love solar and wind. I think solar and wind power is way undertapped in the United States.

The challenge with renewables and data centers has always been intermittency: a persistent base load against an intermittent source. His claim is that we are not far from solving that problem, for a specific and narrow definition of "solving" that only works for his workload.

I am totally capable of tolerating an outage for my data center that's measured in even days or weeks, which is the worst case nightmare scenario for a data center.

The worst case is a long term outage because the wind is not blowing and the clouds are in the sky and fog is hanging over the valley for some time. His answer: that is in fact highly predictable. Model the weather, figure out when the data center will be offline, move the workload elsewhere, and it is fine.

The trick is that it's going to give me better access to power that no one else is going to touch, because it is so annoying to deal with that kind of outage.

And then the line that closes the loop on the whole capital argument, in a single conditional:

If my chips are cheap enough, they're probably not going to be NVIDIA racks. And if my chips are cheap enough, I don't mind the capital cost of having idle chips.

That is the crux of the scavenger strategy, and it is worth stating explicitly because he does not. Idle time is only tolerable when the asset is cheap. Nobody idles a Blackwell rack for a week waiting for wind. You can idle a mispriced chip on a stranded solar site for a week, because the depreciation you are wasting is small. Cheap silicon and unreliable power are not two separate savings. They are the same decision, and neither works without the other.

Scavenging, defined (1:00:09)

Patrick asks him to unpack the phrase.

First we scavenge chips and then we scavenge power for those chips. The idea is in both cases I do not want to be bidding against Anthropic or OpenAI for compute capacity. I'm not going to win against them and I don't want to. I want to be more creative and use the supply that they don't find legible today.

Over time he amasses enough aggregate supply. He is explicit that he will never get concentrated supply, only aggregate supply, and that over time the aggregate factory becomes unbeatable on economics.

His own metaphor for it, which is better than the scavenger one:

We are building a factory. We're trying to build the best steel factory in the world. But it will come through mini mills, not through large monolithic steel plants.

How vertically integrated should this be? (1:00:39)

Patrick lays out the spectrum. At one extreme you own everything: the power source, the data centers, your own chip designs, the software that eats the most out of those chips, and you sell the finished token to the end user. That is enormously capital intensive. At the other extreme you own nothing and are purely the coordination plane, the virtual scavenger.

Movva says there are two parts of him that hear that question.

The founder. Wants to do everything. This is his entire life. He has spent it thinking about chips, power and energy, so of course he wants to be maximally ambitious and will never stop until he has built the most efficient system from soup to nuts. Patrick's read, which Movva accepts happily: you are playing real life Factorio.

The CEO. Has to be more pragmatic, because the capital required to own everything is, in his word, insane. Software has high leverage, so you start there. Then the real questions: do you own power generation, or can you get great power purchase agreements with utilities? He is more inclined to let other people specialize in what they are historically good at, and to see if Sail can reach scale.

The framing he uses for that is the right one for a young company:

I want to get to the scale where I earn the right to take this under our wing.

And the justification for eventually breaking other people's assumptions:

If you can break the assumption that people I would be buying from made about who their Customers would be, I maybe break those assumptions.

He grants it is an optimistic view, and says it is only possible because Sail is trying to underwrite the largest market for compute in the history of computing, billions and trillions of dollars of investment into inference. Because of that focus, it makes sense to build a lot of things custom for inference. His job is to find every place where that is possible, get partners to build custom things for him, and if they cannot, do it himself.

Stack ranking the inefficiency (1:03:11)

Patrick asks the best question of the interview: zoom out on the entire system, software, hardware, energy, and rank where we are most inefficient at producing useful intelligent tokens.

The answer is unusually specific, and it is where you should look if you want to check the 1000x.

Compute scaling: efficient. Not the problem. Give him more FLOPs and he will use more FLOPs, and he says the industry is already fairly judicious with them.

Sparsity: mostly harvested already. His numbers: a modern model is rarely more than 10% dense, meaning 10% of the possible experts you could activate are activated, and frontier models are closer to 1%. Mixture of experts has been worked on for a long time and people are pretty good at squeezing it. He does not think we are wasting much on the MoE side.

Attention and its use of memory: this is where we are bad.

Specifically, the KV cache is quite uncompressed right now. If you look at the entropy in a KV cache, it's not earning its keep. We're storing many kilobytes of data in the KV cache per token, and that's probably off by an order of magnitude or two.

He does not know what the frontier labs do internally, but he points at DeepSeek as publishing genuinely interesting work on compressing it further. And his inference from the rate of publication is the useful bit: the fact that they are able to make order of magnitude progress here every year or so signals that there is a lot more room to go.

That is the one place in eighty four minutes where he attaches a multiplier to a specific mechanism. Ten to a hundred times, on the memory footprint of attention.

Zoom out, and the biggest waste is not technical at all: it is allocation.

We actually don't marshal our compute effectively at all. NVIDIA is pumping out 5 million Blackwell chips this year. Where are they all going? Are they all being used at all, all the time? I certainly doubt it.

The obstacle is that much of that compute disappears into private pools that will never see the light of day, and those GPUs sit idle. He says it pains him physically: silicon and power went into that chip and it is sitting there doing nothing. What he wants is better orchestration of the world's compute as a shared resource, packed more efficiently.

And he gives the comparison that makes the point land:

We all make fun of xAI for having some challenges with total FLOP utilization on its clusters, but the reality for the rest of the world is far, far worse. A ton of GPUs just sit in warehouses or sit in private pools allocated to a specific Customer and don't get utilized.

Fabs, and the process corner nobody offers him (1:05:43)

Patrick asks about fabs themselves. If we snapped our fingers and had 100 times the chips, we would have far cheaper tokens, so what is the future of fabrication, and will the expansion happen in the US?

First, the systems answer. Everything grows in balance. Snap your fingers and double all of it, and you might fix a TSMC bottleneck only to hit another bottleneck immediately. Make 20% more chips and something else binds.

Then the genuinely novel idea, and it is the most interesting thing he says about manufacturing. What interests him is what a fab considers a must deliver, an invariant its Customers will always want, versus what he considers a fluid relationship. If a fab exposed more of its trade offs to him, he could make more intelligent decisions.

His example: process corners.

Any fab has a lot of spread between the worst chip that comes out of the production line and the best chip. TSMC works very, very hard to tighten what we call these process corners. They want to keep the worst chip as close in characterization to the best chip.

They are excellent at it. But tightening the corner means adding process controls he may not need. Maybe he is willing to find a home for that worst chip. You do not need to tighten process control as much, which takes more time and cost. Maybe he is willing to take a lot more rejects.

For him it is a holistic optimization across the cost of the dies, the supply of the dies, the cost of power, and the places he can put them. And the goal ties back to the power strategy:

My whole goal is to dramatically expand the supply of power across the United States so that I have a home for a lot of chips that otherwise would not have earned their place in a data center.

That sentence is the scavenger strategy applied one layer further up the supply chain than anyone usually takes it: not just buying the chips nobody wants, but buying the dies a fab would otherwise throw away.

How he runs the team (1:07:45)

Patrick asks about the culture and the structure of a company with this north star.

In the limit thinking. They do not worry about the immediate state. When they start on a model, efficiency is not going to be good. What matters is where they could be in a month, six months, a year.

Nothing is fixed. They do not accept the state of the machines they work on as given. Even for something like Blackwell, if there is a bottleneck holding them back from the performance they think is achievable, it is very important to Movva that they understand and characterize it well and write it down, so they can tell NVIDIA and friends about it, and so they can keep it in mind for future chips they buy. The goal is to learn things that are essentially invariant for the company long term and fold them into future decisions.

Students and teachers. Highly collaborative. One of the most important traits they look for is people who are both good students and great teachers. A lot of the team were TAs in college and loved sharing knowledge that way. They do whiteboard sessions constantly, and he thinks the collegial environment where everyone has something to teach and something to learn is extremely important.

And on hiring for a world where machines do more of the work, his answer is one word.

Curiosity. It's 100% curiosity. The one thing I cannot teach is love for performance, love for digging into every microsecond that the machine is working and understanding what's happening on the machine at that time.

He then throws out the credential everyone would expect him to screen for:

I don't look for lots of AI experience. I don't look for CUDA experience at all. That's actually a huge red herring. CUDA as a concept, GPUs as a concept, have evolved so much in the last five years. There's no point asking for 10 years of experience. I want to teach that. But I cannot teach the love for performance engineering.

Open against closed (1:10:10)

Patrick asks for an assessment of the major labs, and of the relationship between closed source as a category and open source.

On the premium for being ahead. The labs pay an immense premium to be three to six months ahead of everything else, and he thinks that is probably still worth it. It makes perfect sense for OpenAI and Anthropic to do what they do.

On distillation, where he offers a deliberately contrarian view. There is a sense in the industry that distillation is theft, that training on a frontier model's outputs takes something from it. His counter does not argue about ethics. It argues that the category has already dissolved:

An increasingly large percentage of the artifacts we put out on the internet are AI generated. Even if you just look at GitHub alone, what percentage of repos created in the last year do we think were created by Claude Code? Do we consider that to be distillation? Because that's probably all we need.

He goes further: he would not be surprised if you could train a Fable class model only on the outputs of code you consider good on GitHub that is open source. And if we take the position that users own the outputs of their interaction with AI and choose to publish them, then we will have latent distillation for a long time.

It seems fundamentally impossible to prevent the diffusion of information or model capabilities. It will happen. The question is just how fast.

On whether the three to six month lead is defensible. Patrick puts the optimistic case for the closed labs: if scaling and improvement laws hold for a long time, being three to six months ahead has real value and you can charge a huge premium for those tokens relative to a very cheap open source token.

Movva says it is possible, but he does not think the premium lasts, and his reason is about buyers rather than technology:

If you look at enterprise deployments, they don't move at three to six month speed. A lot of enterprises are probably still on Opus 4.6 or Opus 4.7. They don't adopt the bleeding edge rapidly.

We are so early that he does not think there is any way to call a winner, and he does not think this is a race that can be decided ever, because it is a continual process. And on open source specifically, his claim is structural rather than sentimental:

Fundamentally I don't think open source ever goes away. If there's a vacuum because one leader steps out, a new leader will step in. There's too much incentive, and there's a lot of tailwinds too. It just gets easier every day to train a frontier class model.

Abundant tokens and diverse harnesses (1:12:50)

Asked what he hopes the future looks like, he gives a five word answer and then unpacks it:

I want abundant tokens and diverse harnesses.

He wants everyone to build their own harness. Every company. Every user. Make the agent your own. He thinks we are not far from that level of customization and capability, and he expects it to arrive not through weight fine tuning but through in context learning, which he flags as a technical detail but which is a real prediction about where personalization lands.

Then the passage that opens the episode, in its place:

My job is to make the tokens as cheap as humanly possible. I will achieve that and I will do it through every layer in the stack available to me. I love the supply side levers. I will use every chip, I'll use every source of power, and I will use every piece of land in the United States that's suitable for this. And in return, people will have the incentive to explore what it's like to have abundant intelligence. We still treat the agent as a person that is expensive to consult and you should ask them when you have a hard question. That's not the way to think about intelligence.

The views that make his friends look at him funny (1:13:51)

Patrick asks which of his ideas make well informed friends look at him like he has three heads.

Chips, mostly. When he talks about building custom chips and people ask what would be different, the answer is: sidestepping the HBM shortage and focusing on more extreme offload to other forms of memory, such as flash. He is passionate about it. Everyone on his team knows he keeps banging the drum on the same question:

What would we have to change about the model architecture to make offloading KV cache to flash work at a much greater level?

He whiteboards it constantly. Note how neatly it closes the loop: the KV cache is his one quantified inefficiency, HBM is one of his four named supply bottlenecks, and flash offload attacks both at once, at the price of a memory tier that is far slower, which he can only afford because he serves at one to ten tokens per second.

And in the inference community specifically, the divergent view is about what becomes possible if you design the whole system around serving at one to ten tokens per second. That is his north star, stated as a number.

The trillion token arithmetic, and where the 1000x actually comes from (1:14:30)

The broader question he is really asking is: how do people consume a trillion tokens per day? That is the world he wants to create the capability for. Patrick, correctly, asks him to ground it. What is a trillion tokens?

A trillion tokens, well, okay, at OpenAI pricing that's at least $5 million at the very least, for 5.5 or 5.6.

Patrick: so what is the world in which we consume what currently costs five million dollars per person per day?

And here is the number the title is built on, in his own words and with his own units:

We were asking for at least three to six orders of magnitude improvement in cost per token. Get that into $5,000, you probably have some Customers.

So the 1000x is: a trillion tokens going from at least $5 million at frontier API pricing to $5,000. That is three orders of magnitude, the floor of his range. The ceiling of his range, six orders, puts the same trillion tokens at five dollars.

He also gives the current state of the art on his own side, which is the most checkable claim of the whole episode:

In fact, I would argue that for some size of model, we are approaching a trillion tokens being measured in tens of thousands of dollars. And that's something that you can imagine running for a single job.

Read those two sentences together and the shape of the claim becomes clear. He is not saying frontier intelligence gets 1000x cheaper. He is saying a trillion tokens from a smaller open weight model already costs tens of thousands of dollars rather than millions, which is most of the first two orders of magnitude, and that the remaining distance to $5,000 comes from the levers in this interview.

Frontier API pricing today GPT 5.5 / 5.6, his figure Smaller open model today "approaching tens of thousands" His floor ask 3 orders of magnitude His ceiling ask 6 orders of magnitude

$5,000,000 $10k to $100k $5,000 $5

1,000x, the number in the title 1,000,000x, the top of his range

$1 $10 $100 $1k $10k $100k $1M $10M cost of one trillion tokens, US dollars, log scale all four values are Neil Movva's own, stated at 1:14:52 to 1:15:45

Figure 4. The 1000x, plotted on the only numbers he actually gives. The blue bars are targets, not measurements. Note what the chart makes visible and the headline hides: on his own account the first two orders of magnitude are already banked by serving a smaller open weight model instead of a frontier one, which is a model choice, not a hardware breakthrough.

Is there even demand for that much intelligence? (1:15:45)

Patrick asks the deflationary question, and it is a fair one: maybe the average person cannot and will not do that. They do not do it now with their own brain. Maybe there is not that much demand for intelligence in the world.

I never will believe in that. There is always demand for intelligence in the world.

He locates the problem elsewhere: the on ramps to that intelligence are a product challenge, and he is careful to say he is not a product person and cannot claim the best vision there. What he wants is for those people never to be held back by the sense that free tier users cannot use this, or that a company cannot afford to give them this many tokens. He says he hears exactly that from his Customers all the time, and that is what he wants to fix.

The consensus he thinks is wrong: process nodes barely help (1:16:25)

Patrick asks the inverse of the crazy ideas question. Not what is craziest, but what consensus thing do you think is wrong?

He keeps coming back to NVIDIA. He is bullish on NVIDIA in the short term and says you should never bet against them, they always reinvent themselves. But:

One thing that surprises people is when I tell them that if you look at Hopper to Blackwell to Rubin, and you compare like for like, what is the performance per watt of a BF16 multiply, it hasn't improved all that much. Or you take that one step further, go to TSMC, and if you look at TSMC 5 nanometer versus 4 versus 3 versus 2, the performance per watt on these chips doesn't change a dramatic amount.

This is the single most consequential claim in the interview for anyone modeling the cost curve, and it cuts against him. He is saying the lever most people assume is doing the work, process shrink and generational silicon, is nearly flat on the metric that matters for a token factory. Every order of magnitude has to come from somewhere else.

He then follows it to the geopolitical conclusion, which is where he expects the pushback:

People lose their minds over geopolitics, what would happen if we lost access to TSMC for any reason. My contrarian take is that it wouldn't be that bad. Supply would take a shock for sure, but the best processes that we have in the West, like Intel, are not that far behind. At worst, maybe 2x worse performance per watt. The gap is just far smaller than you would make it out to be if you follow the chip world dialogue.

What is not in his path (1:17:26)

Asked what is happening in AI outside his lane that interests him most, the answer is model architecture, because he is fully downstream of it.

The model people decide how to design their architectures, and he has no input into OpenAI or Anthropic. He can only pray they go in a direction that is amenable to him, or do his best to predict where they are going and build his serving architecture accordingly, across both software and hardware choices.

What makes it interesting is how enormous the downstream consequences of small looking decisions are:

How consequential it is to decide to use something like sparse attention versus dense attention. Or how consequential it is to use a different data type. We were training in BF16, but now we can train in FP8 or FP4, lower precision data types. That is just an arbitrary choice, it feels like, but it has profound implications for what chips I can use and how I should build my hardware.

A datatype decision made in a lab reprices his entire fleet. That is the clearest statement of his structural position in the value chain, and it belongs in any honest assessment of the 1000x, because half the levers sit with people who do not work for him.

Advice to a hundred would be chip founders (1:18:26)

Patrick sets up a hypothetical: a hundred entrepreneurs who all want to start a compute company, specifically hardware, chips, systems, racks. What advice on how to orient the business?

It's all about the bottlenecks on supply chain.

You need to convince him, or an investor, that you understand the three to five bottlenecks that dictate modern chip supply. His list:

  1. TSMC wafer capacity.
  2. HBM capacity.
  3. Advanced packaging.
  4. Power. Where will you get it, and how will you build these racks?

You should have a great answer for each, because in his words it is all arbitrage at the end of the day. You are building a chip because you think NVIDIA has made choices that are difficult for them to change, which is true. NVIDIA makes many choices that are difficult to change. They are not perfect. They are just really well balanced.

So the advice is: be spiky.

You want to pick something and say, I think they've underpriced the impact of how short we're going to be on HBM. We're going to push really hard in this other direction instead.

And as an aside he names HBM as probably the thing to attack most. Why? Because there is no easy way to bring on a lot more memory fabs, and the memory companies have been burned too many times:

The boys in Boise don't love huge capex for cyclical.

Patrick: so conceivably, because of that shortage, the world routes around it by making everything else in the system more efficient. Movva disagrees, bluntly and with a consumer example:

I think they're going to make everything else more expensive. I think that iPhones will cut their memory. iPhones are going to go up in price and we're just going to deal with it.

Why NVIDIA does not just sell tokens (1:20:14)

Patrick asks the obvious vertical integration question about NVIDIA itself. Why not go all the way to the end and sell tokens? Why not even start a neocloud and sell compute out the back door?

NVIDIA is really smart about this. They don't compete with their Customers. NVIDIA takes the long view on everything.

And then the sharper version:

Jensen is really good at making his friends billionaires. He's made CoreWeave a many billion dollar company. There's no need for him to destroy that goodwill.

What Jensen wants is a diverse community of neoclouds and inference providers all jockeying to create demand for NVIDIA, so that if any one of them decides to vertically integrate or go with AMD or any other option, there are three more hungry people ready to fill that position. Patrick's summary: it is great to have competition among his buyers.

The closing question (1:20:58)

Patrick's standard closer: what is the kindest thing anyone has ever done for you?

Movva's first thought is mentors, the rare person who takes time out of their schedule and makes it a personal interest to make sure you understand something, or to instill a value you were on the cusp of understanding and just needed a push over the line. He names the people at NVIDIA who gave him the love of performance engineering, and then tells a story about his college advisor.

He was an impatient sophomore. He showed up at office hours and said he wanted to build AI chips, he knew what he wanted to do, so why was he wasting time on basic classes in networking and operating systems?

He just looked at me and laid out the whole stack and showed me the beauty of understanding every piece in the puzzle. He took my entire path of trying to focus on one piece of the system and said that it's so rare that someone can actually understand the entire stack, from the gate level silicon all the way to building a great internet scale service, and you should aspire to be someone who over the course of your lifetime achieves that level of understanding.

He calls that a rare trait and a noble level of expertise to chase, and says it has stayed with him. Given that the previous eighty minutes covered 6T SRAM cells, kernel fusion, rack scale scheduling, power purchase agreements and fab process corners in one continuous argument, the advice appears to have taken.

Where the 1000x comes from

He never multiplies the factors out on the show. The only number he commits to as a total is "at least three to six orders of magnitude," and the only mechanism he attaches an explicit multiplier to is the KV cache. So the table below carries both: what he quantified, and what the rest of his argument implies once you lay it against the standard list of cost levers.

LeverWhat it actually changesMultiplierWhose number
Model choiceServe a smaller open weight model instead of a frontier API model. Same trillion tokens, different intelligenceRoughly 100x, from at least $5M to "tens of thousands" per trillion tokensHis, both endpoints, and he says it is already banked
KV cache compressionAttention's memory footprint. He says we store many kilobytes per token and the entropy does not justify it10x to 100x, "off by an order of magnitude or two"His, explicitly. Cites DeepSeek making order of magnitude progress "every year or so"
Throughput servingBatch wide and slow at 1 to 10 tokens per second instead of protecting latency. Keeps the GPU on its happy pathNo multiplier givenReconstruction. His supporting figures: 70 to 80% of peak on a large matmul, and 8 GPUs buying only 4 to 5x on latency
Chip arbitrageFLOPs per dollar per hour, owned and operated. AMD, TPU, Trainium, Etched, SambaNova, d-Matrix, anything mispricedNo multiplier givenReconstruction. His claim is only that some chips "rank higher than NVIDIA on FLOPs per dollar"
Data center and power1 MW distributed sites, no diesel, no redundant fiber, no SLA, intermittent solar and wind, 95% uptime acceptedNo multiplier givenReconstruction. This is a TCO lever, not a FLOPs lever: same silicon, cheaper hour
Fleet utilizationOrchestrating the world's idle compute. 5 million Blackwells ship this year and he doubts they run all the timeNo multiplier givenReconstruction. He names it as the largest inefficiency once you zoom out past the chip
Kernel and software efficiencySpeed of light on the happy path. Fusion, parallelism scheme, hiding communication behind other workAt most about 1.3x on the happy path, since 70 to 80% of peak is already reachedHis 70 to 80% figure, our arithmetic on the headroom. He also says this edge is not durable
QuantizationBytes per parameter and per KV entry. BF16 to FP8 to FP4 is a 4x narrowing of the datatypeNo multiplier givenReconstruction. He names the shift only as an upstream lab decision that reprices his fleet
Sparsity and MoEFraction of experts activated per tokenAbout 1x. Ruled outHis. Modern models are under 10% dense, frontier closer to 1%. "I don't think we're wasting too much"
Process node and silicon generationPerformance per watt of a BF16 multiply, Hopper to Blackwell to Rubin, TSMC 5 to 4 to 3 to 2 nanometerAbout 1x. Ruled outHis, and it is his contrarian take. "It hasn't improved all that much"
Open weights closing the gapKeeps the cheap tier near the frontier, via published models and latent distillation from AI generated public codeNo multiplier givenReconstruction. He argues only that the 3 to 6 month frontier premium may not last
TimeframeWhen any of this landsNever statedNot given anywhere in 84 minutes. The 1000x is an ask, not a dated forecast
Figure 5. The 1000x, decomposed. Rows marked green carry a figure Movva states on the show. Rows marked amber are this page's reconstruction of his argument, built only from things he says, because he never assigns them a number. Two things fall out of laying it out this way. First, the two levers most outsiders assume are doing the work, process node and sparsity, are the two he explicitly rules out. Second, the largest single quantified step, roughly 100x, is a model choice rather than an engineering result, and the rest of the distance to 1000x rests on one quantified mechanism (KV cache) plus a stack of unquantified cost of goods levers.

Key takeaways

Chapters

Notable quotes

"My job is to make the tokens as cheap as humanly possible. I will achieve that and I will do it through every layer in the stack available to me. I love the supply side levers. I will use every chip, I'll use every source of power, and I will use every piece of land in the United States that's suitable for this." Neil Movva, 0:00

"We think that whenever you make something 10 times cheaper, it's a new product category, and we aspire to do that for tokens." Neil Movva, 1:32

"The future of agentic inference is long horizon tasks. You're going to run the machine for hours or days at a time. It doesn't matter if it spits out tokens at 100 tokens per second. Maybe 10 is just fine." Neil Movva, 3:36

"One way to say it is like the best latency is no latency at all. When you wake up in the morning, the work's already been done overnight. You didn't even have to ask for it." Neil Movva, 4:21

"At some point, people started to make this joke that security has become proof of work. When you want secure software, it's really a question of how many dollars did you spend on Anthropic's APIs trying to break into your software." Neil Movva, 7:41

"You have to be willing to spend tokens without any promise of return. That's the unlock." Neil Movva, 9:42

"We kind of fought tooth and nail and got just a tiny bit of die area, maybe like 5, 10%, something like that, for the first generation of these chips." Neil Movva on the first tensor cores, 15:19

"The speed of light is the edge of what's possible. To this day, I tell all my engineers, we're chasing 100% speed of light. I don't care about relative numbers versus the competition. I only care about absolute numbers." Neil Movva, 16:22

"If you want to get downtown in SF, you can take the bus or you can take private transit. A bus, it's going to have to serve many more people and it has to fundamentally do something that works for everyone." Neil Movva on batching, 19:54

"You'll use eight times more hardware, but you won't get eight times the speed. You might get like four to fivex the speed. You're not going to get strong scaling." Neil Movva on tensor parallelism over NVLink, 21:24

"I would say the original sin of transformers is that you've taken this extremely fundamentally memory bound layer and juxtaposed it right next to a compute bound layer." Neil Movva, 31:39

"I like the phrase that internet was a one time subsidy on data. We got it for free." Neil Movva, 36:14

"If you want artificial general intelligence, the best way to get there is to just keep stacking specialized intelligences until you have no more gaps to fill." Neil Movva, 38:14

"I like to say we write kernels on the whiteboard. We go to the whiteboard, we describe what we think the machine should be doing, then we succinctly describe that in natural language to a model." Neil Movva, 40:45

"The way Nvidia quotes peak flops is a little optimistic. You never hit that because of power throttling." Neil Movva, 42:46

"There's no bad chips. There's really bad pricing. And I will make any chip work at the right price." Neil Movva, 45:49

"I'm very happy for them to sleep on this chip and for me to buy as much as I can." Neil Movva on the perception of AMD, 46:50

"I'm less of a student of history, more of a member of history. I was born in 1997." Neil Movva, 49:53

"You don't hoard tokens, you use them immediately." Neil Movva on why inference spend is not speculative, 50:24

"I won't be surprised if some of them get down to like 95% uptime. I'm that first buyer. I will buy 95% uptime." Neil Movva, 57:03

"Our average throughput is going to be very competitive, but our P99, our 99th percentile latency, it's not going to be controlled. It cannot be. And in return, I'll give you unbeatable economics." Neil Movva, 58:35

"If my chips are cheap enough, they're probably not going to be Nvidia racks. And if my chips are cheap enough, I don't mind the capital cost of having idle chips." Neil Movva, 59:37

"First we scavenge chips and then we scavenge power for those chips. I do not want to be bidding against Anthropic or Open AI for compute capacity. I'm not going to win against them and I don't want to." Neil Movva, 1:00:09

"We are building a factory. We're trying to build the best steel factory in the world. But it will come through mini mills, not through large monolithic steel plants." Neil Movva, 1:00:39

"We're storing many kilobytes of data in the KV cache per token, and that's probably off by an order of magnitude or two." Neil Movva, 1:04:12

"Nvidia is pumping out 5 million Blackwell chips this year. Where are they all going? Are they all being used at all, all the time? I certainly doubt it." Neil Movva, 1:04:42

"My whole goal is to so dramatically expand the supply of power across the United States that I have a home for a lot of chips that otherwise would not have earned their place in a data center." Neil Movva, 1:07:15

"Curiosity. It's 100% curiosity. The one thing I cannot teach is love for performance." Neil Movva on hiring, 1:09:16

"I don't look for lots of AI experience. I don't look for CUDA experience at all. That's actually a huge red herring." Neil Movva, 1:09:46

"It seems fundamentally impossible to prevent the diffusion of information or model capabilities. It will happen. The question is just how fast." Neil Movva on distillation, 1:11:18

"I want abundant tokens and diverse harnesses. I want everyone to build their own harness." Neil Movva, 1:12:50

"We were asking for at least three to six orders of magnitude improvement in cost per token. Get that into 5,000, you probably have some customers." Neil Movva, 1:15:23

"If you look at Hopper to Blackwell to Reuben and you compare like for like, what is the performance per watt of a BF16 multiply, it hasn't improved all that much." Neil Movva, 1:16:25

"The boys in Boise don't love huge capex for cyclical." Neil Movva on why memory fabs will not expand quickly, 1:19:58

"Jensen is really good at making his friends billionaires." Neil Movva, 1:20:28

"It's so rare that someone can actually understand the entire stack, from the gate level silicon all the way to building a great internet scale service." Neil Movva quoting his college advisor, 1:22:01

Resources mentioned

People

Companies and organizations

Chips, systems and technologies

Sponsors read in the episode

The episode itself

Related on this site

Where it stands

Now the part the title does not do. Movva is a serious engineer and this is one of the more technically honest interviews in the genre, but he is also selling the thing he is forecasting, and there are places where the argument leans harder than the evidence.

He never gives a timeframe, anywhere. Eighty four minutes, three to six orders of magnitude, and no date attached to any of it. The 1000x is an ask, a statement of what the world would need for abundant intelligence to make sense, not a projection with a curve behind it. That is a legitimate way to talk, but it is not what a headline number implies, and it is the first thing to notice.

The largest quantified step is a model swap, not an engineering result. Going from at least $5 million per trillion tokens at frontier API pricing to "tens of thousands" for a smaller open weight model is roughly two of the three orders of magnitude, and it is mostly the difference between buying frontier intelligence and buying cheaper intelligence, plus the gross margin the frontier labs charge. He is straightforward that this is what he sells. But a trillion tokens from a small open model and a trillion tokens from GPT 5.6 are not the same good, and the chart in Figure 4 puts them on the same axis because that is how he compares them.

His flat performance per watt claim is real, and it is also a choice of metric. Holding BF16 fixed across Hopper, Blackwell and Rubin suppresses the two places NVIDIA has actually banked generational gains: lower precision datatypes (FP8, then FP4) and rack scale integration, both of which he discusses approvingly elsewhere in the same interview. So "silicon is flat" is true on the metric he picked and misleading as a summary of what a generation buys. On the other hand, the underlying point survives, and it is the useful one: if you want a thousand times, waiting for TSMC will not get you there.

The 95% uptime argument has an unpriced hedge inside it. He says he will tolerate an outage measured in days because he can model the weather and move the workload somewhere else. Moving it somewhere else requires that somewhere else to have idle capacity, which means the aggregate fleet has to be oversized relative to steady state demand, which is a real cost he never quantifies. He also qualifies the control plane claim with "as long as it's not correlated with other data centers," and weather is the most spatially correlated failure mode there is. A fleet of solar sites in one region goes dark together.

Inference spend "monotonically increases" is the load bearing capital claim, and it is the least examined. His argument that tokens are not speculative because you use them immediately is a good one at the level of a single purchase. It says less than it appears to about aggregate spend, which depends on the value delivered per token holding up as agents burn thousands of times more of them. The cybersecurity as proof of work framing he offers is exactly a case where spend scales with adversarial pressure rather than with delivered value, which is a different and less durable demand curve.

Against public cost curves, the direction is right and the mechanism is unsettled. Cost per token at a given capability level has fallen very fast across the industry over the last few years, driven by a mix of smaller models trained better, distillation, lower precision, better serving software, and competition compressing margin. That is largely the list he gives, minus the process node he correctly excludes. What is genuinely novel in his version is the bottom of the stack: nobody else is publicly arguing that stranded one megawatt sites on intermittent renewables, bought at 95% uptime, are a competitive place to put inference. If that works it is a real cost advantage and it is not on anyone's curve yet. If it does not work, it fails on operations rather than on physics, and it will fail quietly.

And the commercial interest is total, which he does not hide. Sail Research is a token factory whose entire value depends on two things being true: that tokens get radically cheaper, and that background agents become the dominant workload. The 90/10 background split, the claim that low latency serving was the wrong bet, the claim that NVLink is optional, and the claim that open weights never go away are all forecasts his company needs. He argues them well and he concedes the things that hurt him, most notably that his software edge is temporary and that he is fully downstream of decisions made in labs he has no input into. Take the mechanisms, which are excellent and checkable. Hold the aggregate number at arm's length.

Full transcript
[00:00:00] My job is to make the tokens as cheap as humanly possible. I will achieve that and I will do it through every layer in the stack available to me. I love the supply side levers. I will use every chip. I'll use every source of power and I will use every piece of land in the United States that's, you know, suitable for this. We still treat the agent as a person that is expensive to consult and you should ask them when you have a hard question. That's not the way to think about intelligence. It's incredible that the machine can think and we should [music] try to get that into as many hands as as many people as possible. [00:00:32] >> [music] [music] >> I think it's important early in these conversations to just say the thing like literally what you're building and what it does today. So maybe just orient us there with a with a brief description like literally what the system is that you're building and why it should exist. >> Sal research is a token factory. We have an API where anyone can send us requests where they can use large language models, open source large language models for any task they want. Um, we will serve those tokens to them at a [00:01:02] price that is unbeatable in the market. We also support their ability to build agents on top of this. We host what we call sandboxes, which are longunning agent virtual machines hosted in the cloud that are designed for agents that run for hours, days, or weeks. And so you should think about you as a peer company to others that serve different kinds of inference. You're serving one specific kind of inference and your goal is to be the absolute cheapest provider and enabler of a certain kind of use of intelligence. >> Exactly. The theme of our company is [00:01:32] abundance. We want to deliver this new commodity of intelligence to as many people as possible at a at a cost that is sustainable for almost every industry. We think that whenever you make something 10 times cheaper, it's a new product category and uh we aspire to do that for tokens. We think it's so profound that the machine can think and now our job is to make as many machines as possible in the world work towards thinking. >> So if you think about uh the theme of the day being token costs is token cost the right way to think about this like is there some other way you'd put it >> to start with? Absolutely. Token cost [00:02:02] today my north star is I want to have the lowest cost per token in the industry and do that by a mile. I don't think tokens are the final unit of uh of work or intelligence but they are what we use today and so it's very straightforward. I think after tokens you start to move more towards um more outcomes which is like a vague direction. Uh you can imagine for example today when you consume tokens through an agent you don't actually control how many tokens the agent reasons for. It can reason for a certain amount of time or it can call a certain number of tools and increasingly I think we will have agents do some unit of work [00:02:34] take as many shots on goal as they can and however many tokens they use to get there is going to be kind of a dependent variable depending on the task. So you think about like agents that selfadminister a token budget as opposed to a company setting a budget for how many tokens engineers can spend per month. >> Why is there an opportunity that you can tackle it? It seems like the entire world is oriented around more better faster cheaper tokens. Right now it seems like the world is trying to solve this problem very aggressively. >> What was the unique opening that that [00:03:05] you saw that's maybe the market's not being efficient in its attempt to tackle this? So I think there's two things that are tailwinds for our company. One is got to be the rise of open source. I had to talk about that first. I think we are starting to see an increasing number of our customers and the broader market care about owning intelligence. They they want to have control sovereignty over the thing that they depend on. Uh and so that created a much more robust market for customized models or even just like these vanilla open source models that no one can ever take away from you. You always have the weights. You always have the right to deploy them however you like. uh in that world [00:03:36] there's been a reasonably robust market for the past couple years uh serving these models at large scale. The challenge is all those companies, you could take your pick, base 10, fireworks together, they all focus on low latency inference, and they were pulled in that direction by one very important customer, uh, cursor. And [clears throat] I think that that was the right choice about a year ago, and as of six months ago, it started to look like maybe low latency wasn't the only thing you wanted from an agent. You wanted more persistence, more long horizon tasks. And now, it's to me very obvious that [00:04:07] the future of agentic inference is long horizon tasks. You're going to run the machine for hours or days at a time. It doesn't matter if it spits out tokens at 100 tokens per second. Maybe 10 is just fine. That comes with corresponding advantages and efficiency. >> Why are you so confident in that? It's it like to me it seems like I want everything as fast as possible. >> When you're waiting on it, you absolutely deserve the fastest answer possible. My trick is I don't want you to be waiting on it. I want it to be proactive. I want it to be in the background. One way to say it is like the best latency is no latency at all. [00:04:37] When you wake up in the morning, the work's already been done overnight. you didn't even have to ask for it. Uh that's the dream. We're not quite there yet. But more importantly, I think the more you're in the loop as you prompt agents and wait for a response, in fact, you're the bottleneck uh in helping the in having the agent do more or less work. What we'd like is the agent to operate on more human time scales. You don't manage your colleagues every 5 minutes. You ask them to do a high level task and you come back and check in maybe every day, but more likely once a week. And that to me is the future of human agent collaboration, more like [00:05:07] human time skills. say more about the early indications that this is happening and therefore you should be building this company. >> Well, so the first and most important thing is the idea of test time compute scaling. Uh the idea that you can give an agent more time and it will give you a better answer. So that was theorized about 2 years ago now and uh but it wasn't really something that we could actually bet on until I would say late last year with Opus 45. Opus45 was the first agent that was at all suitable for longer horizon tasks and you know it was pretty mediocre and when it first came out but you look at the more recent models and what we've done on open [00:05:38] source as well and you see that agents are capable of running for an hour at a time. I wouldn't say it's days but definitely an hour is quite suitable today. And so just seeing that like average turn or task length get longer and longer uh it doesn't take many points to have you kind of draw out the exponential and see that agents are worth running for longer periods. What what do you think will be the market share of longrunning agents in 3 years or something like this? >> You know, I love this market because it's unbounded. There's no human in the loop. So, you can consume as many tokens as you like in the background. Uh versus [00:06:09] human attention span. If you tell me to consume 10x as many tokens at codeex or at cloud code, I'm actually not sure if I can anymore. I'm already in a loop and locked in coding for most of the the day that I'm at the laptop. What is undowned is how many tokens can be consumed in the background or proactively. So longterm, I think, you know, we're going to end this year at maybe 50/50 background and uh and real-time workloads, but I see this going to 9010 in favor of background. >> What are the sorts of things like what are your favorite examples of something that gets accomplished much better as a background task than as a human in the [00:06:40] lip task? >> Most deep research, most questions where you want to have a definitive answer over not 100 sources, not a thousand sources, but 10,000 sources or more. If you want to build an authoritative index of information like for example one of our customers parallel web systems seeks to do. They want to build an index over the whole internet and they want to monitor the internet in real time for changes. That is the kind of crazy exabyte scale task that you need a very different kind of intelligence or scale of intelligence to achieve. Deep research is a top category for us and [00:07:10] then increasingly we see cyber security following this direction. If you think about, yes, there's so much code you can generate, but there's uh exponentially more ways to break that same code than it is to generate that code. And there are some great customers out there who are working very hard to uh find agents that can break any piece of software and proactively patch them. So when Fable first came out, for example, or Mythos first came out, basically there was this push in the cyber security community to run Fable against every line of code we've ever written and look for bugs in 20 different ways. uh meaning you're [00:07:41] looking for both memory errors, you're looking for business logic errors and looking for like network vulnerabilities, all these things. And these are all actually things that you would write specialized agents for. You wouldn't just have Fable look at the source code once, you'd have it actually set up environments where you can pen pentest these applications. And at some point, people started to make this joke that security has become proof of work. When you want secure software, it's really a question of how many dollars did you spend on anthropics APIs trying to break into your software. uh that is the best indication for how secure it is [00:08:11] because that's the best tool in the world. And increasingly we found that the frontier of intelligence here is quite jagged. It's not the case that Fable finds a supererset of all bugs in software. You would find some bugs with a very small model that you don't find with the large model. Uh you'd find some bugs with Haiku that you would find with Fable and vice versa. So it encouraged this very diverse approach to sampling and trying to build cyber security agents that break software autonomously such that you can patch them. If you were to get sort of like speculative and imaginative about the sorts of things that longunning very cheap very [00:08:42] longunning agents can enable. We talked about some very practical examples deep research um cyber security etc. But if you if you get a little bit dreamier about the use cases new product category that this sort of inference will unlock and I guess the question is just like so what like what if you're maximally successful dream a little bit about what that might enable. >> Yeah absolutely. So I think for individual users what I'm excited about most is this idea of proactive intelligent agents. Um you can imagine Siri that is running in the background [00:09:12] all the time to understand what's all the emails you received in a day, all the text messages you receive in a day and and has a much more encyclopedic view of your life and how to be helpful in that life. Right now there's still point solutions and so you have to you end up doing a lot of prompting. Siri is not very proactive. That's something we can fix with abundant abundant inference. If you trust uh the machine enough that it's reliable and also trustworthy as in private um you might even imagine the machine can understand how you interact with it and proactively surface your next action whenever you open your phone. Can we build a good [00:09:42] model of what you're going to do next? >> My estimation is yes, we totally can. >> And the key to that is incredibly cheap intelligence. >> You have to be willing to spend tokens without any promise of return. That's the unlock. The long lens view to take on this is that we have we have a form of intelligence that can tackle any verifiable problem. Any verifiable problem means most software. It means a lot of formal like math proofs and similar. And it could also mean scientific discovery. These are all [00:10:13] relatively verifiable problems. And all those things currently have a dollar cost attached to them essentially. That's a hidden one. It's like how many tokens could you possibly harness to make this work? And we have actually started to bring it within view a dollar cost for these long horizon tasks that is reasonable. It's not millions, it's thousands and maybe it could be hundreds or even tens of dollars in the near future to have a definitive answer to any scientific question to any research problem. RAMP is the only platform built [00:10:43] to make your finance team leaner, faster, and better, saving businesses 5% annually on average, so you can stay focused on growth. RAM customers grow revenue 3.2 two times faster than the average American business. Visa, Verscell, Kerser, Stripe, Notion, 11 Lab, Shopify, and 70,000 other businesses all now run on RAMP. Mine does too, and so should yours. Learn more at ramp.com/invest. OpenAI, Cursor, Anthropic, Perplexity, and Verscell all have something in common. They all use work OS. To achieve enterprise adoption at scale, you have [00:11:14] to deliver on core capabilities like SSO, skim, arbback, and audit logs. Instead of spending months building these missionritical capabilities yourself, you can just use Work OS APIs to gain all of them on day zero. That's why so many of the top AI teams you hear about already run on Work OS. Work OS is the fastest way to become enterprise ready and stay focused on what matters most, your product. Visit works.com to get started. Felix by Rogo is a personal finance agent that turns a single prompt into [music] finished client ready work using your firm's own templates, [00:11:45] context, and standards. Send Felix an email like, "Take [music] these comments and turn them for me." Or, "Udate my tracker with the context of these emails." And Felix sends back finished [music] PowerPoint decks, Excel models, and sourced research. Felix works the way your team already does, delivering [music] work quickly and accurately around the clock. Learn more at robo.ai/felix. [music] >> And so, if we dream about that future, we're we then become limited just by the questions that people can ask. Basically, >> pretty much the questions we can ask. uh the models are on the cusp of basically [00:12:16] taking even a high level question and chasing it down every possible follow-up you can have the model essentially take that on its own >> and the question is what is your token budget >> and we will solve the token budget problem >> what about non-verifiable tasks >> I put basically the entire category of human taste into that category we have not solved human taste yet and I don't know that it fundamentally can be I'm excited to be surprised here but um we are focused on very quantitative uh problems we leave the quality of writing we the uh the beauty of art to to [00:12:46] people. >> All right. Now, let's talk about the uh the very clever stack of solutions that you hope to build >> ultimately to have this giant token factory, extremely lowcost intelligence supplier of extremely lowcost intelligence. >> I think you think about this in terms of level software, hardware, uh and power. >> Talk through what your master plan is to approach this challenge that's so different from what others are thinking about doing. >> You know, we always have to start with software. you know where is the opportunity on today's chips with today's data centers to improve efficiency and the first thing we did [00:13:17] was we tried to build the entire LM software stack around peak GPU efficiency meaning we're using Nvidia GPUs we wanted to squeeze out more tokens from the same chip than anyone else in the world and that starts with the lowest level of programming kernels it's actually my background I spent my whole life actually uh my whole professional life working on GPUs and kernels in Nvidia was my first job while I was in college and uh I got to see how the tensor cores got to earn their right to be on the chip. This is back in 2016. >> Just describe what that means for for the lay person. [00:13:47] >> So, okay, tensor core is a specialized unit on the GPU that accelerates matrix multiplication. >> Simple as that. There's been a long history of how we evolved at tensor core over time that we'll get into. >> And why is matrix multiplication so important? >> That's a great question. I actually I cannot say that there is a divine truth of the inverse that explains why matrix multiplies seem to be the atomic unit of computation. But uh one way I've heard it described to me is well it's a really succinct way to mix two blocks of numbers together and have them interact in some interesting way. That's as much as I can say about it. It is really convenient that linear algebra turns out [00:14:18] to be a very compact representation of arbitrary relationships in data. So Nvidia great graphics company obviously has had market share dominance in GPUs and and gaming graphics for quite some time. And then starting in like the mid2010s they started to actually start these like skunk works projects to make the graphics processor more suitable for machine learning tasks that they were tracking. I remember actually reading some of the like lab notebooks of some of my managers when I was at Nvidia. they would visit these small ML conferences like ICML or NURPS at the time and they would just take note of [00:14:49] these papers like oh this deep learning thing seems to be catching on and what's really interesting is that these grad students are using gaming Nvidia GPUs in order to train their large models we should double click on this and figure out what's going on here and by 2015 2016 at least Jensen had the conviction to to kind of double down on hey this usage of our models is only of our chips is only going to grow let's start allocating more and more precious silicon die area to this capability that seems to be emerging. Let's put the first version of tensor cores on the [00:15:19] chip. So, we're talking about, you know, taking this gaming chip which is designed for painting pixels on a screen and adapting it to do metric multiplies and it was early and you would be competing against the graphics teams essentially when you ask for more silicon area and any chip company. There's always competition for that. It is something that that the designers guard so carefully. you don't ever want to invest in the wrong technology because that's opportunity cost that you could have allocated to some other functionality. And so we we kind of like fought and tooth and nail and got just a [00:15:51] tiny bit of diary maybe like 5 10% something like that for the first generation of these chips uh to get some some amount of acceleration for basic convolutions which were the fundamental operation for computer vision models in the day. Uh, and then we had a software team that was trying to squeeze all the performance we could out of the chip. And I think on that software team, which is where I work, that's what actually taught me the most about um, just the ethos that Nvidia has around they have this term called speed of light. They always chase the speed of light for any piece of hardware that they make. It is [00:16:22] so ingrained in every engineer's mind that if the machine can do it, we're going to push the machine to the frontier until it does what we think is. >> And the speed of light is the edge of what's possible. >> The speed of light is the edge of what's possible. Exactly. uh if we think the chip can run at this frequency and produce this many multipliers per cycle, we're going to get there. We're going to break every bottleneck and get to that peak level of performance. And so to this day, I tell all my engineers like we're chasing 100% speed of light. I don't care about relative numbers versus the competition. I only care about absolute numbers. Uh what are we able to do on the chip and how do we achieve that? >> Before we leave that chapter of your [00:16:53] time at NVIDIA, anything else beyond that cultural touch point that really like changed the way you think about things or that stood out the most about how the business ran back then or its culture? I have a ton of stories about Nvidia. We can I can tell you a few of them. Um, one of my favorites is that on the tenure side, a lot of people I worked with in Nvidia in 2015, 2016 are still there today. That company has incredible retention and these are the best engineers uh, frankly on the silicon side at least I've worked with in my whole career. They're extremely extremely motivated and passionate. They've believed in parallel computing as a concept through its various [00:17:23] incarnations and have loved seeing the chip evolve. This is their life's work and they're extremely extremely competent in that direction. They're also a very frugal company. Nvidia and all, I guess all the Silicon Valley companies after 2008, they had some cutbacks and like perks. So, no free lunch. Uh, for example, Nvidia took it one step further. There was no free milk in the fridge. So, if you wanted to drink coffee at Nvidia and you wanted some milk, you actually had to chip in a dollar every month to the milk club and the milk club would stock Costco milk in the fridge. And I remember that [00:17:53] distinctly. We don't do that at sale, but uh >> it's a it's a frugality that permeates the company. And so coming out of this time there, you get this experience of what it's like to develop more efficient usage of the underlying hardware through software. >> Yes. >> And so so link that to, you know, today's environment. >> Yeah, absolutely. So, so I think um the GPU is fundamentally a throughput machine. The GPU is happiest when you give it a lot of work to do and let it chew through that work at peak utilization of its compute units. But that's actually not the way that we've taken AI in the last couple years. We've [00:18:24] really pushed AI to be an interactive chatbot tool is the most common form of AI usage today. And in that world, you care a lot about actually spitting answers out to the to the person at the keyboard as quickly as possible. To your point about don't make the user wait, I want things as fast as possible. And so that's actually quite interesting for the GPU. It's very difficult to put the GPU in its happy path of being fully compute utilized when you're trying to spit out tokens quickly. There's a fundamental trade-off on the GPU between being uh throughput oriented or latency optimized and everyone has chosen [00:18:54] latency optimization because the shape of usage was chatbot oriented. I believe that's the most profound change we're going to see in the next year. We're going to move away from chatbots to more proactive or background agents. And in that world, it makes a lot more sense to build a stack around throughput. >> Can you explain technically why the trade-off between throughput and latency is unbreakable? Why can't we have both from the same hardware? It's quite foundational in almost every system that you could ever possibly look at. There's always a trade-off between getting a small amount of data through the system [00:19:24] as quickly as possible and leaving a lot of buffer uh room for that or trying to run wide and slow like narrow and fast or wide and slow is like a classic trade-off in all computer science. But for GPU specifically, I think there's one thing to focus on which is there's this concept of like batching on the GPU. We want to group many users work together into a batch that we can uh run all at once on the GPU. That's the parallel processing of the GPU. We'd like to have a lot of parallel work to do. The thing is though, you're doing net more work when you run a large batch [00:19:54] of compute together. And so you might be filling all the units, but every step along the way as you carry a a batch of work through the GPU, there's more work to be done. And so any individual token or any individual user's request in that batch, it's going to spend a longer time on the GPU being carried with other people's traffic. Maybe the way to say it is um you know, if you want to get downtown and SF, you can take the bus or you can take a private transit. And the private transit is going to have its own direct path as the crow flies or you know, using exactly the roads that you [00:20:24] want from point A to point B. a bus, it's going to have to serve many more people and it it has to fundamentally uh do something that works for everyone >> and so it takes a slower path and it stops and and waits for other people to get on and off. I think the bus versus car analogy is pretty accurate >> and it's a great analogy and so step one for what you're trying to do is like create the best possible bus on top of Nvidia GPUs. Like that's step one of your optimization. >> That's exactly right. It means we explore things like different parallelism schemes. Maybe that's another example I can give you is um [00:20:54] with Nvidia GPUs, one of the things that they've really innovated on and done a great job with is the NVLink uh interconnect between GPUs. And in fact, that NVLink system is so good that you can if you have a large matrix multiply that you want to perform faster. You can actually cut that matrix multiply in half and shard it [clears throat] across two or more up to eight, let's say, Nvidia GPUs and have them all work on pieces of that larger matrix multiply >> and have them connect their results together at the end. Reduce their results back together at the end. And [00:21:24] this is a great great way to cut the minimum latency of of an operation. You're each GPU is now doing 1/8 as much work, let's say, uh, and therefore it can finish faster but not eight times faster. It's sublinear scaling. You'll use eight times more hardware, but you won't get eight times the speed. You might get like four to fivex the speed. You're not going to get strong scaling. And this is because of communication overhead. It's because every GPU is going to be a little bit less efficient working on a smaller tile of work than a larger tile of work. And so, it's the only way to speed up if you want the [00:21:54] minimum latency possible. You can do that, but it is not the choice I would make. For example, I would prefer to use a different parallelism scheme like expert parallelism or pipeline parallelism. And we may do interesting things to overlap and hide the communication latency in a way that you would have less ability to do that for a low latency server. >> So is the right way to think about NVLink as a technology which improves latency performance? Yes. >> And only latency performance >> which will segue into the next segment of what we you know do differently as a company. But yes, NVLink is mandatory I [00:22:24] would say for low latency inference. >> So Nvidia is excellent at low latency inference. And I'm telling you that we don't really care that much about low latency inference. So where does that leave us? Well, I think I'm not holding my breath for other companies broadly to figure out NVLink quickly. It's a challenging technology to figure out. It's hard to scale. It's hard to productionize. And so, if I do have some other vendors chip and it is good at the foundational compute components, it can still do metric multiplies really well. It just can't communicate those results across its peers quickly. Well, maybe there's a room for that other chip in my [00:22:56] stack as a really really good compute per dollar option. And that's what I actually optimize for in most cases is how many flops does this chip have and how much is it going to cost me per hour to operate to own and operate. Uh and so there are other chips that definitely rank higher than Nvidia on flops per dollar, but they may not have as much interconnect. And so it's my job to figure out what parallelism scheme am I going to use that's going to make this chip suitable for inference. It's not going to be tensor parallelism. Nvidia is basically mandatory for that. But other techniques may work well for me. [00:23:27] So before we leave the latency part of the story, can you comment on companies like Cerebras or others that can perform incredibly fast operations? I'm curious like what you think about those approaches, those companies, what might happen in the future. What is your prediction for the future of very low latency focused hardware? Cerebrus Grock uh and a couple others that are coming out of stealth now I think have made a very interesting bet on not just building another GPU but actually building a different kind of accelerator that focuses on a different memory hierarchy. Uh they want to maximize the [00:23:58] amount of SRAMM on the chip and use that as very very fast memory for for weights and KV cache. So SRAM versus DRAM there's two ways to make memory for a chip. One is to integrate the memory on the logic die itself. Like meaning you tell TSMC, I want this many megabytes of of storage on my chip. Uh and there's a way to build that. TSMC has a standard cell library you can use and you can just print out a bunch of cells of SRAM. The problem with SRAMM is it takes a lot of area on the silicon die. Um, so if [00:24:28] you want to build a large die like let's say the Nvidia Blackwell at 800 mm square. If you made that whole DS RAM, it would be in the maybe like singledigit gigabytes, it's not a crazy amount of of data storage. Compare that to if you're willing to take a different process technology entirely. So not TSMC anymore, but now Micron SKH Highix Samsung. They build DRAM, which is a whole different way to build memory that's more focused on capacitors than transistor cells. So, SRAM, the standard way to build SRAMM is what's called the 6T transistor cell. It's a stable [00:24:59] transistor arrangement that allows you to write a bit to it and then it holds that state in that bit regardless of whether you keep applying. Well, you had to apply some power, but uh it it's holding that bit without any sort of like active management. It's static. Now, dynamic RAM, DRAM, it's dynamic because what you do to write some data is you write a charge onto a capacitor and as soon as you write that charge into that capacitor, the charge is dissipating. it's been leaking. And so the dynamic part of DRAM is that you must every 50 milliseconds or so refresh [00:25:29] every bit you've written. So you're constantly juggling billions of balls in the air essentially billions of bits have to be managed by a memory controller which is reading and refreshing every bit on the DRM. Now the benefit of that is you can get much much higher density and it's a whole different process technology. There's a ton of different trade-offs. Hence why we split the DM manufacturing into an entirely different company like Micron SKX and Samsung. These are the best companies in the world to do this. They build DM. And if you take DM from those companies and you stack it uh into many layers and you kind of print them or or [00:25:59] solder them around the main logic die that you get from Nvidia, you can now get hundreds of gigabytes uh like Blackwell has 288 GB of HPM capacity around the logic die. And the logic die itself maybe only has like 500 megabytes of of SRAM. So it's possibly multiple orders of magnitude, three orders of magnitude difference in density for DRAM versus SRAMM. Okay, so let's go back to Cerebras. What are they doing? Well, they see this problem, there's not really an obvious way to increase SRAM density on the chip. But thing with [00:26:30] SRAMM is because it's so physically close to the logic gates that actually do the computation, the arithmetic logic units are right next to the SRAMM that they're going to pull from, the compute units that are doing the matrix multiplies can pull data from SRAMM at just mind-boggling speeds. You know, Serbis quits pabytes per second, 21 pabytes per second further away for scale engine 3. And so compare that to HBM on an Nvidia black wall is u you know 10 terabytes per second or so in that range. So once again, many orders of magnitude difference, more capacity, [00:27:02] but proportionally less bandwidth essentially. >> And so what Cerebrus does is they say that we're going to take as many of these dies as we can. We're not going to limit ourselves to the 800 millimeter u reticle limit, the TSMC 800 square millimeter limit that TSMC imposes on us. We're going to take the entire wafer and have actually every die connect to every other die over scribe lines. And we're just going to try to get as much SRAM as we can on the whole wafer. and we can get to like let's say 50 gigabytes of SRAM per wafer and then we're going to stack many wafers [00:27:32] together in a pipeline or similar and now we can have you know up to a terabyte of memory very very fast memory and you do all that work just to get to the ability to read data from SRAMM at yeah 21 pabytes per second per wafer therefore you can now serve these language models at extremely high tokens per second because you can move the entire parameter count of a large model like Kimmy uh you can move all that data in and off the chip or sorry in and off the logic cores in about a millisecond [00:28:02] or something like that. >> So there you go you have a path to a thousand tokens per second >> and so what is your prediction for like that segment of the market? Okay. So I think what happens to them is some hybrid sort of outcome like we we had to pair the Cerebras chip where it's very strong. It's very very good at fast access to memory with something that has more capacity for memory because it's true that you can take a one trillion parameter model like Kimmy and fit it on a large number of cerebrus wafers. But you can't do something about the KB [00:28:33] cache very easily. The KV cache is something that grows as people use the model more and that is always dynamic. You don't even know how much KV cache you're going to need. It depends on what your users how many users you have and how many users you want to serve. >> Can you explain KV cache just like in >> basic? Yeah. So KB cache whenever you use a language model every token you send through the language model actually uh stays in the context window of the language model for as long as you're having a conversation. So if I we talk for 100,000 tokens, the 100,000th and [00:29:04] oneth token is still in the conversation uh behind us and the model is referencing all the past conversation history in order to make better predictions about what the next thing we're going to say is. And so that KV cache is a bunch of memory. Um you have to store a representation for every token that you send through the language model. And it frequently gets to be larger than the weights of the model themselves. You have this like crystallized knowledge in the model weights and you have the dynamic knowledge of the exact conversation we're having in the KB cache is the way [00:29:34] I like to think about it. >> Yep. And and this is why sometimes people would observe like deep in a conversation things start to degrade because there's some sort of like technical problem. >> Yeah. So the KB cache is quite interesting in that regard. The KB cache is an exact representation of everything that came before. We we store all the information that we've seen in the conversation. However, during training, the model did not get trained primarily on very long context conversations. It got trained primarily on, let's say, 8,000 token conversations or 16,000 token conversations. So, if you take the [00:30:05] model to 200,000 tokens, there was some training that happened at that context length, but it's not the model's like core strength. And so, there's there's always been a challenge for the Frontier Labs to figure out how do we make the model exactly as intelligent at 10,000 tokens as we expect them to be at 200,000 tokens. And it's going to be a perennial battle for us. We've had 1 million context windows as a concept for for years now. Enthropic was I think the first to hit the 1 million context window length. I still, you know, use /compact in my cloud code uh well before 1 million context length. I don't think it's actually great to hit the full length. >> And so these extremely fast, extremely [00:30:36] low latency approaches ultimately are limited by by this factor. >> Yes, you can do whatever you want for the weights. It's very possible to have just unbeatable performance on weight storage. However, the KB cache is going to be a big thorn on your side. And so three years from now, five years from now, what role do you think these kinds of chips play? Like what sort of market share do they have in the heterogeneous chip market? >> Crisis and Grock and maybe a couple others, you should think of them as accelerators. What they are really good at is being used in conjunction with an more traditional GPU like device that [00:31:08] critically has this offchip memory built in. You want offchip memory for capacity and onchip memory for speed. We want to hybridize these two things. So if you take uh transformers in the limit, you take a transformer to a million context length. What ends up happening is you have this you know computebound stage which is the actual matrix multiplies for the uh what we call the MLP which is where most of the model's knowledge world knowledge is encoded and then you have the attention layer which is where we're kind of dynamically adapting to the current conversation. Attention in the limit is usually memory bound and [00:31:39] the MLP in the limit is computebound at large enough batch size. And I would say the original sin of transformers is that you've taken this extremely fundamentally memory bound layer and juxtaposed it right next to a computebound layer. It is very difficult to have a single chip that is good at both compute operations and memory operations. The GPU is quite balanced in this regard, but you have to choose one or the other. Cerebrus has a very fast memory access for something like a matrix multiply and it's really good to [00:32:09] host the the MLP the the weights essentially on the Cerebrus chip but the GPU has the capacity to scale to really long context lengths and so you would like to put the uh attention possibly on the GPU and the MLP on the cerebrus chip >> and I believe this is what's happening with Nvidia and Grock. Can you riff for a minute just on transformers and uh >> yeah, you've been so good at explaining some of the core concepts just for people that again aren't aren't deeply familiar with what this innovation was in 2017 >> like what its strengths and weaknesses [00:32:39] are and whether or not you think it will remain the dominant architecture or a dominant architecture for the future of AI. What it did was it it allowed us to learn an unsupervised data really effectively because transformers what they're all about at the end of the day is taking any sequence any arbitrary sequence of data and trying to find patterns in that data and they critically the attention operation which is the headline uh component of transformers. It allows the model to dynamically adapt to what it thinks is the most relevant component of the [00:33:10] sequence. every step you take through a transformer, you are essentially like reweing the input that you looked at before and figuring out which is most relevant for your next prediction. And so it it's extremely amenable to >> uh learning arbitrary sequence data. And the most interesting sequences of data that we produce on a regular basis is language >> and that's how we got to dominance in the language regime. But uh to zoom out even further, I think what transformers really did well is that they scaled. Transformers make no such human prior. [00:33:41] Transformers just say, "Well, there's going to be a pattern in the sequence of data, and if there is a pattern, I'm going to find it. I'm going to throw more and more parameters at this problem until it works." >> Uh, and transformers benefit from a lot of the computer vision work, too. For example, one of [clears throat] the challenges in computer vision was we had a hard time going from hundreds of thousands of parameters, which you get for like linear models like support vector machines or other legacy machine learning models. Those had, you know, on the thousands of parameters. Then we got to deep learning and got to tens of millions of parameters with computer vision. The biggest models were you know [00:34:12] around like 150 million parameters was a huge model for computer vision. And now we routinely talk about trillions of parameters and transformers are the link to go from millions to trillions of parameters. >> And so if I think about the important units of scaling being data and compute >> does it stand a reason then that you think transformers will just stick around because that's the thing that we're good at getting more of those two things. Well, data is an open question, but comput. Yeah, transformers are so they're just such great sponges, you know, like you you you increase the compute available to a transformer by [00:34:42] 10x and you'll get you'll get some log improvement somewhere. Uh and and so far the scaling laws really work. They're really quite beautiful. And to [clears throat] the point about I guess what do transformers do really well? They extend to almost any data set you can throw at them. They're extremely powerful general learners. And I think what's especially useful about transformers over other techniques that we've tried to replace attention is transformers represent any pair wise relationship that you want. Any token in the sequence can attend to any other [00:35:12] token in the sequence. So if there's any relationship that's in the sequence at all, you're going to find it with transformer. Now it may be the case that you don't need all toall modeling. You don't need every token to look at every other token. But if you need to, transformers give you that option. And until we know a better way to kind of prune that space down uh a better way to kind of have information modeling be more selective attention is a very very good operation. This is another kind of trick that we learned in the computer vision days. Like one of the old [00:35:42] Karpathy sayings is that you know if you have a new data set that you want to train a model for. Your first goal should be to overparameterize the the model and try to overfitit the data that you have to prove that there is a relationship that you can model or memorize that your learning algorithm works uh that you can instill knowledge into the model. Once you can overfit then you can compress and the compression is how you get generalization. You don't want to actually memorize the data that you have in front of you. you want to generalize and therefore once you overfit the data set then you can kind of work backwards and try to find the general patterns [00:36:12] that fit into the smallest parameter count possible. >> What's your prediction for the future of data and riff on the importance of data in this whole story? I like the phrase that internet was a onetime subsidy on data. We got it for free. Uh it's extremely high quality about 30 trillion tokens of high quality text. Uh 300 trillion tokens if you take a wider view on what qualifies as good text and we've basically looked at it all already. Models have seen the entire internet many times over at this point. And there is not a whole lot more to be done on human data from the internet. The next phase of data in my mind is model [00:36:44] self-improvement through RL environment gyms. Basically, in fact, we don't even benefit from getting more like random user interactions with AI. It used to be that, you know, the the new type of data that we cared about a lot was the interaction data from people using chatbt and giving TetBT signals on what they liked and didn't like. I like the argument now that the median model that we serve is so much more advanced than the kind of un than like a random human uh giving feedback that the signal you get from [00:37:14] random human preference or I guess unconditioned human preference is not actually worth anything anymore. You want expert human preference at this point. The model has outgrown everyday >> generic Yeah. Everyday Joe. Exactly. So the feature of data to me is giving the model a hard verifiable task and letting it run in this gym where it's kind of isolated and it just has a a problem that it can make progress on and get measurement of whether it made progress on that problem or not. You can imagine coding problems are in this category. math problems are also in this category and um increasingly more and more we [00:37:44] have we can just give the agent a computer essentially and have it act like it's a human worker and just give it feedback on whether it's making progress towards the target outcome that environment becomes the data. I think this is not a super differentiated take but uh it's been really really productive from what I've seen so far. And you think that just goes on for a really long period of time or is that another like if I think about the internet as this one big block like this is another big block that will have its you know day in the sun and we'll kind of get it all and and then we'll have to [00:38:14] move on to something else. >> I think it's actually more profound than that. Basically the idea is that if you want artificial general intelligence the best way to get there is to just keep stacking specialized intelligences until you have no more gaps to fill. And the test here, the only thing you need to make sure you do to make this work is you must make sure that your task is verifiable. You need to give the model a self-grading system. If you have that, you have the recipe for self-improvement on any task you like. And I think you've seen this held up by the way frontier [00:38:44] labs spend. They used to spend much that much on data. Now they spend a lot more on RL environments. And these environments absolutely capture that relationship of recursive self-improvement on a verifiable task. >> Okay. Okay. Now, so I like that we've veered off in different little side cars here, but coming back to your initial task of making existing hardware more efficient. >> Yes. >> By being more in control of what's going on at the hardware level through software. >> Um so, so yeah, just keep going on what you've done so far and what you want to [00:39:15] do and then we're going to jump to hardware and then jump to energy finally. >> Sounds good. So, yeah, I mentioned kernels. It's surprising people think kernels are done. There are great people like Triau who write excellent kernels and they're they form the bedrock of all of our um modern deep learning is built on flash attention. Modern transformers are built on flash attention. But if you deviate from the happy path at all, if there's a new model that comes out that has a slightly different way to embed positional information like the change of the rope system. Suddenly the kernel that we had is not suitable for this new [00:39:45] model and we may have to make a a patch to this kernel. I wouldn't say we're in the phase where we had to invent new kernels from scratch, but having the ability to quickly modify existing GPU kernel, sorry, a kernel, by the way, is a it's a general term for any program you run on the GPU. And so, historically, kernels tend to be put into a library where every kernel has a very very scoped purpose. Typically, you have a kernel for a matrix multiply. You have another kernel for even something as simple as addition. You want to add two tensors together, that's another kernel. [00:40:15] >> [clears throat] >> And then increasingly we've started to fuse those kernels together. So if I do a matrix multiply and then I want to add it to another matrix that I've also multiplied maybe those two become one kernel and I just fuse the operations where instead of writing the data out to DRAM and then reading it back in just to do the addition maybe I can just do this uh easily. >> Why are humans still doing this? Like it seems like the sort of thing that AIs would be exceptionally good at engineering more efficient kernels. Maybe that's where we're going and we're just not quite there yet. But if if we aren't there yet, is that where we're [00:40:45] going? If we're not there yet, why why humans still doing this? Why why is Tree out so wellknown? You know, it's a name I know. >> I don't want to speak for Tree, but what he taught me was uh you shouldn't write kernels by hand anymore necessarily. I like to say we write kernels in the whiteboard. We go to the whiteboard, we describe what we think the machine should be doing, then we succinctly describe that in in natural language to the a model. And then the model is able to do the execution of okay, here is my input and output. here is the strategy of how we want to dispatch this work [00:41:15] onto the GPU. I'm gonna go implement this. >> So, we're doing the conceptual design. >> Exactly. And that I think I'm not sure exactly why models are not superb at doing this. I don't think this is like our remote or anything like that. I'm sure in 6 months time we'll have much better models uh on kernel engineering and I'm sure the labs would tell you that they already do a lot of their kernel engineering uh in a fully automated way. And so software as an edge, >> yeah, >> if I think about software as maximally near speed of light, efficient usage of of an underlying piece of hardware >> is is going to trend towards not being [00:41:45] an advantage for a company like yours over time. >> That's right. The rising tide of something like Mythos or GBT 5.6 Soul that lifts all boats. It really does. Um I actually don't think there's a point in specializing to say we work on making the model better for just kernel engineering. I think that's actually not not the most meaningful subset of of like coding in general, >> uh, kernel engineering in particular. Maybe there's some like privilege information you inject into the prompt that's like a useful way to steer the model to be better at writing kernels, [00:42:15] but broadly speaking, yes, we're all we're all downstream of the frontier in terms [clears throat] of this capability. I I always love this uh this from the history of energy there there's always this like pendulum between the raw source let's say coal >> and then if there's a certain amount of energy available inside of a chunk hunk of coal like what percent of it we can harness and use >> and a big part of the history of energy was getting that number from 10% to 95% or whatever >> right >> where are we in that's like if I just think about it at Blackwell or something [00:42:46] and Blackwell is the piece of coal >> like what percent do you think we're at like How how efficiently can we use an existing piece today? >> There's a lot of different ways to analyze that. I think in some level we are really efficient at optimizing the performance when the GPU is doing the thing that it's most happy doing which is a large dimension matrix will apply that operation runs at you know 70 80% of peak utilization and it's limited not by software but by power. The way Nvidia quotes peak flops is a little [00:43:16] optimistic. You never hit that because of power throttling but um >> because of heat. >> Yeah, exactly. thermals let's say 70 80% it's saturated it's pretty good >> but in practice you don't spend the majority of your time in a transformer in that happy path where you're doing a large batch m matrix multiply >> and so >> uh our job is to basically build the engine around the chip such that we are feeding the GPU these large batches of work at all times >> and one of the most profound transitions we've had in the GPU world in the last year has been this moving of you know [00:43:46] you don't program one GPU at a time anymore you should think about the whole rack and maybe you should think about the whole cluster, the entire data center at a time. And with Nvidia again, they've started shipping not just a single GPU or a single motherboard, but actually the the whole rack system is something that they prescribe. They call it NVL 72. Uh their latest chip, the Grace Blackwell 300, um that ships as a rack of 72 units. And it is it's an open race to figure out who can program the whole rack scale computer as efficiently as possible. And my belief is that that [00:44:17] shape of compute is the future of both efficiency and speed. In fact, Nvidia does a great job of if you want the lowest possible latency, you should be using that chip. And if you want the highest possible throughput, you should probably also be using that chip as of right now. >> And it's all comes down to like this is a very new paradigm of programming. >> One of the things you hear is that the market for the best chips, blackwells, let's say, >> is like a drug market or something right now. Like there's all sorts of fascinating things happening to get as many of them as possible because everyone's so short. Y >> I'd love you to react to that analogy like is that what it feels like [00:44:48] >> but then also to talk about what the market is like for like not the bleeding edge chips like if I if I >> am willing to accept a slightly or or moderately inferior chip >> what's that market like let us into that world >> yeah okay a couple things number one uh yes basically has a long-term view on uh on all their chips they they see this immense demand for the black hole chips and they they can do what other suppliers have done in the past which is like just crank prices and made the market you know supply and demand curves will correct they'll intersect at some point and everyone will be technically [00:45:19] happier but Nvidia sees the if they just let the most deep pockets buy all the chips that maybe hurts them in the long term if that customer ends up acrewing a lot of more power they understand that compute is power today and so uh they're quite strategic about how they allocate compute that's the first thought the second thought is that relationships matter a lot nobody wants to have a huge order of of a chip rental come in from this new startup that says, "Oh yeah, I'm going to rent 10,000 black wells for for three years or 5 years." The startup [00:45:49] has only been operating for months typically. Who knows they're good for the money. The the way you convince someone to give you access to compute is is quite challenging uh these days and requires some pretty either great relationships or uh just incredible financial backing to make this happen >> on the Nvidia side. And it's all because the scarcity is so high and demand is just off the charts. Now, for other chips, I wouldn't even call them inferior. I I like to say there's no bad chips. There's really bad pricing. And uh I will make any chip work at the [00:46:19] right price. That's like kind of one of the ethoses of the company. And let's talk about AMD. AMD, I think great chips overall. The challenge is that people don't um understand how to program them very well. So, you know, I've been talking to you about how we have such a great kernel team. We're so serious about squeezing the performance out of the hardware. Nvidia is pretty good at doing that for their own chips. Frankly, there's some alpha that we can squeeze out, but actually there's a lot more to be done on other chips because the vendor does a little bit less work than Nvidia does to make the best kernels out of the box or or even better for me [00:46:50] there is alpha and just like other people have this perception that AMD is not as as good as Nvidia. That's music to my ears. I'm very happy for them to sleep on this chip and for me to buy as much as I can. >> Now, I think that that's not actually super true anymore. I think AMD is actually uh somewhat popular amongst the some large buyers. Um you know I think publicly Meta and OpenAI have bought a ton of AMD chips and so we're increasingly seeing that uh all the AMD supply is also being allocated but there's a long tale of other companies that are popping up yet net new companies are great uh such as etched or [00:47:20] or senova or dmatrix all these companies are popping up and I think the main challenge for them is scale can they actually get enough wafer allocation from TSMC to pump out chips to make it into the market but certainly if there's a new chip on the I'd like to know about it as quickly as possible and evaluate whether we can buy a good fraction of that supply. >> And so it's fundamentally an arbitrage for you. Like if you can be much better at eking out performance from chips that have received less attention, you can then resell that at a margin and it [00:47:51] could be a great business. >> Exactly. Exactly. And I think that it's not the case that everyone else is just, you know, has a skill issue that they can't uh, you know, make these chips work as well. I think we're quite competent in this. I think we're probably one of the best teams in the world to use multiple silicon architectures and and be quite aggressive in chasing down performance in unlikely places. But um yeah, I think it's the speed at which we we're willing to kind of build our stack around a new chip. We don't have a huge amount of incumbency around well our data center providers are only stuck with with this class of chip and it's going to be a [00:48:22] huge pain for us to to deploy uh these net new chips. We have some very creative data center partners who are willing to move very quickly and there's a new class of those that we can talk about and most importantly we don't shy away from the challenge. Uh that's frankly a big part of this is just saying yes we love TPUs we're going to make TPUs work. Yes we love tranium we're going to make tranium work and if it doesn't work um easily we're going to find a way to fit it in with the heterogeneous serving system it will have a place every chip has a comparative advantage we have to find that advantage and then squeeze it in that direction. Ju just as an interlude [00:48:53] before we get to hardware, data centers, energy, etc. which will be really fun part of the conversation. I'd love you to talk about your perception of the investor classes worry. Yeah. >> Like you look at memory stocks. >> Um or my current favorite is you look at the chart that plots the percent of the S&P 500 that's semiconductors. >> Historically it was like 2 3 4%. Now it's 19 20 21%. And it just sort of looks like if you're a student of market history, you get all these things through time that are sort of reached [00:49:23] some crazy near-term peak and then and then collapsed back to long-term norms. >> Um, and I'm curious how that has all investors worried. >> Yeah. Uh so you know a lot of people made a lot of money in Micron and Skhinx and companies like this but everyone feels like ah these you know on the long term like compute's a commodity and uh it will not represent a quarter or fifth of the entire market capitalization of the world and and so they're scared and that's the setup. Um everyone acknowledges that like there's a huge shortage but everyone sort of feels like [00:49:53] ah we'll figure it out and these things will revert back down to their their normal place in capital markets. I'm curious what you think about about that narrative. >> One thing, I'm less of a student of history as more of a member of history. I was I was born in 1997 and uh my mom worked at Intel in the 2000 in the run-up to the year 2000 and the the do boom and crash and you know I remember the time where Cisco was the most valuable company in the world and and Intel was close behind. I mean I mostly draw parallels to that period of history from 25 years ago to today. And I think [00:50:24] the main difference is that a lot of the investment in networking equipment historically was speculative. We anticipated this future demand for users that never came. And I think what's interesting about token consumption or AI consumption broadly is that it's no longer speculative. People buy tokens because they're immediately valuable to them. You don't hoard tokens, you use them immediately. This is also even different from what we had 2 years ago where there was a supply crunch for hopper generation chips in 2023 2024. Uh in that period it was all training [00:50:54] oriented spend and training is inherently speculative. Now it's everyone is instituting caps on how much you can spend on cloud code. It's a very very different world to be talking about inference spend and predicting inference spend to go up. I do think inference spend monotonically increases. Uh there's no speculation on inference spend. Vanta automates security and compliance for over 16,000 fast-moving companies like Ramp, Cursor, and Harvey, keeping them audit ready around the clock. It's the number one Agentic Trust platform, and it now helps companies like yours watch for the risks that show [00:51:24] up between audits across your vendors, your AI tools, and your whole [music] environment. Every new tool your team signs up for, every vendor that turns on AI features, [music] is an opportunity for something to go wrong. And most security programs weren't built for AI's pace of growth. The Vant agent works like a 24/7 GRC engineer in the background, finding issues, drafting fixes for you, and cutting vendor assessment time by up to 50%. Whether you're a fast growing startup or a global enterprise, [music] Vanta helps you earn and prove trust. Invest like the best listeners. Get a special offer [00:51:54] of $1,000 off Vanta at vanta.com/invest. Ridgeline is the first endto-end system of record with embedded AI for investment [music] management firms running portfolio accounting, reconciliation, reporting, trading, and compliance, all on one unified platform. Firms are moving off legacy technology and onto Ridgeline because of how far ahead Ridgeline's AI features are compared to anything else in investment [music] management software. I've been hearing from a lot of investment managers about AI, and they fall roughly into two camps, with some unsure where [00:52:24] to even start, [music] and others convinced they can build their own order management system over just a weekend. The reality is that running an investment firm will always require governance, [music] controls, and a single source of truth for your data. And no amount of AI enthusiasm changes that requirement. If you're serious about your firm's AI strategy, Ridgeline [music] should be part of that conversation. And you can request a demo at ridgeline.ai. >> Coming back now to your take on hardware. And so the unit level is interesting to me like talked about chips, talked about racks, talked about, you know, clusters. I'd love to talk [00:52:55] about data centers >> and you said you've had some interesting partners doing some cool things. Talk us about the the present and future of data centers as you see it. >> Y >> because this seems like you know obviously a critical thing for being able to serve all this inference is like lots of innovation in in this part of the world and obviously you're focused on it. >> I think one of the themes in our conversation has come back to what is training versus inference like what is the difference between these two? categories and you know what was different about two years ago being training oriented and today being inferenceoriented and I think the most conservative players in the entire AI stack have got to be the infra players [00:53:27] whether that's data centers or even more conservative is TSMC the chip infra people uh and so data centers historically were built like AI data centers they were built for training uh and training is the superset workload over inference you can make any training cluster work for inference but maybe not vice versa and what the difference there is networking uh how much do you invest in bandwidth between chips and how large of a cluster do you need? There's actually a diseconomy of scale to to data centers in some way. Like it's way more expensive and difficult to build a [00:53:57] um you know 100,000 GPUs in one data center than it is to build 10,000 than it is to build 1,000. And and we now we just talk about you know how many megawatts or gigawatts do you have? And basically there's no way to build a gigawatt data center in the United States easily anymore. Even 100 megawatts is is increasingly hard. It's basically impossible unless you're a very special set of customers. Uh 10 megawatts is probably on the edge of what's possible today and 1 megawatt I would argue is plentiful. So there's this incredible lore on the market where you can find lots of aggregate power but [00:54:29] it will not be concentrated and that was not interesting to anyone who's building training uh data centers because you just assume all be in one spot for no one wants to deal with cross data center training. >> So the market has some lag in it. I think that the market still assumes that we have to go shake down those 100 megawatt and 10 megawatt data centers wherever we can find them is still the attitude I hear from a lot of data center developers >> but increasingly we're seeing a few new thinkers realize that inference is going to be suitable for these distributed 1 megawatt data centers and uh we're we're [00:55:01] quite in agreement with that and we are very happy to buy small pools of compute across the United States and use that as our inference fleet. give us a sense of literal physical size of uh 1 megawatt versus 10. >> Yeah. Well, so this got really wonky with the advent of liquid cooling. Now you can pack insane levels of power density into a single physical rack. Like a megawatt of compute, you you'd imagine this like massive data hall, like a huge warehouse basically. And now you can actually pack that into Yeah. around like around like eight racks [00:55:32] worth of compute. Each rack is about the size of a refrigerator. You can just imagine eight of them lined up. Um, yeah, that's a megawatt. And so your view would be that the future that you want to help build is a whole bunch of different chips that can be used together. Yes. >> That you can buy, you know, you're a buyer to ek out the most per chip. >> And that those chips can then be coupled in very small >> data centers >> to just do inference. And that those two steps of a whole bunch of random compute, some of which is cheaper than [00:56:03] it should be, >> your ability to eat more out of it, and then small units of expression in a data center >> equals way cheaper intelligence. I certainly think so. Yes, there's a lot of ways to access cheaper flops if you're able to be creative with what you take. And so, one of the ways that I describe what we do is we will buy any chip anywhere in the world for any duration of time. That is a level of flexibility and liquidity that I think no one else has right now. Uh we're very aggressive about putting our money where our mouth is and we will we will really [00:56:33] take any capacity uh and find a way to make it work in our fleet. And that is a big part of our advantage today and long term we had to create more of that advantage by investing in these data centers that other people are going to be skeptical of because you know what's going to happen when you set up these like this army of a thousand small data centers versus the one the one big gigawatt data center. Well, few things. You're not going to have power redundancy frank quite often. You're not going to have backup diesel generators on site. Those are all very expensive. We cut all that overhead. We're not even going to have redundant networking in a lot of cases. We're going to put these [00:57:03] in facilities where we have good access to power, a single source of power and we're going to trench one line of fiber to these data centers, but we're not going to have like three lines of fiber with redundancy and failover and SLAs's. It's just going to go down sometimes. In fact, I won't be surprised if some of them get down to like 95% uptime, >> which is bad. >> Very bad. That's fatal, atrocious for anyone else. survive in a in a big a big gig >> you'd have basically zero buyers for a data center that has 95% up time >> I'm that first buyer I will buy 95% >> up time >> and the reason for that is because of [00:57:33] this background engine thing that if there's things running in the background you don't care >> partially uh it's actually two things one is that we have a really robust control plane that is going to be fine handling any single failure in any single data center as long as it's not correlated with other data centers and I can just move the workload somewhere else I'm cool with that um the failures happen at some rate and I am basically linearly happy with a data center that's 95% uptime versus 98% versus 99%. It's just linearly good or bad for me. >> Mhm. >> Now, you do need that async piece that I [00:58:05] mentioned of, you know, we serve these long horizon agents because what happens when a request fails is that I'm going to have to go find a new GPU to put that request on. And that means that for that single turn of the agent's work, you know, it's working for an hour, but then it hits a roadblock because it's GPU got pulled away. At that moment in time, that agent is going to experience maybe like an extra minute or two or three, maybe even 10 of latency. But my argument is that my customers don't care because their agent was running for hours. >> They're sleeping. >> Doesn't matter. [laughter] It doesn't matter if like a single turn [00:58:35] occasionally becomes uh a little bit longer. Yeah. So we tell our customers, look, our average throughput is going to be very competitive, but our P99, our 99th percentile latency, it's not going to be controlled. It cannot be. And in return, I'll give you unbeatable economics. >> And I think that's the right fit for background agents. >> Talk about power as a category. What are you seeing that's interesting, innovative, where do you think this goes? >> Okay, so I said I want 95% uptime on my on my data centers. Could I even take 80% up time at the right price? Probably. Um, and what does that mean? [00:59:06] Well, I'm a son of California. I love solar and wind. I think solar and wind power is way undertapped in the United States. And the challenge has always been this intermittency. You would even consider solar and wind unsuitable for data centers because you have a persistent base load and an intermittent power source. What are you going to do? Well, I think we're actually not that far from solving that problem. I am totally capable of tolerating a outage for my data center that's measured in in even days or weeks which is like the worst case nightmare scenario for a data center is that we're going to have a long-term outage because the wind is in [00:59:37] blow and the clouds are in the sky fog is hanging over the valley for some time. That's the worst case scenario. It's in fact highly predictable and I can just call in capacity in some other place of the world whenever that happens. uh I'll just model the weather and figure out when my data center is going to be offline, move my data my workload somewhere else and it's fine. The trick is that it's going to give me better access to power that no one else is going to touch because it is so annoying to deal with that kind of outage. >> And if my chips are cheap enough, they're probably not going to be Nvidia racks. And if my chips are cheap enough, I don't mind the capital cost of having [01:00:09] idle chips. >> Yeah. So I've heard you describe this entire system as like a scavenger strategy. >> That's right. >> Is is that Yeah. Unpack that analogy a little Well, first we scavenge chips and then we scavenge power for those chips. The idea is in both cases I do not want to be in bidding against Anthropic or Open AI for compute capacity. I'm not going to win against them and I don't want to. I want to be more creative and use the supply that they don't find legible today. And over time I amass enough aggregate supply. I'm never going to get concentrated supply. I will only get aggregate supply. And over time I [01:00:39] build my aggregate factory that is unbeatable in economics. >> We are building a factory. We're trying to build the best steel factory in the world. Uh but it will come through mini mills not through large monolithic steel plants. >> And and if I imagine the different versions of this like how vertically integrated you can be. >> Yeah. >> One version would be the extreme would be you own everything. So that it's a very capital inensive business. You own the power you know source. You build the data centers. You design your own chips. [01:01:09] You control the software that eats the most out of those chips. And you sell the end finish token >> to your user like your user is me >> and you just own the whole stack. >> But you can imagine many other permutations of the business >> where you know you could whatever you draw the line anywhere you could be incredibly capital light own nothing and just be like the coordination plane >> across all this stuff the virtual scavenger >> right >> how do you think about that question of like which which type of these [01:01:39] businesses to be >> you know there's actually two parts of me to receive that question. One is the CEO of a company that needs to work every day and and grow as sustainable and and as quickly as it possibly can. The other is the founder and the founder is much more imaginative and and just loves this stuff. The founder in me wants to do everything. This is my entire life. I spent my entire life thinking about chips, power, energy. Like all I care about is this stuff. So of course I want to be maximally ambitious. I don't want to stop ever. I will never stop until I have built the most efficient system from soup to nuts. >> You're doing real life factorial [01:02:10] basically. >> Very much so. very much so. So that's like the emotional from the hard answer. On the CEO side, I think >> we have to be more pragmatic. I think that the capital we're we're looking at for owning everything is like you said, it's insane. Yeah, software has high leverage, so we have to start with software, but ultimately, you know, do we own power generation or can we get great power purchase agreements with uh utilities? I'm more inclined to pursue like letting other people specialize in the things that they're historically good at and then see if we can get to the scale. I think of it as like I want [01:02:41] to get to the scale where I earn the right to take this under our wing. I absolutely think that there's efficiencies to be gained everywhere in the stack. If you can break the assumption that people I would be buying from, they made assumptions about who their customers would be. And I maybe break those assumptions. It's a pretty optimistic view. Uh I think it's only possible because we're actually trying to underwrite the largest market for compute in the history of computing. we're actually going to build so many billions, trillions of dollars of investment into inference. Uh, and [01:03:11] because of that focus, it makes sense to build a lot of things that are custom for inference. And it's my job to seek all the places where that's possible. And then as as they become obvious to me and my and my partners, I will get my partners to build custom things for me. And if they can't do it for me, I will do it myself. >> If you had to just zoom out on this entire system, software, hardware, energy, etc., and stackrank the places that you think that we are the most inefficient today at producing useful intelligent tokens. >> Yeah. >> What does that list look like? [01:03:42] >> I think compute scaling is actually like very efficient. Uh as in like you give me more flops and I will use more flops. And I would say we're actually fairly judicious already with our use of flops. Uh if you look at a modern model, there are very few models that are more than 10% dense, meaning 10% of the possible number of experts you can activate are activated. And I think the frontier models are closer to like 1%. So fairly sparse already. I don't think that we're wasting too much on the MOE side. People have been working with for quite some time. They're pretty good at squeezing. [01:04:12] Where we are not good is attention and its use of memory. Specifically, the KV cache is quite uncompressed right now. I think if you look at the entropy in a KV cache, it's nowhere near it's not earning its keep. Like we're storing many kilobytes of data in the KV cache per token. Um, and that's probably off by an order of magnitude or two. And I I don't know what the Frontier Labs do, but Deep Seek certainly publishes really interesting work to compress that further and further. And they're making [01:04:42] good progress. And I think the fact that they're able to make order magnitude progress here every year or so signals that there's a lot more room to go. I guess this all on the micro scale. If you zoom out further, I think that we actually don't marshall our compute effectively at all. Like we have all this compute in the world. Nvidia is pumping out 5 million Blackwell chips this year. Where are they all going? Are they all being used at all all the time? I certainly doubt it. I think that at some level we just need better orchestration of compute across the world. Uh this is very difficult to do because a lot of the comput disappears into private pools of compute that will never see the light of day and those [01:05:12] GPUs sit very sadly idle. Uh it's actually it pains me physically to see that those GPUs are just you know silicon and power went into that and it's just sitting idle and I want to fix that. how we or organize and orchestrate the world's compute as a shared resource and and pack it more efficiently. I would estimate that, you know, we all make fun of XAI for having, you know, some challenges with total flop utilization on its clusters, but um the reality for the rest of the world is it's far far worse. A ton of GPUs just sit in warehouses or sit in private [01:05:43] pools allocated to a specific customer um just don't get utilized. >> You're attacking the efficiency of that very directly. >> That's way more effective. Yeah. Um, what about fabs? Like what do you think is the future of fabs themselves? Like I think everyone is wondering >> will the memory companies will TSMC will Intel and others >> be able to how will they expand capacity basically? >> Yeah. >> Will we do it here in the US? >> Um, yeah. Riffon fabrication of chips themselves. Like if we could just snap [01:06:13] our fingers and have 100 times the chips, you know, in the stock today, uh, we'd probably have way cheaper way cheaper tokens. So yeah, that that seems like an important part of the universe to hear your view on. >> Yeah. Well, it's interesting. Everything grows in balance with each other, right? If we snap our fingers and double all those things, you might fix a TSMC bottleneck that there you're just going to run into another bottleneck. You make 20% more chips, then you have another bottleneck immediately. I will say though, it is interesting what they consider to be a mustd deliver. uh like what they consider to be like an [01:06:44] invariant that their customers me are always going to want versus what I think of as like a more fluid relationship. I think that if a fab exposes more of their trade-offs to me, I'm able to make more intelligent decisions about what I think I can I can do. >> One of the most interesting examples here is that any fab has a lot of spread in their like worst chip that comes out of the production line and the best chip that comes out of the production line. There's a lot of variance in how chips are made. Uh and then the question is like you know if you have a company like TSMC they work very very hard to tighten [01:07:15] what we call these process corners. We want to keep the worst chip as close in characterization to the best chip and they get a great lens to make that possible. But that means that they are adding a lot of controls in the process that maybe I don't need. Maybe I'm actually willing to find a place for that worst chip. You don't need to tighten the process control as much which takes more time and cost. Uh maybe I'm willing to take a lot more rejects. And I think for us it's like a more holistic optimization around there's you know cost of the dies, supply of the dies and then the cost of power and [01:07:45] places we can put them. And my whole goal is to actually so dramatically expand the supply of of power uh across the United States that I have a home for a lot of chips that otherwise would not have earned earned their place in a data center. >> Can we talk about how you designed the system of your own business? >> What lessons have you learned? You talked about some of interesting Nvidia lessons. Yeah. >> But like bring me into the culture and how you structure a team and a business where this is the northstar. >> I think there's a lot of um you know in the limit thinking we don't worry about [01:08:16] the immediate nature of like when we start working on a model the efficiency is not going to be very good. Uh but we we we think about like where we could end up in in like a month or or six months or a year's time. We don't accept the state of the of the machines we work on as fixed like even something like the blackwell chip if we think that there's some bottleneck that is holding us back from achieving this performance. I mean it's very important to me that we we understand and characterize that very well and write it down so we can both a [01:08:46] tell Nvidia about it or friends and also to basically keep this in mind for future chips that we buy. We want to learn things that are what we think are um essentially like invariant for us or the company uh long term and and kind of fold that into future decisions that we make. We're very collaborative. I think one of the most important traits that we look for are people who either who are both good students and great teachers. Um a lot of our people on the team were TAs in college and and loved the experience of of sharing knowledge in [01:09:16] this way. uh we we do whiteboard sessions all the time and I think the collegial environment where everyone has something to teach and something to learn is is extremely important for us. What are the attributes of people that you would want to hire that you think will be resilient to you know the work environment 3 years from now when more stuff is handled by machines? >> Curiosity. It's 100% curiosity. You know the one thing I cannot teach is love for performance, love for uh digging into every microscond that the machine is working and understanding what's [01:09:46] happening on the machine at that time. That to me is the most important trait for a performance engineer and it's what I look for. I don't look for lots of AI experience. I don't look for, you know, CUDA experience at all. That's actually a huge red herring. I mean, CUDA as a concept or GP as a concept have evolved so much in the last 5 years. There's no point asking for 10 years of experience. I want to teach that, but I cannot teach the love for performance engineering. That is what I seek. >> Can you give your assessment of the major labs one by one, but also then the [01:10:16] relationship of like closed source as a category to open source and like what you think is happening and will happen >> in a line. I would say the labs pay an immense premium to be 3 to 6 months ahead of of everything else. Uh and I think that's probably still worth it. I think it makes perfect sense for open and anthropic to do what they do. You know there's a sensitive topic around distillation which I think is part a very core piece of the relationship between closed and open frontier. And you know I'd like to offer an alternative view on that which is there is the sense that distillation is theft that you are taking something from the [01:10:47] frontier models when you distill on their outputs. And in fact, even if that's not your intent, even if you don't ever try to, you know, scrape data from anthropic, one thing I'll offer is that an increasingly large percentage of the artifacts we put out on the internet are AI generated. Even if you just look at GitHub alone, you know, what percentage of repos created in the last year do we think were created by cloud code? Um, do we consider that to be distillation? Because that's probably all we need. I would not be surprised if you could train a fable glass model only on the outputs of code you consider good on GitHub that's open source. And [01:11:18] certainly if we take the position that users own the outputs of their interaction with AI and they choose to put that up on GitHub, which a lot of them do, we're going to have latent distillation for a long time. It seems fundamentally impossible for me. Like I I don't think it's fundamentally possible to prevent the diffusion of of information or model capabilities. It will happen. The question is just how fast. And so then the question becomes, do scaling and improvement laws hold forever or for a really long period of time? And if they do, then there's value [01:11:49] to being three and six months ahead and that will just last as long as it lasts and they can charge a huge premium for those tokens relative to a very cheap open source token. Is that the right way to think about it? >> I think it's possible. I don't know that the premium for being 3 to six months ahead is going to last that long. I mean, if you look at like enterprise deployments, uh, they don't move at 3 to six month speed. A lot of enterprises are probably still on like 46, Opus 46 or Opus 47. They don't they don't adopt the bleeding edge rapidly. There's a lot of questions that people have around rolling out any change at all. And I [01:12:20] think we're just so early in scratching the surface that um I don't think there's any way to call a winner in this race and certainly I don't even think this is a race that can be decided ever. There's always it's a continual process and fundamentally I don't think open source ever goes away. If there's a vacuum because one leader steps out, a new leader will step in. There's too much incentive and too much there's a lot of tailwinds too. It's just it gets easier every day to treat to train a frontier class model. >> And so your hope of what the future looks like is what like what balance between closed and open, you know, what [01:12:50] balance between model companies doing everything because they have the advantage of owning the stack or whatever. You know, Enthropic can do that, you know, is like the new Google could Google just do that or something. What do you hope the future looks like? >> I want abundant tokens and diverse harnesses. I want everyone to build their own harness and and >> every company >> every company every user even make the agent your your own. Uh I think we're we're very not that far away from that level of customization and capability. I want people to own their intelligence and I want that intelligence to be customized probably not through weight [01:13:21] fine-tuning but probably through more in context learning. That's a more technical detail. But the underlying input to this abundance future is about is basically cheap tokens. My job is to make the tokens as cheap as humanly possible. I will achieve that and I will do it through every layer in the stack available to me. I love the supply side levers. I will use every chip. I'll use every source of power and I will use every piece of land in the United States that's you know suitable for this. And in return, people will have the incentive to explore what it's like to have abundant intelligence. We still [01:13:51] treat the agent as a person that is expensive to consult and you should ask them when you have a hard question. That's not the way to think about intelligence. It's incredible that the machine can think and we should try to get that into as many hands as as many people as possible. >> You sit in such a unique seat and you have such a unique perspective on like what you're trying to do to make this feature a reality. What do you think are your most like divergent views of the world versus your friends who are really well informed and interested in this stuff? Like what what make your what ideas of yours make your friends look at you like you have three heads? [01:14:21] >> Most of the ideas on chips, I would say. You know, when I talk about building custom chips and they ask me, "Oh, so what's different?" Basically, it's it's about sidestepping the HPM shortage and focusing on more extreme offload to other forms of memory such as flash. Um, I'm quite passionate about that idea. Everyone on my team knows that I keep banging the drum around like what would we have to change about the model architecture to make offloading KB cache to flash work at a much greater level. And um I'm whiteboarding that all the time. That's like in the community of like inference people. you know we have [01:14:52] some divergent views on what you can do if you design a system around serving at you know one to 10 tokens per second which is our whole north star more broadly I think there is this like larger sense around you know what do you do how do people consume a trillion tokens per day like that's the world we want to create the capability for them to do that >> what's a trillion tokens like ground us in how much that is >> a trillion tokens well okay at openi pricing that's at least $5 million at the very least for 5.5 or 5.6 six. Yeah, I think the dollars was probably the most good metric. Yeah. [01:15:23] >> Yeah. It's millions of dollars. >> Yeah. So, what's the world in which we consume what currently costs $5 million per person per day? >> Yeah. I mean, we were asking for at least at least um you know, three to six orders of magnitude improvement in cost per token. Uh get that into 5,000. You probably have some customers. And in fact, I would argue that we're for some size of model, we are approaching a trillion tokens being measured in, you know, tens of thousands of dollars. And that's something that you can imagine running for a single job. >> Are you at all worried that just like the average person just can't and won't [01:15:54] do that like doesn't do that now with their own brain? Like there actually isn't that much demand for intelligence in the world. >> I never will believe in that. There is always demand for intelligence in the world. I think that the way in the on-ramps to that intelligence are our challenge as a product u you know community. I'm not a product person so I cannot say I had the best vision. >> You want to enable those people. >> I want to enable those people. I want them to never be held back by the sense that, oh, I my free tier users cannot use or I can't afford to give them this many tokens. And I hear that from my customers all the time. Um, we want to [01:16:25] fix that. >> What about the inverse question? Not what you think is craziest, but like what consensus thing you think is wrong? >> One of the things I keep coming back to is this question of Nvidia. I am bullish on Nvidia in the short term. And you know, Nvidia, you should never bet against them. They're always going to reinvent themselves. But like fundamentally I think one thing that surprises people is when I tell them that hey if you look at you know Hopper to Blackwell to Reuben and you compare like for like like what is the performance per watt of Bloat 16 multiply it hasn't improved all that [01:16:55] much or or even you take that one step further go to TSMC if you look at TSMC 5 nanometer versus four versus three versus two the performance per watt on these chips doesn't change like a dramatic amount >> so the consequence of this is people lose their minds over geopolitics like what what happen if we lost access to DMC for any reason. And um my contrarian take is that it wouldn't be that bad. Supply would take a shock for sure, but the best processes that we have in the west uh like Intel not that far behind at worst like maybe 2x uh worse [01:17:26] performance per watt and the gap is just far smaller than than you would make it out to be if you talk if you follow like the chipboard dialogue. What else is happening in the AI world that is not in your path? Meaning it's not like a component of this whole system that you would end up doing something in that interests you most. >> Well, we're fully downstream of models, right? So the model people get to decide how to design their their architectures and I have only like very light I mean I don't have any input to open AAI or anthropic but um I can only pray that [01:17:56] they go in the direction that is a minimal to me and the ch like or I have to like do my best to predict where I think they're going to go and build my serving architecture accordingly. Both software and hardware choices they have. I think the most interesting game in some ways to play like once again this is going back to like the profoundity of the machine thinking and how consequential it is to decide to use something like sparse attention versus dense attention or um how consequential it is to like use a different data type like we were training in B16 but now we can train in FP8 or FP4 lower precision [01:18:26] data types that is just an arbitrary choice it feels like but it has profound implications for what chips I can use and and you know how I should build my hardware think about the future of compute >> if you had a 100 entrepreneurs in a room, all of whom wanted to create some new compute startup. >> Y >> um and let's say they were specifically wanted to make hardware chips or systems or racks or whatever. >> What advice would you give them on like how to orient their companies or like the type of company, not the specific choice they're making on a tech tech bed or something like this >> because it seems like we're going to try everything and that will be great for [01:18:56] the world. You know, some stuff will work. But if you had to give them advice on how to orient their business to be successful in this coming world, what advice would you give them? It's all about the bottlenecks on supply chain. So, you need to first convince me or convince an investor that you understand the like three to five bottlenecks that dictate modern chip supply. There's TSMC wafer capacity, there's HPM capacity, and there's um like advanced packaging, and maybe a fourth one would be power. Like, where will you get the power? How will you build these racks? Uh and I I want to hear like you should have a [01:19:26] great answer to each of those four bottlenecks and how you're going to work around them because it's all arbitrage at the end of the day. You're building a chip because you think that Nvidia has made some choices that are difficult for them to change, which is true. Nvidia makes a lot of choices that are difficult for them to change. They're not perfect. They're just really well balanced. And so, you want to be spiky. You want to pick something and say, I think they've underpriced the impact of how short we're going to be on HBM. We're going to push really hard in this other direction instead. Which, you know, as a as an aside, I do think is probably the thing to attack most. >> Why? There's no easy way to bring on a [01:19:58] lot more fabs of memory and those guys have been >> so it's going to be a while until we >> Yeah. Yeah. The boys in Boise don't uh don't love huge capex for for cyclical. >> They they've been burned on that many times. >> But conceivably like because of that shortage, the world is just going to route around it by making everything else in the system more efficient. >> I think they're gonna make everything else more expensive. Think that iPhones will cut their memory. iPhones are going to go up in price and um we're just going to deal with it. Why doesn't Nvidia go all the way to the end and [01:20:28] sell tokens? Do you think >> Nvidia is really smart about this? They don't compete with their customers. Nvidia takes the long view on everything. Um, why don't they even start with the Neocloud? Why don't they just sell computer out the back door? Well, Nvidia is really good. Jensen is really good at making his friends billionaires. He's made Cororeweave a billion dollar company, many billion dollar company. And there's no need for him to kind of uh destroy that goodwill. like he wants to create a diverse community of NeoClouds and inference providers who are all jockeying to create demand for Nvidia such that if [01:20:58] any one of them decides to I don't know vertically integrate or go with AMD or any other option he's got three more people ready to hungry to fill that position. >> It's great to have competition amongst his buyers. >> My favorite closing question for everyone is what is the kindest thing that anyone's ever done for you? >> The kindest thing I mean I my immediate first thought is like all the mentors that I've had over the years. It's a rare person who takes a lot of time out of their their schedule and um and you know makes it like their personal interest essentially to to make sure that you understand something that uh or teach you something or or like ingrain [01:21:30] some value in you that they think that you're on the cusp of understanding but just push you over the line for understanding. uh a lot of the people in Nvidia that I mentioned earlier who instilled that like love of performance engineering in me but also my professors in college who I remember like my adviser in like sophomore year I was very impatient student so I show up at his office hours and say like I I want to build AI chips I know what I want to do why am I wasting time taking all these like other basic classes and networking and you know operating systems and he just looked at me and said like you know he laid out basically like the whole stack and showed me the [01:22:01] depth of or the beauty of like understanding every piece in the puzzle like he he took my entire path of like trying to focus on one piece of the the system and said that you know it's so rare that someone can actually understand the entire stack from the gate level silicon all the way to building a great internet scale service and you know you should aspire to be someone who over the course of your lifetime achieves that level of understanding. >> It is such a rare rare trait and um you know it that level of expertise is so noble to chase and I think and that [01:22:31] stays with me quite a bit. Not a common but an advisory. Neil, amazing conversation. Thanks so [music] much for your time. >> Thank you so much for having me. >> You know how small advantages compound over time? That's true in investing and just as true in how you run your company. [music] Your spending system is your capital allocation strategy. Ramp makes it smarter by default. Better data, better decisions, better economics over time. See how at ramp.com/invest. As your business grows, Vanta scales [01:23:01] with you, automating compliance and giving you a single source of truth for security and risk. Learn more at vanta.com/invest. [music] The best AI and software companies from OpenAI to cursor to perplexity. Use work OS to become enterprise ready overnight, not in months. Visit works.com [music] to skip the unglamorous infrastructure work and focus on your product. Ridgeline is redefining asset management technology as a true partner, not just a software vendor. They've helped firms 5x and scale, enabling faster growth, smarter operations, and [music] a competitive edge. Visit ridgeland.ai to [01:23:32] see what they can unlock for you.