World models push robots past data bottlenecks

a16z

The gist

Robotics AI is smashing through its data drought with world models and reinforcement learning, delivering robots that can now outperform humans on complex real-world tasks.

What to know

  • Unlike language AI, robotics faces a massive 'robot data gap,' forcing hybrid learning approaches that blend simulation, world models, and end-to-end RL to reach superhuman reliability.
  • Reinforcement learning frameworks like RL-100 have hit flawless 100% success rates on 1,000 real-world robotic tasks, reducing human supervision and outpacing expert teleoperators.
  • Industry disruptors—Liquing Intelligence, Skild AI, Anthropic, and others—are using scalable data pipelines and sim-to-real training to turn robots from lab experiments into robust workplace standouts.

The Robot Data Dilemma

Robotics AI faces a unique uphill battle as fragmented, minuscule datasets and the demands of embodied intelligence expose the limits of scaling language-model-style approaches.

Robotics AI grapples with foundational challenges starkly different from those faced by digital AI domains like language modeling, primarily due to the scarcity and complexity of acquiring relevant data. Fei-Fei Li elucidates that unlike language models benefiting from vast, perfectly aligned text corpora, robotics lacks such direct alignment between training data and the nuanced actions required in 3D physical environments, where robots must integrate 'brains' with physical bodies to interact meaningfully with the world. This embodied complexity, combined with robotics still being in its early experimental phase—contrasted with decades of development in fields like self-driving cars—means the applicability of Richard Sutton's 'bitter lesson' remains uncertain and incomplete for robotics (insights [1], [2], [3], [4]).

The so-called 'robot data gap' represents a critical bottleneck slowing robotics advancement, as the field lacks the massive, diverse datasets that have propelled language models. While text data for language models would take a human 100,000 years to read, robotics datasets are minuscule by comparison, often byte-dense but signal-sparse, and fragmented across different robot types and domains, making cross-task generalization difficult. Sergey Levine highlights that current robot datasets are one to two orders of magnitude smaller than those used in multimodal AI training, and the largest open dataset, Open X-Embodiment, contains just about one million trajectories pooled from 60 labs, underscoring the slow, expensive nature of data collection in robotics (insights [5], [15], [23], [24], [25]).

Leading researchers like Yann LeCun challenge the prevailing data-driven paradigm in robotics AI, arguing that mere scaling of demonstration data and pattern matching is insufficient for developing robust world models. LeCun emphasizes the necessity of explicit world modeling architectures to endow robots with intuitive physics and common sense, contrasting with the industry's current reliance on large-scale reinforcement learning and language model-derived methods. He points out that humans learn complex tasks not from scratch but atop extensive embodied experience accumulated over years and evolution, a foundation robotics lacks, which further complicates learning efficiency and sample complexity (insights [8], [9], [10], [12]).

While the 'bitter lesson' advocates for scaling compute and data to outperform handcrafted knowledge, robotics demands a nuanced approach that incorporates structured representations alongside end-to-end learning. Purely end-to-end models trained from pixels to actuation can yield rapid initial progress but fall short of superhuman, safety-critical performance. Incorporating intermediate representations that capture task-relevant states—akin to a robot playing Go using a board state—can channel scale effectively without constraining solutions. Given the absence of simple engineered representations in the physical world, robotics AI must augment learned embeddings with materialized structure to enhance validation, safety, and performance, marking a departure from the pure scaling doctrine (insights [28], [29], [30], [31]).

World Models: Simulating Reality

Neural world models are revolutionizing robot learning by enabling high-fidelity, fixed-cost simulation and planning—yet their progress is throttled by the scarcity and expense of real-world data.

The emergence of world models marks a paradigm shift in robotics AI, enabling embodied agents to predict and simulate complex, dynamic environments through action-conditioned neural networks. Unlike traditional simulators burdened by exponential computational costs, these models compress unfolding dynamics into fixed-cost neural operations, allowing interactive planning and real-time response that mirror human-like imagination and decision-making. As articulated in early 2026 analyses, this capability to 'compute the uncomputable' is poised to unlock progress in embodied AI unattainable by prior architectures.

Despite their promise, world models face significant data bottlenecks due to the scarcity and high cost of physical interaction data, contrasting sharply with the abundant, cheap data available in domains like language or chess. This 'data friction' challenges scalability and sample efficiency, with experts like Yann LeCun—whose AMI Labs has invested over $1 billion in this space—arguing that overcoming these limitations is critical for advancing beyond current LLM paradigms toward truly general embodied intelligence. Venture capital flooding into startups such as World Labs and Skild AI by early 2026 underscores strong industry belief, even as the timeline for human-level efficiency remains uncertain.

Simulation-driven training, particularly through real-to-sim-to-real (R2S2R) pipelines, has become central to addressing data scarcity and enabling scalable robot learning. World Labs’ acquisition of SceniX exemplifies this trend by integrating photorealistic 3D digital twins that faithfully replicate physical environments, allowing robots to train entirely in simulation and transfer skills to real hardware without additional real-world data. This approach has demonstrated continuous one-hour autonomous operation on physical robots across complex tasks involving deformable and elastic objects, highlighting how high-fidelity simulation not only accelerates training but also provides cognitive functions like counterfactual reasoning unattainable from real data alone.

Leading robotics AI efforts emphasize that world models are not isolated technologies but integral components of comprehensive systems combining massive data pipelines, physics engines, and adaptable hardware interfaces. For instance, Li Yiming’s Tsinghua-affiliated startup Liquing Intelligence, backed by hundreds of millions in seed funding, leverages world models as both pre-training targets and simulation environments to rapidly scale data collection from hundreds of thousands to millions of hours, enabling fine manipulation skills transferable across diverse real-world scenarios. This holistic approach, coupled with advances like Fei-Fei Li’s Marble foundation model generating coherent 3D spatial representations, signals a maturing ecosystem where simulation-driven training and world models converge to overcome longstanding robotics challenges.

Sources

Reinforcement Learning Takes Over

Robotics is shifting from human demonstration to reinforcement learning, with new frameworks generating adaptive training data and overcoming long-tail failures that static datasets can’t address.

By early 2026, the field of robotics AI witnessed a pivotal shift from imitation-based learning reliant on teleoperated demonstrations to sophisticated reinforcement learning (RL) frameworks that integrate real-world experience, human feedback, and reward signals to continuously refine robotic policies. This evolution addressed the critical challenge of performance plateaus observed when merely increasing data quantity without diversifying collection methods, emphasizing the necessity of RL to generate more informative and adaptive data streams that enable robots to overcome long-tail failures and generalize across varied task conditions.

The integration of diverse data sources—including simulation, human videos, and teleoperation—characterizes the current bootstrap phase of reinforcement learning in robotics, aiming to reach a deployment threshold that unlocks vastly greater data collection capabilities. Frameworks like Pi-Star and Pi-Star6 exemplify progress in tackling the counterfactual credit assignment problem by predicting action outcomes, while approaches such as Toyota Research Institute’s Diffusion Policy highlight the importance of grounding pretrained perception models with action learning from scratch to effectively link vision and control.

Recent advances demonstrate that embedding intelligence within the reward function rather than the data itself allows RL to autonomously generate high-quality training data through trial and error, significantly reducing training time and enhancing robustness, especially in complex humanoid motion control. Combining internet-scale video pretraining with real-world reinforcement learning, as detailed in the 2026 Coral GVF tape paper, mitigates hallucination issues and enables real-time policy training, while decoupling video prediction from action extraction leverages large-scale web video data efficiently, requiring only minimal task-specific data for inverse dynamics modeling.

The RL-100 framework marks a breakthrough in real-world robotic task execution by achieving a flawless 100 percent success rate across 1,000 consecutive tasks through a three-stage training process that combines imitation learning from human videos, conservative offline RL, and targeted online RL to handle rare failures. Notably, RL-100-trained robots not only match but often surpass skilled human teleoperators in task completion speed, sustain prolonged real-world operation—such as a seven-hour failure-free orange-juicing deployment—and employ diffusion-based controllers distilled into single-step versions to increase control frequency without sacrificing performance. Looking ahead, the team aims to scale RL-100 to larger vision-language-action models and develop more autonomous learning loops to reduce human supervision in tackling complex, long-horizon tasks.

Sources

AI Agents Outpace Humans

Generalist AI models like Claude Opus 4.7 are autonomously coding and deploying robots at unprecedented speeds, but still struggle with real-time control and nuanced feedback.

By mid-2026, Anthropic's Claude Opus 4.7 demonstrated a remarkable leap in robotics AI by autonomously programming and controlling a quadruped robot to complete complex sensor and vision tasks nearly 20 times faster than AI-assisted human teams, finishing in under 10 minutes compared to over three hours for humans. This breakthrough was not the result of specialized robotics training but emerged from the general capability scaling of large language models, showcasing the power of multi-modal, agentic loop architectures that enable the AI to interleave reasoning, action, and verification autonomously during multi-step physical tasks.

Despite its prowess in open-loop programming, Claude Opus 4.7 revealed current limitations in real-time closed-loop control, failing at tasks requiring rapid sensor feedback and continuous corrective commands—a domain where human dexterity still excels. Nonetheless, its efficiency in code generation was striking, producing just over a thousand lines of highly optimized code compared to over ten thousand lines by human-assisted teams, reflecting an ability to identify direct integration paths and minimize exploratory coding.

Parallel advances from Xiaomi introduced Xiaomi-Robotics-1, an open-source vision-language-action foundation model trained on an unprecedented 100,000+ hours of real-world manipulation trajectories across 1,700+ scenarios. This model exhibits strong scaling behavior, with larger data and model sizes directly translating into improved out-of-the-box performance on unseen tasks, achieving state-of-the-art results on benchmarks like RoboCasa365 (57.6% success) and RoboDojo (20.07 average score), while employing a scalable auto-labeling pipeline that annotates trajectory clips with natural language descriptions to enrich action learning.

The evolving architecture of robotics AI increasingly separates high-level task orchestration from low-level motor control, enabling the same agent to direct robots with diverse morphologies by simply adapting motion controllers. Training in simulation facilitates rapid skill transfer to physical robots, allowing scalable deployment across different platforms with minimal retraining. This shift signals that foundational challenges have largely been overcome, and the field is now focused on scaling simulation environments and expanding the repertoire of autonomous tasks, moving from simple manipulations toward more complex real-world applications.

Sources

Startup Surge in Physical AI

A new generation of robotics startups is scaling physical AI platforms by fusing massive real-world data pipelines, simulation, and hands-on learning, pushing automation into previously unreachable domains.

By mid-2026, startups like Liquing Intelligence, affiliated with Tsinghua University and backed by prominent investors such as Sequoia China and Hillhouse Ventures, exemplify the surge in scalable Physical AI platforms that integrate massive real-world data pipelines with physics engines to enable real-to-sim-to-real reinforcement learning loops. Liquing’s leadership, including Li Yiming, deliberately distances itself from the nebulous 'world model' label, emphasizing instead practical system-level solutions to generalize robotics AI across diverse scenarios, supported by a young, interdisciplinary team averaging 23 years old.

Industry veterans like Abhinav Gupta of Skild AI highlight the unique challenges in scaling robotics compared to software, noting that the physicality of robots makes the 'ChatGPT moment' in robotics a gradual inflection rather than an overnight breakthrough. Founded to focus purely on real-world deployment using advanced neural networks, Skild AI embodies the emerging wave of companies tackling the complexities of physical robot scale-up and safety.

Standard Bots is pioneering a paradigm shift in manufacturing automation by enabling robots to learn tasks through human demonstration rather than traditional programming, dramatically lowering deployment costs and unlocking automation for complex, previously 'impossible' jobs constrained by cycle times. CEO Evan Beard underscores the strategic advantage of American-made robots supported by local teams to minimize downtime, and his advocacy before the U.S. House Science Committee signals a push for national robotics strategies to sustain manufacturing leadership.

World Labs’ acquisition of SceniX in 2024 marks a strategic consolidation aimed at overcoming robotics’ data bottleneck through high-fidelity simulation, enabling robots to train safely and efficiently in photorealistic, physics-accurate digital twins before real-world deployment. With a $1 billion valuation and a $200 million strategic investment from Autodesk, World Labs is positioned to deliver cost-effective, reliable automation within two years by advancing real-to-sim-to-real pipelines and human-in-the-loop training approaches that differ fundamentally from language model paradigms.

Reimagine Robotics, founded in 2025 by former Google DeepMind Applied Robotics members, is scaling a 'monkey-see, monkey-do' platform where robots learn tasks directly from human workers and improve through real-time corrections, reducing reliance on specialist programmers. Demonstrated deployments in advanced manufacturing and electronics disassembly have cut prototyping times dramatically, and the company’s upcoming fundraising and expansion plans aim to accelerate the adoption of reliable, efficient automation by proving that each deployment enhances the next.

Sources

Sim-to-Real: Closing the Gap

Physics-aligned digital twins and virtual gyms are making it possible for robots to master complex tasks in simulation, drastically reducing reliance on costly and risky physical trials.

By early 2026, the robotics AI community recognized that bridging the simulation-to-reality gap hinges on developing world models that grasp fundamental cause-and-effect dynamics beyond mere pixel representations. Companies like General Intuition are pioneering simulations that integrate three-dimensionality, physics, and temporal interactions to enable superhuman manipulation at multiple scales, acknowledging that while fully simulating complex biological or ecological systems remains out of reach, focusing on actionable manifestations of reality offers a practical path forward.

Virtual gyms have emerged as indispensable tools for robotics teams, offering safe, efficient environments where robots can accumulate diverse experience without the risks and costs of physical trials. These gyms leverage selective high-fidelity simulations that combine first-principles physics, data-driven residuals, and surrogate models to accurately replicate failure modes relevant to deployment, as exemplified by Toyota Material Handling Europe's use of synthetic data to improve forklift perception under variable warehouse conditions.

Innovations like World Labs' Real-to-Sim-to-Real (R2S2R) framework demonstrate that achieving near-perfect simulation fidelity can dramatically reduce the need for real-world data during training. Their approach, validated across five complex task categories on the ALOHA bimanual robot, enabled zero-data policies to run continuously on hardware for an hour under varying conditions, challenging the assumption that physical trials and hardware resets are indispensable and underscoring the power of physics-aligned digital twins.

Despite these advances, the sim-to-real gap persists as a critical challenge, with small environmental variations causing failures in real deployments. Techniques like domain randomization and system identification help, but the stability and accuracy of world models remain pivotal, as hallucinations and physics drift can mislead policy training. Frameworks such as RL-100 are pushing boundaries by achieving 100% success across 1,000 real-world tasks, integrating imitation and reinforcement learning to surpass human demonstration reliability, and aiming to extend toward more autonomous, vision-language-action models that reduce human supervision in the near future.

Sources

Part of these trends

Get the stories behind the trends

Deep-dive reporting and the weekly brief, in your inbox.