ACQ2: How ARM Became The World's Default Chip Architecture (with ARM CEO Rene Haas)
Key insights
Media referenced
- ARM & SoftBank (Acquired, 2019) - podcast - Ben references Acquired's own 2019 episode on ARM's early history out of Cambridge University as the prequel to this conversation.
- Rene Haas and Jensen Huang's podcast - podcast - Rene mentions recording a separate podcast with NVIDIA CEO Jensen Huang, where Jensen made the comment that 'software never dies,' a line Rene reuses to explain architecture lock-in.
Companies
- ARM Holdings - The company Rene Haas runs; designs the CPU instruction set architecture and chip designs licensed into roughly 29 billion chips shipped in FY2024, now a ~$150B market cap company after IPO.
- SoftBank - Took ARM private in 2016 for $32B, held it through the failed NVIDIA acquisition, and took it public again; Rene frames the $32B purchase and eventual re-listing as vindicated by ARM's subsequent growth.
- NVIDIA - Attempted to acquire ARM for $40B in 2020 (blocked by regulators in 2022); Rene was a VP there before joining ARM and discusses NVIDIA's long ARM history via Tegra, Windows on ARM, and the Grace/Grace Blackwell data center chips.
- Apple - Licenses the ARM instruction set to build its own CPUs (A-series, M-series); the ARM-based iPod, not a stripped-down Intel Mac OS, was the design lineage Apple chose to build iOS from, making the iPhone ARM's breakout design win.
- Texas Instruments - ARM's first major design win in the mid-1990s: TI needed a small, low-power co-processor to run baseband functions in 2G/GSM phones and chose ARM because nothing else was as power-efficient.
- Nokia - The end customer behind TI's baseband chips; the first Nokia GSM phones using TI's ARM-based chip gave ARM its initial foothold before any ARM software ecosystem existed.
- IBM - Choosing Intel's 8086 and an external DOS from Microsoft for the 1981 IBM PC (rather than building in-house) created the open clone market that locked x86/CISC into the PC era, according to Rene.
- Intel - Won the CISC/x86 design win inside the IBM PC and has remained one of only two vendors (with AMD) building x86 chips; Rene contrasts its closed, vertically integrated model with ARM's licensed, multi-vendor model.
- Microsoft - Chosen by IBM to supply DOS over Gary Kildall's company; later drove Windows on ARM starting around 2009-2011, a project Rene personally ran the NVIDIA side of.
- TSMC - Referenced as the leading-edge fab whose massive capex requirements Rene and David compare to the software investment moat that keeps ARM and x86 as the only two surviving CPU architectures.
- Samsung - Built the chip inside the first iPhone under an ARM license and is one of several vendors (with Qualcomm, MediaTek, Tesla, Amazon) that license ARM designs or the ARM ISA directly.
- Qualcomm - One of several ARM-licensed chip vendors named repeatedly as evidence of ARM's multi-sourced ecosystem, versus x86's effective duopoly of Intel and AMD.
- Tensilica - A late-1990s semiconductor CPU startup (founded by ex-Synopsys and ex-MIPS engineers, later acquired by Cadence) where Rene worked from 1997-2004; cited as one of the last funded processor-architecture startups before VC money shifted entirely to software.
- Cadence - Acquired Tensilica around 2012; also cited generally as one of the backend chip-design tool vendors (alongside Synopsys) whose maturing tools in the early 1990s made ARM's licensing model viable.
Techniques and frameworks
- RISC vs. CISC - The foundational architecture distinction: reduced instruction set computers (RISC, ARM's lineage) trade fewer, simpler instructions for lower power and smaller memory footprint, versus complex instruction set computers (CISC, x86) that carry legacy instruction baggage.
- Shared-success licensing model - ARM's founding business model: a modest upfront license fee (a proxy for R&D the customer no longer has to fund in-house) plus a per-unit royalty once the customer ships in volume.
- Architecture license vs. implementation license - Customers can either license ARM's pre-built CPU 'implementation' (the blueprint) or an 'architecture license' that lets them design their own ARM-compliant core in-house, as Apple does; ARM never lets licensees add non-compliant custom instructions.
- Compute subsystems - ARM's newer packaged offering: pre-integrated, pre-verified bundles of CPU cores, coherent mesh network interconnect, and memory controllers, sometimes with a guaranteed frequency target on a named fab process - described as 'Lego blocks' versus a finished statue.
- Training is the teacher, inference is the student - Rene's framing for why AI compute demand favors ARM: training happens in concentrated data centers, but inference runs everywhere (phones, cars, wearables), so inference workloads will vastly outnumber training workloads.
Summary
Rene Haas, CEO of ARM Holdings, joins Ben Gilbert and David Rosenthal to trace how a company founded in 1990 Cambridge to power the Apple Newton became the architecture inside roughly 29 billion chips shipped last year - about four for every person on earth. The conversation opens by cataloguing the sheer ubiquity of ARM (cars, doorbell cameras, refrigerators, TVs, game consoles, phones) before rewinding to the RISC-versus-CISC debate of the 1970s-80s: RISC's simpler instruction set promised lower power and smaller memory footprints, but IBM's 1981 decision to build an open PC around Intel's 8086 and Microsoft's DOS locked x86/CISC into the PC era through pure software lock-in, regardless of which architecture was technically superior.
ARM's own path ran through the margins of that world. Rather than competing head-on for PC or mainframe sockets, ARM built a shared-success licensing model - a modest upfront fee plus a volume royalty - that let it accumulate design wins in low-power niches nobody else wanted: first Texas Instruments' baseband co-processor for Nokia's early GSM phones, then Symbian-era smartphones, and critically the ARM-based iPod, whose architecture Apple chose to build iOS from rather than stripping down its Intel Mac OS. Once Android followed suit around 2007-2008, ARM became the smartphone-era's default architecture, effectively playing Intel's historical role but licensed to many chipmakers (Samsung, Qualcomm, MediaTek, Apple itself) instead of just one.
A structural thread runs through the whole conversation: as venture capital abandoned semiconductor architecture startups for software after the dot-com boom, nearly every CPU architecture besides x86 and ARM (68000, Power PC, AMD 29000, DEC Alpha, SPARC) quietly died off, leaving two survivors by attrition as much as merit. That dynamic now plays out again in the data center, where Haas argues ARM's advantages - power efficiency, an open multi-vendor model that lets hyperscalers like Microsoft, Google, and AWS build fully custom silicon (getting roughly 60% performance-per-watt gains), and the near-total absence of remaining alternatives - explain why AI-era demand keeps compounding in ARM's favor. He pushes back hard on the idea that GPU-centric accelerated computing threatens CPUs, arguing instead that every accelerator still needs a host CPU and that inference workloads (spread across every edge device, unlike concentrated training runs) will vastly outnumber training workloads.
The episode closes on two forward-looking threads: ARM's newest "compute subsystems" business, which packages pre-verified CPU, interconnect, and memory bundles with guaranteed clock-frequency targets on named fabs - a step closer to a finished chip design without ARM becoming a manufacturer - and NVIDIA's blocked 2020 attempt to buy ARM for $40B. Haas, a former NVIDIA VP himself, walks through why that deal died (a legally vertical merger that nonetheless drew fierce customer and regulator opposition) and notes the wry irony that the $40B price once called an overpay now looks like a bargain given ARM's subsequent growth to a $150B market cap.
Notable Quotes
"A CPU is only as good as the software that's written on it and how long that software survives." - Rene Haas
"You need the 10x advantage to make the switch. I'm not sure it's 10x, but it's not 15%. It's got to be something that's quite material." - Rene Haas
"If 1981 is 2007, ARM is Intel, except the benefit that ARM has is that instead of Intel being Intel... ARM is licensing the architecture." - Rene Haas
"Training is the teacher, inference is the student. There are far more students than teachers in the universe." - Rene Haas
"There was a lot of opposition that we got from regulators, customers, ecosystem partners... maybe the company is more important than folks had originally gave us credit for." - Rene Haas