For Robotaxis, Safety Must Be Built In, Not Bolted On
NVIDIA Corp. — a car pulls up to the curb. The app says, “Your ride is here.” No one’s in the driver’s seat.
For people who live in one of the dozens of cities now hosting robotaxi services, this is already a reality. The robotaxi industry has moved from prototype milestones to commercial operations, with an expanding ecosystem accelerating the pace of deployment. New collaborations announced at NVIDIA GTC Taipei reflect robotaxi programs spinning up around the world: Uber and Autobrains are launching a robotaxi program in Munich on the NVIDIA DRIVE Hyperion platform, using Autobrains’ agentic AI to support scalable operations. Foxconn is expanding its collaboration with NVIDIA to deploy robotaxi fleets, combining its services with NVIDIA DRIVE Hyperion for rapid integration and scaling in Taiwan. VinFast is working with Autobrains to bring level 4 vehicles built on DRIVE Hyperion to the Southeast Asia market. HUMAIN is working to bring DRIVE Hyperion-powered robotaxis to Saudi Arabia, expanding the platform’s global footprint into the Middle East. Building a Safe Software Foundation As the robotaxi industry scales, safety is paramount. Regulators, certification bodies and developers are scrutinizing what safe deployment at scale requires. Industry discussion on level 4 autonomy often centers on what the vehicle can perceive and decide. That discussion is well-founded. Accurate perception, sound decision-making and handling the unexpected are difficult problems, and real progress toward solving them is being made. But perception and decisions alone are not the whole story. Regulators require something more: proof that the overall system behaves reliably, isolates faults before they escalate and never operates outside the boundaries it was designed for. Robotaxi safety requires solving four distinct challenges simultaneously: A safety-certifiable operating system Safe, standardized hardware and software interfaces AI that operates within verifiable guardrails Validation at scale before vehicles touch public roads To help solve these challenges, the recently introduced Halos Operating System (OS) — a component of the NVIDIA Halos full-stack, comprehensive safety system — offers a unified, production-ready safety foundation for AI-driven vehicles, built on NVIDIA DRIVE Hyperion. It comprises: Halos Core: A Certified OS Foundation At the foundation of NVIDIA Halos OS is Halos Core, which is the next generation of NVIDIA DriveOS and certified to automotive safety standards. It’s audited, documented and proven to behave predictably under fault conditions, with a hypervisor — a specialized software layer — that isolates safety-critical functions so failures can’t reach vehicle controls. Halos Core is compliant with ISO 26262 ASIL D, includes safety-certified support for NVIDIA CUDA and TensorRT, and provides the TensorRT Edge-LLM open source framework for high-performance large language model inference. Halos SDK: Standardized and Safe Interfaces A robotaxi integrates cameras, radar, lidar and other sensors, each streaming data in a different format at a different rate. Without a standardized middleware layer, every hardware change forces teams to manually rebuild those integrations. Halos SDK removes that burden. Its sensor abstraction layer decouples the autonomous driving stack from individual sensor drivers, so adding or swapping a sensor no longer causes ripples through application code, while a vehicle abstraction layer connects the autonomous driving stack to the rest of the vehicle through a single, consistent interface. On top, Halos SDK provides the runtime building blocks that safety-critical software demands: a deterministic application-level scheduler for predictable timing, zero-copy inter-process communication that moves data without added latency, a comprehensive system error-handling framework and a robust scenario data recorder — delivering the foundation for highly reliable and low-latency automotive applications. Halos Applications: Safety Guardrails for AI AI models can match human driving behavior, but regulators require more than performance. The Halos Applications layer provides safety guardrails for AI through deterministic, rule-based functions, analyzed and designed to behave within defined bounds.