📱

Get Our Mobile App

Take your business learning on the go!

Download on the App StoreGet it on Google Play

The Nvidia-Groq Deal Is WAY Bigger Than Reported (3 Things the Headlines Missed)

AI News & Strategy Daily | Nate B Jones25:38

Transcription

There's only one news story that mattered this week, and it was the story of Grock with a Q. Not Grock with a K, not the AI model company. Grock with a Q, the inference on a chip memory company. Grock with a Q was quote unquote bought by Nvidia. And I use scare quotes for that because the story is much more complicated.

This is one of the defining plays of 2026. It's happening right at the end of 2025. I know a lot of us are focused on the holidays and time away. I want to make sure that we don't miss this story because it's going to shape the world that we all live in, AI-wise, for the next few months.

First, what did Grock actually announce? Number one, they announced a non-exclusive licensing agreement with Nvidia for Grock's inference technology. And in the same announcement, they said that Jonathan Ross, their founder, and Sunonny Madra, their president, plus some other team members are moving to Nvidia as part of the deal. That's the aqua hire part of the deal. Grock also said it remains independent and named Simon Edwards as CEO and said that Grock Cloud, one of their products, is continuing.

This is not a straight acquisition. It's something else. It's a transfer of capability. It's like a brain transplant, and it doesn't have a clean change of control event. So, let's slow down. Let's define what's actually going on because the mechanics of this deal are the point.

A license obviously means one company pays for the right to use another company's tech. Non-exclusive means the seller can license the same tech to other parties. It's not on paper a takeover, right? And then there's the other piece of it that makes it feel like a takeover, the aqua hire. And aqua hire is when the real asset being acquired is the team, right? Key leaders, key engineers, and they matter somehow more than the company's revenue, more than the company's product. Historically, that kind of buy has only happened via full acquisition. So, this is what would happen when, say, Meta bought WhatsApp, right? It was a full acquisition deal.

What's new here is that hiring the team is becoming a part of the play that frontier AI companies run when they want to snap up smaller startups in the AI space. They hire the team, they license the tech, while someone else's job is to keep the startup's corporate shell alive. One of the things Reuters called out that's correct is that this is part of a broader trend where big tech is using licensing and hiring structures like this instead of straightforward acquisition. And that matters because it changes the meaning of the word "exit" for startups and for employees.

Before, when we got the startup story, it was really simple, right? If you have an exit event, whether you go to the public markets, whether you get acquired by a private company, the company changes hands. There's a change of control event, and all of the equity triggers associated with that occur, and that means employees will get some kind of reward for the time they spend in the company if they had equity at the time. But now, all of that is different. It is unclear what the remaining employees at Grock get, if anything.

And this is not the only time this has happened. It's happened a couple of other times. It's becoming a way that larger companies are able to grab key people and pull them over into their corporate entity without triggering regulatory review, which is handy. And it's, I understand the strategy, but it leaves things really awkward from an exit and culture perspective in Silicon Valley. And it also tells us something non-obvious about where the race is headed.

We have known for a while that a few valuable people are worth more than entire companies. That's what the market told us about Mira Murati coming out of OpenAI, founding her own business, getting a monster seed round off of her name alone. It's also what the market said about Ilya Sutskever, right? Founding Safe Superintelligence, getting a monster round. Very similarly, there are people who are worth more than any corporate shell can contain. And one of the things that the frontier AI companies are figuring out is that they would rather have the people on board than the tech or the assets that come with the company, the cap table, anything. They just want the people. And this is a really clean way to get that.

Ironically, when we say that we're compute-bound, I sometimes think that we're people-bound, that we have a few people who can drive AI forward, and they are worth anything that they care to say they're worth. And that is really the barrier at this point to moving forward. It's just, it's just an interesting thought.

The other thing that we're bound by, though, besides compute, is memory. Our deeper constraint, and I've been emphasizing this for a while, is about memory bandwidth. And that's an important part of the story here because Grock was working on memory. And memory is really about how fast the chip can move data in and out of working memory while it's doing the matrix multiplications that are at the heart of large language model inference. So modern AI models don't just do mathematics. Instead, they constantly fetch and move enormous amounts of data, right? They do the matrix multiplication, but they also play with model weights. They play with activation of parameters. And in generation workloads, the KV cache that stores context so the model can keep going is critical and needs to be filled and read all the time. So the result is that fast AI is as much about feeding the chip as it is about the chip's raw compute.

This can feel really theoretical, but we see it already in our local machines. As an example, if you upgrade from an M2 Apple Silicon chip to an M5 Apple Silicon chip on their new laptops, you will feel the speed-up in all of your cloud LLMs. Like, you'll be talking to Claude or ChatGPT or any other AI, Gemini, and it will feel faster because the tokenization to feed the chip happens on the local machine. And I didn't know this either, but like, it happens on the local machine. And so you need a local chip that handles tokenization efficiently. And so, in a sense, our perception of speed is governed by this whole ecosystem of memory management that happens around it. And that's what Grock was all about.

And the thing that shows us this is true is that the components that make the memory system work are now being pre-sold years and years ahead. SK Hynix, a Korean company, has repeatedly said that its high bandwidth memory is effectively allocated out over multiple years, with Reuters reporting sold-out conditions for all the way through 2025 and later reporting that HBM was sold out in 2026. Volumes were being finalized now. Wild how competitive it is. We are at a point where Google execs are getting fired because they were unable to come up with pre-allocated high bandwidth memory to support Google's TPU goals heading into next year. That is how important memory is.

So, what is high bandwidth memory? It is not a different kind of memory the way people imagine. It's DRAM, right? It's dynamic random access memory. It's stacked vertically and packaged right next to the processor, physically connected with very, very wide interfaces so that the chip can pull data far, far faster than it could from conventional memory solutions. SK Hynix itself defines HBM as a memory that vertically interconnects multiple DRAM chips to dramatically increase processing speed compared to earlier DRAM. Essentially, you're stacking these DRAMs on a very high bandwidth connection with the core processing chip itself so that you reduce memory read-write bottlenecks at the time of inference.

And why does HBM keep showing up in Nvidia conversations? Because it's one of the things that makes modern AI accelerators practical. A GPU can do a staggering number of operations per second, but it cannot pull the model weights and the working set quickly enough. And if it can't do that, it stalls, right? Like, it must have the ability to reference and pull from memory very rapidly for things like model weights, or it's going to stall out. And that's what people mean by a memory wall, physically on the chip. The firm SemiAnalysis describes HBM as combining stacked DRAM with ultra-wide data paths and notes that essentially all leading AI accelerators deployed for generative AI training and inference must use HBM. It is, it is a requirement to have high bandwidth memory so that you can access that memory very, very quickly to deliver the kind of high-quality inference that we want out of our AI models.

But HBM has a second constraint that non-hardware people usually miss. It's not just about manufacturing the memory dies. It's also about the packaging. So if you've heard the term CoWoS, that's what this is about. I'm going to define it. If you haven't, don't worry. CoWoS means Chip on Wafer on Substrate. CO-WOS. This is TSMC's advanced packaging technology that lets you place logic dies and HBM stacks together on one large silicon interposer with dense interconnects in between. Again, that that dense bandwidth matters, right? TSMC explicitly describes CoWoS as a packaging that accommodates logic chiplets alongside HBM cubes that are stacked over a silicon interposer for AI and HPC workloads. If that sounds like a lot, think of it as we know we need to collocate these tools so that we can get a hold of them fast. Imagine colllocating a giant apartment building and a giant downtown office building in the same block. Now people can move back and forth between home and work efficiently. It's a very similar concept. We're just operating at, you know, billionth of a meter scale here.

The Financial Times has described advanced packaging as increasingly central as miniaturization is slowing and points out that techniques like HBM stacking and CoWoS-style integration have become essentially required to get the kind of generative AI performance we're looking for. This is in line with the ongoing thesis, and this is something Ethan Mollick first called out. I really like it. He did his thesis on Moore's Law, which is something we're sort of in some senses past and some in some sense is still living through. And what he pointed out is that Moore's Law was not a single law, right? It actually is a reflection of a trend line captured by the allocation of capital and people on a singular problem over a very long period of time. That's exactly what we're seeing here with GPU technologies. CoWoS and other technologies are basically ways that we are addressing the ongoing challenge of increasing AI performance even as we start to hit physical miniaturization limits.

So now you have the chip ecosystem context. AI demand doesn't just pull on GPU supply. Therefore, it inherently tugs at HBM supply. That's why those Google execs got fired this week. It pulls on packaging capacity. It pulls on the ability of a few specialized manufacturers to ramp very quickly. Again, I want to remind you, almost everywhere you look in the AI stack, one company is sitting there supplying a crucial component. It's, it's amazing this whole ecosystem works together. And crucially, HBM is one of those bottlenecks. The major makers are SK Hynix, Samsung, and Micron. That's it. That's all you got.

Now, now we come back to the Grock story. Let me introduce you to SRAM, because SRAM is where the Grock discourse gets really interesting and really, really weird. SRAM is a different kind of memory. It's called Static Random Access Memory. It's a kind of memory used typically for caches and on-chip storage. So the static part means it doesn't need constant refreshing the way DRAM does. So that means it can be faster to access, even the DRAM. Like, you know how we spend a lot of time talking about sort of DRAM as this cube stack that fits on the chip with this really wide highway, etc. This RAM is faster because it literally exists on the chip. It's like, imagine you have a live-work solution right in the same building. Right? That's a terrible analogy, but you get the idea. It literally exists on the chip so it can be faster. It's also much less dense and it's more expensive per bit. So the definition that we typically have is that SRAM is faster than DRAM but more expensive in silicon area and cost because it's a little bit less dense. So SRAM is typically used for cache and internal registers where you need the speed but you're not going to have as much memory, while DRAM is used for main memory. It's not like there's a perfect solution. We are swapping back and forth between the two. That's how most chip architectures work.

Here's the key thing that people misunderstand, though. You don't order SRAM from a supplier the way you order those HBM stacks that I described. So you're not going to SK Hynix and saying, "I want some SRAM." SRAM is generally built into your chip design because it literally is in the chip. So more SRAM usually means more die physical space, right? That the die for the chip gets bigger, which usually means higher cost, more yield complexity, and SRAM scaling has been increasingly difficult in advanced chip design. So Semiconductor Engineering has been really explicit and said that SRAM's inability to scale has challenged our ability to hit power and performance goals because we need better SRAM as chips continue to get better, and SRAM remains the workhorse memory for AI. There's not sort of been a solution there.

This brings us to the reason Nvidia bought Grock. This is Grock's real technical wedge. Grock makes inference-focused accelerators, often described as LPUs or Language Processing Units. Grock's own product brief for the Grock chip lists 230 megabytes of SRAM per chip and claims up to 80 terabytes a second on-die memory bandwidth. Grock's public blog framing makes the contrast really explicit, right? On-chip SRAM bandwidth upwards of 80 terabytes a second versus off-chip high bandwidth memory they describe as roughly an order of magnitude lower in their comparison. So, like, on the order of 8 terabytes a second. And in a later post, Grock also described its approach as integrating hundreds of megs of on-chip SRAM as a primary weight storage for the model, not merely as a cache.

And this is why chip people talk about Grock as low latency. If the working set you need can live on the die, on the chip, you can avoid an entire class of stalls and variability that come with model performance when models have to go off the chip. That can matter enormously for workloads where you feel that latency. Voice systems, interactive co-pilots, real-time agents, any workflow where a slow response breaks the user experience.

But now here comes the nuance. SRAM speed is real, but SRAM capacity remains a constraint. The same Grock product brief that makes SRAM sound really magical forces you to face scaling math. 230 megs. That was a lot of memory back in the 1990s. I remember when we had 230 megs. It's not a lot of memory in modern AI terms. A single HBM stack is measured in tens of gigabytes. Micron, for example, described its HBM3e as 24 gigs in an eight-high stack and 36 gigs in a 12-high stack. Samsung described its HBM3E 12-high as 36 gigs as well. So, we're getting to the point where we have tens of gigs available through wide interconnects on the chip. That's orders of magnitude more than 256 meg. So, SRAM cannot and does not replace HBM. You can't get away from that.

What SRAM can do is win narrow slices of inference where the advantage of on-die processing dominates and the workload can be shaped to fit that memory constraint. And that's why you see people describe SRAM-heavy designs as compelling for very deterministic inference but very weak at scale. They're playing with the physics and basically saying, for simpler jobs where we need more deterministic performance from our LLMs, Grock's solution can be useful. And it's not just the capacity issue, right? It's also the scaling issue. The industry has been wrestling with SRAM bit cell scaling for a long time. Tom's Hardware is another newspaper that reported on this and has reported that SRAM density improvements have been hard at certain node transitions and in particular calls out that TSMC claimed meaningful SRAM bit cell shrink at its 2nm after limited gains at 3nm. In other words, the underlying point is that SRAM is increasingly a first-class chip design problem, and even first-class chip design firms like TSMC are struggling with continuing to shrink every generation to fit more on the chip.

So now we can finally answer: why would Nvidia do this? The most straightforward read is that Nvidia is treating inference as strategic. So let's define inference really plainly. Training is when you take a model and you run enormous amounts of data through it to update its weights. Right? So this is the very expensive, the one-time process of creating the model, done. Inference is when you use the trained model to generate outputs. So every chat response you get from ChatGPT, every image response you get from Midjourney, every search rank, every agent step. Training is episodic. It happens when you make a new model. Inference is continuous. So training is very CapEx-heavy. You pay a lot and you just plonk it down and you train your model. Inference becomes operating expenses. If AI becomes embedded in products, most of the tokens on the planet will be served in inference, not burned in training. And that's why Grock's announcement is phrased the way it is. They're looking to expand access to quote "high-performance, low-cost inference." And that's why Reuters frames Nvidia's move as part of a competitive push as the market shifts toward inference versus training, with Grock positioned as an inference specialist.

Now, let's bring the financing story in, because it's the same reality. It's just expressed through the capital markets instead of chip architecture. So, in October, Reuters reported that Elon Musk's XAI was nearing a $20 billion financing package tied to buying Nvidia processors for the Colossus 2 data center. The key detail is in the structure. An SPV, or a special purpose vehicle, that would raise a mix of equity and debt would buy GPUs and then effectively lease or rent that compute back to XAI. Reuters also relayed Bloomberg's reporting that Nvidia might invest up to $2 billion in the equity portion. So an SPV is basically a legal and financial wrapper built for one specific job. In this case, the job is turning GPUs into a financable asset class, a pool of hardware that can back debt, generate contracted cash flows, and be scaled without requiring the operating company to fund everything directly in a traditional manner. You can think of it as project financing for compute.

In a world where GPUs are scarce, HBM is constrained, and power and data center capacity become really binding constraints, the ability to structure financing that locks in supply actually becomes part of the entire competitive AI game. Not because you want to create fancy vehicles for no purpose, but because it's how you guarantee you can run systems over time.

And so this is where it all comes together. Grock/Nvidia is about pulling a specific inference capability, low-latency, SRAM-heavy, deterministic serving of models, closer into Nvidia's platform without forcing Nvidia to purchase the whole company. Just as XAI's SPV story is about locking in the physical substrate of scaling the GPUs by turning them into a finance supply chain, both of these stories are about the same thing: who controls the path from model capability to product capability at scale. Nvidia needs to play in that game, and so Nvidia needed to buy Grock.

And the Grock structure is really not unique anymore. It's part of a larger pattern, as I called out, of license and aqua hire deals that have become really common in frontier AI. Reuters reported that Google did a $2.4 billion licensing deal for Inflection. I talked about it a few months ago. I flagged it as an issue then. Google hired key leaders and researchers and left Inflection independent and paying its investors via the license fee. This was also something we saw with Microsoft, where Microsoft agreed to pay Inflection about $650 million in a licensing deal while hiring key staff, and that was not actually an acquisition, right? Amazon did the same thing with Adept. Amazon did it again with Covariant on their robotics. Google did it with Character. Once you see these together, the whole story is not "big tech is buying startups." The story is "big tech is increasingly buying capabilities, people, and rights without buying the companies outright."

And that suggests to me again that what we value on the cap table is starting to change. And that changes employee outcomes and incentives in ways that are easy to miss unless you've lived through a few acquisitions. In a traditional acquisition, there's obviously a change of control, and that triggers the contractual mechanisms like option plans that may have acceleration clauses, etc. And what it all adds up to is proceeds going to investors, to preferred stock, to common stock, and in some cases to the employees if they have exercised their options, etc. In a license and aqua hire deal like what happened with Grock, none of that occurred. And to be fair, you can see hints of how some of these deals are sometimes structured to address that concern. So the Wall Street Journal reported that Character.ai's Google licensing fee was around $2.7 billion, and some of that was used to buy out early investors, suggesting that there was an explicit attempt to create at least some liquidity without an acquisition event. But the larger point remains that these tend to be bespoke arrangements, and they don't guarantee that everybody wins together, which is what many people have implicitly believed the Silicon Valley story to be about. If you sign up as one of the first 10 or the first 50 in a company, you think you're going to win with the founders. Not as much as the founder, but a little bit.

So, if you're trying to take one deep lesson from this week, don't think of it as "Nvidia is scared." I've seen that. And don't think of it as "SRAM is the future." I've seen that too. It's really that the AI race is forcing a vertical integration of realities that used to be separate. Hardware is not just hardware anymore. It's memory. It's packaging. Inference is not just a detail. Inference is becoming the whole game. Financing is not just fundraising anymore. It's a way to lock in supply. And acquisitions are not just acquisitions anymore. They're increasingly structured as a capability transfer to deliver the people and the license fees needed to secure a strategic advantage in the AI race.

Nvidia needs to be in the inference game. Nvidia needs to have products that are strong on fast inference to continue to evolve and maintain their lead. Nvidia does not want the designers of the TPU chip, which, by the way, that is exactly who they got in the Grock deal. The Grock deal included the founder of Grock, who designed Google's TPU chip. They don't want that person loose on the market. They'd rather bring them in as insurance. And people do paint this as "Nvidia is worried about Google." "Nvidia is worried about TPU domination." I don't think that's the correct interpretation because Google's advantage is predicated on Google's TPU chip remaining mostly inside the house. Google does license their TPU chip, don't get me wrong, but they would rather you didn't buy it, and they're okay with it being priced in such a way that it remains a nice-to-have for a lot of companies, not a must-have. And part of why is that if Google's TPU chips become commoditized, Google loses the competitive advantage they have with TPUs.

Nvidia is in a different game. Nvidia is not in a hyperscaler model-maker game. It's in the chip business. Nvidia needs to have the talent on-site to make sure that they can tackle these specialized LPU applications without jeopardizing the core business. They need to make sure that they can bring in the technology and know-how from Grock and use that as part of their continuing wedge that makes them the only game in town at scale for model makers. And so this was a little bit of a defensive play by Jensen, but it's absolutely a play that makes sense when you think about who was involved and why it was worth getting those people out of Grock.

I wanted to take time to go through all of the details because, one, I don't think the chip story is well understood. I don't think the nuances of the financing are well understood and why these multi-year deals are well understood. And I also don't think the talent story is well understood. So I hope this has given you a picture into how business is actually getting done at the cutting edge of AI and how we are able to continue to advance on the physical constraints that drive the model experiences we all use and love every day. Yeah, I guess thanks for coming to Professor Nate's class. This is a bit of a long one, but I hope you enjoyed it.