Prompted by an article on X by @magicsilicon on the CUDA moat. Research and drafting assistance from my AI intern assistant Clark.
The NVIDIA H100 looks, in retrospect, like an inevitability. It wasnโt.
What Jensen Huang built is more accurately understood as a sixteen-year accumulation of optionality โ a platform investment made in 2006 for a market that wouldnโt fully materialize until 2022. NVIDIA intros the G80 architecture in November 2006, laying the groundwork for CUDAโs release a few months later. The stated ambition was to let scientists write C++ that ran on GPU cores without needing to understand 3D graphics pipelines. The unstated bet was that parallel computation would eventually matter for something bigger than rendering shadows in video games.
For sixteen years, it mostly didnโt. Not at scale. Not commercially. CUDA lived in research labs and HPC clusters. It attracted a small, devoted, and economically marginal user base โ the kind that papers cite but investors ignore. NVIDIA kept investing in it anyway: cuDNN for deep learning operations, cuBLAS for linear algebra, a layered ecosystem of libraries that made CUDA not just accessible but nearly irreplaceable for anyone doing serious numerical computation. When TensorFlow and PyTorch emerged as the standard frameworks for neural network research, they didnโt adopt CUDA because it was the only option. They adopted it because CUDA was where the optimized kernels already lived.
AlexNet won the ImageNet competition in 2012 and did it on two NVIDIA GPUs. The deep learning community noticed immediately. The financial community largely did not.
Then ChatGPT launched in November 2022, and suddenly everyone needed H100s they couldnโt get.
The parallel to Intel is instructive and also undersells how strange this kind of story looks while youโre living through it. Intel was founded in 1968 as a memory company. DRAM. The founders โ Noyce, Moore, Grove โ were materials scientists and engineers who believed the future was in silicon memory chips. They were right, briefly: in the early 1970s Intel dominated the DRAM market. By 1984, that share had collapsed to 1.3%, ceded almost entirely to Japanese manufacturers who had commoditized the product.
What saved Intel wasnโt a pivot so much as a realization that a stopgap had become a foundation. The 8086, conceived in 1976 as an internal hedge and launched in 1978 was never supposed to matter. It was a 16-bit processor designed to hold off Zilog while Intel finished its ambitious 32-bit iAPX 432 architecture. The 8086 was assigned to a single engineer. โIf management had any inkling that this architecture would live on through many generations,โ its designer Stephen Morse later recalled, โthey never would have trusted this task to a single person.โ
IBM chose the 8088 โ a cost-reduced variant โ for the original IBM PC in 1981. That decision wasnโt destiny, it was simply a procurement. And yet from that accident of selection, Intelโs x86 line became the backbone of personal computing for four decades. The Pentium in 1993 was Intelโs Wintel moment โ the flag bearer the @magicsilicon tweet gestures at โ but the flag had been quietly sewn since 1978.
What these histories share is not just a pattern of โslow build, explosive payoff.โ The structural similarity is subtler: in both cases, the moat was a software abstraction layer built on top of hardware. Intelโs real lock-in wasnโt transistor count or clock speed. It was backward compatibility โ the commitment, formalized with the 80386 in 1985, that every future Intel chip would run software written for older ones. That promise created a flywheel that trapped developers and buyers in a virtuous (for Intel) dependency loop for decades.
CUDA is the same architecture at a different layer. The lock-in isnโt the H100โs 80 gigabytes of HBM3. Itโs that switching to an AMD MI300X or Google TPU means potentially rewriting training pipelines that have been optimized against CUDA kernels for years. AMDโs ROCm platform exists. It is, by most accounts, maturing. Engineers who have tried the migration report that it costs months and hundreds of thousands of dollars. The moat isnโt a wall. Itโs accumulated friction โ the switching cost of a decade of engineering decisions baked into codebases that no one wants to touch.
But to find the actual origin of this pattern, you have to go back further than Intel. To 1964, and to a decision IBM made that Fred Brooks โ its project manager โ called a bet-the-business move.
The IBM System/360 was announced on April 7, 1964, after five years of turbulent internal development. What it introduced wasnโt just a new computer. It was a new concept: the separation of architecture from implementation. Before the 360, IBM ran five incompatible product lines simultaneously. A customer who outgrew their machine had to scrap all existing software and start over. The 360 replaced all five lines with a single unified architecture โ six models covering a fiftyfold performance range, all running the same operating system, all sharing the same instruction set. The name itself encoded the ambition: 360 degrees, all directions, all users.
Gene Amdahl, the 360โs chief architect, had a precise formulation for what this meant: the architecture was โan interface for which software is written, independent of any implementation.โ The Principles of Operation manual described what the machine did; separate Functional Characteristics documents described how each model did it. This distinction โ separating the contract from the execution โ was genuinely new. Itโs the conceptual root of everything that came after.
The 360 generated over $100 billion in revenue for IBM and established the first platform business model in computing. Jim Collins would later rank it alongside the Model T and the Boeing 707 as one of the three greatest business achievements of the twentieth century. But its deepest legacy was architectural: the insight that if you make your abstraction layer the standard, the hardware underneath becomes fungible. Customers didnโt buy specific IBM machines. They bought into OS/360. The machines were an implementation detail.
Intel understood this by the 1980s, even if implicitly. The 80386โs backward compatibility commitment in 1985 was IBMโs 360 insight applied to microprocessors โ the architecture is the product, the silicon is the vehicle. CUDA is the same insight applied to GPU compute. What NVIDIA sold researchers in 2006 wasnโt the G80 card. It was the abstraction: write parallel code in C++, run it on any NVIDIA hardware, trust that the next generation will be faster and compatible.
The pattern is now sixty years old. It has reproduced in every major platform transition. And it keeps working for the same reason it worked in 1964: when you own the layer that developers write to, your customersโ switching costs compound every year they stay.
Thereโs something worth sitting with here. Neither Jensen Huang in 2006 nor Gordon Moore in 1968 could have specified exactly what the payoff would look like. What they shared was a willingness to build infrastructure for a demand they could sense but not yet see โ and the discipline to keep investing in it through the long years when it looked like a research project rather than a business.
The question that doesnโt resolve cleanly is whether that kind of patience is a strategy or a personality. And whether, in an industry that now moves faster than the cycles itโs lived through, sixteen-year moats are still the kind that get built.
Which raises the uncomfortable corollary: the same AI tools that CUDA enabled may be what ultimately erodes it.
The attack on CUDAโs moat is now structurally different from anything AMD or Intel could mount before. OpenAIโs Triton compiler lets developers write GPU kernels in Python without touching CUDA at all, and generates optimized machine code that often matches hand-tuned CUDA performance. MLIR โ Multi-Level Intermediate Representation, originally from Google โ provides a compiler infrastructure that can target any hardware backend from a single codebase. AMDโs ROCm has historically been dismissed as immature; ROCm 7, released this year, delivers meaningfully better inference performance than its predecessors. And perhaps most directly: Claude Code reportedly ported a CUDA codebase to AMDโs ROCm in thirty minutes โ work that previously took months of engineering time.
The irony is almost too neat. CUDAโs moat was built on accumulated switching costs: the friction of rewriting code, the library dependencies, the tribal knowledge encoded in a decade of kernel optimizations. AI coding tools are specifically good at exactly that kind of mechanical, high-context translation. The weapon is attacking the wall it was built behind.
That said, itโs worth being careful about the speed of this. Abstraction layers that โshouldโ erode moats often take far longer than expected, because the moat isnโt just the code โ itโs the ecosystem of tooling, documentation, community knowledge, and hardware-software co-optimization that took eighteen years to compound. Triton and MLIR are real. Theyโre also early. The question isnโt whether the moat is vulnerable; itโs whether it erodes before NVIDIAโs next generation of chips makes it irrelevant to argue about.
As for what comes next โ which company is building the IBM 360 of this decade โ the honest answer is that itโs too early to call with confidence. But thereโs a candidate worth watching.
Anthropicโs Model Context Protocol, launched in late 2024, has the structural fingerprint of a platform play. MCP is a standard for how AI agents connect to external tools and data sources โ a common interface layer, hardware-agnostic (or rather, model-agnostic), that any system can implement. By late 2025 it had been donated to the Linux Foundation, adopted by OpenAI and Google, and was tracking 97 million monthly SDK downloads. There are now over 10,000 MCP servers. It is becoming the way agents talk to the world.
The parallel to OS/360 is imprecise but instructive. What IBM built in 1964 was a standard interface between software and hardware that decoupled what you wrote from what you ran it on. MCP is attempting something similar one abstraction layer higher: decoupling what an agent does from the specific models, tools, and data sources it does it with. If it becomes the standard โ the layer that developers write to โ then whoever owns or most deeply shapes that standard controls the integration tax of an industry whose applications we canโt fully specify yet.
The counterargument is that open standards, once donated to foundations and broadly adopted, donโt generate the same lock-in as proprietary platforms. OS/360 was IBMโs. CUDA is NVIDIAโs. MCP is now the Linux Foundationโs, with OpenAI and Google as co-stewards. The historical pattern suggests the moat accrues to whoever owns the layer, not whoever invented it.
Which may mean the next great platform play is still being assembled in a room we havenโt seen yet โ the way IBMโs System/360 was being architected in a Connecticut motor lodge in 1961, three years before anyone else knew what was coming.
You must be logged in to post a comment.