Waymo Reveals Custom 5nm ASIC and 'Data Center on Wheels' Architecture for Autonomous Fleet
Alphabet's autonomous driving unit has unveiled a custom 5-nanometer chip designed to process massive sensor data streams, powering its next-generation Zeekr robotaxis.
By Sergei Orlov
- Custom Silicon Advocates
- Argue that vertical integration is necessary to handle the data bandwidth of Level 4 autonomy.
- Merchant Hardware Proponents
- Believe off-the-shelf platforms offer better economies of scale and faster iteration.
- Fleet Economics Analysts
- Focus on the per-vehicle cost and the impact of tariffs on the robotaxi business model.
Waymo has opened the trunk of its next-generation robotaxi fleet, revealing a computing architecture that resembles a server farm more than a traditional vehicle control unit. The Alphabet-owned company detailed a "data center on wheels" approach for its new Ojai minivans, centered around a custom-designed 5-nanometer application-specific integrated circuit (ASIC). The disclosure marks a rare moment of hardware transparency for the notoriously secretive autonomous driving leader, arriving just as the company opens its Ojai fleet to all riders across San Francisco, Los Angeles, and Phoenix.[1][2][5]
Initial reports framed the new silicon as a direct replacement for third-party hardware, but the engineering reality is more nuanced. Waymo's custom ASIC is strictly a front-end processor, designed exclusively to ingest and organize the massive influx of raw data from the vehicle's lidar, radar, and camera arrays. It performs temporal denoising and sensor fusion before handing the organized data over to a separate core machine-learning brain. The chip does not decide how the car drives; it dictates how clearly the car sees.[2][7]
For that specific front-end task, the silicon is a powerhouse. Waymo claims the ASIC alone delivers over 1,000 trillion operations per second (TOPS) of machine-learning performance. By co-designing the chip alongside its proprietary sensor suite and software algorithms, the company achieved a level of bandwidth efficiency and low-light perception that off-the-shelf components could not match. The 5nm chip, fabricated by Taiwan Semiconductor Manufacturing Company (TSMC), allows the vehicle to execute complex neural networks on raw sensor data in real time without draining the battery or filling the entire trunk with cooling fans.[6][7]
Despite the custom silicon milestone, Waymo is not abandoning merchant hardware. The company explicitly named Advanced Micro Devices (AMD) and Nvidia as ongoing partners, alongside memory and storage suppliers like Micron, Samsung, and SanDisk. The architecture pairs the custom front-end ASIC with high-performing central processing units (CPUs) and graphics processing units (GPUs) to handle orchestration, data movement, and the actual driving inference models. It is a heterogeneous system that uses custom silicon where off-the-shelf parts bottleneck, and relies on industry-standard accelerators for the rest.[1][2][7]
This computing stack is currently being deployed in the Waymo Ojai, a purpose-built electric minivan manufactured in China by Geely's premium EV brand, Zeekr. Unlike the retrofitted Jaguar I-Pace SUVs that currently make up the bulk of Waymo's fleet, the Ojai was designed from the ground up as a robotaxi, featuring a B-pillarless design, a low step-in height, and expansive legroom. The vehicles are assembled in Ningbo, China, before being shipped to Waymo's facility in Mesa, Arizona, where the autonomous hardware and compute stack are installed.[3][5]
This computing stack is currently being deployed in the Waymo Ojai, a purpose-built electric minivan manufactured in China by Geely's premium EV brand, Zeekr.
Scaling a fleet of Chinese-built electric vehicles in the United States currently requires navigating a punishing trade environment. Waymo is paying a 127.5 percent tariff on every Zeekr chassis it imports, effectively more than doubling the base cost of the vehicle. Yet the economics of autonomy still favor the strategy. Because the base Zeekr platform is fundamentally inexpensive, and because Waymo has driven the cost of its sensor and computing stack down significantly, the fully loaded Ojai remains substantially cheaper than the six-figure Jaguar retrofits it replaces.[3][4]
The import volume underscores Waymo's aggressive commercialization timeline. Shipping records indicate the company has brought more than 3,200 of the Zeekr vehicles into the United States since 2024, with the vast majority arriving in the first half of 2026. This stockpile represents a massive expansion of physical capacity for a company that currently operates a few hundred vehicles per city. With the Ojai now carrying paying passengers in three major markets, Waymo plans to expand the new platform to Denver, Las Vegas, and San Diego by the end of the year.[3][4][5]
The development of the 5nm ASIC aligns closely with the broader hardware strategy of Waymo's parent company. Just as Google developed its own Tensor Processing Units (TPUs) to escape the margin squeeze of buying data-center GPUs for search and AI workloads, Waymo is vertically integrating the most computationally expensive parts of its vehicle stack. As the resolution of automotive cameras increases and the density of lidar point clouds grows, the cost of processing that data with generalized silicon becomes prohibitive at scale.[6][7]
This architectural divergence highlights a growing split in the autonomous vehicle industry. While competitors like Tesla rely entirely on generalized compute platforms and camera-only vision systems, Waymo is betting that the path to reliable Level 4 autonomy requires a multi-sensor approach backed by highly specialized, purpose-built silicon. The "data center on wheels" is heavy, complex, and expensive to develop, but it provides the deterministic latency and redundancy required to operate a driverless vehicle without a human safety net.[2][4]
Ultimately, Waymo's disclosure reveals the sheer scale of the engineering challenge inherent in full autonomy. Moving a vehicle through a chaotic urban environment requires ingesting gigabits of sensor data per second, cleaning it, fusing it, and running it through inference models in milliseconds. By designing its own front-end silicon while maintaining partnerships with traditional chipmakers, Waymo is acknowledging that no single piece of hardware can solve the self-driving puzzle alone.[1][7]
Viewpoints in depth
Custom Front-End Silicon (The Waymo Architecture)
Designing application-specific chips tailored to a proprietary sensor suite.
FOR: Maximum optimization for specific sensor suites, drastically reducing power consumption and latency while improving bandwidth efficiency. AGAINST: Massive upfront research and development costs, longer iteration cycles, and the risk of silicon obsolescence if sensor types change. EVIDENCE: Waymo's 5nm ASIC delivers 1,000 TOPS specifically for front-end processing—a metric achieved by stripping out generalized compute overhead and co-designing the chip alongside the vehicle's lidar and radar arrays. FITS WELL WHEN: A company has Alphabet-scale capital, a locked-in sensor architecture that will not change for years, and a need to process massive multi-modal data streams. DOES NOT FIT WHEN: A startup needs to launch quickly, or an automaker wants the flexibility to change sensor suppliers between vehicle generations without redesigning their core silicon.
Merchant Silicon Platforms (The Nvidia/AMD Route)
Relying on generalized, off-the-shelf computing platforms for the entire autonomous stack.
FOR: Rapid deployment, massive economies of scale, and generalized capabilities that can adapt to different software models and sensor configurations over time. AGAINST: Power inefficiency, thermal management challenges in a vehicle trunk, and a lack of hardware-software co-design for niche sensor types. EVIDENCE: Nvidia's DRIVE platforms and AMD's automotive accelerators power the vast majority of the autonomous vehicle industry, offering turnkey solutions that allow automakers to focus on software rather than chip fabrication. FITS WELL WHEN: An automaker is building Level 2 or Level 3 driver-assistance systems across a wide range of vehicle models, or a robotaxi startup lacks the billions required for custom silicon. DOES NOT FIT WHEN: A Level 4 operator hits a thermal or latency bottleneck processing high-resolution lidar point clouds that generalized GPUs handle inefficiently.
Camera-Only Generalized Compute (The Tesla Architecture)
Using standard neural network accelerators to process vision-only data without lidar or radar.
FOR: Dramatically lower per-vehicle hardware costs, simplified data pipelines, and the ability to train models on massive crowdsourced datasets from consumer cars. AGAINST: Lack of hardware redundancy, vulnerability to poor lighting or weather conditions, and the immense difficulty of inferring depth purely from 2D pixels. EVIDENCE: Tesla's upcoming Cybercab and current supervised Full Self-Driving rely entirely on cameras feeding into generalized neural net accelerators, avoiding the cost of lidar and custom front-end fusion chips entirely. FITS WELL WHEN: The business model relies on selling millions of consumer vehicles where a $20,000 sensor and compute stack would destroy margins. DOES NOT FIT WHEN: Operating a commercial robotaxi service that requires deterministic, mathematically proven redundancy to remove the human safety driver entirely.
Sources
[1]Seeking AlphaCustom Silicon AdvocatesWaymo built a 'data center on wheels' to power its driverless cars
Read on Seeking Alpha →
[2]The Next WebCustom Silicon AdvocatesWaymo has published what is in the boot of its robotaxis
Read on The Next Web →
[3]ElectrekFleet Economics AnalystsWaymo is now letting all riders in San Francisco, Los Angeles, and Phoenix hail its next-generation Ojai robotaxi
Read on Electrek →
[4]AutoEvolutionFleet Economics AnalystsWaymo imported more than 3,200 Zeekr RT minivans since 2024
Read on AutoEvolution →
[5]ValueAdd VCFleet Economics AnalystsWaymo Opens Cheaper Next-Gen Robotaxi to All Riders in 3 Cities
Read on ValueAdd VC →
[6]BigGoMerchant Hardware ProponentsWaymo Unveils Custom 1,000 TOPS Chip for Next-Gen Robotaxis, Cutting Reliance on Nvidia
Read on BigGo →
[7]WaymoCustom Silicon AdvocatesWaymo's approach to compute
Read on Waymo →
Comments
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.

