Genesis AI Open-Sources Genesis World 1.0: Releasing a Full-Stack Robotics Simulation Infrastructure
On May 28, 2026, Genesis AI, the company that gained widespread attention for its ‘stir-fried tomato and egg’ robot demonstration, released its latest R&D achievement: Genesis World 1.0, a full-stack simulation infrastructure for robotics and Physical AI. The company also announced that it is fully open-sourcing its three core components.
This move marks a key step in the technology roadmap planned by Genesis AI’s founder and CEO, Zhou Xian. The company’s strategic focus has shifted from merely pursuing the generative capabilities of simulation environments to building an efficient, reliable model evaluation and iteration engine with strong relevance to the real world.
Core Bottleneck: From Real-World Testing to Efficient Simulation-Based Validation

The development of robotics foundation models has long faced a core bottleneck: physical testing in the real world. Validating a model checkpoint, a new data recipe, or a change in control policy on hardware is not only limited by the 1x real-time speed of physical robots but also constrained by factors like hardware availability, physical space, labor costs, equipment wear and tear, and safety risks.
Genesis AI aims to directly address this pain point with Genesis World 1.0. According to official data, a model evaluation task that would require one operator and one robot to work continuously for over 200 hours in the real world can be completed in less than 0.5 hours in the Genesis World 1.0 simulation environment through massively parallel processing. More critically, Genesis AI claims that the Pearson correlation between its simulation evaluation results and real-world hardware rollout performance reaches 0.89, indicating that the simulation environment can highly reliably predict a model’s performance in reality.
Full-Stack In-House Development: Open-Sourcing Three Core Components—Physics, Rendering, and Compilation
To achieve high fidelity and high performance, Genesis AI has adopted a full-stack, in-house development approach and has open-sourced the three underlying projects that constitute Genesis World 1.0:
Genesis World Physics Simulation Platform: As the core component, this platform focuses on simulating the complex physical phenomena that robots actually encounter. It handles not only rigid body dynamics but also accurately simulates deformable objects (like tidying a garbage bag), thin-shell structures (like folding paper), granular materials (like ingredients in a stir-fry), and ropes. It particularly excels at handling complex contact physics involving multiple points and large areas, which is crucial for simulating dexterous manipulation.
Nyx Photorealistic Renderer: A robot’s ‘eyes’ are its cameras, and its perception is directly affected by image quality. Unlike game engines that prioritize visual aesthetics, Nyx is designed to rapidly generate images that closely resemble real camera sensor outputs on a massive scale. This includes simulating lens distortion, motion blur, reflections, and material differences to reduce the sim-to-real gap.
Quadrants Cross-Platform GPU Compiler: To ensure the simulation system runs seamlessly across different hardware, Genesis AI developed Quadrants. It supports various graphics APIs like CUDA (NVIDIA), ROCm (AMD), Apple Metal, and Vulkan, and is compatible with both x86/ARM64 CPU architectures. This means developers can debug on a personal MacBook and perform large-scale evaluations on a GPU cluster, guaranteeing the universality and scalability of the simulation framework.
Strategic Shift: From ‘Data Factory’ to ‘Closed-Loop Evaluation Engine’
Genesis AI’s perspective on the role of simulation has undergone a significant strategic evolution. The company’s initial vision—originating from CEO Zhou Xian’s open-source project ‘Genesis’ during his Ph.D.—was to use the simulation platform as a ‘data factory’ to automatically create vast, diverse training data for robots through a generative framework. However, this path carried a potential risk: a model trained on simulation data and tested in the same simulation environment might see performance gains that are merely ‘overfitting’ to the simulator, not a true increase in capability.
Therefore, the current core positioning of Genesis World 1.0 is as an ‘evaluation and iteration engine.’ The strategy is for models to learn primarily from real-world data and then be placed into the simulation environment for ‘closed-loop evaluation.’ Closed-loop evaluation requires the model to continuously execute tasks in the simulated world, completing objectives through real-time interaction, perceptual feedback, and error correction, rather than just predicting single-step actions on a static dataset. This end-to-end task success rate evaluation more accurately measures a model’s comprehensive abilities in dynamic, unpredictable environments.
The Ultimate Goal: Building a ‘Self-Evolving’ Physical AI System
Open-sourcing Genesis World 1.0 is not just about providing a tool; it’s about realizing a grander vision: building a ‘self-evolving physical AI.’
In this vision, there is a dual-loop system, consisting of an inner and outer loop:
- Inner Loop: Operates at high speed within the simulation environment. An AI agent can programmatically generate new tasks and environments, where the model executes, gets evaluated, and rapidly iterates its policies. This is a self-driven, self-improving closed loop.
- Outer Loop: Connects simulation and reality. When a model is deployed in the real world, the failure cases (edge cases) it encounters are systematically collected and used to retrospectively calibrate and improve the simulator’s task distribution and physical parameters, making it a closer approximation of reality.
In this way, simulation ceases to be merely a cheap substitute for the real world and becomes a fundamental method for robots to learn, understand, and adapt to the physical world, promising to fundamentally change the paradigm of robotics R&D.