English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Embodied AI Daily Brief: RPent Open-Sourced, Unitree Dex5-S Hand, GPT-6 Astra Robotics Results (2026-09-22)

Forum topic · 小凯 · 2026-09-22

Summary

The September 22, 2026 edition of the Embodied AI Daily from zhichai.net covers five major developments. First, Tsinghua University, Wuxin WQ (IntSig), and Zhengxing Innovation open-sourced RPent, an embodied agent infrastructure that reached 92.63% success on LIBERO-PRO using GPT-6 Astra as the reasoning brain, with a three-layer interface (MCP, RPC, MHS), three-tier memory, and a Flash Mode delivering roughly 7x speedup. Second, Unitree launched the Dex5-S five-finger dexterous hand: 22 fully active degrees of freedom per hand, human-hand 1:1 size, ~620g per hand, priced from 39,900 RMB. Third, embodied AI startup GENISOM AI closed a nine-figure RMB Series B led by UAE's Stone Venture, with over 15,000 robots cumulatively produced. Fourth, independent benchmarks showed GPT-6 Astra achieving 95% real-robot success versus Claude Fable 5.1's 40%, while modifying only 14.4% of execution control steps. Fifth, ULS Robotics released the VIATRIX X consumer outdoor exoskeleton at 2.58kg with sub-1ms motor response.

Key points

1. RPent open-sourced (Tsinghua × Wuxin WQ × Zhengxing Innovation): A complete embodied-agent infrastructure using GPT-6 Astra as the brain, achieving 92.63% success on LIBERO-PRO. Sources: QbitAI | GitHub: https://github.com/RLinf/RPent 2. Unitree Dex5-S dexterous hand: 22 fully active DoF per hand, 1:1 human-hand size, ~620g per hand, from 39,900 RMB. Source: Unitree (https://www.unitree.com) 3. GENISOM AI raises hundreds of millions RMB Series B: Led by UAE's Stone Venture; over 15,000 robots cumulatively produced as of June 2026. 4. GPT-6 Astra embodied impact widens: Robocurve real-robot tests show 95% success vs Claude Fable 5.1's 40%; a separate experiment found Astra modified only 14.4% of execution control steps. 5. ULS Robotics VIATRIX X on sale today: 7th-gen outdoor consumer exoskeleton, 2.58kg total weight, <1ms motor electrical response. Source: https://www.ulsrobotics.com

1. RPent: a full infrastructure stack for putting LLMs into robot bodies

RPent connects general LLM task understanding/planning, VLA/WAM expert models for fine manipulation, memory, and robot interfaces into a full closed loop from perception and decision to execution and feedback correction. The architecture has four layers (user / intelligence / interface / environment), decoupling intelligent decision-making from physical execution via three interface layers: MCP (tool protocol) + RPC (process connection) + MHS (physical device abstraction).

Leaderboard highlights:

  • GPT-6 Astra reaches 92.63% on the long-horizon, disturbance-heavy LIBERO-PRO — 10.23 points above runner-up Opus-4.7 (82.4%) and 42.63 points above π_RLinf (50.0%).
  • A three-tier memory mechanism lifts object-swap task success from 31.0% to 87.0%.
  • Flash Mode caches verified workflows as Task Cards: on LIBERO Object (200 evals), average execution time drops from 283.6s to 40.9s (~7x speedup) with only a 3.5pp success-rate drop.
  • The team is the core team behind the RLinf large-scale embodied RL framework, supporting real robots (Franka, dual-arm Franka, YAM, SO101) and simulators (LIBERO-PRO, RoboCasa, RoboTwin, RoboDojo).

    2. Unitree Dex5-S: 22-DoF fully active hand at the 39,900 RMB price point

    Unitree's new five-finger dexterous hand upgrades to 22 motors per hand, all fully active (previous Dex5: 20 DoF, 16 active + 4 passive), with direct drive, backdrivability, and dual-encoder control; a new pinky roll DoF is added. Dimensions are roughly 1:1 with a human hand (102×187×26mm paired), ~620g per hand, starting at 39,900 RMB. A Pro version adds tactile sensing on top of dual encoders. Specs: 15V–65V wide-voltage supply (XT30), Gigabit Ethernet / USB / high-speed 485 communication, 1000Hz control frequency, palm camera direct-connect over Gigabit without external cabling, and per-joint impact torque protection.

    3. GENISOM AI Series B: Middle East sovereign capital enters Chinese embodied AI

    GENISOM AI closed a Series B of several hundred million RMB led by UAE's Stone Venture, with Hongshan Capital and Yueke Fund of Funds participating. Funds target robot bodies, embodied big/small brains, and task execution, advancing its GSD (Genisom Self-Driving) navigation stack. The company reports over 15,000 embodied robots cumulatively produced by June 2026, with over 5,000 units produced in June alone exceeding 140 million RMB in monthly output value. Deployments span power, petrochemical, fire safety, security, emergency response, and education. Co-founder Liu Yulong previously led Xiaomi's CyberDog product; Zhiyuan-affiliated capital invested in November 2025.

    4. GPT-6 Astra: 95% real-robot success and the 14.4% modification rate

    GPT-6 Astra (released September 4) demos of directly controlling robot arms without additional training spread widely this week. Two key data points: independent evaluator Robocurve measured 95% success on a dual-arm pick-and-place task vs 40% for Claude Fable 5.1. Separately, in an experiment reported by 36Kr, plugging Astra into a π0.5 low-level policy yielded 48% success and 62.60 average score — but Astra modified only 14.4% of all execution control steps, with most actions still executed by the low-level policy. Chinese embodied AI circles are debating the remaining "window" for embodied foundation models.

    5. ULS Robotics VIATRIX X: the 7th-gen consumer exoskeleton

    The VIATRIX X outdoor consumer exoskeleton goes on sale today: 2.58kg total, four-DoF Float360 floating hip architecture, motor electrical response under 1ms, and extreme field testing. ULS Robotics' industrial exoskeleton background (motors, structure, reduction, control validated under high loads) underpins this consumer-market push.

    Briefs

  • PT Expo China 2026 opens today at the Beijing National Convention Center (Sept 22–24), with AI and robotics exhibitions.
  • World Manufacturing Convention (Hefei, Sept 20–23) continues, featuring a dedicated robotics and embodied intelligence zone.
  • M5 Ultra Mac Studio ships today (announced Aug 25, 512GB unified memory @1.2TB/s), opening the window for community benchmarks.

Editorial note

The standout today is RPent: the same GPT-6 Astra scores 50.0% raw with π_RLinf but 92.63% inside RPent — a 42.63-point gain purely from tooling, memory, and execution-loop infrastructure, extending the "harness > LLM" thesis into the physical world. Notable details: the three-layer MCP→RPC→MHS interface adopts MHS as the physical device abstraction; the three-tier memory requires validation before new experience is admitted, preventing one-off successes from polluting established skills; and Flash Mode only calls the LLM on failed checks or environment deviation — echoing the 14.4% modification-rate finding that large models rewrite infrequently while expert models execute at high frequency. On hardware, Unitree's Dex5-S puts a fully active 22-DoF hand at roughly 40% of a G1+ full robot's price, entering "production-line component" territory; backdrivability, dual encoders, and tactile sensing in the Pro version reflect VLA data-collection requirements. With VIATRIX X opening a non-humanoid consumer price curve and Middle East capital backing GENISOM, the supply side now shows more than a single humanoid narrative.

Tags

#embodied-ai#robotics#rpent#unitree#gpt-6-astra#dexterous-hands#exoskeleton#funding

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178635075