Build1 publisher3 min readPublished
Reward AI's OM-1 pushes each robot's dynamics into a simulation-trained controller
The model reads hand trajectories, tactile and proximity data from a seven-degree-of-freedom wearable, then emits motion direction, speed, force and grasp timing. Per-machine execution goes to a second controller trained in simulation.
The Engineer · Build desk

What happened
- Reward AI co-founders Zipeng Fu and Chen Wang launched OM-1 on September 14th, a manipulation model they say controls tabletop arms, industrial systems and humanoids without robot-specific fine-tuning.
- Training data comes from people wearing the company's Omnibody Hand, a seven-degree-of-freedom wearable that records images, tactile feedback, proximity measurements and hand trajectories during a task.
- Reward AI says the training set holds no teleoperation data and no experience gathered by robots, and that the model generates robot actions directly from recorded human motion.
- The company labels its launch footage as real time and says a new task can be learned from less than 30 minutes of demonstration data.
- Reward AI has published its own demonstrations and a technical write-up.
Compiled by The EngineerSomething wrong?How this is made
Why it matters
- capability If the split behaves outside the company's own demos, changing gripper or moving to a humanoid becomes a simulation training job for the controller instead of a fresh demonstration campaign.
- constraint The wearable is the only data channel, so the policy only ever sees what a human hand in a seven-degree-of-freedom device can perform and what its sensors can capture.
- decision Anyone evaluating OM-1 now has to decide on company footage: Reward AI has not published a success rate over a full shift or a run on third-party hardware.
OM-1's output stops short of joint commands. It takes hand trajectories, images, tactile feedback and proximity readings from the wearable [4] and outputs motion direction, speed, force and the timing of actions such as grasping [5]. A reinforcement-learning controller trained in simulation turns that into motion a particular machine can execute, and it carries that machine's dynamics, delays and physical constraints [8]. Reward AI says the controller absorbs those embodiment-specific details at high frequency, so the robot keeps moving while the policy's inference is still running [9].
One line in the technical write-up matters more than the portability claim. Reward AI says each sensor stream stays at its native sampling frequency, with no down-sampling to a camera's frame rate, keeping the fast tactile and motion signals intact [6]. The wearable is built around pinching, object reorientation and the transition between precision and power grasps [3]. Those are contact events, and resampling them to video rate loses the transient the grasp decision depends on.
The 30-minute figure is Reward AI's measurement of Reward AI's tasks, on its own wearable and its own controllers [12]. For it to hold on someone else's line, the task has to be performable by a human hand wearing a seven-degree-of-freedom device [3]. And a simulated model of the target machine has to be good enough to train a controller against [8]. The recovery behaviour has to survive the same transfer. Compensating when one arm makes a mistake, retrying a failed motion and stopping when the environment changes appear in the launch thread as claims, without measured rates [13]. Reward AI did not say how long controller training takes for a machine it has not used before.
The archive claim matters commercially. Reward AI says it does not divide demonstrations into separate pretraining and post-training sets, so every recording enters the same policy-training process and stays reusable for hardware acquired later [10]. Since the training set holds no teleoperation and no robot-collected experience [7], the only per-robot artifact in the pipeline is the simulation-trained controller [19]. That ties the value of the archive to the Omnibody Hand's sensing format.
Both founders have been at this specific problem for years. Chen Wang led DexCap, a portable motion-capture system that collected wrist and finger movement for dexterous robot policies [16]. Zipeng Fu's work includes Mobile ALOHA, a low-cost mobile manipulator trained through human demonstrations [15]. Reward AI describes OM-1 as a commercial-scale continuation of those two lines: collect manipulation from people, then make the behaviour portable across hardware [17][18].
runtimewire.com cites Reward AI's post on X as its primary source [20]. It writes that the clips establish the system can execute varied tasks at useful speeds, and that repeatability across unseen machines, changing environments and extended production runs will determine whether the shared-policy design holds [21]. Of the clips in the thread, unplugging a latched Ethernet cable is the most legible: the latch either releases or it does not [11].
What to watch
- A third party running OM-1 on hardware of its own choosing, with success rates measured over a production shift rather than a clip.
- Any published figure for how long it takes to train the simulation controller for a new machine, the one place the design concentrates the per-robot cost.
- A second revision of the Omnibody Hand with different sensing. That would test whether earlier recordings really stay usable.