Mark Williams
Mark Williams
Sep 13, 2026
A humanoid robot's head, neck, and shoulders, wearing a blue lanyard

A humanoid robot from one company does not share a skeleton with one from another. Arm lengths differ. Joint counts differ. Torque limits, sensor placement, and even how a knee is allowed to bend differ. For most of robotics' history, none of that has mattered much to the software riding on top, because a control policy, the trained model that decides what a robot's joints should do next, has been built for one specific machine and has stayed there. Retrain it, or even slightly change the robot's arm length or joint count, and the policy is often useless. It behaves less like software and more like a badge that only opens one particular door, no matter how many identical-looking doors get added down the hall.

That is the quieter problem sitting underneath the current wave of humanoid robot announcements. Several companies now ship their own distinct design, and a policy trained to walk one company's robot cannot walk another's, no matter how similar the two machines look standing still. What changed recently is a cluster of papers, working from different starting points, converging on the same fix, treating a robot's specific body the way a computer treats a specific chip, as a detail a shared interface should be able to hide rather than something a policy has to relearn from nothing.

One Body, Learned Well

The first problem was more basic than making a policy work across many robots. It was making a single policy work well on one. Humanoid control has traditionally meant a library of separate, narrow skills, a walking gait here, a reaching motion there, each trained and tuned on its own. NVIDIA's SONIC controller, described in a paper published in Science Robotics, took a different approach, training one controller with roughly forty million parameters on a motion capture library far larger than earlier humanoid controllers had used, teaching it a broad vocabulary of human movement rather than a fixed set of tricks [1]. The result generalizes to movements it never specifically trained on, and it accepts commands from several different sources, virtual reality teleoperation, recorded video, or a separate vision language model, through what its authors describe as a single shared token space [1].

That shared token space is worth sitting with. It is not just a bigger model. It is a common vocabulary that different kinds of commands, whether from a human in a headset or another AI system giving instructions, get translated into before the robot's body ever has to interpret them. In computing terms, it functions like an instruction set, the fixed vocabulary of operations a chip agrees to support so that software written once can run without knowing exactly which transistors will execute it. SONIC built that instruction set for one specific robot body. The question left open was whether the same idea would survive contact with a different body entirely.

Two different electrical adapters lying side by side on a plain background

Any Body, Same Instruction Set

Swap the socket and the appliance still runs, because the plug was never the part doing the work. Robotics had already tested that logic once, on robot arms rather than legs, when the Open X-Embodiment collaboration pooled data from twenty-two different robots, contributed by research labs across several countries, and found that a policy trained on all of them transferred usefully to individual machines it had never specifically seen [2]. Two more recent efforts pushed that same logic into humanoid whole-body control specifically. One system, built by researchers at Shanghai Jiao Tong University and the Shanghai Artificial Intelligence Laboratory, trains on a wide distribution of simulated robot shapes and physical properties so the resulting policy generalizes to real humanoids it never trained on directly, without any robot-specific retraining [3]. A separate, newer framework goes a step further, explicitly separating the parts of a motion that come from shared human movement semantics, the timing and structure any body might share, from the parts that are specific to one robot's own physical execution, then routing each through a different piece of the model [4]. Different research groups, different robot fleets, and the same underlying decision, that a body's particular geometry should sit behind the interface rather than baked into it.

What the Interface Is Actually Made Of

Saying a robot's body sits behind an interface is not yet an explanation. An interface only earns that name if something on one side of it stays fixed while something on the other side is free to change, and the harder design question in this line of research is exactly where that line gets drawn. The Shanghai team draws it before its model ever meets a specific robot, training the shared representation against a wide spread of simulated bodies and physical properties so that no single robot's proportions get baked into what the policy has learned to expect, while keeping the meaning of a given sensor reading or motor command consistent no matter which robot happens to be listening [3]. The newer cross-embodiment framework draws the same line in a different place, splitting a human-centered vocabulary, tokens that describe a motion's shape and timing regardless of who or what is performing it, from a set of small, robot-specific modules whose only job is translating that shared vocabulary into one particular robot's own joints and proprioception [4].

What both designs have in common matters more than where they differ. The part that has to be rebuilt for a new robot is deliberately kept small, and almost everything the policy actually knows about movement lives on the shared side of that line. That allocation is the entire point of building an interface in the first place. A translation layer that has to relearn most of what it knows every time a new robot shows up is not really an interface, it is just a second training run with extra steps.

What the Interface Does Not Settle

None of this closes the distance between a research demonstration and a robot working somewhere messier than a motion capture stage or a lab floor, and that gap is worth stating plainly rather than waving past. Even a single, well-behaved robot body running in a clean simulator does not automatically match how that same body moves once it is welded, motored, and standing on real ground, a mismatch specific enough that an earlier project needed a dedicated second training stage just to correct for it after the fact [5]. Extending that correction from one lab robot to a policy meant to generalize across many bodies, then further out to homes, warehouses, or outdoor terrain nobody trained on, is a considerably larger claim than anything in the papers above actually tested. What the interface research settles is narrower and, in its own way, more useful, whether a body has to be relearned from scratch every time it changes shape.

What This Suggests

Every new humanoid robot announcement invites the same question, whether this particular machine can actually do the job asked of it. The research underneath that question suggests the frontier is not really about any one body. It is about whether a shared interface, a vocabulary of motion that means the same thing regardless of which machine is listening, can keep holding as more and increasingly different bodies get added behind it. Computing went through a comparable split decades ago, separating what a chip is from what a program written for it has to know, and that separation took a long, uneven stretch of competing designs before it became something the field simply assumed rather than argued about. Robotics looks to be partway through an equivalent shift now, still testing how far one interface can stretch before a new robot's proportions or actuators break the abstraction, and how much of the underlying skill survives that stretch intact.

References

  1. Z. Luo et al., "Supersizing Motion Tracking for Natural Humanoid Whole-Body Control," Science Robotics, vol. 11, no. 117, eaed4592, 2026. DOI: [Online]
  2. A. O'Neill et al., "Open X-Embodiment: Robotic Learning Datasets and RT-X Models," in Proc. IEEE International Conference on Robotics and Automation (ICRA), 2024, pp. 6892-6903. DOI: [Online]
  3. Y. Xue et al., "Scalable and General Whole-Body Control for Cross-Humanoid Locomotion," arXiv, 2026, [Online]
  4. J. Zhang et al., "X-WBC: A Cross-Embodiment Foundation Model for Humanoid Whole-Body Control," arXiv, 2026, [Online]
  5. T. He et al., "ASAP: Aligning Simulation and Real-World Physics for Learning Agile Humanoid Whole-Body Skills," in Proc. Robotics: Science and Systems (RSS), 2025. DOI: [Online]

Discuss This with Our AI Experts

Have questions about implementing these insights? Schedule a consultation to explore how this applies to your business.

Or Send Message