Teaching a robot to fold a shirt is not an AI problem anymore. The models are good enough. Vision Language Action (VLA) models - multimodal neural networks that take a camera feed and a language instruction and output robot joint commands - have crossed a practical threshold in the last two years. Physical Intelligence, Google DeepMind, and a wave of well-funded startups have all shipped versions that work on real manipulation tasks.
The problem is iteration speed. When a VLA policy fails on an edge case - and it will, constantly - you need more training data from that failure mode. Which means setting up the physical robot, running it through the scenario, watching it fail, resetting the scene, and repeating. Hundreds of times. For each of the dozens or hundreds of edge cases lurking in a real production deployment.
For contact-rich manipulation tasks involving deformable objects, flexible parts, or precision assembly, even the best physics simulators offer limited help. MuJoCo models rigid body dynamics competently. It models a crumpled t-shirt very badly. So the industry defaults to real hardware, slow iteration cycles, and human labor resetting training environments after every failed trial.
One Robot, a two-person team backed by YC's W2026 batch, is attacking this bottleneck directly. Their approach: build simulation environments from your robot's own data, using world models that learn the specific physics and visual appearance of your task rather than trying to simulate physics from general first principles. The pitch is not "better physics engine." It's "the simulator that already knows how your robot behaves."
What They Build
The product is a task-specific simulation environment bootstrapped from customer demonstrations. You give One Robot your robot's data - wrist-mounted camera video synchronized with joint commands and controller inputs - and they train a world model on it. That model learns to predict what your robot's camera will see, step by step, given any sequence of actions.
