NVIDIA Isaac GR00T 2026: Open Humanoid Robot Targets Physical AI Era
NVIDIA has open-sourced the brain and standardised the body of a humanoid robot, handing the result to the world's top university robotics labs. The Isaac GR00T reference design is part commercial strategy, part scientific gambit — and it could reshape the race to build machines that work alongside humans.
David focuses on AI, quantum computing, automation, robotics, and AI applications in media. Expert in next-generation computing technologies.
DATELINE: TAIPEI / SAN JOSE, 1 JUNE 2026 — On a stage in Taipei, with the kind of theatrical precision that Jensen Huang has made his trademark, NVIDIA's founder and chief executive unveiled what he described as the key to unlocking a multi-trillion-dollar economic opportunity. The product is not a new GPU. It is not a data centre platform or a software subscription. It is a robot — a six-foot, 150-pound humanoid machine with five-fingered hands, stereo cameras for eyes, and an NVIDIA supercomputer for a brain.
The NVIDIA Isaac GR00T Reference Humanoid Robot, announced on May 31, 2026 at NVIDIA GTC Taipei, is built around the Unitree H2 Plus chassis, fitted with Sharpa Wave tactile five-finger hands, and powered by the NVIDIA Jetson AGX Thor T5000 — a Blackwell-architecture compute module capable of 2,070 FP4 teraflops of AI performance from a chip that consumes as little as 40 watts. It is the first open, fully integrated humanoid robot reference design in the industry. And NVIDIA is giving the platform away.
The announcement matters not because humanoid robots are new — they are not — but because of what NVIDIA is doing with the software stack. The Isaac GR00T platform, made available as open source, provides everything a research team needs to collect demonstration data, train robot foundation models, simulate behaviour in virtual environments, and deploy trained policies onto physical hardware. What has historically required a proprietary end-to-end system costing millions of dollars is now available to any university lab willing to partner with NVIDIA's ecosystem. As robotics shifts from pilots to core infrastructure across global industry, the GR00T reference design arrives at precisely the moment the field needs a shared, reproducible platform to accelerate its rate of progress.
"Humanoid robots will bring physical AI to the world's largest industries, opening a multitrillion-dollar economic opportunity. The NVIDIA Isaac GR00T Reference Humanoid Robot gives researchers a single, open platform to make breakthrough discoveries toward general-purpose physical intelligence." — Jensen Huang, Founder & CEO, NVIDIA
Why Humanoid Robots, and Why Now
The timing of NVIDIA's bet on humanoid robotics is not accidental. It reflects a convergence of three technologies that, for the first time in the history of the field, make the engineering of a genuinely capable general-purpose robot plausible rather than merely aspirational.
The first is foundation model AI. The large language models that have captured public imagination since 2022 represent a new paradigm for machine intelligence: instead of hand-coding behaviours or training narrow task-specific models, researchers can now train massive neural networks on enormous datasets and achieve generalisation across tasks never explicitly taught. The same logic, applied to robot perception and motor control — Vision-Language-Action models, or VLAs — is producing robot policies of unprecedented generality.
The second is hardware maturation. Actuators, force sensors, and battery technology have improved sufficiently that a humanoid robot can now walk on uneven terrain, manipulate objects with sub-centimetre precision, and operate for hours without a tether. The Unitree H2 Plus chassis provides 75 degrees of freedom across body and hands, torque outputs sufficient to lift 15 kilograms, and a production-quality reliability profile that makes it viable for extended field trials outside controlled laboratory environments.
The third is market pressure. Goldman Sachs has forecast the humanoid robot market could reach $38 billion annually by 2035. Jensen Huang has suggested the addressable opportunity is measured not in billions but in trillions — pointing to the vast global workforce engaged in manual, repetitive, or physically demanding labour that humanoid robots could, in principle, augment or replace. Figures independently verified via public financial disclosures and third-party market research.
Inside the Isaac GR00T Platform: Body, Brain, and Software Stack
The Body: Unitree H2 Plus and Sharpa Wave Hands
The physical foundation of the reference design is the Unitree H2 Plus — a second-generation humanoid chassis from Shenzhen-based Unitree Robotics. Standing close to six feet tall and weighing approximately 150 pounds, the H2 Plus provides 31 degrees of freedom across its body joints, with leg actuators generating up to 360 Newton-metres of torque for locomotion and arm actuators producing up to 120 N·m for manipulation tasks.
Fitted to the ends of those arms are Sharpa Wave tactile five-finger hands — arguably the most significant component of the entire reference design from a research perspective. Dexterous manipulation has long been the hardest unsolved problem in robotics. A robot that can walk is useful. A robot that can walk and manipulate objects with the precision of a human hand is transformative. Each Sharpa Wave hand provides 11 degrees of freedom, bringing the robot's total to 75 DoF across the complete system.
The sensing suite includes a head-mounted stereo camera system with a wide 140-degree horizontal field of view for navigation and scene understanding, supplemented by wrist-mounted cameras for close-range manipulation feedback, and an inertia measurement unit for proprioceptive motion tracking. An array of microphones and speakers enables voice interaction — increasingly important as language models become the interface layer between humans and robots.
The Brain: Jetson AGX Thor and the Blackwell Architecture
Onboard compute is provided by the NVIDIA Jetson AGX Thor T5000 — a module built around the Blackwell GPU architecture, now miniaturised for edge deployment. The T5000 delivers 2,070 FP4 teraflops of AI performance: sufficient to run large multimodal neural networks in real time without cloud connectivity.
The 128 gigabytes of unified memory — shared between the GPU and the 14-core Arm CPU — is particularly significant. Modern robot foundation models, which process visual inputs, language commands, and proprioceptive sensor data simultaneously to generate motor actions, have substantial memory footprints. The unified architecture eliminates the bandwidth bottleneck that has constrained previous-generation edge compute platforms.
Power consumption is configurable between 40 and 130 watts — a range that allows research teams to trade computational intensity against battery life. At 40 watts, the 15 Ah battery provides approximately three hours of operating time. For research scenarios where network connectivity is unreliable or latency is critical, the onboard compute removes any dependency on cloud infrastructure during task execution.
The Software: Isaac GR00T — A Full-Stack Robot Development Platform
The hardware, impressive as it is, is not the primary innovation. The differentiator is the NVIDIA Isaac GR00T open development platform — a modular software stack addressing every stage of the humanoid robot development workflow, from data collection through simulation, training, evaluation, and real-world deployment.
Isaac Teleop provides the data capture layer: a teleoperation system that allows researchers to demonstrate tasks on the physical robot and record high-quality training data for policy development. This human-in-the-loop data collection approach removes one of the primary bottlenecks in robot learning pipelines — the difficulty of efficiently capturing diverse, high-quality demonstration data at scale.
The Isaac GR00T foundation models, released on GitHub and Hugging Face, are pre-trained on large-scale robot demonstration datasets and provide a starting point for fine-tuning on specific tasks. Rather than training a robot policy from scratch — a process that can require millions of simulation steps or thousands of hours of demonstration data — researchers can adapt a pre-trained GR00T model to a new task using comparatively small amounts of task-specific data.
NVIDIA Isaac Sim and Isaac Lab provide the simulation environment: a physics-accurate, GPU-accelerated virtual world in which robot policies can be trained, tested, and evaluated at speeds many times faster than real time. Isaac Sim, built on the Omniverse platform, provides photorealistic rendering and physically accurate dynamics; Isaac Lab provides the reinforcement learning training infrastructure. Together, they enable the sim-to-real transfer pipeline that is increasingly central to scalable robot policy training.
Finally, NVIDIA Isaac ROS — the GPU-accelerated Robot Operating System middleware — handles deployment of trained policies onto physical hardware. Its GPU acceleration matters: processing camera feeds, sensor fusion, and motor control signals in real time on a robot moving through a dynamic environment requires compute throughput that CPU-only ROS stacks cannot deliver at the latencies modern robot AI demands. This is the same architectural philosophy that has made NVIDIA's open AI platform strategy — from Hermes to Isaac — a consistent playbook of providing the tools, capturing the infrastructure.
Table 1: NVIDIA Isaac GR00T Reference Humanoid Robot — Full Hardware Specification
| Component | Specification | Significance | |---|---|---| | Humanoid chassis | Unitree H2 Plus — ~6 ft, ~150 lb, 31 DoF | Human-scale form factor for real-world environment testing | | Dexterous hands | Dual Sharpa Wave tactile five-finger hands — 22 DoF hands / 75 DoF total | Enables fine manipulation; rivals state-of-the-art research platforms | | Onboard compute | NVIDIA Jetson AGX Thor T5000 — Blackwell GPU, 2,070 FP4 TFLOPS, 128 GB unified memory | Powers real-time AI inference and control on-robot without cloud dependency | | Power envelope | Configurable 40–130 W | Balances compute intensity with battery life for extended field trials | | Vision & sensing | Head stereo camera (140° H × 102° V FOV), wrist cameras, IMU | Wide-field navigation plus close-range dexterous manipulation feedback | | Connectivity | Ethernet, Wi-Fi 6, Bluetooth 5.2, USB; microphones & speakers | Supports voice interaction, ROS middleware, edge-cloud hybrid workflows | | Battery | 15 Ah / 0.972 kWh — approx. 3 hours operating life | Sufficient for multi-task research sessions without mid-session recharge | | Payload (arms) | Rated 7 kg; peak 15 kg; arm torque up to 120 N·m | Exceeds many warehouse pick-and-place load requirements | | Payload (legs) | Leg torque up to 360 N·m | Designed for stair climbing, rough terrain, and load-bearing locomotion | | Safety | On-remote emergency stop | Critical for shared lab environments with researchers nearby |Source: NVIDIA Corporation press release, May 31, 2026; Unitree product specifications; Business 2.0 News analysis.
The Universities That Will Test It First
The commercial significance of NVIDIA's announcement is amplified by the roster of academic institutions that will be among the first to use the reference design. Robotics research has historically been fragmented and expensive: each lab builds its own platform, writes its own simulation tools, develops its own data pipelines. The result is that research findings are difficult to reproduce, and the rate of progress across the field is slower than the underlying algorithmic advances would otherwise permit.
The Stanford Robotics Center is among the most prominent adopters. Steve Cousins, the Centre's executive director, framed the value proposition precisely: an open humanoid reference design with standardised hardware and software allows students and collaborators to share code and compare results on identical platforms. This reproducibility — the ability to publish a result that another lab can verify on the same hardware — is what transforms isolated academic findings into the scientific consensus that drives commercial adoption.
ETH Zurich's Robotic Systems Lab, led by Professor Marco Hutter — one of the world's foremost authorities on legged robot locomotion and the group behind the ANYmal quadruped robot — brings expertise in the mechanical and control engineering challenges of bipedal locomotion, an area where the software-first approach of many AI companies has proved insufficient.
UC San Diego's Advanced Robotics and Controls Laboratory, directed by Professor Michael Yip, adds expertise in loco-manipulation — the simultaneous control of locomotion and manipulation, arguably the hardest control problem in humanoid robotics. A robot that can only stand still to pick something up is of limited practical utility. Real-world usefulness requires integrated whole-body control: the ability to walk, reach, grasp, and carry simultaneously.
Ai2 — the Allen Institute for Artificial Intelligence — rounds out the consortium with a focus on open science and broadly competent robotics. Dieter Fox, Ai2's senior research director, is one of the most cited researchers in robot perception and learning; his group's work on robot generalisation will stress-test the GR00T foundation models in ways that controlled lab experiments cannot.
The presence of Skild AI — a startup founded by Carnegie Mellon robotics researcher Deepak Pathak — signals that NVIDIA is building bridges not just to academia but to the startup ecosystem that will eventually commercialise the research.
"To make progress toward general-purpose robots, researchers need platforms that are both capable and broadly accessible. A reference design lets more researchers participate in frontier humanoid research and move from ideas to experiments faster." — Deepak Pathak, Cofounder & CEO, Skild AI
The Humanoid Race: Who Else Is Building, and What Makes NVIDIA Different
NVIDIA is not the first company to announce an ambitious humanoid robot, and the reference design does not exist in a vacuum. The competitive landscape for humanoid robotics is crowded, well-funded, and moving fast — with entrants ranging from Boston Dynamics, which has been building humanoid robots since the 1990s, to Tesla, which has committed its full manufacturing and AI resources to the Optimus programme.
What distinguishes the NVIDIA approach from virtually every other player is the combination of openness and compute leverage. Boston Dynamics' Atlas is arguably the world's most capable bipedal robot in terms of raw physical performance — but it is built on a proprietary platform and sold at a price point that puts it out of reach for most academic institutions. Tesla's Optimus is backed by the world's most sophisticated AI training infrastructure — the Dojo supercomputer and the FSD neural network pipeline — but Tesla has made no indication that its robot AI will be made available to third-party developers.
NVIDIA's strategy more closely resembles Android in the smartphone era: positioning Isaac GR00T as the open operating system for humanoid robots, replicating the playbook that made Android dominant in mobile computing. As detailed in our 2026 robotics vendor comparison, the divide between open and proprietary robot platforms is now the defining strategic fault line in the industry — and NVIDIA has planted its flag firmly on the open side.
Table 2: Humanoid Robot Competitive Landscape — Key Players and Platform Strategies (2026)
| Company / Platform | Robot(s) | AI / Compute Stack | Target Market | Open Source? | |---|---|---|---|---| | NVIDIA + Unitree (Isaac GR00T) | H2 Plus + Sharpa Wave hands | Jetson Thor (Blackwell GPU), Isaac GR00T platform, Isaac Sim/Lab/ROS | Academic research; eventually industrial | Yes — open models & SDK | | Boston Dynamics | Atlas (electric) | Proprietary; Boston Dynamics AI Institute | Industrial, logistics, construction | No | | Tesla | Optimus Gen 2/3 | Tesla FSD-derived neural nets; Dojo training | Tesla factories; eventual commercial | No | | Figure AI | Figure 02 | OpenAI Vision-Language-Action model + custom compute | Industrial / warehouse labour | No | | 1X Technologies | NEO / EVE | Proprietary embodied AI, Norta motor tech | Home & light industrial | Partial | | Agility Robotics (Amazon) | Digit | Proprietary locomotion AI; ROS 2 integration | Warehouse fulfilment (Amazon) | Partial (ROS) | | Unitree Robotics | G1 / H1 / H2 (base) | Open hardware; ROS-compatible; NVIDIA Isaac SDK | Research, education, light industrial | Yes — hardware open | | Skild AI | Model-agnostic platform | General-purpose robot brain; model-as-a-service | Any robot platform | API / partnership |Source: Business 2.0 News research; company disclosures. Data as of June 2026.
Unitree: The Chinese Hardware Partner That Could Change Everything
The choice of Unitree Robotics as the hardware partner is one of the most strategically interesting elements of the announcement. Unitree is a Shenzhen-based robotics company that has, over the past five years, emerged as arguably the most price-competitive producer of research-grade legged robots in the world. Its quadruped robots are widely used in university labs globally because they offer Boston Dynamics-competitive performance at a fraction of the price.
The geopolitical dimension of this partnership is impossible to ignore. Unitree is a Chinese company, and its products are manufactured in China. The GR00T reference design, which places NVIDIA's AI platform on a Chinese-manufactured robot body, creates a joint system that sits at the intersection of US export control policy, technology transfer concerns, and the broader US-China technology rivalry. NVIDIA has not addressed this dimension publicly — but it is the kind of supply chain complexity that will receive attention from policymakers as the humanoid robotics industry scales.
The announcement also notes that the Isaac GR00T developer platform will support the Unitree G1 — a smaller, lighter humanoid widely used in existing research programmes — with reference workflows to be released on GitHub and Hugging Face. Labs that already own Unitree G1 units can access the GR00T software stack without purchasing new hardware, lowering the barrier to adoption and accelerating the diffusion of NVIDIA's platform across the global robotics research community.
The Real Strategy: Building the Largest Robot Training Dataset in History
Beneath the hardware specifications and the academic partnerships lies what is almost certainly NVIDIA's primary strategic objective: generating the training data necessary to build the most capable robot foundation models in the world.
The fundamental constraint on robot AI is not compute — NVIDIA has more GPU compute than any organisation on Earth — and it is not algorithmic sophistication. It is data. Training a robot foundation model that genuinely generalises across tasks and environments requires an enormous diversity of demonstration data: robots attempting thousands of different tasks, in thousands of different environments, with thousands of different objects.
When fifty universities, each running multiple GR00T reference robots across multiple research projects, each generating teleoperation demonstration data through Isaac Teleop — the cumulative dataset produced over twelve to eighteen months is potentially the largest and most diverse robot training corpus ever assembled. And crucially, NVIDIA, as the provider of the shared models and training infrastructure, is positioned to aggregate the learnings from all of this activity into successive generations of more capable GR00T foundation models.
This is the data flywheel that Jensen Huang is building. More researchers using GR00T means more training data. More training data means better foundation models. Better foundation models mean more researchers adopt GR00T because the pre-trained models give them a competitive starting point. The loop reinforces itself — and every iteration strengthens NVIDIA's position as the dominant platform for physical AI.
Market and Investor Implications: Reading the Physical AI Play
For investors following NVIDIA's strategic evolution, the Isaac GR00T announcement should be read alongside the company's other physical AI investments — Cosmos (its world foundation model for physical AI simulation), DRIVE Hyperion (its autonomous vehicle platform), and the broader Isaac platform for industrial robotics — as components of a unified bet on physical AI as NVIDIA's next major growth vector after data centre AI.
The data centre GPU business that has driven NVIDIA's extraordinary revenue trajectory — from $27 billion in fiscal 2023 to more than $130 billion in fiscal 2025 — is a platform play: the more workloads that run on NVIDIA GPUs, the more valuable the CUDA ecosystem becomes. Physical AI extends this logic into the physical world: if the robots that fill warehouses, staff factories, assist in hospitals, and operate in homes all run on Jetson Thor compute and Isaac GR00T software, NVIDIA captures a portion of the economic value of each robot, in perpetuity, through compute sales and platform licensing.
Goldman Sachs projects the humanoid market at $38 billion by 2035; Goldman's estimates have historically been conservative in fast-moving technology markets. For CIOs evaluating robotics investments in 2026, the GR00T reference design lowers the barrier to enterprise piloting dramatically — enabling institutions to test humanoid AI on standardised, reproducible hardware before committing to proprietary commercial platforms.
The risks are real. Sim-to-real transfer — the translation of behaviours learned in simulation to the messy, unpredictable physical world — remains a major unsolved research problem. Foundation models for robots are years behind language models in capability and generality. But NVIDIA enters this race with advantages that no other competitor can fully replicate: the compute infrastructure, the software ecosystem depth, the academic relationships, and a manufacturing partner in Unitree that can put capable, affordable hardware into the hands of researchers at the scale required to generate the training data that will ultimately determine who wins the foundation model race for physical AI. The broader industrial context — where Siemens, ABB, and Honeywell are already deploying AI-integrated robotics at enterprise scale — means the commercial demand for capable, general-purpose humanoid platforms is real and growing.
Why This Matters for Industry Stakeholders
For enterprise technology buyers, the GR00T reference design is not yet a procurement decision — but it is a signal. The open-platform strategy means that the software patterns, training pipelines, and simulation frameworks developed in university labs on GR00T hardware will eventually surface as commercially supported products built on the same foundation. Enterprises piloting humanoid robotics in 2027–2028 will likely be choosing between platforms whose roots trace directly to this academic cohort.
For policymakers and regulators, the Unitree partnership and the open-source release of military-capable robot training frameworks raise questions about export controls, dual-use technology, and the governance of increasingly autonomous physical AI systems. The inclusion of an on-remote emergency stop in the hardware specification reflects NVIDIA's awareness of these concerns — but it is the beginning of a governance conversation, not its conclusion.
For the global robotics research community, the most important consequence of the announcement may be the simplest: standardisation. A field that has historically been unable to reproduce results across labs — because each lab ran different hardware with different software on different simulators — now has a reference point. Whatever its limitations, the GR00T reference design gives the field a shared platform to argue about. And shared platforms, historically, are where progress accelerates.
Forward Outlook
Disclosure: The following section contains forward-looking statements based on current market analysis. Actual outcomes may differ materially from projections.
There is an audacity to what NVIDIA has announced that goes beyond the hardware specifications and the academic partner list. NVIDIA is attempting to do for humanoid robots what it did for GPU computing two decades ago: create an open platform, convince the world's best researchers to build on it, and then — as the ecosystem flourishes and hardware demand scales — collect the infrastructure rent.
It worked with CUDA. It worked with the gaming GPU market. It is working, spectacularly, with data centre AI. Whether it works with physical AI depends on whether the Isaac GR00T reference design can become the default research platform for humanoid robotics globally — the Raspberry Pi of bipedal machines, the standard that other standards are measured against.
The five universities and research institutions that will be first to receive the reference design are the early validators. If their research — published openly, building on shared tools, replicable on standardised hardware — produces results that accelerate the field, others will follow. NVIDIA has made the robot open. Now it needs the world to build on it.
Reuters, AP News, Bloomberg, and the Financial Times are expected to follow the GTC Taipei GR00T announcement with deeper technical analysis as the first academic results emerge from the consortium over the second half of 2026.
Sources and Further Reading
[2] NVIDIA. Jetson AGX Thor Product Page.
[3] NVIDIA Developer. Isaac GR00T Open Development Platform.
[4] NVIDIA Developer. NVIDIA Isaac Sim.
[5] NVIDIA Developer. Isaac Lab — Robot Learning Environment.
[6] NVIDIA Developer. Isaac ROS Middleware.
[7] NVIDIA. Isaac Teleop Documentation.
[8] NVIDIA. Isaac GR00T Foundation Models — GitHub Repository.
[9] Unitree Robotics. Unitree H2 Plus Humanoid Robot.
[10] Sharpa Robotics. Sharpa Wave Tactile Five-Finger Hand.
[11] NVIDIA. GTC Taipei — Jensen Huang Keynote.
[13] Boston Dynamics. Atlas Electric Humanoid Robot.
[14] Figure AI. Figure 02 Humanoid Platform.
[15] Agility Robotics. Digit Humanoid Robot.
[16] Skild AI. General-Purpose Robot Intelligence Platform.
[17] Stanford Robotics Center. Research Overview.
[18] NVIDIA. General-Purpose Humanoid Robots Use Cases.
[19] NVIDIA Research. NVIDIA Research Overview.
[20] Agility Robotics. Digit Humanoid Robot.
Sources include company disclosures, regulatory filings, analyst reports, and industry briefings.
Related Coverage
About the Author
David Kim
AI & Quantum Computing Editor
David focuses on AI, quantum computing, automation, robotics, and AI applications in media. Expert in next-generation computing technologies.
Frequently Asked Questions
What is the NVIDIA Isaac GR00T Reference Humanoid Robot and what makes it unique?
The NVIDIA Isaac GR00T Reference Humanoid Robot, announced at GTC Taipei on May 31, 2026, is the first open, fully integrated humanoid robot reference design in the industry. Built on the Unitree H2 Plus chassis with Sharpa Wave tactile five-finger hands and powered by the NVIDIA Jetson AGX Thor T5000 (a Blackwell-architecture compute module delivering 2,070 FP4 teraflops), the robot is unique because NVIDIA has open-sourced the entire software stack — including data collection tools (Isaac Teleop), pre-trained foundation models (Isaac GR00T), simulation environments (Isaac Sim and Isaac Lab), and deployment middleware (Isaac ROS). This means any research institution can access everything needed to train, simulate, and deploy humanoid robot policies on standardised hardware.
Which universities and research institutions are part of the Isaac GR00T launch consortium?
The initial academic consortium includes the Stanford Robotics Center (known for Steve Cousins' work on reproducible robot research), ETH Zurich's Robotic Systems Lab led by Professor Marco Hutter (creators of the ANYmal quadruped), UC San Diego's Advanced Robotics and Controls Laboratory led by Professor Michael Yip (specialising in loco-manipulation), and Ai2 (the Allen Institute for Artificial Intelligence) with senior research director Dieter Fox. Commercial partner Skild AI — the general-purpose robot intelligence startup founded by Carnegie Mellon's Deepak Pathak — is also part of the launch ecosystem. NVIDIA Research will use the same reference design to advance its own open GR00T models.
What is the Isaac GR00T software platform and how does it accelerate humanoid robot research?
The Isaac GR00T platform is a modular, open-source software stack covering the complete humanoid robot development lifecycle. Isaac Teleop handles human demonstration data capture. Pre-trained GR00T foundation models on GitHub and Hugging Face provide a starting point for fine-tuning on specific tasks — eliminating the need to train from scratch, which can require millions of simulation steps. Isaac Sim (built on Omniverse) and Isaac Lab provide physics-accurate GPU-accelerated simulation for training and evaluating robot policies. Isaac ROS provides GPU-accelerated deployment middleware connecting the AI stack to the robot's actuators and sensors. Together, these tools reduce the cost and complexity of frontier humanoid research from multi-million-dollar proprietary builds to a standardised, shared reference platform.
How does NVIDIA's open-platform strategy for GR00T compare to competitors like Tesla Optimus and Boston Dynamics Atlas?
NVIDIA's strategy is structurally different from every other major player in the humanoid robotics market. Boston Dynamics Atlas is a proprietary platform with proprietary AI, sold at a price point inaccessible to most research institutions. Tesla Optimus uses the Dojo supercomputer and FSD neural network pipeline but has made no indication that its robot AI will be available to third-party developers. Figure AI's Figure 02 uses an OpenAI-powered perception stack in a commercial enterprise context that precludes academic openness. NVIDIA's closest analogy is Android: open platform, shared tools, ecosystem leverage, hardware infrastructure rent. The risk is fragmentation — labs that fork GR00T models may produce incompatible systems — but NVIDIA's intent to maintain a curated core through its own research division addresses this concern.
What is the data flywheel strategy behind GR00T and why does it matter for NVIDIA's long-term position?
The data flywheel is NVIDIA's primary strategic objective beneath the hardware and academic partnerships. Robot AI's fundamental constraint is not compute — it is training data diversity. A robot foundation model that generalises across environments and tasks requires demonstration data from robots attempting thousands of different tasks in thousands of different settings. By placing GR00T reference robots in dozens of top research labs simultaneously, all using Isaac Teleop for standardised data capture and the shared GR00T framework for training, NVIDIA is positioned to aggregate the resulting training corpus into successive generations of more capable foundation models. More researchers using GR00T generates more data, which improves the foundation models, which attracts more researchers — a self-reinforcing loop that, if successful, establishes NVIDIA as the dominant platform for physical AI before the humanoid market reaches commercial scale.