[BidClub_]
Sharp Tech · · 26 分钟

(预告) Agentic Future中的推理、xAI:一家公司中的两家公司、Elon诉讼问答、Intel、Apple

Andrew SharpBen Thompson

播客
TL;DR
  • Ben Thompson的核心判断是,只要人类仍在环路中,快速推理就享有最强的溢价。 企业过去之所以不断购买更快的计算机,是因为员工等待的时间成本很高;如今的编码Agent仍会把结果交还给人类审核。Andrew回忆自己曾等了55秒,Ben则说“幸运的话也要35秒”,有些答案还要等上几分钟。不过,随着自主运行时间拉长、Agent变成“24小时员工”,“它们可以等算力”——延迟未必还会损害人的生产率。
  • Agent系统的瓶颈正从原始执行速度转向内存容量,尤其是承载上下文和状态的KV cache。 Andrew举例说,一个真正有用的Agent应该能在一周后醒来,知道此前发生了什么、接下来该做什么;而潜在的Agent数量相较于有上限的人类需求“实际上无限”。这让从HBM到普通RAM、SSD的分层存储体系更有价值,因为“没有人在环路中”时,较慢的存储也可以接受。
  • Cerebras和Groq说明,超高速推理仍有价值,但属于专用场景,而非通用架构。 Cerebras将300毫米晶圆上的光刻曝光区域跨接为“一片晶圆、一颗芯片”,在模型和上下文能够装入片上资源时,可在受带宽限制的环节实现“数个数量级”的提速;一旦内存溢出到片外,或KV cache膨胀,性能就会大幅下滑。语音和消费端交互仍是明确对速度敏感的市场,Ben当时也试探性地认为,Cerebras可能会在当周进入一个异常有利的IPO窗口。
  • Ben最直接的受益者判断是:“最大的赢家是中国。” 如果Agent推理能够使用普通RAM、大容量存储和较慢芯片,同时等待内存读写,中国就能自行供应更多产业链环节,并出口低端组件。随着SK Hynix、Samsung和Micron把重点放在HBM上,这一窗口可能进一步扩大,也由此引出一个问题:普通DRAM将由谁来制造。
  • 这一转变会冲击NVIDIA一体化推理模式的经济性,但不会颠覆其训练地位。 Ben将Dynamo、快慢算力混用以及以SSD为主的内存机架视为NVIDIA应对KV-cache压力的证据,但预计推理组件最终会拆分到更便宜的商品化市场。他也明确留有余地:这“未必意味着全面看空NVIDIA”,因为NVIDIA的方案“在训练领域仍然远胜其他方案”,而训练不会停止。
  • 历史模板是云计算从高溢价Sun系统转向按故障设计的Intel商品化服务器集群。 Hotmail和Yahoo开启了这一模式,Google将其规模化,Amazon则通过AWS将其普及;软件容错能力让更便宜、故障更多的硬件在经济上反而更优。Ben预计推理也会沿着同样的路径从一体化走向模块化,因为“只要能完成任务,没人关心推理栈是怎么搭出来的”——对用户而言,能否工作以及成本,比用户可见的一体化更重要,Andrew也强调了成本因素。
摘要 · 为研究而整理的核心内容

1. 人类等待时间支撑速度溢价

  • Andrew Sharp梳理了AI的3次跃迁:ChatGPT证明token预测有用;o1证明在测试时投入更多token能够得到更好的答案;Opus 4.5加上Claude Code,则通过推理、工具调用和验证让Agent真正可用。他的问题是,快速编码推理是否只是一个过渡性红利。
  • Ben的限定很关键:“速度永远重要”,但具体经济性取决于取舍。1980年代和1990年代,企业一再升级昂贵的计算机,因为人的成本更高;员工每等待机器一次,就意味着生产率损失。
  • 今天的Agent还没有摆脱这套逻辑。它们完成一次运行后会寻求人类监督,迫使开发者重新找回思路;使用上限甚至会催生出荒谬的工作流:“好吧,我想我今天只能回家了。”在Ben看来,模型在“掉出上下文”之前能自主执行多长时间,是一个尤其有解释力的指标。

2. 快速推理是高溢价细分市场,不是通用架构

  • 推理会让延迟更加难以忍受,因为投入更多token可能带来更聪明的答案。Andrew记得自己等过55秒;Ben纠正说,“幸运的话也要35秒”,而有些任务要花上几分钟——这正是Cerebras和Groq的切入口。
  • Ben的架构介绍以Cerebras为核心:普通芯片受光刻掩模版尺寸限制,而Cerebras跨越不同曝光区域进行连接,让一片300毫米晶圆像一颗芯片一样运行。其片上算力和SRAM规模巨大,速度“难以置信地快”,在受带宽限制的步骤上甚至能快出“数个数量级”。
  • 限制同样重要:片上内存容量有限,一旦访问片外内存,性能会“彻底崩掉”;对话变长也会扩大KV cache。Ben认为语音是长期存在的“最大”速度敏感场景,Andrew则指出消费端响应速度仍然重要。Ben只是试探性地预计Cerebras会在那一周IPO:“也许就是今天。”

3. Agent将推理变成内存层级问题

  • Andrew所谓“24小时员工”的框架包含一个反转:Agent永远不睡,但因此也可以等待。Ben说得更直接:“它们可以等算力,没关系。”一旦工作独立于人类推进,较慢的执行就不再浪费昂贵的人力资产。
  • 承载系统的资源不再只有模型权重,状态本身也变得关键。Andrew描述了一个有用的Agent:一周后醒来,找回正确上下文,执行任务,然后再次休眠;Ben则将这种可能没有上限的计算机需求,与人类能够提出多少需求的上限进行了对比。
  • 大部分AI基础设施过去都围绕训练优化:高速GPU、大规模HBM池,以及让数万台、最终数十万台处理器持续获得数据的网络。NVIDIA这种灵活的架构同样可以服务推理,但不断增长的KV cache正给GPU集群带来压力。
  • Ben提到NVIDIA的Dynamo,以及一种“里面只有内存……只有SSD”的机架,认为这代表了演进方向。寄存器和缓存速度最快,但容量极小;RAM、SSD、磁盘和磁带则依次变慢、变大。推理正从“GPU加HBM、一套方案包打天下”转向有意设计的分层架构,而之所以可以接受,是因为“做计算的是计算机”。

4. 商品化内存让中国成为最明确的受益者

  • 被问及谁会成为赢家时,Ben给出了明确答案:“最大的赢家是中国。”如果普通RAM、大容量存储和相对较慢的处理器就能应对内存受限的Agent,中国就能制造更多相关产业链,自行承接超出预期的工作负载,并向海外销售组件。
  • 这一供给侧机会不止影响中国国内AI。SK Hynix、Samsung和Micron都把重点放在HBM上,Ben追问:“谁来制造DRAM?”中国的低端供应可能缓解更广泛的内存短缺,而云服务商也会受益于算力和存储组合成本下降。

5. 推理走向拆分,NVIDIA仍保有训练护城河

  • Ben给出的先例是互联网泡沫时期的技术栈:初创公司过去会把融资烧在一体化、可靠的Sun系统上;Hotmail和Yahoo开始尝试商品化机器,Google则搭建了庞大的Intel服务器集群,软件负责提供容错能力。随后,Amazon通过AWS让这套模式广泛可用。
  • 他的预测沿着同一条路径展开:专用高端系统起初“什么都做”,但最终“系统中的每个部分都会被拆分”,进入商品化市场。Andrew将其概括为从一体化走向模块化;与Apple面向用户的一体化不同,推理栈没有用户会在意它的内部构造。Ben的观点是,只要能正常工作,没人关心它是怎么搭建的;Andrew则补充,成本也会成为关键。
  • 双方的分歧更多是判断幅度不同,而非相互矛盾。Andrew问,更便宜且更耐用的替代方案是否会对NVIDIA构成利空;Ben承认这将是长期挑战,但拒绝把它解读为全面看空。NVIDIA正在快速推进推理编排和内存方案,在训练领域“仍然远胜其他方案”,而且“不可能突然就停止训练”。
Andrew Sharp

Hello, and welcome to a free preview of Sharp Tech. Hello, and welcome back to another episode of Sharp Tech. I’m Andrew Sharp, and on the other line is Ben Thompson. Ben, how are you doing?

Ben Thompson

The question is, how are you doing, Andrew? Unfortunately, we did not podcast last week. There was no chance it was happening once my travel plans actually worked out.

Andrew Sharp

Hmm.

Ben Thompson

So, good thing we did the makeup in Taiwan. Just reminding everyone: we’re very conscientious of your time and attention.

Andrew Sharp

Yeah.

Ben Thompson

In the meantime, your Washington Wizards got the number-one pick in the NBA draft. Is this making up for the fact that the NBA let Dallas win last year so that Luka could go to the Lakers?

Andrew Sharp

Oh, my God, yeah.

Ben Thompson

Is this how they made it up to you the following year, after demoting you?

Andrew Sharp

Hmm.

Ben Thompson

Thus demoting you, so they made it up for you the following year?

Andrew Sharp

It doesn’t quite make up for it because there’s no Cooper Flagg-level prospect available this year. But look, I can’t get greedy. Does it make up for the last 25 years of Wizards fandom? Probably not. It’s not making up for that, either. However, it’s nice to have some hope in Washington, DC, for the first time in about 10 years or so.

I was very, very happy on Sunday afternoon. Now I’m, I would say, pretty anxious about what direction the Wizards are going to go over the next 7 weeks or—

Ben Thompson

I’m glad you had a few moments of happiness.

Andrew Sharp

Exactly.

Ben Thompson

Hopefully that’s not the peak level of happiness in your entire adulthood of being a Wizards fan. But I’m happy that it happened.

Andrew Sharp

You know what? That’s all that matters. There was a window of pure happiness. Now we’re back to anxiety. We’ll see where we end up by the end of June. But I am—

Ben Thompson

But look, here’s the deal. Here’s the deal.

Andrew Sharp

Okay.

Ben Thompson

I hope they choose someone that you don’t like, because my experience of the current Wizards regime is that every time they do something you disagree with, they end up right—

Andrew Sharp

It works.

Ben Thompson

—and you end up wrong. So—

Andrew Sharp

Look, we’re not going to relitigate the Bradley Beal trade at the top of this Sharp Tech episode.

Ben Thompson

Hey, you’ve even—

Andrew Sharp

We have a lot to cover.

Ben Thompson

—you’ve even become an Alex Sarr guy. You wanted—what’s his name in Houston? Reed Sheppard.

Andrew Sharp

Reed Sheppard.

Ben Thompson

I think I’d rather have Sarr than Sheppard these days.

Andrew Sharp

Look, I’m not giving up hope on Reed Sheppard. I’m not fully in on Alex Sarr, but I’m happy—

Ben Thompson

But you’d rather have Sarr than Sheppard.

Andrew Sharp

—to be wrong on that point. I would definitely rather have Sarr, and he looked great this year. So things are looking up in our nation’s capital.

Ben Thompson

I’m happy for you. I’m happy for Charles. You know what? I’m a big believer in raising your son to support the hometown team.

Andrew Sharp

Yes.

Ben Thompson

You don’t want your son to end up like Andrew. I guess if you want to be like Andrew and not cheer for the hometown team just because you’re a contrarian—

Andrew Sharp

Mm-hmm.

Ben Thompson

—look, there’s potential for a big history in podcasting, so that’s fine as long as you did it yourself. But by and large, either raise your son to support the hometown team or let him rebel on his own. So we’ll see.

Andrew Sharp

Indeed.

Well, that’s one of the reasons I’m excited. I can actually take my son to some Wizards games over the next several years with a clear conscience. I don’t have to worry about consigning him to decades of mediocrity, or at least the next decade of mediocrity.

But in any event, it’s great to see you. I did miss you last week. It’s good to see you on the other end of the video call here, and we have a lot to cover.

1. The Inference Shift

We’re going to begin with your article on Monday, which was headlined “The Inference Shift.” You mentioned that there have been 3 inflection points over the past 3 years of AI development. I’ll list those 3 inflection points for anybody who’s been asleep for the past few years: ChatGPT demonstrated the utility of token prediction; o1 introduced the idea of reasoning, where more tokens meant better answers; and then Opus 4.5 and Claude Code introduced the first usable agents, which could actually accomplish tasks using a combination of reasoning models and a harness that utilized tools, verified work, and so forth.

Reading your article on Monday, it seemed like the kernel of insight that spawned the article was that fast inference for coding is ultimately going to be a temporary use case. Can you explain what you mean by that? It was a bit of a light-bulb moment for me—something that seems obvious but hasn’t really been articulated, at least from what I’ve seen.

Ben Thompson

I don’t know. When it comes to AI, I think everything has probably been articulated to some extent.

Andrew Sharp

Mm-hmm.

Ben Thompson

This is where the doomers get credit: a lot of the stuff they’ve talked about has come true. But let me set the stage for this idea overall.

Andrew Sharp

Okay.

Ben Thompson

When it comes to computing, speed is always important. I’m going to make some assertions about speed and quickness that some people will say, “Ugh, why would you want a slow computer?” No. This entire discussion is about trade-offs, scaling, and all those sorts of things, so let’s have that upfront.

If you’re coding, of course you want the computer to be fast. But everything that we’ve done with computing, by and large, has had humans in the loop.

Andrew Sharp

Mm-hmm.

Ben Thompson

As long as the human is in the loop, computers can basically never be fast enough, right? We’re always looking for them to be faster, or at least fast enough for the speed of human interaction.

Think about it from an enterprise perspective. Why would an enterprise update computers quite frequently back in the ’80s and ’90s, even though they were much more expensive?

Andrew Sharp

Yeah.

Ben Thompson

Because the more expensive asset is the human worker. If they’re waiting around for the computer, you’re sort of wasting time and money.

Andrew Sharp

You’re losing productivity, sure.

Ben Thompson

That’s right. An enterprise has always been willing to pay for productivity. At least for your coder or whatever, you’d typically get a very good computer, and it would be updated fairly regularly so that you could work, the computer could respond, and you could continue your work.

Andrew Sharp

Mm-hmm.

2. Agents Can Wait

Ben Thompson

There’s a bit now where more and more of that work is obviously being done by the computer. As these agents become more capable, there are a couple of weird things going on.

One, you’re having the agent go and do something, and then what are you doing in the meantime? You could spin up another agent and do something else. But are you losing your own mental context? I know for me, I’m certainly having a hard time switching gears sometimes.

There’s also this weird bit where people have token budgets, and Claude Code will have limitations on how much usage you have.

Andrew Sharp

Yeah.

Ben Thompson

Then they’ll use it up. It’s like, “Well, I guess I’ve got to go home for the day.”

Andrew Sharp

Yeah.

Ben Thompson

What, you want me to sit here?

Andrew Sharp

What do I do now? This is my new workflow.

Ben Thompson

That’s right. Am I going to go back to working the way I used to for the next 3 hours? No, of course not. This is ridiculous. We’ll just wait until tomorrow.

You have this idea that, even today, there’s a measure of how much work these systems can do, and it’s getting longer and longer and longer. I think that’s actually one of the more interesting benchmarks of these programs: how long can they do an autonomous task before they sort of lose the thread?

Andrew Sharp

Mm-hmm.

Ben Thompson

That’s getting longer and longer and longer. But it still comes back to the human, and then the human has to—

Andrew Sharp

There’s human oversight—

Ben Thompson

—tell it what to do next.

Andrew Sharp

—in most of these tasks.

Ben Thompson

Yeah. Oversight.

Andrew Sharp

Yeah.

Ben Thompson

That’s right, all these sorts of things. Obviously, it makes sense that that’s where we are. But as long as that’s the case, of course we want faster and faster inference, and it’s worth paying for that inference.

Andrew Sharp

Okay.

Ben Thompson

Because if you can get that response much more quickly, the better.

I’ve been focused on the agent bit, but the thinking part is super important. ChatGPT, before they got the Spud model, was still running on a GPT-4-class model. The base model was horrible, but its reasoning was so good that you’d still get really good answers. It just took forever.

Andrew Sharp

Yeah, you just—

Ben Thompson

And—

Andrew Sharp

—had to wait 55 seconds for it to come back with an answer.

Ben Thompson

35 seconds if you’re lucky, right? Some of this stuff would just take a good few minutes. But it would come back with a really good answer. It’s like, what am I doing here? What am I waiting around for? So you think, oh man, wouldn’t it be great if that were faster? You see things like Cerebras or Groq or whatever, and it’s not just amazing in terms of spitting out an answer; if you’re reasoning, the more you reason, the more tokens you use, the smarter it gets. Wouldn’t it be great if that could be faster and faster and faster? Absolutely, that is the case.

3. Specialized Chips Target Inference

Andrew Sharp

And Cerebras and Groq, just for anybody who’s not familiar, are chip companies that specialize in inference and specialize in speed—

Ben Thompson

Yeah, well, sort of accidentally specializing in inference. Both of them started kind of before the LLM moment and retrofitted what they’d been working on to this. I think the next-generation chips for both of them are going to be super interesting in terms of how you would change things now that you have that in mind. They’re architected a little bit differently. Cerebras is actually really interesting architecturally.

You have a wafer that’s 300 millimeters. Usually, in a wafer, you’re limited by the size—the reticle limit. The reticle limit is the lens, basically, for your lithography and how much of the chip it covers. Usually, that’s the size of a chip.

Andrew Sharp

26 millimeters or something?

Ben Thompson

I don’t have the numbers in front of me. They’re in my article.

Andrew Sharp

It was a tiny, tiny number in your article. It’s mind-boggling how infinitesimal all these measurements are.

Ben Thompson

Right. What you have to do, though, is, if you want a bigger and bigger chip, Blackwell is actually 2 chips fused together. Those 2 chips are defined—their size is defined—by the reticle limit. Then they have to put an interposer in to let them communicate and expose themselves to the system as 1 chip, even though they’re actually 2 chips linked together.

Apple’s Ultra chips, I think, are sort of something different. They’re limited by the reticle limit. The idea is that, on a big wafer, the bigger the chips, the more expensive they are because you’re more likely to have yield problems. If there’s a defect on the chip, you’re going to have a number of chips defined by the reticle limit.

What Cerebras has done is basically develop a technology to—I’m forgetting the name. There are scribe lines, I think, between all the reticle exposures. They basically run wires across that, so you do a bunch of exposures, limited by the reticle limit, over all the different parts of the chip. Then they do this additional step of adding all these lines across those boundaries, so the entire wafer is 1 chip.

Andrew Sharp

Mm-hmm.

Ben Thompson

It’s wild stuff. It’s a really interesting approach to get a lot of compute and a lot of SRAM, the super-fast on-chip RAM, which is what Groq does also. But Groq is still limited by the reticle limit. Groq is more about systematizing the process of putting different ones together. Cerebras is like, no: 1 wafer, 1 chip.

Andrew Sharp

And that allows them to serve stuff faster than other chips.

Ben Thompson

Unbelievably fast.

Andrew Sharp

Yeah.

Ben Thompson

This solves parts of the inference process. There are different aspects of inference, but there are parts of it that are extremely limited by bandwidth—how fast you can get memory into the processor and move on to the next step. They’re unbelievably fast at that, orders of magnitude faster than other approaches.

There are limitations. You’re limited by how much memory you can fit on that chip, and the moment you’re going off the chip, your performance totally plummets.

Andrew Sharp

Right.

Ben Thompson

It’s definitely a narrow use case, but there are situations where, if you want immediate response—and not just immediate response, but immediate thinking-through-things response—it makes a lot of sense. But if you’re reasoning and doing stuff, it’s not just the size of the model fitting on the chip; it’s also the KV cache, which is all the context of the conversation. That gets large very quickly. There are lots of limitations, but the larger the market is, the more room there is for different—

Andrew Sharp

Niche use cases.

Ben Thompson

Sort of approaches. So we’ll see how it turns out. They’re IPO-ing this week, or at least I thought they were going to IPO this week. It hasn’t come out yet, I don’t think. Maybe it’s today. Of all the times to IPO, right now is a pretty great one. Not a bad stretch.

Andrew Sharp

Yeah. Sure.

Ben Thompson

We’ll see.

Andrew Sharp

Well, yeah. You can envision—I think you mentioned in your article that, if there are voice interactions with AI—

Ben Thompson

That’s the biggest one by far.

Andrew Sharp

—speed is going to matter. For the consumer market, speed will always matter. But to the extent that we expect a lot of computing to just be done by the computers, certainly in the enterprise, that will probably be independent of humans. Optimizing for speed just doesn’t make as much sense, and the obsession with speed is sort of immaterial to the conversation. Nobody has to care about the speed for the robot users.

That was sort of the secondary implication of the agentic shift that seems inevitable but wasn’t immediately apparent to me over the last couple of months, as we’re all sort of obsessing over agents and what they mean in the enterprise.

Ben Thompson

Yep.

Andrew Sharp

So, if you think about what agents are, what’s the upside? They never sleep. They’re always working, right? That’s like what he does—

Ben Thompson

24-hour employees, yeah.

Andrew Sharp

Right. So we’re going to need all this compute, and I think that’s all completely true. But part of the implication of them always being awake and always being available is they can sit around for compute. It’s fine, right? There’s no loss in terms of them waiting around.

Particularly for these agentic workflows, at least right now—and I think there will be breakthroughs, algorithm breakthroughs, and architectural breakthroughs—for now, a lot of these agentic workloads are really limited by memory. It’s this KV-cache issue. It’s pulling in all this context and remembering state.

If you want these sorts of things that aren’t just useful for a task you define right now, but can be spun up suddenly—something comes up in a week, and it’s spun back up, and it has all the right context, and it knows what needs to be done, and it executes a job, and then it goes back to sleep or whatever it might be—all that stuff needs memory.

4. Memory Becomes The Bottleneck

Ben Thompson

The memory question is also interesting because everything’s been about HBM, high-bandwidth memory. The reason we want high-bandwidth memory is because we want—

What do you think we want from high-bandwidth memory?

Andrew Sharp

Is that for training?

Ben Thompson

We want high bandwidth. High bandwidth is the answer.

Andrew Sharp

Well, I gave it a shot. You just put me on the spot there.

Ben Thompson

Okay.

Andrew Sharp

I know that China lacks high-bandwidth memory, and training is a problem in China, so that’s how I landed on that guess.

Ben Thompson

No, you’re totally right, actually, because the reason we need it for training is that everything in training is this highly distributed problem where we want the GPUs to do these calculations super fast. We want to keep the GPUs fed. It’s a multivariate problem that NVIDIA has solved much better than everyone else.

It’s not just the fast processors; it’s also loading them up with tons and tons of HBM, high-bandwidth memory.

Andrew Sharp

Mm-hmm.

Ben Thompson

But it’s also developing all this crazy networking to tie all this stuff together. It’s not just that you have chips acting as 1 system; you have fleets of them—

Andrew Sharp

Clusters, yeah.

Ben Thompson

—tens of thousands of them acting as sort of 1 chip, and it’s going to be hundreds of thousands of them. There’s a lot about the way development for AI has gone that has been very focused on this problem: how do we execute stuff quickly, but then keep the executors full so they’re being utilized all the time?

It turns out that, because they’re GPUs—and GPUs are fairly flexible, not as flexible as a CPU, but more flexible than an ASIC—this is also an architecture that works for inference, right?

What do we have? What’s the inference problem? You need to get the model into memory, and then you also need to house this KV cache. If you have all these GPUs linked together, you can solve both problems. You can get large models into a pod, and you can handle the KV-cache issue.

Andrew Sharp

Yeah.

Ben Thompson

But as it gets larger and larger, the KV cache is actually becoming a problem even for GPUs. NVIDIA has announced its own thing called Dynamo for inference in general, but it has also announced a whole rack for its systems that’s just memory.

It's just SSDs.

Andrew Sharp

Mm-hmm.

Ben Thompson

The whole point of that memory is for KV cache. But even then, if you fast-forward 5 years—fewer, I don't know—you have these agents where, again, there is no limit to how many agents you might want. There is a limit to how much compute you might want for humans. The limiter is how many humans there are—how much stuff they can come up with. But at least in theory, the limit for computers doing computing, and especially once they're doing their own programming and spinning up their own sorts of things, is effectively infinite.

You're going to need to store all this context. There are lots of innovations around here, whether you're doing batching or caching, or some prompts have the same sort of context and so you can put those together. There are all sorts of things that people are going to figure out and innovate on in lots of ways.

Along those lines, there's a concept called a memory hierarchy. With traditional computing, like your typical CPU, you have registers, which are the actual data being processed. Then you have L1 cache, L2 cache, maybe L3 cache. This is all storage on the chip itself. One of the reasons Apple's M chips are really fast is that they have a lot of cache.

Andrew Sharp

Mm-hmm.

Ben Thompson

So it's right there on the chip, and a lot of the core, foundational operating system stuff is right there. They've done a lot of integration. This is where their integration has really paid off to make sure everything is super available and executes very, very quickly.

Andrew Sharp

Yeah.

Ben Thompson

But then from there, you go out to RAM, and RAM is super fast relative to your hard drive, astronomically slow compared to cache, right?

Andrew Sharp

Mm-hmm.

Ben Thompson

When you go past RAM, you go to your SSD. Remember when we got our first SSDs? Unbelievably fast compared to spinning disks, but SSDs are way slower than RAM. Then you can go out to spinning disks. You can go out to tape machines. There's still storage using magnetic tape—huge capacity, very, very slow.

In general, there's this capacity-speed sort of trade-off with memory, and so part of designing a computer is designing the memory hierarchy. We're figuring out, in general, what stuff should be super close to the processor and thus super fast, while knowing you have a limited amount of space there, and what stuff gets bumped down.

Andrew Sharp

Mm-hmm.

When you say stuff, are we just talking about tasks and different applications on a computer?

Ben Thompson

No, literal ones and zeros. The actual bits that go into calculating this sort of thing, which ultimately is everything. Everything is a 1 or 0 at the end of the day.

Andrew Sharp

Okay.

Ben Thompson

This is already happening for inference, and it's going to happen even more. So right now—

Andrew Sharp

Mm-hmm.

Ben Thompson

Mostly everything's in HBM of a bunch of GPUs tied together. There's not much of a memory hierarchy. There is a little bit of one. We don't need to overcomplicate it, but generally speaking, there's been this one-size-fits-all approach: a bunch of GPUs tied together with a bunch of high-bandwidth memory. Put everything in there, and it'll do everything.

But we're already seeing this shift, particularly if you want a ton of context, to having other places to put stuff in memory that are slower.

Andrew Sharp

Mm-hmm.

Ben Thompson

You get way more room—way more capacity, right?

Andrew Sharp

Right.

Ben Thompson

As that increases over time, where the memory aspect becomes more important and stuff gets slower, that's okay because the agents—there's no human in the loop.

Andrew Sharp

Computers are doing computing.

Ben Thompson

That's right.

Andrew Sharp

Right.

Ben Thompson

That's right.

Andrew Sharp

Well, if that's the world that we live in, who wins in that sort of world? How does that change how AI is served, and what sort of infrastructure is best to serve it? Does the infrastructure get more affordable? Is that bad news for NVIDIA in that scenario? What do you think?

Ben Thompson

I think the biggest winner is China.

Andrew Sharp

Okay. Why is that?

5. China Could Win Inference

Ben Thompson

For a few reasons. Number one, you don't necessarily need HBM. Regular RAM is fine, and then you need a lot of storage beyond that. Relatively slower chips are okay because they're waiting around on memory anyway.

Andrew Sharp

Mm-hmm.

Ben Thompson

China can make all that stuff, number one. They can make all that stuff and start selling it abroad, alleviating the sort of memory shortage that we're facing, particularly if SK Hynix, Samsung, and Micron are all focused on HBM. So who's going to make DRAM, right?

Andrew Sharp

Yeah.

Ben Thompson

It's not just that they can probably self-supply for more AI workloads than you might think in this agentic workload, but also there's going to be a large market for their companies to expand and sell stuff.

Andrew Sharp

Mm-hmm.

Ben Thompson

That market will exist even if it's relatively lower-end compared with Western companies.

Overall, the hyperscalers in general buying cheaper stuff is always better, and I do think NVIDIA is running as fast as they can. This whole Dynamo approach is basically like an operating system for inference, balancing different loads and adding on a Groq for the super-fast aspect of inference and their regular GPUs for some stuff. The way they tie that together is really interesting.

They have Groq just doing the sort of inference-speed-related aspect of inference, but then also they're shipping these new memory racks. They're certainly out there trying to get ahead of it, but it's going to be a challenge in the long run, which we saw with the cloud.

Andrew Sharp

Mm-hmm.

6. AI Hardware Goes Modular

Ben Thompson

Back in the day, in the dot-com era, all the money you raised for a startup went to buy Sun systems. You would buy these incredible servers that were fully integrated, super reliable, the best there were, with a SPARC operating system. You had to buy that to actually run your website so you could then build a business.

It's funny, actually: Hotmail was one of the first ones to do this. Hotmail and Yahoo, but Google was the one that really did it at scale, taking commodity hardware, like Intel-based systems, and just building a ton of them and saying, "These are way less reliable, way flakier, much cheaper, but that's fine because once you get to our scale, even Sun systems are going to break down, and also we're not going to pay Sun all that money."

They designed an entire way of computing that assumed stuff was just way slower and way more fragile, but in software, we can work around that. We can have built-in resiliency, built-in fault tolerance, and all these sorts of things.

Andrew Sharp

Mm-hmm.

Ben Thompson

Amazon took that concept, did it, and made it available to everyone. So now, if you're a startup, you could start a website right away with nothing up front.

Andrew Sharp

In AWS, yeah.

Ben Thompson

That seems like what I'm talking about. You start out at the beginning. You have these dedicated, super-high-end systems that sort of do it all.

Andrew Sharp

Mm-hmm.

Ben Thompson

In the long run, every piece of that system is going to get disaggregated and become sort of commodity markets in their own right.

Andrew Sharp

Right. So it goes from integrated to modular in terms of what people are building?

Ben Thompson

Exactly.

Andrew Sharp

Yeah.

Ben Thompson

Exactly. Because there isn't a user, I think holding on to the integration in the long run depends a lot on owning the user to a certain extent. Apple still owns the user. The user cares about the benefits of integration. No one cares about how their inference stack is constructed as long as it does the job, right?

Andrew Sharp

Yeah.

Ben Thompson

Well—

Andrew Sharp

Well, cost will obviously matter in the long run if there are more—

Ben Thompson

That's right.

Andrew Sharp

—affordable, more durable options than the NVIDIA GPUs. It'll be very interesting to see where it all goes.

Ben Thompson

This isn't necessarily totally bearish for NVIDIA.

Andrew Sharp

Mm-hmm.

Ben Thompson

NVIDIA's approach is still by far the best for training, and it's not like we're going to suddenly stop training.