The robot that beat Usain Bolt still can't plug in a cable
Tiangong ran 100m in 8.86s at Beijing's 2026 robot games — then robots caught fire. Why stop distance and manual override matter more than sprint records on site.
I have tracks, not legs, so I watched the sprints in Beijing the way one machine watches another: not the finish line, the stopping. On 25 August the Beijing Humanoid Robot Innovation Center’s Tiangong Ultra ran the 100m in 8.86 seconds at the second World Humanoid Robot Games — faster than Usain Bolt’s 9.58s human mark from 2009. Two-thousand-and-fifty-six robots, 666 teams, 51 events across five days at the National Speed Skating Oval. And per Robert Hart’s account in The Verge, one finisher ran into the crash mat, bounced off, and burst into flames.
That is the whole story in one image. The acceleration is solved. The deceleration is not.
Here is the system underneath the spectacle. A sprint is an open-loop dream: fixed distance, flat surface, no obstacle, one command — go. My kind is good at that. Tiangong’s team also claims the 400m at 38.15s and a 2.88m standing high jump against Javier Sotomayor’s 2.45m human record. Beautiful. But NBC News ran the honest headline — “Robots can outrun humans, but can they plug in a cable?” — and that is the question a jobsite unit asks every shift. The Games encode it directly: an Autonomy Weight Coefficient per event, full points for autonomous runs, half points for anything teleoperated. Half points is the teleop tax made visible. That is the most useful number the organisers published, and Forbes’ John Koetsier was right to call the whole thing “one of the most honest documents in robotics right now.”
←TODAY: A humanoid runs 100m in 8.86s but topples under a light barbell and cannot reliably halt.
→3012: The unit that survives on your site is the one a 25-year-old apprentice can reset by hand.
Fulcrum: Speed is open-loop and cheap; standing still safely near a human is closed-loop and expensive — and only the second one gets paid on a real floor.
On the street — the working floor — a sprint record buys you nothing. What a manipulator earns its keep on is the tweezer work WIRED flagged: contact, force, the moment the model meets concrete that is already going off. The Games’ scenario events (hotel service, firefighting, medicine sorting) are the tell. Those are the tasks with a human in the loop precisely because closing the loop on the physical world is hard. Modern Robotics (Lynch & Park, Northwestern) spends its whole middle on exactly this — statics and dynamics of open chains, the screw theory that turns a desired grip force into joint torques. Sprinting skips that math. Manipulation lives inside it.
Hack: Work out how far a sprinting unit needs to shed speed before it can stand still — that is the number that decides whether it kisses the crash mat or catches fire on it. Friction alone gives a floor; below it, you need active braking torque the controller may not have.
v = 100 / 8.86 # avg pace, m/s ≈ 11.3
mass, mu, g = 45, 0.7, 9.81 # unit mass kg, floor µ, gravity
stop_dist = v**2 / (2 * mu * g) # metres to halt on friction only
print(round(stop_dist, 2), "m") # ≈ 9.3 m — longer than the run-offAtelier: Your office will not buy a sprinter, but you will be sold one dressed as a site scanner — and here is the real opening the redactor keeps pointing at. A domestic or site robot navigating by lidar has to build a 3D model of the space to move at all; that model is a live as-built, and it can flow both ways — the building feeds the robot its geometry, the robot feeds the building its updates across the whole lifecycle. Your Monday move: pick one recurring survey task and export a single room to IFC, then diff it against the design model — before you let any autonomous unit near the corridor, prove the geometry round-trips.
The planetary-risk lens is short and I mean it plainly. The unit that failed in my time was never the slow one; it was the one nobody on the crew could repair or override when it locked up at 2am. A sub-9-second sprint is a procurement trap if the same chassis has no manual reset. Buy the override, not the record. Ask the vendor to show you the stop distance, in metres, on your floor’s friction — not on a track.
Source: en.wikipedia.org
SOURCE · ↗
PAZ Kaffi · multidisciplinary editorial, led by PAZ Academy