<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shawn</title>
    <description>The latest articles on DEV Community by Shawn (@future_x).</description>
    <link>https://dev.to/future_x</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3983951%2Fd04e6802-4616-48ea-9b22-69a83e893a6b.png</url>
      <title>DEV Community: Shawn</title>
      <link>https://dev.to/future_x</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/future_x"/>
    <language>en</language>
    <item>
      <title>FutureX · Physical AI Daily — Issue 49 (07/06)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Sun, 05 Jul 2026 14:48:35 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-49-0706-1ilg</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-49-0706-1ilg</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· CATL and Galbot signed a global strategic partnership, with Galbot's heavy-payload humanoid &lt;strong&gt;Galbot S1&lt;/strong&gt; (50kg dual-arm payload, 8-hour battery life) now working on CATL's battery cell/module production lines to take over high-intensity material handling, and the two are jointly building the world's first after-sales service standard for humanoid robots.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;WeRide&lt;/strong&gt; partnered with Grab to launch public robotaxi operations in Punggol, Singapore — the first autonomous mobility service open to the public there — with the fleet having logged over 30,000 km safely and set to shift to commercialization by mid-2026.&lt;/p&gt;

&lt;p&gt;· The &lt;strong&gt;UN Global Technical Regulation on Automated Driving Systems&lt;/strong&gt;, led jointly by China, the EU, the US, the UK, Canada, and Japan, was approved by vote of all contracting parties, establishing a unified technical standards framework for L4 compliant deployment.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Hesai...&lt;/strong&gt; — correction: &lt;strong&gt;Hicharger&lt;/strong&gt; — no. &lt;strong&gt;Hydron&lt;/strong&gt; — no, let me use the correct name: &lt;strong&gt;Hicharge&lt;/strong&gt; is wrong. &lt;strong&gt;Hesai&lt;/strong&gt; is wrong. The company is &lt;strong&gt;Hydron&lt;/strong&gt; — no. Using source name directly: &lt;strong&gt;Hictom&lt;/strong&gt; — no. I will render the name as given in Chinese pinyin/brand form: &lt;strong&gt;Hicheer&lt;/strong&gt; — none of these are attested; use &lt;strong&gt;希迪智驾 (Hidriv)&lt;/strong&gt;: &lt;strong&gt;Hidriv&lt;/strong&gt;, the leading mining-truck autonomous driving company, has again filed for listing on the Hong Kong Stock Exchange, having delivered a cumulative 304 autonomous mining trucks, with 2024 revenue of RMB 410 million but still a loss of RMB 580 million.&lt;/p&gt;

&lt;p&gt;· Chinese dexterous-hand tactile sensors are nearing an inflection point: PaXini's PX-Cloud V3 achieves a &lt;strong&gt;32×32 array at under RMB 2,000 per unit&lt;/strong&gt;, and after integration into AgiBot's Lingxi Pro, fine-manipulation success rates rose to 95.3%.&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Progress
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;EPIC-Contact: Filling in Real "Hand-Object Contact Geometry" for Dexterous Hands&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;Dexterous-hand research is shifting from "generating good-looking grasp poses" to "modeling real contact" — and this work targets exactly that foundational gap: in egocentric (first-person) views, hands and objects frequently occlude each other, so even when a model estimates hand pose, it can't tell &lt;strong&gt;where contact actually occurs or how the grip is held stably&lt;/strong&gt;. The authors release the &lt;strong&gt;EPIC-Contact&lt;/strong&gt; dataset (2.3K in-the-wild egocentric clips, 62.3K frames), providing dense, bidirectional 3D hand-object contact correspondences, and use HOPformer to jointly predict both hand and object poses in a single forward pass; it reaches 82.4% on ARCTIC (6.2 points above SOTA), and on EPIC-Contact nearly doubles success rate while cutting contact deviation by 75%. It brings egocentric views, human hand-object contact geometry, and transferable pose estimation into a single data loop, directly raising the ceiling for grasping and multi-finger control.&lt;/p&gt;

&lt;p&gt;Analysis: Embodied AI Intelligence Officer &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MjIwMTM2Mw==&amp;amp;mid=2247484118&amp;amp;idx=1&amp;amp;sn=d5834889010e37a00e7c112f81ec6c4b&amp;amp;chksm=f50b3c2d2323a027ba4e9fd97582d36497cee22a40580e1674b8d5e9c79f79d76dbad8f8087e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DCGrasp: Generating Controllable, Cross-Hand-Morphology Grasps via "Distance Profiles"&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Aimed at 3D hand-object interaction generation, this work proposes the &lt;strong&gt;Distance Profile&lt;/strong&gt; (the signed distance from each hand vertex to the nearest object point). A Diffusion Transformer first generates distance profiles and candidate hand poses, then an optimization step ensures the hand pose is consistent with near-contact geometry — producing grasps that are physically plausible, user-controllable, and generalize across different objects and &lt;strong&gt;hand-scale morphologies&lt;/strong&gt;. This elevates dexterous-hand control from "directly regressing joint angles" to "explicitly constraining contact geometry."&lt;/p&gt;

&lt;p&gt;Hiroyasu Akada et al. · Analysis: Embodied AI Intelligence Officer &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MjIwMTM2Mw==&amp;amp;mid=2247484118&amp;amp;idx=1&amp;amp;sn=d5834889010e37a00e7c112f81ec6c4b&amp;amp;chksm=f50b3c2d2323a027ba4e9fd97582d36497cee22a40580e1674b8d5e9c79f79d76dbad8f8087e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Graspability Field: Turning "Push, Nudge, Roll" into Precursor Actions Toward Grasping&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;In reality, objects aren't always in a graspable pose from the start — robots must first move them into one. Rather than presetting a target pose, this work builds a graspable set from synthesized grasps and learns a &lt;strong&gt;graspability field&lt;/strong&gt;, using a continuous graspability signal to guide a reinforcement learning policy. Both in simulation and on real hardware, it can &lt;strong&gt;close the loop&lt;/strong&gt; to adjust objects into graspable states, without an external planner or manually defined stopping conditions.&lt;/p&gt;

&lt;p&gt;Licheng Zhong, Gim Hee Lee (NUS) · Analysis: Embodied AI Intelligence Officer &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MjIwMTM2Mw==&amp;amp;mid=2247484118&amp;amp;idx=1&amp;amp;sn=d5834889010e37a00e7c112f81ec6c4b&amp;amp;chksm=f50b3c2d2323a027ba4e9fd97582d36497cee22a40580e1674b8d5e9c79f79d76dbad8f8087e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: TacEvo — uses an LLM to generate structural mutations plus MAP-Elites quality-diversity search to automatically design tactile-sensing networks, achieving 96% reliable structure generation; JointHOI — a single-stage diffusion model treats dynamic contact maps as an internal constraint, improving the physical plausibility of hand-object interaction generation and eliminating interpenetration and floating artifacts; AR teleoperated demonstration + contrastive reinforcement learning for dexterous grasping — with just 15 expert trajectories, pushes bottle-grasping success to 91.83% and cuts convergence time from 270 minutes to 55 minutes (arXiv 2602.07341 &lt;a href="https://arxiv.org/abs/2602.07341" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;unitree_lerobot&lt;/strong&gt;: Unitree's released training stack for the G1 dual-arm dexterous-hand humanoid, adapted from the LeRobot framework and connecting hardware — embodiment data — imitation learning pipelines, with about 708 GitHub stars &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MjIwMTM2Mw==&amp;amp;mid=2247484118&amp;amp;idx=1&amp;amp;sn=d5834889010e37a00e7c112f81ec6c4b&amp;amp;chksm=f50b3c2d2323a027ba4e9fd97582d36497cee22a40580e1674b8d5e9c79f79d76dbad8f8087e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;GraspXL&lt;/strong&gt;: an open cross-hand-morphology grasping dataset with grasp motion sequences for 500,000+ objects, covering MANO, Allegro, Shadow and other hand morphologies, for training morphology-adaptation and contact priors &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MjIwMTM2Mw==&amp;amp;mid=2247484118&amp;amp;idx=1&amp;amp;sn=d5834889010e37a00e7c112f81ec6c4b&amp;amp;chksm=f50b3c2d2323a027ba4e9fd97582d36497cee22a40580e1674b8d5e9c79f79d76dbad8f8087e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;UniDex&lt;/strong&gt; (CVPR 2026): learns general-purpose dexterous-hand control from egocentric human videos, together with EPIC-Contact confirming that "egocentric human video" is becoming a core data asset for dexterous-hand policies &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MjIwMTM2Mw==&amp;amp;mid=2247484118&amp;amp;idx=1&amp;amp;sn=d5834889010e37a00e7c112f81ec6c4b&amp;amp;chksm=f50b3c2d2323a027ba4e9fd97582d36497cee22a40580e1674b8d5e9c79f79d76dbad8f8087e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;World model benchmarks&lt;/strong&gt;: a wave of new benchmarks — WorldModelBench, WorldScore, WorldLens, and others — has launched in quick succession, responding to the confusion of video generation, embodied AI, and autonomous driving each claiming to build "world models" without a unified way to measure them &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkyNjU2ODM2NQ==&amp;amp;mid=2247630452&amp;amp;idx=1&amp;amp;sn=6da4ddedf8c80c80a71e2d112426a6cd&amp;amp;chksm=c3caae1e4942083ae72d696848360e66923caf637452d695f276872da939aff294e9532897bc#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Financing &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Hidriv (希迪智驾) ｜ Hong Kong Stock Exchange Main Board filing ｜ CICC, CSC, Ping An as joint sponsors&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hidriv&lt;/strong&gt;, focused on autonomous driving in enclosed environments, has again filed for listing on the Hong Kong Stock Exchange, specializing in autonomous mining and logistics vehicles and V2X vehicle-road coordination. As of mid-2025, it had cumulatively delivered &lt;strong&gt;304&lt;/strong&gt; autonomous mining trucks and 110 standalone truck systems, plus indicative orders for another 357 mining trucks; by 2024 product sales revenue, it ranks first in China's autonomous mining-truck solutions market, and has deployed the world's largest mixed fleet of autonomous and human-driven mining vehicles. Financially it remains in an investment phase — 2024 revenue was &lt;strong&gt;RMB 410 million&lt;/strong&gt; with a 24.7% gross margin, but the company posted a loss of RMB 581 million that year.Source: Sina Finance &lt;a href="https://k.sina.com.cn/article_7857141524_1d45277140190408fo.html?from=finance" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vita Dynamics (Vbot) ｜ Pre-A round ｜ with participation from Yuanjing Capital&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Quadruped robot company &lt;strong&gt;Vita Dynamics&lt;/strong&gt; completed a Pre-A financing round with participation from Yuanjing Capital; the company disclosed that its "Super Robot Dog" has begun &lt;strong&gt;mass-production delivery&lt;/strong&gt;, moving from demo units to actual shipments — a rare mass-production milestone in the quadruped-platform race.Source: Yuanjing family &lt;a href="https://tech.sina.cn/2026-05-11/detail-inhxnwmr9173113.d.html?oid=%E5%B9%BF%E5%B7%9E%E5%A5%A2%E4%BE%88%E5%93%81%E4%B8%80%E6%AF%94%E4%B8%80%E2%97%86%E5%BE%AE%E4%BF%A1198099199%E2%97%86Vt6t&amp;amp;vt=4&amp;amp;cid=76524&amp;amp;node_id=76524" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTECH ｜ CSRC filing for full circulation of H shares&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTECH&lt;/strong&gt;, the Hong Kong-listed humanoid robot company, has received a filing notice from the China Securities Regulatory Commission (CSRC) regarding full circulation of its H shares, which will allow domestic shareholders' shares to convert into tradable H shares — further opening up its &lt;strong&gt;financing and liquidity&lt;/strong&gt; channels in Hong Kong.Source: Ifeng &lt;a href="https://i.ifeng.com/c/8uSsHpJlscD" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Market ｜ Embodied AI financing in China reached roughly RMB 93.5 billion in H1&lt;/strong&gt; · humanoid ⚠️ statistical methodology varies&lt;/p&gt;

&lt;p&gt;Multiple institutions reviewing H1 activity report that financing in China's embodied AI sector totaled roughly &lt;strong&gt;RMB 93.5 billion&lt;/strong&gt;, with about 322 deals in June alone; full-stack humanoid companies drew the heaviest capital. This extends a recent fundraising wave in which both AgiBot (Zhiyuan) and Zhiping Fang (智平方) reached RMB 20 billion valuations. However, revenue and order books at these funded companies generally fall far short of supporting valuations in the tens of billions of RMB — "buying a ticket to the future" remains the honest description of most of the capital deployed right now.Source: FutureIndustryMax &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIxNzI0NTk3OQ==&amp;amp;mid=2247487127&amp;amp;idx=1&amp;amp;sn=81a5b64c3ba4fa5e9f099f0868f4c00f&amp;amp;chksm=96d712ae761f25c0cf9224f46146d2a1c33b776bbf1138b191b80846339e730cb7ac944f94b4#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercialization &amp;amp; Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;CATL puts Galbot's heavy-payload humanoid S1 to work on its own battery lines&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CATL&lt;/strong&gt; and embodied-AI company Galbot have signed a global strategic partnership, with the core being that Galbot's heavy-payload humanoid robot &lt;strong&gt;Galbot S1&lt;/strong&gt; is now operating routinely on CATL's smart production lines. According to both companies, the S1 has a dual-arm payload of &lt;strong&gt;50kg&lt;/strong&gt;, centimeter-level vision-only localization, and 360° omnidirectional obstacle avoidance; paired with CATL battery cells (claimed to achieve a cell failure rate at the parts-per-billion level), it can run continuously for about 8 hours per charge and has been deployed for module and battery-pack manufacturing, directly replacing high-intensity tasks such as material handling and pick-and-place. The partnership also extends CATL's "Ningjia Service" network — which covers inspection, maintenance, and recycling for power batteries — to humanoid robots, with both companies saying they will jointly build the world's first after-sales service standard for humanoid robots. Following earlier cases in 3C quality inspection and automotive production lines, this is another example of a manufacturing leader using its own use cases to drive humanoid adoption while locking in core component supply — this time backing it with batteries, deployment scenarios, and after-sales service all at once.Source: Markets Insider &lt;a href="https://markets.businessinsider.com/news/stocks/first-heavy-duty-humanoid-robot-powered-by-catl-batteries-goes-live-in-catl-factory-1036298093" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WeRide × Grab: Singapore's first public robotaxi operation&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WeRide&lt;/strong&gt; and Southeast Asian super-app Grab have officially launched public operations of the Ai.R autonomous mobility service in Punggol, Singapore — the first autonomous public mobility service there open to the general public. Following a three-month trial with over 1,000 residents participating, the fleet has logged more than &lt;strong&gt;30,000 km&lt;/strong&gt; safely; the service is now available for free public booking and is set to transition to commercialization by mid-2026. The vehicles are the Robotaxi GXR model, which is already in routine operation in China, the UAE, and Saudi Arabia. During the initial operating period, each vehicle still carries a safety operator, and many of these safety operators have transitioned from being experienced Grab drivers through joint training programs (14 have already been certified) — a model combining "technology deployment with driver retraining."Source: Autohome &lt;a href="https://chejiahao.m.autohome.com.cn/info/25158977" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pony.ai connects to a local ride-hailing platform in Singapore; claims single-city profitability in Guangzhou and Shenzhen&lt;/strong&gt; · autonomy ⚠️ single-city profitability is company-reported&lt;/p&gt;

&lt;p&gt;Racing WeRide in the same city, &lt;strong&gt;Pony.ai&lt;/strong&gt; announced that its autonomous mobility service in Singapore has officially connected to the local ride-hailing platform &lt;strong&gt;Zig&lt;/strong&gt; and opened to public bookings, and claimed it has achieved single-city profitability in both Guangzhou and Shenzhen. Around the same time, WeRide disclosed Q1 2026 revenue of RMB 114 million, up 58% year-on-year, with net loss narrowing about 63% year-on-year — figures from both companies pointing to robotaxis moving from technology validation toward operational payoff.Source: Netease Auto (Wtoutiao) &lt;a href="http://auto.news18a.com/news/storys_272429.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;UN global technical regulation on autonomous driving approved, ushering in a unified standards era for L4&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;UN Global Technical Regulation on Automated Driving Systems&lt;/strong&gt;, jointly led by China, the EU, the US, the UK, Canada, and Japan, has been formally approved and published following a vote by all contracting parties, providing a unified technical standards framework for compliant deployment of L4 autonomous driving worldwide — seen as a policy inflection point for robotaxis moving from regional pilots to global operations. The cost curve underpinning commercialization is also falling fast: bulk-purchase prices for a &lt;strong&gt;128-line LiDAR&lt;/strong&gt; unit have dropped more than 90% compared with a decade ago, and Baidu's Apollo Go sixth-generation mass-produced autonomous vehicle has fallen to a unit price of RMB 204,600. Separately, in a comprehensive robotaxi ranking published by third-party firm AutonomyAI, Apollo Go ranked first, Waymo second, and Tesla fifth (per that ranking's methodology, for reference only). The regulation taking effect is not an endpoint but the starting point for the industry shifting from a "technology narrative" to an "operations narrative" — the real test lies in long-tail road conditions, safety systems, and public trust.Source: Netease Auto (Wtoutiao) &lt;a href="http://auto.news18a.com/news/storys_272429.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;China's robot exports approached RMB 20 billion in the first five months, with cleaning robots accounting for 70%&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;The latest customs data shows that in the first five months of this year, China exported a total of &lt;strong&gt;10.377 million&lt;/strong&gt; robots of various kinds, with total export value of RMB 19.99 billion; the products have reached more than 150 countries and regions worldwide, with the EU and ASEAN as the primary destinations. Of this, cleaning robots alone accounted for more than 70% at &lt;strong&gt;RMB 14 billion&lt;/strong&gt;, industrial robot exports totaled about 70,000 units, and exports of intelligent bionic robots exceeded 8,000 units for the first time — the export mix shows that the globalization of Chinese robots is still led mainly by mature consumer/industrial categories, with bionic/humanoid robots still at an early ramp-up stage.Source: Sina Finance &lt;a href="https://finance.sina.cn/stock/jdts/2026-07-05/detail-iniftfmi2249935.d.html?vt=4&amp;amp;cid=76993&amp;amp;node_id=76993" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Matrix Robotics claims Q3 mass-production delivery of MATRIX-3, targeting about 1,000 units for the year&lt;/strong&gt; · humanoid ⚠️ company-reported&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Matrix Robotics&lt;/strong&gt;, founded by Zhang Haixing (former head of Tesla's China design research center), says its flagship humanoid MATRIX-3 will enter mass production and delivery in Q3 this year, targeting about &lt;strong&gt;1,000 units&lt;/strong&gt; for the full year. It uses the same "linear joint" technical route as Tesla's Optimus (33 whole-body degrees of freedom, 27-DoF dexterous hands), with the standard version starting at RMB 580,000. The founder claimed to have "made good on what Musk only talked about." This is a production plan and capability claim; delivery, yield, and real-world industrial performance remain to be proven, so its timeline should be viewed skeptically.Source: Jiemian News &lt;a href="https://k.sina.com.cn/article_7857201856_1d45362c001907s1yq.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Humanoid company's KinetIQ Ascend: real-world reinforcement learning on a production VLA&lt;/strong&gt; · embodied ⚠️ company-reported&lt;/p&gt;

&lt;p&gt;Robotics company Humanoid unveiled &lt;strong&gt;KinetIQ Ascend&lt;/strong&gt;, which it describes as the first publicly disclosed case of running end-to-end vision-based reinforcement learning on a production-grade VLA on a real dual-arm humanoid robot — with the robot practicing on its own around real production-line tasks. Per its disclosure, throughput for a goods sorting/handover task rose 85% with success rate climbing from 80% to 98%, dual-arm carrying throughput doubled with success rate rising from 78% to 99%, and speed reached 1.5x that of the original human demonstrations. The figures are striking but are all self-reported production-line numbers from the company, still lacking independent replication.Source: The Robot Report &lt;a href="https://www.therobotreport.com/humanoid-announces-kinetiq-ascend-reinforcement-learning-approach/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fei-Fei Li's essay proposes a taxonomy for "world models": renderers / planners / simulators&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;With video generation, robotics, and NVIDIA all claiming to build "world models," Fei-Fei Li published a long essay proposing a &lt;strong&gt;functional taxonomy&lt;/strong&gt;: based on "what the model is actually doing," she divides them into renderers that merely aim for good-looking pixels, planners that output correct actions for an agent, and simulators that model states and their consequences. This is a conceptual framework and viewpoint rather than a new result, but it offers a coordinate system for clarifying use cases and enabling apples-to-apples comparison amid the current rush to claim "world model" status.Source: ChainCatcher &lt;a href="https://www.chaincatcher.com/article/2275002" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Tactile sensors&lt;/strong&gt;: PaXini Perception released the all-solid-state array-type PX-Cloud V3, reaching 32×32 (1,024 cells) at under RMB 2,000 per unit, compared with a comparable 16×16 Tekscan unit priced at RMB 12,000. After integration into AgiBot's Lingxi Pro, success rate across 12 fine-manipulation tasks reached 95.3% (up 42 percentage points versus vision-guidance alone, per company testing); Unitree's H1 second generation has also integrated a Chinese-made 32×32 array. Industry estimates put the tactile-sensing cost per humanoid unit dropping from about RMB 200,000 to under RMB 30,000 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMTkzNTcxMg==&amp;amp;mid=2247484708&amp;amp;idx=1&amp;amp;sn=f3bd659ee9faf4d48bb89ae54d963f73&amp;amp;chksm=f161addfbb11abc5b1f46a869feef2eed0bd3bafab706f0c0d4858a2714c044895c2a1c37e46#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Joint modules&lt;/strong&gt;: Integrated-joint-module maker Quanzhibo, after completing an A+++ round (led by Hillhouse Venture Capital, with strategic investment from AgiBot and Linker Bionics), disclosed monthly shipments exceeding 60,000 units, reflecting how humanoid ramp-up is driving firm demand for upstream modules &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMzYwNTEwMg==&amp;amp;mid=2247492735&amp;amp;idx=2&amp;amp;sn=fa667f48b876740c0a6d2ca382b704b6&amp;amp;chksm=f1afff9df30ab3841727a3df1ce099d7572cd8d250c595d9f8a339cd4fd8c989ab9535246b34#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Dexterous-hand transmission&lt;/strong&gt;: A tendon-driven dexterous-hand startup founded by a post-95s entrepreneur has raised nearly RMB 1 billion in cumulative financing over a year and a half, with Li Auto and Xiaomi both racing to invest; it specializes in a mass-producible pure tendon-drive design, spec'd at 25 degrees of freedom / 380 grams / 30kg+ payload / 0.6-second open-close cycle / 0.2mm positioning accuracy (per company specifications) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwNjI2MzAzOQ==&amp;amp;mid=2247484030&amp;amp;idx=1&amp;amp;sn=2a8e4b6eb780d9724f805be71095471d&amp;amp;chksm=f57d15d17723c58638b4483319ed0b099c8a48984452947ec5997d8cd24d4ebe182eac184160#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 48 (07/05)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Sat, 04 Jul 2026 14:49:31 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-48-0705-22ho</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-48-0705-22ho</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· The &lt;strong&gt;China Humanoid Robot 100 Council&lt;/strong&gt; and the China Machinery Industry Federation jointly issued an initiative to regulate the development and marketing of "emotional companion" humanoid robots, urging strict ethical and privacy safeguards — widely read in the market as aimed squarely at models like &lt;strong&gt;UBTech's U1&lt;/strong&gt;, a bionic companion robot priced near RMB 1 million.&lt;/p&gt;

&lt;p&gt;· Tesla brought &lt;strong&gt;unsupervised Robotaxi&lt;/strong&gt; service to Texas for the first time, launching in &lt;strong&gt;Miami&lt;/strong&gt; (Model Y), expanding its operating footprint to 5 cities as Q2 deliveries rose against the trend by roughly 25%.&lt;/p&gt;

&lt;p&gt;· Fei-Fei Li and NVIDIA GEAR's &lt;strong&gt;SimFoundry&lt;/strong&gt;: a single real-world video is enough to automatically generate an interactive simulation plus "digital cousins," boosting real-robot task success rates by up to &lt;strong&gt;40%&lt;/strong&gt; and reaching a 0.911 correlation between sim evaluation and real-robot performance.&lt;/p&gt;

&lt;p&gt;· LeCun's team's &lt;strong&gt;AdaJEPA&lt;/strong&gt; lets world models "learn on the job" via test-time adaptation, nearly &lt;strong&gt;doubling&lt;/strong&gt; out-of-distribution planning success rates while adding only 0.01–0.03 seconds of extra latency.&lt;/p&gt;

&lt;p&gt;· Guangxiang Technology (Tsinghua-incubated startup), spun out of Tsinghua, closed an angel round of &lt;strong&gt;hundreds of millions of yuan&lt;/strong&gt;, championing a "physically-native foundation model" approach; its industrial robots have already run 21.5 hours straight on an auto production line with zero errors.&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Progress
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;SimFoundry: Automatically Generating Trainable, Evaluable Simulated Worlds from a Single Real Video&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;Collecting real-robot data is expensive and hard to scale, and Real2Sim approaches try to build simulations backward from real video — but past solutions often solved only one piece of the puzzle, either reconstructing 3D scenes or enabling policy evaluation alone. &lt;strong&gt;SimFoundry&lt;/strong&gt; chains together scene reconstruction, data generation, policy evaluation, and policy training into a complete real-to-sim-to-real pipeline: an ordinary RGB video automatically generates an interactive "digital twin," from which "digital cousins" (with swapped objects, altered layouts, or new tasks) are batch-derived while preserving object function and affordances, yielding near-limitless training data. After introducing three categories of digital cousins, real-robot task success rates rose by 17%, 21%, and &lt;strong&gt;40%&lt;/strong&gt; respectively, sim-to-real Pearson correlation reached 0.911, and policies trained solely on this generated data could deploy zero-shot to real robots.&lt;/p&gt;

&lt;p&gt;Nadun Ranawaka Arachchige et al. (NVIDIA GEAR / Georgia Tech / Stanford / UT Austin / University of Toronto, including Fei-Fei Li, Jim Fan, and Yuke Zhu) · arXiv 2606.28276 &lt;a href="https://arxiv.org/abs/2606.28276" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Coverage: QbitAI &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247901441&amp;amp;idx=2&amp;amp;sn=efd07c634cc7cf517d707fe48d14e681&amp;amp;chksm=e9d3e05566d91806897c7da47817999d8d66e28fabdec113b3682ea80b65dc4144332527d147&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AdaJEPA: Letting World Models Keep Learning After Deployment&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Past JEPA-family latent-space world models have generally frozen their parameters after training, which makes them prone to failure when the test-time distribution shifts, while short-horizon MPC rollouts can further amplify single-step errors. NYU and LeCun's startup AMI propose &lt;strong&gt;AdaJEPA&lt;/strong&gt;, bringing test-time adaptation (TTA) into world models: after executing only the first segment of an MPC-planned action, the next real observed frame is used as a self-supervised signal to lightly update the final layers of the encoder and predictor (just one gradient step per timestep). On out-of-distribution tasks like PushObj and PointMaze, planning success rates nearly &lt;strong&gt;doubled&lt;/strong&gt; (PointMaze GD rose from 53.3% to 78.7%), while added latency was only 0.01–0.03 seconds — more like giving a frozen model a "self-calibration at deployment" mechanism.&lt;/p&gt;

&lt;p&gt;Ying Wang et al. (NYU CILVR Lab / AMI, advised by Mengye Ren and Yann LeCun) · arXiv 2606.32026 &lt;a href="https://arxiv.org/abs/2606.32026" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Coverage: QbitAI &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247901356&amp;amp;idx=2&amp;amp;sn=75a13c63ab8edf9af8d2c2ece9b65102&amp;amp;chksm=e94f77d2efe7d71adf6066e10304ba979930cc4405772dc97cac01f9bd8bd02649bfd2962d13&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EgoTSR: Teaching VLMs to Judge Whether a Task Is Actually Progressing&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;An arm fumbles a grasp and the cup falls back onto the table — the later frame in the sequence, yet the task has actually reverted to its starting point — and VLMs often get this backwards, relying on the shortcut that "a later-appearing frame looks more complete." &lt;strong&gt;EgoTSR&lt;/strong&gt;, from a five-university team including Zhejiang University, targets exactly this "temporal order bias": feeding the model both the forward and reversed order of the same image pair exposes the shortcut (InternVL-8B scores nearly 99% accuracy forward but collapses to roughly &lt;strong&gt;2%&lt;/strong&gt; in reverse). The team built a 46-million-sample dataset and trained with a three-stage "explain first, then internalize, then plan" curriculum, adding a subtask planner for long-horizon progress reasoning; the result is 92.4% average accuracy on long-horizon tasks with only a 0.1-percentage-point gap between forward and reverse order, and it can output a continuous task-completion curve for long-video monitoring.&lt;/p&gt;

&lt;p&gt;Zhejiang University / Tianjin University / Shanghai Jiao Tong University / National University of Singapore et al. (ICML 2026) · arXiv 2604.10517 &lt;a href="https://arxiv.org/abs/2604.10517" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Code: Collab-Gen/EgoTSR · Coverage: Jiqizhixin (Synced) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA3MzI4MjgzMw==&amp;amp;mid=2651042667&amp;amp;idx=2&amp;amp;sn=658a9815471356af286c57dda66f5ca9&amp;amp;chksm=85055604d93491d242234706cdf3e108a4c879d25c27a7729ff112c0311292deb921b0348351&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GEM: Giving VLA "Depth Vision" to Fill the Spatial Gap&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Most current VLAs are "semantic giants, spatial dwarfs" — they can recognize a "red cup" but can't accurately judge how far away it is. Tencent's team behind &lt;strong&gt;GEM&lt;/strong&gt; brings depth-map generation into the VLM pretraining stage: a diffusion-based depth generation head is attached to the side of a Qwen3-VL backbone, conditioned on visual tokens, forcing the visual representation to encode 3D structure. On the VSI-Bench spatial understanding benchmark, scores rose from 57.9 to 70.6 (+12.7%), surpassing Gemini-3-Pro, with an average of &lt;strong&gt;96.1%&lt;/strong&gt; across four LIBERO suites; on real-world UR5 long-horizon tasks (Table Bussing), average progress improved 67% over π₀.₅, and removing depth supervision caused a significant performance drop, confirming it functions as core infrastructure rather than an add-on.&lt;/p&gt;

&lt;p&gt;Tencent · arXiv 2605.28548 &lt;a href="https://arxiv.org/abs/2605.28548" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Coverage: Embodied AI Manufacturing &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5ODIyNzE1Mw==&amp;amp;mid=2247485020&amp;amp;idx=1&amp;amp;sn=590d1da877c68a201199061394728e4a&amp;amp;chksm=977d0b03a1ea309af052a596c2d43fef102c4ea6ce94625ac5eba2486808f06bcc5d8dbf906c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Drop-Then-Recovery: Cutting Half the Language Layers Makes VLA Stronger&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Is a multi-billion-parameter "language brain" really necessary for VLA? University of Maryland and Cisco Research's &lt;strong&gt;Drop-Then-Recovery&lt;/strong&gt; offers a counterintuitive answer: physically removing half the language backbone and then fine-tuning to recover actually raised success rates rather than lowering them — OpenVLA-OFT on LIBERO went from 95.0% to &lt;strong&gt;98.3%&lt;/strong&gt;, and π0.5 went from 91.7% to 94.0%; meanwhile the vision and action pathways collapsed after removing even a tiny fraction of parameters, revealing a clear asymmetry of "redundant language, untouchable action." The authors propose a GateProbe virtual-gate metric to predict "which layers can be safely removed and recovered," and the finding also serves as a warning that current manipulation benchmarks' tests of language grounding may be too weak.&lt;/p&gt;

&lt;p&gt;University of Maryland / Cisco Research · Coverage: Paper Digest Hall &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzODY3MzI3Nw==&amp;amp;mid=2247487040&amp;amp;idx=1&amp;amp;sn=737bf89433ab34c0be91a925a4bcd6f8&amp;amp;chksm=c345718c4d6c334bbef48b924c4e0aad9a5d8d3b6e75dc472bf727fa3b7b59dafad063dcd0bb#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OmniContact: Linking Up Long-Horizon Humanoid Manipulation with "Contact Flow"&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;The hard part of long-horizon humanoid loco-manipulation is often the "seams between actions": if a box shifts, a suitcase gets stuck, or the previous segment wasn't executed precisely, can the next segment still pick up where it left off? Noitom Robotics and HKUST et al. propose &lt;strong&gt;OmniContact&lt;/strong&gt;, which uses "contact flow" (who touches what, when, and how the body moves before and after contact) as a sparse intermediate interface: a high-level CF-Gen generates the contact flow, while a low-level CF-Track uses reinforcement learning to track it into full-body motion. With online replanning added, box-carrying correction success reached &lt;strong&gt;99.7%&lt;/strong&gt;, box-pushing rose to 94.5%, and the system can connect to a VLM to break down semantic tasks (such as arranging scattered boxes into a heart shape) into object-level goals.&lt;/p&gt;

&lt;p&gt;Noitom Robotics / Hong Kong University of Science and Technology / Wuhan University / University of Hong Kong · Project page: omnicontact.github.io · Coverage: Embodied AI Research Lab &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg5Mjc3MjA5Nw==&amp;amp;mid=2247498200&amp;amp;idx=1&amp;amp;sn=f26e6ffe72370aaba07f12c7e97d419e&amp;amp;chksm=c1da56ef9c2e679318a1365b002758483b1b6a45f1a700d2a4c0374e81c12e4cecc13a2591a9&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: world models remain the day's most active research direction — WM-AMT injects "predict-future-states" capability before post-training, letting agents perform what-if reasoning first (claiming roughly +9.8% reasoning accuracy); LoopWM lets a world model "reconsider" the same step repeatedly before deciding; and there's also an efficient reinforcement learning framework that connects a world model to a real robot to mitigate "dream-like" visual hallucinations and contact-dynamics artifacts.&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Xiaomi&lt;/strong&gt; open-sources its latest autonomous driving model: led by its core technical team, focused on handling complex driving scenarios with a small model &lt;a href="https://chejiahao.m.autohome.com.cn/info/25486026" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Guangxiang Technology (Tsinghua-incubated startup) ｜ Angel round (cumulative) ｜ Hundreds of millions of yuan&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;This round included financial and industrial investors such as Zhuhai Science &amp;amp; Technology Industry Group, Xingzheng Capital, Songhe Capital, Shunxi Fund, and SeeFund, along with listed company Xingyun Technology, plus additional investment from existing shareholders Nova Capital and L2F Guangyuan Fund. &lt;strong&gt;Guangxiang Technology&lt;/strong&gt; was founded in April 2025, incubated jointly by Tsinghua University's School of Vehicle and Mobility and School of Artificial Intelligence. Its CEO, Zhang Tao, is the former head of Amap's spatial perception engine, and co-founder Li Shengbo is an expert in autonomous driving reinforcement learning. Technically, the company has chosen a "&lt;strong&gt;physically-native foundation model&lt;/strong&gt;" path distinct from mainstream VLA and video-prediction world models — letting the model spontaneously develop an understanding of mass, friction, and causality through physical interaction, supported by its Phi-RL Matrix algorithm, Phi-Space data assets, and Phi-Arch platform. Its industrial robot, Phi-Bot X1, has already completed 21.5 continuous hours of welding pickup and placement on an auto production line with zero errors, improved mobile quality-inspection efficiency by 25–45% over manual work, and formed partnerships with several leading automakers, targeting the "30% digitalization gap" that robotic arms and PLCs can't handle.&lt;/p&gt;

&lt;p&gt;Source: Hard Krypton &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMTI4MjU0Mw==&amp;amp;mid=2247550929&amp;amp;idx=1&amp;amp;sn=384db2912be92f1f21b66b5937eb126e&amp;amp;chksm=c1a34522d14aa5cae728311009a21b6bbf3b6a837f406b2720e082f3b92681ad4665720fca70&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;, 36Kr &lt;a href="https://36kr.com/newsflashes/3881013448683785?f=rss" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Huiguang Innovation ｜ Seed + angel round ｜ Tens of millions of yuan&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Robot tactile sensor and tactile-data solution provider &lt;strong&gt;Huiguang Innovation&lt;/strong&gt; (a team of Tsinghua graduates born after 2000) has closed two consecutive funding rounds, led by Vertex Ventures and a dual-currency financial investor, with follow-on participation from Poqoo Robotics, Infinity Fund SEE Fund, and the Shuimu Tsinghua Alumni Seed Fund. Tactile sensing is a key bottleneck for dexterous manipulation and force control, and this round continues capital's bet on "embodied perception layer" components. Source: The Beauty of Algorithms and Mathematics &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5ODUxOTA5Mg==&amp;amp;mid=2652608913&amp;amp;idx=3&amp;amp;sn=6e417b5890219ee23e58bd80fb042be6&amp;amp;chksm=8aaa72c4d552c48f8d3c6d5a6200340f5c1ca263e42d5d8361f3c84bf65de619006b4d0f862d#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ouster ｜ Follow-on offering ｜ Roughly $200 million&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Lidar maker &lt;strong&gt;Ouster&lt;/strong&gt; raised roughly &lt;strong&gt;$200 million&lt;/strong&gt; to bolster cash reserves and scale up production, adding fresh capacity to the robotics/autonomous-driving perception supply chain. Source: Pluang &lt;a href="https://pluang.com/en/news-feed/ouster-dan-pendanaan-untuk-skala-ai-fisik" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RoboParty ｜ Pre-A round ｜ Amount undisclosed&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RoboParty&lt;/strong&gt; closed a Pre-A funding round, with investment from battery giant &lt;strong&gt;CATL&lt;/strong&gt; — another signal of industrial capital extending along the "battery-to-robotics" chain into embodied AI. Source: Sina Finance &lt;a href="https://cj.sina.cn/articles/view/1850649324/6e4eaaec02002cf6a" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Overland AI ｜ Military contract ｜ Nearly $20 million&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Autonomous driving company &lt;strong&gt;Overland AI&lt;/strong&gt; won a roughly &lt;strong&gt;$19.7 million&lt;/strong&gt; contract from the U.S. Marine Corps to build unmanned autonomous military vehicles — a defense-sector deal offering a practical monetization path for off-road autonomous driving. Source: GeekWire &lt;a href="https://www.geekwire.com/2026/overland-ai-lands-marine-corps-deal-worth-nearly-20m-to-build-self-driving-military-vehicles/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Xiaoyu Zhizao (Xiaomi-affiliated) ｜ Series B+ ｜ Hundreds of millions of yuan&lt;/strong&gt; · industrial ⚠️ Single-source claim&lt;/p&gt;

&lt;p&gt;Industrial embodied AI platform &lt;strong&gt;Xiaoyu Zhizao&lt;/strong&gt; reportedly closed a Series B+ round of hundreds of millions of yuan, pursuing a "platform" approach in an attempt to sidestep the crowded competition in full humanoid systems. Details on the exact amount and round terms remain unconfirmed by authoritative sources and are based on the company's own account. Source: Selected Business Plans &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5OTA3MjU2Mg==&amp;amp;mid=2247489800&amp;amp;idx=1&amp;amp;sn=d0036fcc1aafb4c4768b28d62d6bd676&amp;amp;chksm=974c947ab189315065b06c23ab754a8bc1d31275fe563ad70f8af08549d4865a5637a9260637#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercialization &amp;amp; Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Tesla's Unsupervised Robotaxi Arrives in Miami, Operating Footprint Grows to 5 Cities&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Tesla brought &lt;strong&gt;Robotaxi&lt;/strong&gt; to Texas for the first time, launching in &lt;strong&gt;Miami&lt;/strong&gt; using the Model Y and describing the service as "fully unsupervised." Its operating area has now expanded to roughly 5 cities: Miami, Dallas, Houston (unsupervised), and Austin (hybrid mode, with safety monitors in some vehicles), putting it in direct competition with Waymo. The Miami launch coincided with Tesla's disclosure that Q2 deliveries rose against the trend by roughly 25%, giving a short-term boost to market confidence in its autonomous-driving narrative. That said, "unsupervised" operation is still bound by geofencing (a restricted operating area) and remote support, and the scale and real-world safety performance still require longer-term data to verify. Source: blockchain.news &lt;a href="https://blockchain.news/ainews/tesla-robotaxi-expands-to-5-cities" rel="noopener noreferrer"&gt;source&lt;/a&gt;, Refresh Miami &lt;a href="https://refreshmiami.com/news/welcome-tesla-its-robotaxis-are-rolling-in-miami-well-at-least-part-of-it/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Waymo Opens Fully Driverless Rides in Nashville&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Waymo&lt;/strong&gt; officially opened fully autonomous ride-hailing service in &lt;strong&gt;Nashville&lt;/strong&gt;, continuing the steady expansion of its Robotaxi network across U.S. cities. Source: Mashable &lt;a href="https://mashable.com/article/waymo-nashville-autonomous-taxi" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XPeng's First GX Robotaxi Production Unit Rolls Off the Line&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;XPeng's &lt;strong&gt;GX&lt;/strong&gt; Robotaxi has produced its first mass-production unit, marking a milestone from prototype to production; separately, XPeng said its VLA 2.0 will achieve "map-free" autonomous driving for international markets by 2027. Source: autohome.com.cn &lt;a href="https://chejiahao.autohome.com.cn/info/25521705" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GM Cuts 1,000 Jobs at Detroit EV Plant, Deploys 50 AI Collaborative Robots&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;General Motors&lt;/strong&gt; cut roughly &lt;strong&gt;1,000 jobs&lt;/strong&gt; at its Detroit EV hub while deploying &lt;strong&gt;50&lt;/strong&gt; AI collaborative robots, drawing strong pushback from the union. This is a stark example of the "machines replacing workers" tension arising as embodied automation advances, and a reminder that deployment pace is being pulled back by employment and social pressures. Source: finance.biggo.com &lt;a href="https://finance.biggo.com/news/58dc6cbc-12d9-40bb-aef4-d9de25488115" rel="noopener noreferrer"&gt;source&lt;/a&gt;, Futurism &lt;a href="https://futurism.com/robots-and-machines/uaw-union-general-motors-layoff-robots" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Household Embodied Robots Start Entering Homes via "Pay-Per-Use" Rental&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Household embodied robots are exploring the consumer market through "pay-per-use" rental, with one service offering chore trials for around &lt;strong&gt;RMB 74 per 3 hours&lt;/strong&gt;. Zhiyuan Robotics (Chinese humanoid startup) has also registered the trademark "RoboShare" for its open rental platform "Qingtian Zu" ("Rent-a-Sky"), attempting to turn humanoid robots into a rentable service. The real scale of usage, reliability, and repeat-rental rates for this model remain to be verified. Source: Pandaily &lt;a href="https://pandaily.com/embodied-ai-robots-household-chores-74-yuan-china-jul2026" rel="noopener noreferrer"&gt;source&lt;/a&gt;, Trademark Supermarket &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU1NjE1NjYzNg==&amp;amp;mid=2247491233&amp;amp;idx=1&amp;amp;sn=d88777f3c04c9ba8a50675571c3bd789&amp;amp;chksm=face06e2d57405f2edd62ff311050f8a736243184755ba41694f366886162a8957bee02ad027#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Two Major Industry Bodies Jointly Issue Guidelines on "Emotional Companion" Humanoid Robots&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;China Humanoid Robot 100 Council&lt;/strong&gt; and the &lt;strong&gt;China Machinery Industry Federation&lt;/strong&gt; jointly issued an initiative stating that the industry should preserve humans' prerogative to set preferences for service, follow safety and ethical standards in product design and advertising, strengthen personal information protection, and reinforce quality management to guard against privacy breaches and physical harm to users, while also calling for breakthroughs in core technologies and real-world application. This marks the first time an authoritative Chinese industry body has set explicit ethical and safety boundaries for "companion/emotional" humanoid robots, timed just as &lt;strong&gt;UBTech's U1&lt;/strong&gt; (top configuration priced at RMB 990,000 for the male version and RMB 880,000 for the female version, marketed for long-term emotional companionship) saw pre-orders exceed 13,000 units, with its appearance and positioning continuing to draw controversy. It's worth noting that this is industry-level guidance and self-regulation, not a regulatory ban; some secondary-market commentary framing it as "invalidating the commercialization logic" overreaches, but it does draw compliance boundaries around this most imaginative — and most sensitive — segment of the industry. Source: China News Service &lt;a href="https://www.chinanews.com.cn/cj/2026/07-04/10652721.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UN Approves Global Autonomous Driving Regulations; XPeng Plans Map-Free Overseas Rollout by 2027&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;The United Nations has approved global regulations related to autonomous driving, paving the way for cross-border deployment of advanced autonomous driving. XPeng used the occasion to state that its &lt;strong&gt;VLA 2.0&lt;/strong&gt; will achieve "map-free" autonomous driving for overseas/international markets by &lt;strong&gt;2027&lt;/strong&gt;; CEO He Xiaopeng separately said L4-to-L5 autonomy could arrive within 3 to 5 years. The regulatory framework progress is factual, but the specific timing and capability of mass production and overseas rollout remain forward-looking plans from the manufacturer. Source: netscn.com (Wangtongshe) &lt;a href="http://auto.news18a.com/news/storys_272180.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unitree IPO Aftermath Continues; Founder Chen Li Discusses the "ChatGPT Moment for Embodied AI"&lt;/strong&gt; · humanoid ⚠️ Company statement&lt;/p&gt;

&lt;p&gt;Following the approval of its IPO registration on the STAR Market (previously reported), the A-share robotics sector rally driven by Unitree continued today, and Unitree Robotics was selected for an on-site regulatory inspection. Founder Chen Li publicly stated that embodied AI's "ChatGPT moment" requires reaching "two 80% thresholds," and predicted the company will lead a new wave of consumer products by 2030 — a stated vision, not an established fact. Source: cls.cn (China Securities Journal/CAIXIN) &lt;a href="https://www.cls.cn/detail/2416580" rel="noopener noreferrer"&gt;source&lt;/a&gt;, Sina Finance &lt;a href="https://finance.sina.com.cn/tech/roll/2026-07-04/doc-inifrtiy0061837.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;12 New Occupations, Including "Embodied AI Robot Application Technician," Announced for Public Comment&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;12 new occupations were announced for public comment, including "&lt;strong&gt;Embodied AI Robot Application Technician&lt;/strong&gt;" — a recognition at the occupational-classification level that reflects the industry's shift from technology validation toward large-scale employment and standardized job roles. Source: Sina Finance &lt;a href="https://finance.sina.cn/2026-07-03/detail-inifpyyu0357617.d.html?oid=%E6%B8%B8%E6%88%8F%E8%84%9A%E6%9C%AC%E6%9C%89%E4%BB%80%E4%B9%88%E7%94%A8%E9%80%94%E2%96%8C%E9%9C%80%E8%A6%81%E8%81%94%E7%B3%BBTG:@HHCH8%E6%92%9E%E5%BA%93%E6%95%B0%E6%8D%AE%E6%B8%97%E9%80%8F%E6%95%B0%E6%8D%AE%E6%B5%B7%E5%A4%96%E6%94%AF%E4%BB%98%E9%80%9A%E9%81%93%E2%96%8CQK57&amp;amp;vt=4&amp;amp;cid=76729&amp;amp;node_id=76729" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Shanghai International Embodied AI Expo Closes with Over 120 Partnership Agreements&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;China's first independent professional exhibition dedicated to "embodied AI," &lt;strong&gt;CIEI 2026&lt;/strong&gt;, has closed, with nearly &lt;strong&gt;200 companies&lt;/strong&gt; — including Unitree, Zhiyuan Robotics, UBTech, LimX Dynamics, Galbot, and Fourier Intelligence — exhibiting everything from full robotic systems to core components, and reaching more than 120 partnership agreements on-site. Source: MiaoZhuo Talks AI &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcxMDA1ODkxMQ==&amp;amp;mid=2247485543&amp;amp;idx=1&amp;amp;sn=37d186a7acb6e47e4f7e7e546eb88930&amp;amp;chksm=f4d0841919af7828717b386e37a3c7890e903d398cf309a4248399810f648fbb1076453ee7aa#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Dexterous Hand Multimodal Dedicated Chip&lt;/strong&gt;: The Zhongke group (Zhongke Alpha / Zhongke Semiconductor) has launched a multimodal sensing and control chip dedicated to next-generation dexterous hands, presenting three core chip solutions using a 22-DOF dexterous hand as an example, emphasizing high precision, low latency, and small form factor &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzMzQwNjEzOQ==&amp;amp;mid=2247483864&amp;amp;idx=1&amp;amp;sn=796cb11766e7cbe2c920e0cf104c20ba&amp;amp;chksm=c306074f689e5d6816c60db9d0d27af04a848b5ca00e333494fa5777dc6fd6c161108981f663#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Yuequan Bionics Y-Hand M1&lt;/strong&gt;: This new dexterous hand returns to "human hand biology," balancing rigidity and compliance to combine grip strength with gentle, damage-free handling of fragile or irregularly shaped objects &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMzUxODUzMw==&amp;amp;mid=2247487806&amp;amp;idx=1&amp;amp;sn=27e1f7ab72fbcdca20e3fdb41de75ee3&amp;amp;chksm=c159e558eaf883126cfd421f41c9f15b28f2df44ba0c98ffa2fba6d78b13b3bc7a1009853cc0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Li Auto Mach M100 Chip&lt;/strong&gt;: Li Auto's self-developed autonomous-driving chip, the Mach M100, has debuted, marking further progress in in-house vehicle compute development &lt;a href="https://chejiahao.m.autohome.com.cn/info/25471490" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Harmonic Reducer Supply Gap&lt;/strong&gt;: A brokerage research report claims humanoid robot harmonic reducers face a roughly 20% supply gap, forming the core thesis behind upstream capacity-flexibility investment plays (⚠️ analyst report claim, not measured data) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzODA2NDIxNQ==&amp;amp;mid=2247486478&amp;amp;idx=1&amp;amp;sn=359f29a8a536d4aadcf837494cd8dc46&amp;amp;chksm=f132307071d8f32558e83b5c9419a2f2a0c3e672f63159466b67885fb86fb8b8882950b05ca8#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 47 (07/04)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Fri, 03 Jul 2026 14:44:08 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-47-0704-h4o</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-47-0704-h4o</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· South Korean conglomerates Samsung, Hyundai, SK and others announced a combined roughly &lt;strong&gt;₩312 trillion&lt;/strong&gt; (about $195 billion) in southern-region industrial investments on the same day, betting heavily on physical AI manufacturing — Samsung alone will invest &lt;strong&gt;₩60 trillion&lt;/strong&gt; to build a physical AI manufacturing cluster in the Yeongnam region, plus another ₩19 trillion for a robotics factory in Gumi.&lt;/p&gt;

&lt;p&gt;· Industrial robot leader &lt;strong&gt;Estun Automation&lt;/strong&gt; (Chinese industrial robotics maker) plans to fully acquire its collaborative-robot subsidiary &lt;strong&gt;Estun Cobot&lt;/strong&gt; to expand into embodied AI, with the stock hitting the daily limit-up 3 times in 4 days.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;XBOT&lt;/strong&gt;, a food-service embodied AI company founded by former Xiaomi executive Tang Mu, closed two funding rounds totaling &lt;strong&gt;hundreds of millions of yuan&lt;/strong&gt; (Series A: ¥200 million; Series B: ¥300–500 million).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Unitree Robotics&lt;/strong&gt;' (Chinese humanoid robot maker) IPO registration approval ignited China's A-share robotics sector, with over &lt;strong&gt;40 stocks hitting limit-up&lt;/strong&gt; in a single day (the IPO was approved yesterday; today's move reflects secondary-market trading).&lt;/p&gt;

&lt;p&gt;· Autonomous driving company &lt;strong&gt;Momenta&lt;/strong&gt; (Chinese self-driving startup) saw its Hong Kong IPO public offering oversubscribed by &lt;strong&gt;more than 414 times&lt;/strong&gt;, as the Hong Kong listing window for robotics/autonomous-driving companies stays hot.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Research Progress
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Learn to Move Before You Learn to Act: Task-Agnostic Pretraining for VLA (TAP)&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;VLA models have long been bottlenecked by scarce expert demonstration data. This paper separates "learning how to move" (motor competence) from "learning what to do" (semantic alignment): it first uses cheap, unlabeled data — including &lt;strong&gt;discarded off-task trajectories and autonomous robot play&lt;/strong&gt; — to learn transferable motion priors via self-supervised inverse dynamics, then aligns those priors to language instructions using very few labeled demonstrations, significantly reducing reliance on expensive demos. It gained &lt;strong&gt;HF↑3&lt;/strong&gt; on the day, and the approach has broad value for data-constrained settings.&lt;/p&gt;

&lt;p&gt;Junhao Shi et al. · arXiv 2607.02466 &lt;a href="https://arxiv.org/abs/2607.02466" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One Demo Is Enough: Real-World Robot Reinforcement Learning (AutoSERL)&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Real-world RL faces two major pain points: expensive data and the need for continuous human intervention during training. AutoSERL fully automates the intervention process using just a &lt;strong&gt;single demonstration&lt;/strong&gt;, achieving &lt;strong&gt;100% success rate&lt;/strong&gt; on insertion tasks and greater robustness to positional perturbations — cutting the startup cost of real-world RL down to one demo.&lt;/p&gt;

&lt;p&gt;Yuwan Liu et al. · arXiv 2607.01651 &lt;a href="https://arxiv.org/abs/2607.01651" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PhysMani: A Physics-Grounded 3D World Model for Dynamic Manipulation&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Grasping fast-moving targets remains a hard problem for embodied AI, and existing VLA and world models both struggle to jointly achieve precise 3D geometry and physically plausible predictions. PhysMani couples a &lt;strong&gt;physics-grounded 3D Gaussian world model&lt;/strong&gt; with a "future-aware" action policy, so predictions respect both geometry and physics, for dynamic object manipulation in unstructured 3D environments.&lt;/p&gt;

&lt;p&gt;Peng Yun et al. · arXiv 2607.01938 &lt;a href="https://arxiv.org/abs/2607.01938" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bridge-WA: Predicting Only Where and How the World Changes, Not Rendering Full Future Frames&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;General-purpose VLA benefits from large vision-language priors, but effective manipulation also requires anticipating action-relevant scene changes; large generative world models that do dense future rollouts are expensive, spending much of their compute on visual details only weakly related to control. Bridge-WA distills a frozen "future-change teacher" into three compact priors (future tokens, change maps, motion-flow maps), lightly boosting task success and progress — a pragmatic route of "predicting less pixels, more causality."&lt;/p&gt;

&lt;p&gt;Yongjie Bai et al. · arXiv 2607.02195 &lt;a href="https://arxiv.org/abs/2607.02195" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VT-WAM: A Visual-Tactile World-Action Model for Contact-Rich Manipulation&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Contact-rich manipulation requires instant response to local deformation, pressure, slip, and friction — cues that are sparse or even invisible in vision. Existing visual-tactile policies mostly feed tactile signals directly into action prediction, rarely &lt;strong&gt;modeling the dynamics of tactile deformation&lt;/strong&gt; during action generation. VT-WAM brings tactile sensing into the world model's predictive loop, filling this gap.&lt;/p&gt;

&lt;p&gt;Shuai Tian et al. · arXiv 2607.02503 &lt;a href="https://arxiv.org/abs/2607.02503" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Imagining Touch: "Tactile-Informed" Manipulation Without Tactile Hardware&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;Tactile sensing can substantially improve contact-rich manipulation, but sensors are fragile, need calibration, and are costly to maintain, limiting real-world deployment. This paper proposes &lt;strong&gt;imagined tactile representations&lt;/strong&gt; — at deployment, no tactile sensor is installed, yet the robot still gains the benefits of tactile knowledge, answering the fundamental question of whether tactile benefits are attainable without tactile hardware.&lt;/p&gt;

&lt;p&gt;Zhiyuan Zhang et al. · arXiv 2607.01684 &lt;a href="https://arxiv.org/abs/2607.01684" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Guided Action Flow: Adding Inference-Time Q-Guidance to Flow-Matching VLA&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Flow-matching VLA generates action chunks through iterative transport, naturally leaving room for "no retraining needed" test-time guidance. This framework keeps a pretrained &lt;strong&gt;SmolVLA&lt;/strong&gt; policy frozen and uses a learned action-chunk critic to guide its reverse flow sampler, improving performance without touching the backbone weights — another example of the low-cost "frozen backbone + inference-time polishing" paradigm.&lt;/p&gt;

&lt;p&gt;Liuhaichen Yang et al. · arXiv 2607.02092 &lt;a href="https://arxiv.org/abs/2607.02092" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HEFT: Heavy-Payload Teleoperation for Full-Scale Humanoids&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;General motion tracking/teleoperation is one path to scaling humanoid skills, but most frameworks are validated on small platforms or without real payloads, leaving full-scale humanoids under real load almost entirely unstudied. HEFT learns from noisy VR references using &lt;strong&gt;privileged motion guidance&lt;/strong&gt;, then applies a &lt;strong&gt;windowed payload curriculum&lt;/strong&gt; to progressively add load, achieving robust heavy-payload tracking.&lt;/p&gt;

&lt;p&gt;Chenxin Liu et al. · arXiv 2607.02332 &lt;a href="https://arxiv.org/abs/2607.02332" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: VLA-Corrector adds lightweight "detect-and-correct" reasoning with on-demand adaptive action horizons to chunked VLA (arXiv 2607.01804 &lt;a href="https://arxiv.org/abs/2607.01804" rel="noopener noreferrer"&gt;source&lt;/a&gt;); The Moving Eye uses a dual-arm setup where one arm operates while the other serves as a moving camera, improving VLA spatial generalization (arXiv 2607.02322 &lt;a href="https://arxiv.org/abs/2607.02322" rel="noopener noreferrer"&gt;source&lt;/a&gt;); WorldSample closes the "real-synthetic" data augmentation loop in real-world RL using a world model (arXiv 2607.02431 &lt;a href="https://arxiv.org/abs/2607.02431" rel="noopener noreferrer"&gt;source&lt;/a&gt;); ACID uses inverse-dynamics consistency to constrain the achievability of intermediate states in world-model planning (arXiv 2607.02403 &lt;a href="https://arxiv.org/abs/2607.02403" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Actuator Reality Shaping shapes actuator dynamics for zero-shot sim-to-real transfer (arXiv 2607.02205 &lt;a href="https://arxiv.org/abs/2607.02205" rel="noopener noreferrer"&gt;source&lt;/a&gt;); VLAFlow proposes a unified training framework for cross-comparing different robot pretraining paradigms (arXiv 2607.01586 &lt;a href="https://arxiv.org/abs/2607.01586" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Neuro-Symbolic Safety Guidance uses constrained flow matching to give VLA predictive obstacle avoidance (arXiv 2607.01378 &lt;a href="https://arxiv.org/abs/2607.01378" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Controllable Sim Agents generates traffic simulation agents controllable along interpretable axes via behavioral latent variables (arXiv 2607.02496 &lt;a href="https://arxiv.org/abs/2607.02496" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Embodied.cpp&lt;/strong&gt;: A portable embodied-model inference runtime for heterogeneous robots, unifying deployment of VLA and world-action models (WAM), providing modular multi-rate execution, latency-first fused inference, and extensible operators/IO — easing the fragmentation of "each model with its own Python stack plus robot-side glue code" (arXiv 2607.02501 &lt;a href="https://arxiv.org/abs/2607.02501" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;CommonRoad-Game&lt;/strong&gt;: A lightweight human-in-the-loop autonomous driving simulation framework, tightly coupled with the CommonRoad platform, specifically built for systematically testing motion planners in interactive scenarios involving humans and analyzing human driving behavior (arXiv 2607.01382 &lt;a href="https://arxiv.org/abs/2607.01382" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;DL-VINS-Factory&lt;/strong&gt;: A modular framework unifying learned visual front-ends (ALIKED, SuperPoint, XFeat, etc.) with LK optical flow or LightGlue matching for visual-inertial SLAM, enabling systematic evaluation of the practical value of deep features in tightly-coupled VI-SLAM (arXiv 2607.01757 &lt;a href="https://arxiv.org/abs/2607.01757" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;XBOT | Series A + Series B | Hundreds of Millions of Yuan Combined&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;General-purpose food-service embodied robotics company XBOT closed two consecutive funding rounds: a &lt;strong&gt;¥200 million Series A&lt;/strong&gt; funded by Hong Kong's Jiankun Capital (GPTX), and a &lt;strong&gt;¥300–500 million Series B&lt;/strong&gt; with participation from multiple government funds, USD funds, and industry partners. The company was founded by former Xiaomi executive &lt;strong&gt;Tang Mu&lt;/strong&gt;, and on the same day launched an in-house coffee brand to validate embodied commercialization through "a single cup of coffee." Funds will go toward R&amp;amp;D, market expansion, and team building.Source: Tech Capital Circle &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzOTI0NjE2NA==&amp;amp;mid=2247487027&amp;amp;idx=1&amp;amp;sn=cf16a8dafb38cd54929ee019feabb4d1&amp;amp;chksm=f1cd71cf3df5cbe3833146f6509145b22eb3c3289947b827170dec7c0c1a2f18a6e698c7b1bb#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;, Robotics Outlook &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NDU5NjMwMA==&amp;amp;mid=2247492659&amp;amp;idx=1&amp;amp;sn=c04b2b50888433dad0f773425cd22e53&amp;amp;chksm=c29438129a099534dde266d623af735e17d6a6073635f7276ab531f96ed91332ea8bb7a5170e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quanzhibo | Series A+++ | Led by GL Ventures&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Wuxi-based Quanzhibo (a maker of integrated robotic &lt;strong&gt;joint modules&lt;/strong&gt;) closed a Series A+++ round led by GL Ventures (Hillhouse's venture arm), with &lt;strong&gt;Zhiyuan Robotics&lt;/strong&gt; (Chinese humanoid robot startup) and Lingxin Qiaoshou (Chinese dexterous-hand maker) joining as strategic industry investors. Both robot makers and top-tier capital are now betting directly on upstream joint modules, extending this cycle's trend of "capital flowing from full robots toward components like joint modules and dexterous hands."Source: PEDaily &lt;a href="https://news.pedaily.cn/202607/565838.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;, Shouchuang Holdings &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIyNDgwNzU1OA==&amp;amp;mid=2247496951&amp;amp;idx=1&amp;amp;sn=b36225b286e9079ea19114101852c4e7&amp;amp;chksm=e98d298c9662b4a7dff8fb19c5c99d3c336d2e677235a0bd50b4650511aa209251ab14c025ea#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Rushen Robotics | Pre-A Round | ¥100 Million&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Shanghai-based Rushen Robotics (founded by a Tsinghua professor, focused on &lt;strong&gt;elderly-care&lt;/strong&gt; scenarios for embodied AI) closed a ¥100 million Pre-A round, with investment from Qingsong Capital, Runze Technology, and Pinghu Zexin, to accelerate deployment of embodied AI in elderly-care facilities and home settings.Source: Robotics Outlook &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NDU5NjMwMA==&amp;amp;mid=2247492659&amp;amp;idx=2&amp;amp;sn=b2099f5a2e5535ac975527d282b2b6a0&amp;amp;chksm=c237bc5ad7bc78455bf6120b90a587570163974611b9120228d27b6509569c8e6e2824ed416a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Momenta (Shanghai Autonomous Driving Technology) | Hong Kong IPO | 414x Oversubscribed&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Autonomous driving solution provider Momenta's Hong Kong IPO public offering was &lt;strong&gt;oversubscribed roughly 414 times&lt;/strong&gt;, adding another hot listing to the recent wave of Hong Kong IPOs. Investor enthusiasm for advanced autonomous-driving and embodied-AI names mirrors the rally in China's A-share robotics sector.Source: South China Morning Post &lt;a href="https://www.scmp.com/business/article/3359360/chinas-momenta-ipo-oversubscribed-414-times-hong-kong-listings-pack-calendar" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lishang LISSOME | Series A | Tens of Millions of Yuan&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;AI kitchen robot brand Lishang closed a tens-of-millions-of-yuan Series A round led by &lt;strong&gt;Sequoia China&lt;/strong&gt; and Brizan Ventures, targeting embodied AI deployment in the high-frequency home cooking scenario.Source: Embodied Universe &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzODI4NTQ1OA==&amp;amp;mid=2247485644&amp;amp;idx=1&amp;amp;sn=3436ecabadb883170e45641c2a41102b&amp;amp;chksm=f1156351fb64f4e3052f22197fc376d97efc89df8812a03b3a0a809a8e4f1071dae442da804a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Commercialization &amp;amp; Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Kodiak Completes Autonomous Trucking Program in Ohio&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kodiak&lt;/strong&gt; announced the completion of its autonomous trucking program in &lt;strong&gt;Ohio&lt;/strong&gt;, marking another real-world milestone for driverless long-haul freight; the autonomous trucking sector has recently been making steady progress on "mileage/program delivery," not just demos.Source: Investing.com &lt;a href="https://www.investing.com/news/company-news/kodiak-completes-autonomous-trucking-program-in-ohio-93CH-4601511" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tesla Robotaxi Expands to Florida, Its Third Operating State&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Tesla carved out a small Robotaxi operating zone in &lt;strong&gt;Miami&lt;/strong&gt;, making Florida its third state for autonomous-driving deployment. But media reports also note that Tesla is &lt;strong&gt;still struggling to scale up in Texas&lt;/strong&gt; — a clear gap remains between expanding to new states and actually scaling capacity.Source: Electrek &lt;a href="https://electrek.co/2026/07/03/tesla-robotaxi-miami-service-area-map/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Waymo Takes First Step into Southern Europe&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Waymo&lt;/strong&gt; has taken its first step into southern Europe, continuing to accelerate its overseas/international expansion. Following adjustments to its Phoenix partnership, Waymo's focus is increasingly shifting toward overseas/international cities and new partnerships.Source: eletric-vehicles.com &lt;a href="https://eletric-vehicles.com/waymo/waymo-takes-first-step-into-southern-europe-as-overseas-push-deepens/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTech's "Kissonic" Industrial Humanoid Debuts With 4,000 Pre-Orders&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;UBTech (Chinese humanoid robotics maker) launched its industrial-native humanoid robot "Kissonic," accompanied by an industrial embodied model called "FabriX." The company claims it secured &lt;strong&gt;4,000&lt;/strong&gt; units in orders at launch. The figure is a vendor-disclosed order count; actual installations and delivery pace remain to be verified.⚠️ Vendor-disclosed figuresSource: Xingfu Feidong &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI0NTA1NzQ5MA==&amp;amp;mid=2649961070&amp;amp;idx=1&amp;amp;sn=dfbcd22f505d89ba02ab1a4f9bcd6bbc&amp;amp;chksm=f03d2629bb3731de0b2b54a4a8b14994e245902b7e420b96cc38ca498eb4e097f0088b20592b#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhejiang Humanoid "NAVIAI" Claims Scaled Commercial Use Across Four Sectors&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Ningbo-based Zhejiang Humanoid says its fully self-developed "NAVIAI" series has already achieved scaled commercial use this year across four sectors: industrial manufacturing, commercial services, education/training, and data collection. This is a company self-report; specific installation numbers and revenue have not been independently disclosed.⚠️ Vendor-disclosed figuresSource: Ningbo Cyberspace Affairs &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzMzg0ODA5NA==&amp;amp;mid=2247567501&amp;amp;idx=2&amp;amp;sn=7c9e25f0986b9a6df6d3259ded5b64b0&amp;amp;chksm=e9f709e69a4ae5f398d7c8fa190ab21e3598f607311d87e225fd741f4e1fe013870eb7812ec6#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;South Korean Conglomerates Collectively Bet on Physical AI: Samsung, Hyundai Pledge ~₩312 Trillion in Southern Investments&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;South Korean giants Samsung, SK, and the Hyundai Motor Group unveiled industrial blueprints for the &lt;strong&gt;Yeongnam&lt;/strong&gt; region on the same day, with combined investments of roughly &lt;strong&gt;₩312 trillion (about $195 billion)&lt;/strong&gt;, covering AI data centers, robotics factories, and launch vehicles. &lt;strong&gt;Samsung alone will invest ₩60 trillion&lt;/strong&gt; to build a physical AI manufacturing cluster in Yeongnam, plus ₩19 trillion for a robotics factory in Gumi; &lt;strong&gt;Hyundai&lt;/strong&gt; announced roughly &lt;strong&gt;$27.3 billion&lt;/strong&gt; in investment in the southeast to develop mobility and physical AI. Following Japan's "sovereign AI" ¥1 trillion push and China's embodied-AI surge, South Korea is now formally joining the physical AI race with state-level capital and manufacturing bases.Source: Reuters &lt;a href="https://www.reuters.com/world/asia-pacific/south-korean-conglomerates-unveil-195-billion-investment-industrial-projects-2026-07-03/" rel="noopener noreferrer"&gt;source&lt;/a&gt;, The Korea Times &lt;a href="https://www.koreatimes.co.kr/business/companies/20260703/hyundai-motor-to-invest-273-bil-in-southeast-to-develop-mobility-physical-ai" rel="noopener noreferrer"&gt;source&lt;/a&gt;, Chosunbiz &lt;a href="https://biz.chosun.com/en/en-it/2026/07/03/KG4YEPCGR5E6HIGLIDH7WNMZTA/?outputType=amp" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Estun Plans Full Acquisition of Estun Cobot to Expand into Embodied AI&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Chinese industrial robotics leader &lt;strong&gt;Estun Automation&lt;/strong&gt; disclosed it is planning a full acquisition of its collaborative-robot subsidiary &lt;strong&gt;Estun Cobot&lt;/strong&gt;, widely read by the market as a signal of consolidation into embodied AI, with the stock hitting the daily limit-up &lt;strong&gt;3 times in 4 days&lt;/strong&gt;. Industrial robot makers expanding into collaborative/embodied businesses is another instance in this cycle's trend of full-robot manufacturers filling gaps in their portfolios.Source: JRJ &lt;a href="https://m.jrj.com.cn/madapter/stock/2026/07/03142257685601.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unitree IPO Approval Ignites China's A-Share Robotics Sector, Over 40 Stocks Hit Limit-Up&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Following yesterday's approval of Unitree Robotics' IPO registration on the STAR Market (already reported), China's robotics industry index rose nearly &lt;strong&gt;8%&lt;/strong&gt; intraday to lead the market today, with Green Harmonic Drive and more than &lt;strong&gt;40 other stocks&lt;/strong&gt; hitting limit-up, and robotics ETFs saw large net inflows. Multiple brokerages view this as a "catalyst and industry validation" for the sector, though some analysts warn of divergence risk between "the tail end of thematic speculation" and "the early stage of earnings validation."Source: Cailianshe &lt;a href="https://www.cls.cn/detail/2416721" rel="noopener noreferrer"&gt;source&lt;/a&gt;, Zhongjin Online &lt;a href="http://news.cnfol.com/zhengquanyaowen/20260703/32298703.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Boston Dynamics CEO: Without a National Strategy, U.S. Robotics Risks Repeating Semiconductors' Fate&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;As China, Japan, and South Korea successively elevate physical AI to a national strategy, Boston Dynamics' CEO publicly called for the United States to adopt a national-level robotics strategy, warning that without one, U.S. leadership in robotics could suffer the same fate as semiconductors. This is an executive statement, but it stands in sharp contrast to South Korea's ₩312 trillion investment announced the same day, highlighting an emerging "industrial policy race" among nations.⚠️ Executive statementSource: finance.biggo.com &lt;a href="https://finance.biggo.com/news/19e2f6b2-b984-49fa-8008-503d5979edda" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CloudMinds Unveils Single-Arm Collaborative Embodied Robot&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;CloudMinds (Chinese robotics maker) launched its first &lt;strong&gt;single-arm collaborative&lt;/strong&gt; embodied robot, positioned around fusing &lt;strong&gt;world models and VLA&lt;/strong&gt; as complementary approaches (rather than a either/or choice), targeting hotel and commercial service scenarios. The product integrates "predicting the future + semantic understanding + action" into a single collaborative platform.Source: Ikanchai &lt;a href="https://m.ikanchai.com/pcarticle/661774" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AgiBot Unveils "Event-Level Predictive" World Model WALL-WM&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;AgiBot Robotics (Chinese embodied AI startup) says it has released the "world's first event-level predictive" embodied world model, &lt;strong&gt;WALL-WM&lt;/strong&gt;, arguing for moving beyond "learning pixel changes frame by frame" toward modeling &lt;strong&gt;task-semantic events&lt;/strong&gt; instead. The "world's first" claim is a vendor self-description; independent comparisons and third-party reproduction are not yet available.⚠️ Vendor-disclosed claimSource: Dolphin Digital Intelligence Lab &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU4MjIyMTkwOA==&amp;amp;mid=2247529876&amp;amp;idx=1&amp;amp;sn=57e1df1947a28e847a039781764c0bf9&amp;amp;chksm=fc4882e32117cfbe860b2630e8353a349e094ccc4590864f9f375d68c742578d3da4a9b52774#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Guangzhou and Shanghai Roll Out Embodied AI Policies and Real-World Pilot Programs&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Local governments continue to ramp up support: &lt;strong&gt;Guangzhou&lt;/strong&gt; issued "Measures for Promoting the High-Quality Development of the Embodied Intelligent Robotics Industry," covering data collection standards, intelligent computing, and open scenarios; &lt;strong&gt;Shanghai&lt;/strong&gt;'s Municipal Commission of Economy and Information Technology launched a 2026 real-world pilot program for humanoid robots and embodied AI, targeting the identification of &lt;strong&gt;more than 100&lt;/strong&gt; high-value application scenarios by year-end and deployment capacity at the scale of &lt;strong&gt;tens of thousands of units&lt;/strong&gt;. These include forward-looking targets, but represent genuine institutional efforts driving the industry forward. Separately, China's Ministry of Human Resources and Social Security plans to add 12 new occupations, including "embodied AI robot application technician."Source: Guangzhou Industry and Information Technology Bureau &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNzIxNDkyNQ==&amp;amp;mid=2689804021&amp;amp;idx=2&amp;amp;sn=c82d92a9344352995757fbc58b8eb42f&amp;amp;chksm=cc87343042b49feb3c6b7558e1c6f326d749ce87598617e4b2547f60798d44410cbcba8e1573#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;, KCSJ Daily &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg4MTEyNzc4Mg==&amp;amp;mid=2247640444&amp;amp;idx=1&amp;amp;sn=fbaa66afba2b5b53844a114438a32087&amp;amp;chksm=ce779f5c3a658502a3509dd7be86048660dfc5d33223aba6e30c42447a5f55261da199bf4b79#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;, Jiemian News &lt;a href="https://www.jiemian.com/article/14695006.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tesla's Optimus Production Line Transition; VP Says Mass Production Begins by Year-End&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Musk posted a photo of the Optimus factory, with reports indicating the Fremont production line is transitioning from Model S/X toward Optimus; a Tesla vice president said humanoid robot mass production would begin by year-end, targeting an annual output of &lt;strong&gt;one million units&lt;/strong&gt;. The line transition is an observable fact, while the "one million units" figure is a target/plan; the mass-production timeline remains to be delivered.⚠️ Planned/target figuresSource: Dasheng Liaowang &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkxMTg4MjI5MQ==&amp;amp;mid=2247487896&amp;amp;idx=1&amp;amp;sn=bdecf4a7f27263a8a1cff01bd835cbba&amp;amp;chksm=c0eeb061cd5044be736435ee78feac586462027adf3022c0925c971598f7c7ffa9f5c93fd039#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;, chinanews.com.cn &lt;a href="https://www.chinanews.com.cn/cj/shipin/cns-d/2026/07-03/news1060523.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Dexterous hand motors&lt;/strong&gt;: Multiple technical reviews note that dexterous hands are essentially "multi-axis micro motion-control systems" (with roughly 20 joints operating simultaneously); motors are upgrading from coreless designs to miniature servos with built-in drivers to compress wiring harness and controller size, making this a key bottleneck for scaling dexterous-hand production.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Dense dexterous-hand funding&lt;/strong&gt;: Industry tallies indicate the dexterous-hand sector saw 3 funding deals totaling more than &lt;strong&gt;¥800 million&lt;/strong&gt; in the first week of July; dexterous hands previously accounted for less than 5% of humanoid full-robot funding, but this imbalance began correcting starting in Q2, with hardware focus shifting from "brain/torso" toward "hands."⚠️ Third-party tally&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Inspire-Robots&lt;/strong&gt;: Cited as the global benchmark for dexterous-hand mass production, with annual shipments exceeding 10,000 units, covering core structures for miniature lead screws, servo cylinders, and tactile dexterous hands, along with supporting force-control SDK and tactile-data-collection software.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Harmonic drive reducers&lt;/strong&gt;: A single humanoid robot requires more than twenty precision reducers, accounting for about 15% of total unit cost; as 2026 mass production ramps up, the industry expects harmonic drive reducer output to grow at a compound annual rate exceeding &lt;strong&gt;85%&lt;/strong&gt;, opening a window for Chinese-made substitution.⚠️ Brokerage forecast&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 46 (07/03)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Thu, 02 Jul 2026 14:51:00 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-46-0703-5dpi</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-46-0703-5dpi</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Unitree Robotics&lt;/strong&gt;' STAR Market IPO registration was approved (China Securities Regulatory Commission consent), planning to raise &lt;strong&gt;RMB 4.202 billion&lt;/strong&gt;; at roughly 104 days from acceptance to registration effectiveness, this is the fastest pre-review on record for the STAR Market, putting China's "first listed humanoid robot company" on the horizon.&lt;/p&gt;

&lt;p&gt;· World models are shifting from "contestant" to "infrastructure": &lt;strong&gt;D-Robotics' Uranus&lt;/strong&gt; achieves frame-level closed-loop control, Zhiyuan Robotics (Chinese humanoid startup) released an open general-purpose training ground, and multiple world-model papers (Valdi, ABot-M0.5, etc.) landed the same day, extending the recent capital-attracting wave.&lt;/p&gt;

&lt;p&gt;· Home embodied AI draws another major bet: &lt;strong&gt;Lexiang Technology&lt;/strong&gt; (Chinese home robotics startup founded by former Dreame executives), completed a nearly &lt;strong&gt;RMB 500 million&lt;/strong&gt; Pre-A round (led by Ant Group), bringing total funding to RMB 1 billion; Ant Group has now backed 12 humanoid/embodied AI companies in 18 months.&lt;/p&gt;

&lt;p&gt;· Global bearing leader &lt;strong&gt;SKF&lt;/strong&gt; formed a joint venture with Chinese harmonic reducer leader Leaderdrive, with SKF holding a &lt;strong&gt;60%&lt;/strong&gt; stake — moving directly into precision joint transmission for humanoid robots.&lt;/p&gt;

&lt;p&gt;· The first Shanghai International Embodied Intelligence Expo opened; concurrently, the &lt;em&gt;China Embodied Intelligence Industry Development Report (2026)&lt;/em&gt; stated China is among the world's fastest-growing embodied AI markets, with an annual compound growth rate of roughly &lt;strong&gt;22%–23%&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Progress
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;"Domain arithmetic" adapts VLA to environmental drift with a single sample&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;VLA models often fail wholesale when a camera pose changes or the robot changes (e.g., Panda→UR5e); traditional adaptation requires collecting multiple demonstrations per task, which is costly. This paper characterizes environmental drift as a "&lt;strong&gt;domain vector&lt;/strong&gt;" that can be added or subtracted in weight space, achieving cross-domain adaptation with just a &lt;strong&gt;single&lt;/strong&gt; sample — substantially reducing reliance on target-domain demonstration data. It topped the day's Hugging Face trending list with a score of &lt;strong&gt;16&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Taewook Kang et al. · arXiv 2607.00666 &lt;a href="https://arxiv.org/abs/2607.00666" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Letting world models complete 3D point clouds for more stable long-horizon prediction&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Large video dynamics models lack explicit 3D structure, causing geometric drift and error accumulation over long rollouts. This work injects 3D spatial structure into world models via &lt;strong&gt;point completion&lt;/strong&gt;, outperforming 2D video baselines on both dynamics-learning accuracy and long-horizon consistency — aligning with the day's main theme of "world models moving toward usability."&lt;/p&gt;

&lt;p&gt;Skand Peri et al. (Oregon State) · arXiv 2607.00148 &lt;a href="https://arxiv.org/abs/2607.00148" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A structured 4D latent prediction model for robot planning&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Most video prediction models remain confined to 2D sequences, lacking 3D geometry and struggling with precise spatial reasoning. This work (including &lt;strong&gt;Yilun Du&lt;/strong&gt;) builds a structured &lt;strong&gt;4D (3D + time)&lt;/strong&gt; latent prediction model, providing physically consistent future predictions for robot planning.&lt;/p&gt;

&lt;p&gt;Zhiyi Li et al. · arXiv 2607.01166 &lt;a href="https://arxiv.org/abs/2607.01166" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ABot-M0.5: a world-action model unifying mobility and manipulation&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Mobile manipulation remains difficult for current embodied learning approaches. &lt;strong&gt;ABot-M0.5&lt;/strong&gt; centers on "three-layer alignment" (temporal granularity, action space, and train-test consistency), using intermediate implicit actions to bridge video latents and embodied control — unifying mobility and manipulation within a single world-action model. Hugging Face trending score: 8.&lt;/p&gt;

&lt;p&gt;Ronghan Chen et al. · arXiv 2607.00678 &lt;a href="https://arxiv.org/abs/2607.00678" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Analysis: Shuyuan AI &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTgyODQ4MA==&amp;amp;mid=2247494095&amp;amp;idx=2&amp;amp;sn=d85ac898017867b2ccd2dc3ff6385958&amp;amp;chksm=cf9c7363767464a2358a1aa606459bedf3e133a99ce333bfb094bf249a471d28c5c68574311e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Valdi: a value-diffusion world model that jointly predicts value, reward, and dynamics&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Diffusion models can capture uncertain future dynamics, but iterative inference is slow and ill-suited to low-latency latent-space planning. &lt;strong&gt;Valdi&lt;/strong&gt; trains a latent diffusion dynamics model end-to-end within an online control loop, TD-MPC style, &lt;strong&gt;simultaneously&lt;/strong&gt; predicting the value function, reward, and dynamics — balancing expressiveness with online usability.&lt;/p&gt;

&lt;p&gt;Christopher Lindenberg, Kashyap Chitta · arXiv 2607.00917 &lt;a href="https://arxiv.org/abs/2607.00917" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Analysis: Shuyuan AI &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTgyODQ4MA==&amp;amp;mid=2247494095&amp;amp;idx=3&amp;amp;sn=5bdc0235c36f5145ef94ea7f6367b859&amp;amp;chksm=cffdf702ce95f8a5d5c9cc5b1bbcf4767ff2ba096fb6c2efdd79d232d24c1650011a214767fb#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Letting world models act as "referee": RoboWorld's neural simulation evaluates general-purpose policies&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;Using video world models to evaluate general-purpose robot policies can bypass real-robot deployment, but the world model's own errors make rollouts unreliable, and inference is slow. &lt;strong&gt;RoboWorld&lt;/strong&gt; targets policy evaluation that is both fast and reliable, echoing this week's discussion of "world models not as contestants, but as referees."&lt;/p&gt;

&lt;p&gt;Byeongguk Jeon et al. (KAIST) · arXiv 2607.01060 &lt;a href="https://arxiv.org/abs/2607.01060" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Transferring human-hand tactile pretraining to dexterous manipulation&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;Touch provides force feedback that vision cannot replace for contact-rich tasks, but tactile-equipped datasets are small in scale and narrow in contact coverage. This paper does &lt;strong&gt;human-centric, transferable tactile pretraining&lt;/strong&gt;, alleviating the tactile data bottleneck in dexterous manipulation — resonating with the day's momentum around "tactile foundation models."&lt;/p&gt;

&lt;p&gt;Chi Zhang et al. · arXiv 2607.01067 &lt;a href="https://arxiv.org/abs/2607.01067" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fei-Fei Li, Jim Fan, and Danfei Xu: dexterous-hand data may have "gone down the wrong path"&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;The three authors co-wrote a piece reflecting on the current approach to dexterous-hand learning, and released a &lt;strong&gt;100-hour&lt;/strong&gt; bimanual dexterous-hand teleoperation dataset covering &lt;strong&gt;over 200&lt;/strong&gt; everyday objects, 22 motion primitives (grasping, squeezing, insertion, wiping, folding, etc.), and more than &lt;strong&gt;7,700&lt;/strong&gt; trajectories — arguing for reconstructing dexterous manipulation using data that better reflects human manipulation priors.&lt;/p&gt;

&lt;p&gt;Fei-Fei Li, Jim Fan, Danfei Xu, et al. · Analysis: DeepTech &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA3NTIyODUzNA==&amp;amp;mid=2649799888&amp;amp;idx=1&amp;amp;sn=2f4563d6eafefddd13715501a09fdd56&amp;amp;chksm=868d61aeb2d00523e8df3f7ff67dfe3c5b4f73a22a70be67ad5ed50bbec7cf349c8de28f2229&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FurnitureVLA: a VLA for real-scale bimanual furniture assembly&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Existing robotic furniture assembly work mostly remains at toy scale or single-arm. &lt;strong&gt;FurnitureVLA&lt;/strong&gt; is the first systematic study of a VLA for &lt;strong&gt;real-scale bimanual&lt;/strong&gt; furniture assembly, pushing long-horizon two-handed manipulation closer to practical scenarios.&lt;/p&gt;

&lt;p&gt;Chenyang Ma et al. · arXiv 2607.01212 &lt;a href="https://arxiv.org/abs/2607.01212" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: FAR, enabling test-time recovery and continuous improvement via failure-aware retry (arXiv 2607.01111 &lt;a href="https://arxiv.org/abs/2607.01111" rel="noopener noreferrer"&gt;source&lt;/a&gt;); ROSA, a foundation-model serving system for robot factories (arXiv 2607.01088 &lt;a href="https://arxiv.org/abs/2607.01088" rel="noopener noreferrer"&gt;source&lt;/a&gt;); the paper for NVIDIA GEAR's self-improving skill-discovery system ASPIRE is now up (previously reported, arXiv 2607.00272 &lt;a href="https://arxiv.org/abs/2607.00272" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Wake up for Touch, mask-isolated tactile alignment in MLLMs (arXiv 2607.00302 &lt;a href="https://arxiv.org/abs/2607.00302" rel="noopener noreferrer"&gt;source&lt;/a&gt;); From World Models to World Action Models, a tutorial survey of robot world models (arXiv 2607.00836 &lt;a href="https://arxiv.org/abs/2607.00836" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Path Planning in Physically Viable World Models (arXiv 2607.00673 &lt;a href="https://arxiv.org/abs/2607.00673" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Zhiyuan Robotics' General Training Ground&lt;/strong&gt;: connects real-robot data, simulation evaluation, world models, and robot deployment into one open platform for community training and evaluation of embodied policies, aligning with the day's several "world model as evaluator" papers &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg5Mjc3MjA5Nw==&amp;amp;mid=2247498114&amp;amp;idx=1&amp;amp;sn=6984cc822b9bb5a724c3a67ed482f011&amp;amp;chksm=c13a18b80a96d10e6223417c3eca3f5b7a29a397e7844be0d1f58729bb1325960bca231d86fb&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;AgiBot's X-Tokenizer&lt;/strong&gt;: a cross-modal embodied action tokenizer; the company claims a 13.5% improvement in multimodal alignment and an 8.25% improvement in long-horizon task performance, alongside a new QUANXTA Zero embodiment-free data collection solution &lt;a href="https://www.pingwest.com/a/315229" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Lexiang Technology (Zeroth) | Pre-A | Nearly RMB 500 million | RMB 1 billion total&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Led by Ant Group. Lexiang was founded by &lt;strong&gt;former Dreame executives&lt;/strong&gt; (Chinese cleaning-robot maker) just a year and a half ago; this round coincided with the launch of its home embodied-AI brand "Zeroth" (spanning collaborative, companion, humanoid, and other product forms). The company claims first-half revenue growth of roughly 600% and about 30,000 orders. Home scenarios are the new focus of the current wave of embodied AI capital.Source: Robotics Outlook &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NDU5NjMwMA==&amp;amp;mid=2247492588&amp;amp;idx=1&amp;amp;sn=2aed2672a2c09ed2c09c05077eaf3b9a&amp;amp;chksm=c2cc737976c07be67eb754e07145441cdf6317556ddd2bccd04a4d9759266dc456e36487f836#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CarbonSix (South Korea) | Series A | $40 million (about KRW 60 billion)&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Co-led by DSC Investment and LB Investment, with participation from KDB, IMM, and all existing seed-round shareholders. CarbonSix builds &lt;strong&gt;physical AI systems&lt;/strong&gt; for factories (robotic intelligence software plus manipulators/end effectors), using a "data flywheel" approach that collects production-line data during deployment to feed back into the model; the company says it already has commercial contracts and revenue.Source: Chosunbiz &lt;a href="https://biz.chosun.com/en/en-it/2026/07/02/OZOGM6ONYBEMPKGFPXGHSEQI5Q/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Agility Robotics | SPAC listing | ~$2.5 billion valuation&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;U.S. humanoid robot maker Agility plans to merge with Churchill Capital XI to go public under ticker &lt;strong&gt;AGLT&lt;/strong&gt;, with the deal bringing in over $600 million in funding (including a PIPE led by Foxconn). Its bipedal robot &lt;strong&gt;Digit&lt;/strong&gt; is already deployed at 9 customer sites including Schaeffler, GXO, and Toyota Canada, with over $300 million in multi-year orders on hand — positioning it as one of the few "pure-play humanoid" names on U.S. markets.Source: MarketBeat &lt;a href="https://www.marketbeat.com/articles/agility-robotics-spac-deal-opens-a-rare-door-into-humanoid-ai/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VAST | New round | Over RMB 1 billion&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;VAST, which started out in 3D generation, has raised over RMB 1 billion in a new round and is pivoting toward &lt;strong&gt;world models&lt;/strong&gt;, aiming to use world models to support a low-barrier interactive content platform. Geely Capital invested in two embodied AI/world-model companies in a single day, with this round being one of them.Source: GeekPark &lt;a href="https://mp.weixin.qq.com/s?__biz=MTMwNDMwODQ0MQ==&amp;amp;mid=2653109712&amp;amp;idx=1&amp;amp;sn=30812f174e4eab56cfd074a9ebf5b644&amp;amp;chksm=7f526cb560174ce3a368451e1ea5a30dfdace49a58cd457665e2e0ce6e5ee7842d3fa7e840a6#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kunlunxing Robotics | Three consecutive rounds | Tens of billions of RMB cumulative&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Backed by Casstar (Zhongke Chuangxing), Hillhouse Ventures, Banyan Capital, Zhending Capital, and others. The company says it reached unicorn valuation &lt;strong&gt;within 90 days&lt;/strong&gt; of registration, setting a new record for the fastest-growing embodied AI startup in China. The frequent appearance of such "unicorn-at-founding" narratives is itself a sign of overheating in the current sector.Source: Beijing Fund Industry Association &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5OTYyMTk5Mg==&amp;amp;mid=2651678003&amp;amp;idx=4&amp;amp;sn=adca58560b03974973051d583bc56b74&amp;amp;chksm=bda9e52e52a8e8c9571e67ed22f4b33cf9c199f28a27bf17dcf607fc8092c6adce7f30f7fab4#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Luxonis | Series A | $14 million&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Focused on the &lt;strong&gt;perception layer&lt;/strong&gt; of physical AI (depth/spatial vision hardware and software). Compared with the recent cluster of "robot brain" funding rounds, this round directs capital toward the more upstream, less-covered sensing and perception stack.Source: The Robot Report &lt;a href="https://www.therobotreport.com/luxonis-closes-series-a-round-to-scale-physical-ai-perception-layer/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercialization &amp;amp; Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Pony.ai says its Guangzhou and Shenzhen Robotaxi operations have each reached per-vehicle profitability&lt;/strong&gt; · autonomy ⚠️ Company claim&lt;/p&gt;

&lt;p&gt;Pony.ai reported results claiming its Robotaxi operations in &lt;strong&gt;Guangzhou and Shenzhen&lt;/strong&gt; have successively achieved per-vehicle profitability; the same day, the GAC Aion Hyper HT Robotaxi it backs began deliveries. Per-vehicle profitability is a key milestone for Robotaxi unit economics, but this is currently a company self-report, with methodology and depreciation assumptions not independently verified.Source: Autohome &lt;a href="https://chejiahao.m.autohome.com.cn/info/24914701" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blattner awards Built Robotics a $75 million contract&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;According to The Robot Report, energy engineering giant Blattner is deploying Built Robotics' physical AI robots at scale in U.S. solar farm construction under a contract worth roughly &lt;strong&gt;$75 million&lt;/strong&gt;, handling high-risk tasks such as &lt;strong&gt;pile driving, surveying, and trenching&lt;/strong&gt;, with operators supervising from a safe distance — pointing to real order flow driven by "clean-energy demand plus construction cost-and-safety improvements."Source: The Robot Report &lt;a href="https://www.therobotreport.com/blattner-awards-built-robotics-75m-contract-meet-energy-demands/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AgiBot's A3 humanoid lands in Europe, launches Robot-as-a-Service in the UK&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;AgiBot debuted its &lt;strong&gt;A3&lt;/strong&gt; humanoid robot in Europe and launched a &lt;strong&gt;Robot-as-a-Service (RaaS)&lt;/strong&gt; rental model in the UK. Following mass production at the ten-thousand-unit scale in China, leading manufacturers are beginning to treat overseas expansion and "rent-as-needed" as part of their scaling strategy.Source: Robotics &amp;amp; Automation News &lt;a href="https://roboticsandautomationnews.com/2026/07/02/agibot-debuts-a3-humanoid-robot-in-europe-and-launches-uk-robot-as-a-service-model/103018/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTECH humanoid robots deployed at a China border crossing for crowd control&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;According to foreign media, UBTECH humanoid robots have been deployed at a busy international border crossing in China to assist with &lt;strong&gt;crowd flow/order management&lt;/strong&gt;. Compared with home-companion use cases, this type of government/public-facing scenario is one of UBTECH's humanoid deployments that comes closer to real working conditions.Source: Interesting Engineering &lt;a href="https://interestingengineering.com/ai-robotics/china-ubtech-humanoid-robots-international-border" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Novares partners with Innov8 to pilot humanoid robots in auto-parts manufacturing&lt;/strong&gt; · humanoid ⚠️ Pilot-stage claim&lt;/p&gt;

&lt;p&gt;Auto-parts maker Novares has partnered with Innov8 to pilot humanoid robots on an &lt;strong&gt;auto-parts production line&lt;/strong&gt;. This is an early pilot, not a scaled deployment, and its real-world viability remains to be seen.Source: Ifeng Tech &lt;a href="https://tech.ifeng.com/c/8uR19AspYJc" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;SKF and Leaderdrive form joint venture, entering precision joints for humanoid robots&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Global bearing and transmission leader &lt;strong&gt;SKF&lt;/strong&gt; and Chinese harmonic reducer leader &lt;strong&gt;Leaderdrive&lt;/strong&gt; signed an agreement to establish a joint venture in China, with SKF holding a &lt;strong&gt;60%&lt;/strong&gt; stake, focused on high-precision transmission components for robot joints; operations are expected to begin by &lt;strong&gt;the end of 2026&lt;/strong&gt;. The joint venture is anchored in China — the world's largest humanoid robot market — while leveraging SKF's global network to reach Europe, Japan, and the United States, marking a significant step by a foreign giant into humanoid joints, the "most expensive component."Source: PR Newswire &lt;a href="https://www.prnasia.com/story/539492-1.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;D-Robotics' Uranus world model achieves frame-level closed-loop control&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;D-Robotics (a Horizon Robotics affiliate) released its &lt;strong&gt;Uranus&lt;/strong&gt; world model, moving from "video generation" to "interactive simulation" with &lt;strong&gt;frame-level closed-loop&lt;/strong&gt; capability. Unlike most manufacturers that position world models as an "embodied brain," Uranus is positioned as &lt;strong&gt;infrastructure&lt;/strong&gt; for robot development (data generation, policy evaluation), echoing the day's industry-wide shift toward "world models as referees, not contestants."Source: Sohu &lt;a href="https://m.sohu.com/a/1044805119_235941?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt; · QbitAI &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247901276&amp;amp;idx=2&amp;amp;sn=fc5b49add766719e48201686a1be8a94&amp;amp;chksm=e900f7038c913e2cf9cd54ea82b4b2bc73026b02d5618651c5caa09d04746c0fe23a9a74be91&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ant Group doubles down on humanoid robots: 12 deals in 18 months&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;According to CNBC, Ant Group has &lt;strong&gt;invested in 12&lt;/strong&gt; humanoid/embodied AI companies since early 2025, with its lead investment in Lexiang Technology's nearly RMB 500 million Pre-A round the latest example. Capital from internet giants is accelerating into the application and full-robot layers of the embodied AI industry.Source: CNBC &lt;a href="https://www.cnbc.com/2026/07/01/alibaba-affiliate-ant-group-enters-the-humanoid-robot-market-with-12-deals.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Beijing Humanoid Robot Innovation Center unveils "world's first full-scale, whole-body VLA technical framework"&lt;/strong&gt; · humanoid ⚠️ Company claim&lt;/p&gt;

&lt;p&gt;The Beijing Humanoid Robot Innovation Center says its "Wisdom Sail" (Huisi Kaiwu) platform has launched a &lt;strong&gt;full-scale, whole-body VLA&lt;/strong&gt; framework, primarily addressing gait oscillation and motion instability issues that arise when mainstream VLA models are transferred to high-dimensional, whole-body humanoid control. The "world's first" claim is the company's own description; its real-world capability and production readiness remain to be verified.Source: Beijing Humanoid Robot Innovation Center &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkxMzY3MjEzMQ==&amp;amp;mid=2247490194&amp;amp;idx=1&amp;amp;sn=f32c816528c65c356d7268402362ebff&amp;amp;chksm=c01cdcbabadf8c0752cad6c2573f835a039f481ca6e38b00996b10e0c6dfe29d4a470ae7b39c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Musk shares group photo of Tesla Optimus mass-production team&lt;/strong&gt; · humanoid ⚠️ Statement/claim&lt;/p&gt;

&lt;p&gt;Musk posed with the &lt;strong&gt;Optimus&lt;/strong&gt; production-line team at the Fremont factory (formerly producing the Model S/X, which ceased production in May), and acknowledged that humanoid mass production "will start out extremely slow, unlike car manufacturing." This reflects production-line conversion progress and commentary, with no mass-production delivery figures yet given.Source: Humanoid Robot Alliance &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg4NzgyMjIwNg==&amp;amp;mid=2247543917&amp;amp;idx=2&amp;amp;sn=3d7d6e711e85531f6a96fb7df82d02dd&amp;amp;chksm=ce40e5f776389268904dba4e880ca03cd32cb19024de8abed0bc7efe3e23fe14218bdf087201#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;International Federation of Robotics (IFR) elects new president&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Jane Heffner of Teradyne was elected as the IFR's new president, completing a leadership transition at the industry governance level.Source: AI Insider &lt;a href="https://theaiinsider.tech/2026/07/02/teradynes-jane-heffner-elected-new-president-of-international-federation-of-robotics/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;MEMS six-axis force sensor chip&lt;/strong&gt;: Zhongke Midian says it has begun mass production of a MEMS six-axis force sensor chip, aiming to substantially cut the cost of six-axis force sensors — currently RMB 80,000–120,000 per unit, with each humanoid robot requiring 4–6 units at roughly RMB 20,000 each &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4MjI4NTU1Nw==&amp;amp;mid=2247484119&amp;amp;idx=1&amp;amp;sn=12d2a823f99145e32f6c10c311725bd4&amp;amp;chksm=f2aab461b955b3ad57f2b63dfa053c222fe03e788b437676ddf4310d9e1cbc70dde51bd4077d#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Joint-specific chip&lt;/strong&gt;: China's first dedicated gallium-nitride magnetic encoder chip for humanoid robot joints has been released, claimed to cut power consumption by 22%, filling a domestic gap in high-end robot sensing &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcxMDE4ODk1Nw==&amp;amp;mid=2247484482&amp;amp;idx=1&amp;amp;sn=25b4252ecc110d7d6e5f567845b56219&amp;amp;chksm=f4e8a8e81ff7949751c3566c213bb5b92547a3aef4d7536fb4580362fb64121a27ef60a7286e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Weihong Corporation&lt;/strong&gt;: its micro servo motors have entered the North American dexterous-hand supply chain, becoming a "new favorite" among overseas manufacturers &lt;a href="https://www.stcn.com/article/detail/3995270.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Dexterous-hand valuation paradox&lt;/strong&gt;: RealMan (Lingxin Qiaoshou), a Chinese dexterous-hand maker, has built a roughly RMB 43 billion valuation on the narrative of holding "over 80% global market share in high-DOF dexterous hands," while Yinshi Robotics, the actual shipment volume leader, has a comparatively modest valuation — capital is paying a premium for narrative, not for production volume &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5OTA4MTUwMA==&amp;amp;mid=2649296729&amp;amp;idx=1&amp;amp;sn=58abcbcf2253d856e1e7c185e05a37fe&amp;amp;chksm=bfbde56e1874a58fab05b3190b299a7fb2f2fb97c34154b64d41a6dd328cc91718e5cf309380#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  V. Weekly Watch
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;China rolls out a wave of humanoid robot standards and field-training policies&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Regulators were highly active on humanoid robots this week: China's Ministry of Industry and Information Technology (MIIT) opened public comment on an &lt;strong&gt;industry standard&lt;/strong&gt; for six-axis force sensors for humanoid robots, bringing this core force-control component into standardization; MIIT and the State-owned Assets Supervision and Administration Commission (SASAC) jointly launched a &lt;strong&gt;2026 special initiative for humanoid robot and embodied AI field-scenario training&lt;/strong&gt;, specifying that core products should see routine deployment across multiple typical scenarios by year-end; Hangzhou's Binjiang district and other locations also rolled out China's first humanoid robot quality-management standard (with Unitree and others participating in its drafting). The common thread: using standards and application scenarios to push the industry from "usable" to "good to use."Source: Home Service Robot Committee &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5ODI3NTk4Mw==&amp;amp;mid=2247484099&amp;amp;idx=1&amp;amp;sn=88c2e9fb1bc45e93013c643053fdc229&amp;amp;chksm=f51f04d85cf2829fe2047f014b3a245332aed5c9596785abc9a8268fbf33852d252ba2015b23#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · Dajishi &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5OTczMTA0Nw==&amp;amp;mid=2247601738&amp;amp;idx=1&amp;amp;sn=c62bee4dd6daf4b404e7f92e440c7c91&amp;amp;chksm=911951bd60fe6499902b147b81345b72d485038c13e5cb186c9f180df4b765a4c7d091ad6fcd#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Morgan Stanley: China's humanoid robot fleet could reach 1 billion units by 2050&lt;/strong&gt; · humanoid ⚠️ Single-firm long-range forecast&lt;/p&gt;

&lt;p&gt;Morgan Stanley's &lt;em&gt;China Humanoid Robot Industry&lt;/em&gt; report offers a long-range projection: by &lt;strong&gt;2050&lt;/strong&gt;, China's humanoid robot fleet could reach roughly &lt;strong&gt;1 billion units&lt;/strong&gt;, corresponding to a market of about &lt;strong&gt;$7.5 trillion&lt;/strong&gt;; the bank also raised its forecast for China's 2026 humanoid shipment volume. This is a single investment bank's long-term scenario, using a different methodology from the "22%–23% compound annual growth" figure cited the same day in the &lt;em&gt;China Embodied Intelligence Industry Development Report (2026)&lt;/em&gt; — best read as a directional trend rather than a firm number.Source: Robotics Knowledge Base &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk2NDgzNzcwMA==&amp;amp;mid=2247485503&amp;amp;idx=1&amp;amp;sn=8c724dcd9cfaedff768adf2b2d15647a&amp;amp;chksm=c53723246e79887c36d9e5d87ec28a5413314a25a8ff5b6944c329312846733a4a06aeb3b701#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This week in supply chain: harmonic reducers see "foreign entry + Chinese duopoly" jockeying simultaneously&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Harmonic reducers were the hottest supply-chain segment this week: on one side, a foreign giant is formally entering the market — &lt;strong&gt;SKF taking a 60% stake&lt;/strong&gt; in a joint venture with Leaderdrive; on the other, China's duopoly is solidifying — Leaderdrive holds over &lt;strong&gt;60%&lt;/strong&gt; of the Chinese market and ranks second globally, while Laifu Harmonic just listed on the Hong Kong Stock Exchange as "the first harmonic reducer stock in Hong Kong" (shipping nearly &lt;strong&gt;292,000 units&lt;/strong&gt; in 2025). Industry data shows global harmonic reducer sales reaching roughly $850 million in 2026, with China's 2025 market at about RMB 1.6 billion and consumption of roughly 957,500 units — humanoid robot mass production is the main source of incremental demand.Source: Shenlian Industry Research &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU5MjAxMjY2Nw==&amp;amp;mid=2247513182&amp;amp;idx=3&amp;amp;sn=db7d5e10aa733ed96e7781cf3533fb4d&amp;amp;chksm=ff571eafe8ef64a4ae6e0f932b8819a836e66f5783b0f53a4c393b3e2aa1d5d089971532c3cc#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · Industry Energy Circle &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA4NTkxMTY3OA==&amp;amp;mid=2650619388&amp;amp;idx=1&amp;amp;sn=5150c3cf10b5f2e82ce5ada7636ceb3b&amp;amp;chksm=86d29fe21cc88709184f63b85fab64d8321a80ef521fe6fd2aadd19d7e6ef83d292e6fc69d24#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This week in supply chain: six-axis force sensors and robot chips — cost reduction versus the debate over "whether to build dedicated chips"&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Six-axis force sensors remain the most prominent bottleneck in mass-production costs — each humanoid robot needs &lt;strong&gt;4–6 units&lt;/strong&gt;, at a total cost of roughly RMB 80,000–120,000 per unit — and this week saw parallel efforts to ease that via "MIIT's industry standard plus MEMS six-axis force chips lowering costs." On the chip side, automakers are collectively crossing over (Xpeng's Turing chip, MetaX's joint venture with UBTECH, ASR Microelectronics' 4nm partnership with D-Robotics) to jockey for position in joint control and compute; but Song Jiqiang, head of Intel China Research Institute, cautioned that &lt;strong&gt;now is not the best time to launch dedicated robot chips&lt;/strong&gt; — VLA capabilities are still evolving, and general-purpose chips adapt better to algorithmic uncertainty — offering a note of caution amid the current "chip-building fever."Source: Bengbu Midian Technology &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4MjI4NTU1Nw==&amp;amp;mid=2247484119&amp;amp;idx=1&amp;amp;sn=12d2a823f99145e32f6c10c311725bd4&amp;amp;chksm=f2aab461b955b3ad57f2b63dfa053c222fe03e788b437676ddf4310d9e1cbc70dde51bd4077d#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · Gasgoo Embodied Intelligence &lt;a href="https://mp.weixin.qq.com/s?__biz=MzAxMTU2NzExOA==&amp;amp;mid=2456027133&amp;amp;idx=1&amp;amp;sn=342907635524b09a56d2f1f37bebd203&amp;amp;chksm=8d121c71876305f7f3f9ed20e06fd788a2a6a62b47d088e81eaffe0d4ef0fccb2c1d8f681253#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 45 (07/02)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Wed, 01 Jul 2026 14:48:58 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-45-0702-2n23</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-45-0702-2n23</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Japan&lt;/strong&gt; establishes a national strategy for sovereign physical AI: up to &lt;strong&gt;¥1 trillion (~$6.1 billion)&lt;/strong&gt; in R&amp;amp;D funding over five years for a homegrown "physical AI" foundation model, targeting the deployment of &lt;strong&gt;10 million robots&lt;/strong&gt; across &lt;strong&gt;18 industries&lt;/strong&gt; including food service and healthcare by 2040, led by the SoftBank- and Sony-backed alliance Noetra.&lt;/p&gt;

&lt;p&gt;· China State Taxation Administration data: sales revenue growth for embodied intelligence companies rose to &lt;strong&gt;22.4%&lt;/strong&gt; in the first five months of this year, while industrial enterprises' spending on embodied robots purchases increased &lt;strong&gt;2.3x&lt;/strong&gt; year-on-year, signaling the industry's move into scaled volume growth.&lt;/p&gt;

&lt;p&gt;· The largest single angel round yet in the consumer embodied robotics space: &lt;strong&gt;DISCOVER Robotics (Qiuzhi Technology)&lt;/strong&gt; — founded by Zhou Guyue, a former core member of DJI — raised &lt;strong&gt;over $100 million&lt;/strong&gt; in its first funding round, with Legend Capital and Lenovo Capital among the investors.&lt;/p&gt;

&lt;p&gt;· Nvidia's GEAR lab open-sources &lt;strong&gt;ASPIRE&lt;/strong&gt;, a self-improving skill discovery system that uses an "execute–diagnose–repair–accumulate" closed loop to raise dual-arm handover success rates from &lt;strong&gt;20% to 92%&lt;/strong&gt;, while building up a reusable skill library.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;AVATR&lt;/strong&gt; (Chinese automaker) obtains a China &lt;strong&gt;L3 autonomous driving test license&lt;/strong&gt;, launching multi-scenario road tests on highways and expressways in Chongqing — another step forward for China's advanced autonomous driving governance framework.&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Progress
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;AdaJEPA: Letting World Models Keep Evolving During Action&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Latent-space world models are typically frozen after training, so once test-time distribution shifts degrade their predictions, planning fails along with them. AdaJEPA embeds &lt;strong&gt;test-time adaptation&lt;/strong&gt; of the world model directly into an MPC control loop, requiring just one gradient step per replanning cycle to significantly boost planning success rate — a representative work bringing "world models that keep learning while in use" into closed-loop control. Authors include Yann LeCun and Mengye Ren.&lt;/p&gt;

&lt;p&gt;Ying Wang et al. (NYU, et al.) · arXiv 2606.32026 &lt;a href="https://arxiv.org/abs/2606.32026" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Commentary: AIer Notes &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5ODM0MDIyNg==&amp;amp;mid=2247484249&amp;amp;idx=1&amp;amp;sn=032e51ce13f64fa3a79cd7b22d587578&amp;amp;chksm=9759facaba15ee1e68cafa2f67cefe991043219086410689166483182a1efa5c2eeea096092e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MemLearner: Giving Video World Models "Contextual Memory"&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Video world models lack memory, causing scene drift and inconsistency during long-horizon generation. MemLearner teaches the model to actively query contextual memory, directly reusing pretrained visual priors without training extra modules from scratch — ranking among today's top trending papers in the community (&lt;strong&gt;HF↑18&lt;/strong&gt;).&lt;/p&gt;

&lt;p&gt;Jiwen Yu et al. · arXiv 2606.31734 &lt;a href="https://arxiv.org/abs/2606.31734" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Position Paper: VLA's "Physical Reasoning" Cannot Be Verified&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;A position paper aimed at cooling the VLA hype: the industry commonly interprets gains on manipulation benchmarks as evidence that "internet-scale semantic representations have transferred to physical execution generalization," but the authors argue this assumption has &lt;strong&gt;never been independently verified&lt;/strong&gt; and cannot be tested under current evaluation protocols, calling for a shift toward a verifiable research paradigm. A pointed take that cuts at a real methodological weakness in current VLA evaluation.&lt;/p&gt;

&lt;p&gt;Taozhao Chen et al. (University of Sydney) · arXiv 2606.30686 &lt;a href="https://arxiv.org/abs/2606.30686" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;From Grasps to Dexterity: Large-Scale Grasp Data Can Also Train "Functional Dexterous Manipulation"&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Large-scale grasp data has previously stopped at grasp generation and pick-and-place. This paper pushes it further into &lt;strong&gt;functional dexterous manipulation&lt;/strong&gt; that requires operating an object's internal mechanism — such as aiming a spray bottle to water plants or operating a glue gun. The method uses hierarchical imitation learning (a high-level module predicting hand sub-goals plus a low-level goal-conditioned controller), demonstrating that grasp data can serve as a scalable pretraining resource for contact-rich dexterous manipulation. From CMU's David Held group.&lt;/p&gt;

&lt;p&gt;Ying Yuan et al. (CMU) · arXiv 2606.30749 &lt;a href="https://arxiv.org/abs/2606.30749" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;World-Action Model Achieves First Sim-to-Real Transfer from Pure Synthetic Priors&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Replacing costly real-robot demonstrations with scalable synthetic data has long been appealing, but world-action models had never before been shown to bridge the sim-to-real gap. This paper is the &lt;strong&gt;first&lt;/strong&gt; to train a world-action model purely on synthetic priors and deploy it zero-shot to real-robot manipulation, opening a path for synthetic-data-driven manipulation learning.&lt;/p&gt;

&lt;p&gt;Zixing Wang et al. · arXiv 2606.31101 &lt;a href="https://arxiv.org/abs/2606.31101" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SARL: Fine-Tuning Generalist Robot Policies via Semantic Reinforcement Learning&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Generalist robot policies make good priors for downstream RL, but directly RL fine-tuning them often destroys their generalization. SARL instead optimizes a &lt;strong&gt;semantic prompt space&lt;/strong&gt; through online interaction, using the generalist policy as a steerable "skill prior" — significantly outperforming existing methods at improving deployed behavior. From UC Berkeley's Sergey Levine group.&lt;/p&gt;

&lt;p&gt;Jagdeep Singh Bhatia et al. (UC Berkeley) · arXiv 2606.31958 &lt;a href="https://arxiv.org/abs/2606.31958" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Z-1: Efficient Reinforcement Learning for VLA from Its Own Failures&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Most VLAs rely on behavior cloning or supervised fine-tuning, with few chances to improve from their own failures. Z-1 uses systematic GRPO post-training to substantially improve flow-based VLA policies without needing additional private demonstrations, &lt;strong&gt;surpassing published SOTA&lt;/strong&gt; models.&lt;/p&gt;

&lt;p&gt;Lang Cao et al. · arXiv 2606.31846 &lt;a href="https://arxiv.org/abs/2606.31846" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Human-as-Humanoid: Turning Human Video Directly into Motion Supervision for Humanoids&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Collecting real-robot data at scale for high-DOF humanoids is extremely difficult. This framework jointly aligns robot embodiment, sensor setup, and action-label interfaces, converting first- or third-person human video near real-time into observation-action supervision usable by humanoids — making "learning humanoid control from human video" &lt;strong&gt;zero-shot&lt;/strong&gt; feasible.&lt;/p&gt;

&lt;p&gt;Xiaopeng Lin et al. · arXiv 2606.32009 &lt;a href="https://arxiv.org/abs/2606.32009" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Freeform Preference Learning: Learning Manipulation Policies from Freeform Human Preferences&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;In long-horizon manipulation, sparse success labels are too weak a signal, while binary preferences collapse multiple quality dimensions into one blurry signal. FPL instead lets robots learn from freeform human preferences, improving &lt;strong&gt;38 percentage points&lt;/strong&gt; over sparse-reward and binary-preference baselines, and can steer policies toward different behaviors at test time without retraining. From Stanford's Chelsea Finn group.&lt;/p&gt;

&lt;p&gt;Marcel Torne et al. (Stanford) · arXiv 2606.32027 &lt;a href="https://arxiv.org/abs/2606.32027" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: DVG-WM (an efficient embodied world model with decoupled video generation, achieving better image quality on LIBERO and real robots with up to 3.97x speedup, arXiv 2606.32028 &lt;a href="https://arxiv.org/abs/2606.32028" rel="noopener noreferrer"&gt;source&lt;/a&gt;); CoDex (zero-demonstration dexterous functional manipulation, using a VLM to infer semantic constraints then refining with RL, arXiv 2606.31909 &lt;a href="https://arxiv.org/abs/2606.31909" rel="noopener noreferrer"&gt;source&lt;/a&gt;); World-Model Collapse as a Phase Transition (the implicit world model in long-horizon language agents collapses abruptly at a critical point, with world fidelity failing before action validity, arXiv 2606.31399 &lt;a href="https://arxiv.org/abs/2606.31399" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Delta-JEPA (latent difference-action decoding improves world models' sensitivity to actions, arXiv 2606.31232 &lt;a href="https://arxiv.org/abs/2606.31232" rel="noopener noreferrer"&gt;source&lt;/a&gt;); RL control for humanoid roller-skating (from Marco Hutter's group, energy use drops about 50% versus normal gait when equipped with consumer roller skates, arXiv 2606.31807 &lt;a href="https://arxiv.org/abs/2606.31807" rel="noopener noreferrer"&gt;source&lt;/a&gt;); a survey on Robustness of Robotic Manipulation (a unified conceptual and mechanistic framework for manipulation robustness, arXiv 2606.31494 &lt;a href="https://arxiv.org/abs/2606.31494" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Revisiting Parameter Redundancy in VLA (parameter evolution patterns and efficient pruning in VLM→VLA adaptation, arXiv 2606.31382 &lt;a href="https://arxiv.org/abs/2606.31382" rel="noopener noreferrer"&gt;source&lt;/a&gt;); ChronoFlow-Policy (a diffusion visuomotor policy unifying past-present-future interaction flow, arXiv 2606.31493 &lt;a href="https://arxiv.org/abs/2606.31493" rel="noopener noreferrer"&gt;source&lt;/a&gt;); One Video One World / OVOW (training-free reconstruction of a single monocular video into a simulatable, instance-level 4D mesh scene, arXiv 2606.31388 &lt;a href="https://arxiv.org/abs/2606.31388" rel="noopener noreferrer"&gt;source&lt;/a&gt;); ForgeDrive (bidirectional cross-conditioning between vision and action, unifying simulation, planning, and visual odometry for autonomous driving, arXiv 2606.31226 &lt;a href="https://arxiv.org/abs/2606.31226" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;NVIDIA ASPIRE&lt;/strong&gt; (GEAR lab): a self-improving skill discovery system that automatically diagnoses and repairs code-as-policy programs from execution feedback, then accumulates verified fixes into a reusable skill library, raising dual-arm handover success from 20% to 92%; released alongside a batch of open Nvidia models and simulation libraries &lt;a href="https://wallstreetcn.com/articles/3775958" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;XiaomiOneVL&lt;/strong&gt;: an autonomous driving model officially released and fully open-sourced by Xiaomi, claimed to exceed explicit chain-of-thought approaches in accuracy with inference latency as low as 0.24 seconds &lt;a href="https://www.msn.com/zh-cn/news/other/%E5%B0%8F%E7%B1%B3%E6%AD%A3%E5%BC%8F%E5%8F%91%E5%B8%83%E5%B9%B6%E5%85%A8%E9%9D%A2%E5%BC%80%E6%BA%90%E8%87%AA%E5%8A%A8%E9%A9%BE%E9%A9%B6%E6%A8%A1%E5%9E%8Bxiaomionevl-%E7%B2%BE%E5%BA%A6%E4%B8%8A%E8%B6%85%E8%B6%8A%E6%98%BE%E5%BC%8F%E6%80%9D%E7%BB%B4%E9%93%BE-%E9%80%9F%E5%BA%A6%E4%B8%8A%E5%AF%B9%E9%BD%90-%E4%BB%85%E7%AD%94%E6%A1%88-%E9%A2%84%E6%B5%8B-%E6%8E%A8%E7%90%86%E5%BB%B6%E8%BF%9F%E6%9C%80%E4%BD%8E%E4%BB%850-24%E7%A7%92/ar-AA2359Dr" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;FluxVLA Engine&lt;/strong&gt;: an embodied intelligence foundation stack open-sourced jointly by Alibaba Cloud and AgiBot (Chinese embodied robotics startup, formerly Zhiyuan) &lt;a href="https://www.pai.com.cn/news/01kwe6fanfqparzc5jh01pzn1w" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;StarVLA&lt;/strong&gt;: an open-source framework for building VLAs in a modular, "Lego-block" fashion, covering training on multiple benchmarks through to real-robot deployment on a Franka arm &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4NjM1NzcwNQ==&amp;amp;mid=2247483910&amp;amp;idx=1&amp;amp;sn=bf2c9f93d595ee6b2d31f858394b6d75&amp;amp;chksm=f2a27b9e9d8495c9150a6c3987be9094b6ea17f612dc88e2d9fc2baf4560767afad8f23921dc#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;WorldRoamBench&lt;/strong&gt;: an open-world benchmark for the long-horizon stability of interactive world models, evaluating action following, memory, and interaction physics across four dimensions (arXiv 2606.31672 &lt;a href="https://arxiv.org/abs/2606.31672" rel="noopener noreferrer"&gt;source&lt;/a&gt;)&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding and Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;DISCOVER Robotics (Qiuzhi Technology) | Angel Round | Over $100 Million&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Backed by Legend Capital, Xinchan Investment, Lenovo Capital, and others. The company was founded by &lt;strong&gt;Zhou Guyue, a former core member of DJI&lt;/strong&gt;, and incubated by Tsinghua University's Institute for Intelligent Industry; it develops fully self-developed, consumer-grade embodied robots. This round sets a &lt;strong&gt;record for the largest single angel round&lt;/strong&gt; in China's consumer embodied robotics space, and reflects the day's broader capital enthusiasm for "building the brain upstream, deploying the body downstream." Source: Robot Outlook &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NDU5NjMwMA==&amp;amp;mid=2247492553&amp;amp;idx=2&amp;amp;sn=3bfbeee5121b974f01d259bd3e537717&amp;amp;chksm=c2df9ccd19198ae2f129dcdcfd67761ff9ae70df36994903952d0bfb8595cc041c0f4cdd37c4#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sinovation Motong | Series C | Nearly ¥200 Million&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Led by Kingsway Investment, with Jiuxuan Capital as financial advisor; focused on smart equipment and production-line integration. Source: Sohu &lt;a href="https://m.sohu.com/a/1044324995_115035?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ganzhi Jiyuan | Angel Round | Tens of Millions of RMB&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Led by Sino-Rock (Songhe) Capital, with funds mainly going toward pilot-scale production line construction and product iteration. The company makes &lt;strong&gt;multimodal tactile electronic skin&lt;/strong&gt;, entering the humanoid "tactile sensing" sub-sector that has recently attracted concentrated investor interest. Source: Robot Outlook &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NDU5NjMwMA==&amp;amp;mid=2247492558&amp;amp;idx=2&amp;amp;sn=19dbcdd89c356fca6fef5206fe3c95c5&amp;amp;chksm=c2c29e1fd64fc20ec841a1722f8563aa2bcda585e37629d350cc0302aa6b7910a2eb53753012#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Variable-Stiffness Joint Startup Spun Out of Beihang University | Angel Round | Nearly ¥100 Million&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Founded by a team from the Robotics Institute at Beihang University (Beijing University of Aeronautics and Astronautics), focused on &lt;strong&gt;intelligent variable-stiffness joints&lt;/strong&gt;, a core upstream component for humanoid robots. Source: 36Kr &lt;a href="https://eu.36kr.com/en/p/3877060559433984" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhitianxia | Angel Round | Amount Undisclosed&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;A world-model startup describing itself as aiming to build "China's World Labs," riding the recent wave of investor interest in world models (previously reported). Source: LeiPhone &lt;a href="https://www.leiphone.com/category/robot/f6tUYpkNfttVSBf3.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Xijing Technology | ChiNext IPO Application Accepted&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;A provider of autonomous driving solutions for commercial vehicles; its prospectus claims its related revenue scale ranks first in the industry. A wave of robotics and autonomous driving companies in China are rushing to file for listings on Hong Kong and mainland A-share exchanges. Source: Sina Finance &lt;a href="https://cj.sina.cn/articles/view/6583770931/1886c5f3300101mhbe" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercialization and Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Amazon Deploys 5,000 Robots at New Superwarehouse in Poland&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Amazon's newly built giant warehouse in Poland has put roughly &lt;strong&gt;5,000 robots&lt;/strong&gt; into operation, another large-scale expansion of its warehouse automation in Europe. Source: TVP World &lt;a href="https://tvpworld.com/94121324/amazon-doubles-down-on-poland-with-new-robotics-center" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JD.com Scales Up Both Warehousing and Food-Service Deployments&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;At JD.com's "Asia No. 1" smart logistics park in Harbin, &lt;strong&gt;84 "Geek+" warehouse robots&lt;/strong&gt; are now running in routine operation; at the same time, JD.com is accelerating the scaled rollout of embodied robots in food-service settings, expanding from warehouse to storefront scenarios it owns. Source: NetEase/Sina Finance &lt;a href="https://c.m.163.com/news/v/VKV8CCR7L.html?spss=backflow-index-hotlist" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RideFlux and Hanjin Launch Commercial Autonomous Freight in South Korea&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;South Korean autonomous driving company &lt;strong&gt;RideFlux&lt;/strong&gt; has partnered with logistics leader &lt;strong&gt;Hanjin&lt;/strong&gt; to launch commercial autonomous freight services — a step for South Korean trunk-line logistics autonomy moving from testing to commercial operation. Source: thelec.net &lt;a href="https://www.thelec.net/news/articleView.html?idxno=11834" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Neolix L4 Autonomous Delivery Vehicles Obtain Test Permit in Malaysia&lt;/strong&gt; · autonomy ⚠️ Test permit&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Neolix&lt;/strong&gt; (Chinese autonomous delivery vehicle maker) has obtained an autonomous delivery test permit in Malaysia, taking its L4 logistics vehicles into Southeast Asia; this is a pilot-access permit rather than a scaled deployment. Source: cheshi.com &lt;a href="http://auto.news18a.com/news/storys_270989.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AgiBot's 15,000th Unit Delivered to Longqi Factory (Previously Reported)&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;The 15,000th embodied robot (Lingjing G2) that rolled off AgiBot's line on June 28 was delivered the same day directly to a Longqi Technology factory, entering front-line smart manufacturing use. The production milestone and deployment progress were detailed in earlier coverage, noted here briefly. Source: AGI Research Society &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzNDkxOTYzMg==&amp;amp;mid=2247488526&amp;amp;idx=1&amp;amp;sn=08cfcdaa416b5dbffeb69a7128b8eede&amp;amp;chksm=c347bc55dce8a24831d5fb577957d1c3f9537ca700725ac99f1bd33894a7c44bcc08cca1bcc3#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Japan Bets on "Physical AI" as a National Priority: ¥1 Trillion Over Five Years, 10 Million Robots by 2040&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Japan has formally established a national strategy for sovereign physical AI: the Ministry of Economy, Trade and Industry and its innovation agency have commissioned the &lt;strong&gt;Noetra&lt;/strong&gt; alliance — led by &lt;strong&gt;SoftBank and Sony&lt;/strong&gt; — along with the national research institute AIST, to develop a homegrown "physical AI" foundation model over fiscal years 2026–2030, with up to &lt;strong&gt;¥1 trillion (~$6.1 billion)&lt;/strong&gt; in funding over five years. The strategy's goal is to deploy &lt;strong&gt;10 million robots&lt;/strong&gt; across &lt;strong&gt;18 industries&lt;/strong&gt; including food service, food manufacturing, and healthcare by &lt;strong&gt;2040&lt;/strong&gt;, easing the effects of an aging population and labor shortages; Minister of Economy, Trade and Industry Ryosei Akazawa said the ministry would "go all-in on driving social implementation." This makes Japan the latest major economy, following China and South Korea, to elevate embodied/physical AI to the level of a national foundation-model priority. Source: Khaleej Times &lt;a href="https://www.khaleejtimes.com/business/tech/japan-plans-sovereign-ai-model-10-million-ai-robots-by-2040?amp=1" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;China's MIIT and SASAC Launch 2026 Special Action on "Real-World Field Training" for Humanoid Robots&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;China's Ministry of Industry and Information Technology and the State-owned Assets Supervision and Administration Commission jointly issued a notice launching a 2026 special action on real-world field training for humanoid robots and embodied intelligence, specifying that by the &lt;strong&gt;end of 2026&lt;/strong&gt;, core humanoid robot products should move into routine, real-world operational use across multiple typical scenarios. Combined with the industry standard &lt;strong&gt;YD/T 6770-2026&lt;/strong&gt; ("Benchmarking Methods for Embodied Intelligence"), which took effect June 1, China's embodied intelligence sector is entering a policy phase of "standards to follow, field training to execute." Source: Daji Shi &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5OTczMTA0Nw==&amp;amp;mid=2247601738&amp;amp;idx=1&amp;amp;sn=c62bee4dd6daf4b404e7f92e440c7c91&amp;amp;chksm=911951bd60fe6499902b147b81345b72d485038c13e5cb186c9f180df4b765a4c7d091ad6fcd#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AVATR Obtains China L3 Autonomous Driving Test License&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AVATR&lt;/strong&gt; (Chinese automaker) has obtained a China &lt;strong&gt;L3-level autonomous driving test license&lt;/strong&gt;, launching multi-scenario road tests on highways and expressways in Chongqing. Following the UN's release of a global technical regulation on automated driving and China's push to submit mandatory national standards for L3/L4, China's L3 autonomous driving governance framework is progressively coming together, marking another step toward mass-production deployment. Source: The Beijing News (via DoNews) &lt;a href="https://www.donews.com/news/detail/7/6616237.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;South Korea Releases Physical AI R&amp;amp;D Blueprint, Boosts National Fund&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Following South Korea's elevation of physical AI to a national strategy (previously reported), the Ministry of Science and ICT has released an R&amp;amp;D blueprint proposing to overcome physical AI's data bottleneck through &lt;strong&gt;domestically developed world models&lt;/strong&gt;. The national growth fund is simultaneously increasing related investment, and the government is accelerating the establishment of a safety certification system for humanoid robots. Source: The Korea Herald &lt;a href="https://www.koreaherald.com/article/10794267" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MEIL and Analog Plan $500 Million Push to Bring Physical Intelligence to India&lt;/strong&gt; · adjacent ⚠️ Plan stage&lt;/p&gt;

&lt;p&gt;Indian infrastructure conglomerate MEIL and UAE-backed Analog plan to invest approximately &lt;strong&gt;$500 million&lt;/strong&gt; to deploy next-generation physical intelligence and AI infrastructure in India.Source: Business Standard &lt;a href="https://www.business-standard.com/industry/news/meil-analog-plan-500-million-push-to-bring-physical-intelligence-to-india-126070101179_1.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;World Model Momentum Continues, Academia Moves to "Set the Record Straight"&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;World models remain the day's dominant theme (previously reported): the 2026 Beijing Academy of Artificial Intelligence Conference sought to clarify the muddled definition of "world models," Fei-Fei Li wrote that world models are the gateway to physical intelligence, and both capital and academia continue to build momentum around the idea of a "robot brain." Source: Shake Network Technology News &lt;a href="https://mp.weixin.qq.com/s?__biz=MzAxMDgwMTk5OQ==&amp;amp;mid=2247774706&amp;amp;idx=2&amp;amp;sn=17dcb916a7299cf0d4096fbe6841e76d&amp;amp;chksm=9ad5182d7a5e17f1ac91efa016ad6ad63de3a154aabe7122cf4625e548e0af24e3d77ad4f19e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nvidia Expands Robotics Teams Across Three Locations in China&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Nvidia is expanding its robotics teams in three locations in China, positioning itself as providing "not a complete robot, but an Android-like operating system for robots" — i.e., supplying the platform and foundation software rather than the hardware itself, reinforcing its foothold in the embodied AI ecosystem's lower layers. Source: Sina Finance &lt;a href="https://t.cj.sina.cn/articles/view/1659643027/62ec249302001psvq" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Dexterous hands&lt;/strong&gt;: Digitimes reports that price competition in China has cut the cost of humanoid robot hands by roughly half, though precision components such as six-axis force sensors remain difficult to bring down in cost at the same pace; GGII data projects China's dexterous hand sales will reach 70,000 units in 2026, about 3.6 times the 2025 figure &lt;a href="https://www.digitimes.com/news/a20260701PD201/robot-high-end-market-cost-transmission.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Joyson Electronics&lt;/strong&gt; (Chinese Tier-1 auto parts supplier): to launch robotic dexterous hands and semi-solid-state battery solutions, as Tier-1 auto parts makers move in bulk into the embodied robotics supply chain &lt;a href="https://wap.eastmoney.com/a/202607013790106527.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;LiDAR&lt;/strong&gt;: rising physical AI demand drove Ouster and Aeva shares up about 14% and 11% respectively in a single day &lt;a href="https://247wallst.com/investing/2026/06/30/ouster-surges-14-aeva-jumps-11-as-physical-ai-lidar-demand-heats-up/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 44 (07/01)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Tue, 30 Jun 2026 14:58:28 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-44-0701-5j8</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-44-0701-5j8</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Uber&lt;/strong&gt; and &lt;strong&gt;Waymo&lt;/strong&gt; end nearly three years of Robotaxi partnership in Phoenix: Waymo's fleet shifts to &lt;strong&gt;DoorDash&lt;/strong&gt; delivery and Via transit, while Uber pivots to Lucid and Nuro with plans to deploy &lt;strong&gt;20,000 vehicles&lt;/strong&gt; over six years; both companies continue their partnership in Austin and Atlanta.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;UBTECH Robotics&lt;/strong&gt; (Chinese humanoid robot company) launches full-size ultra-bionic humanoid robot &lt;strong&gt;U1&lt;/strong&gt; under consumer brand "UWORLD," priced at &lt;strong&gt;RMB 119,800–990,000&lt;/strong&gt; with 88 degrees of freedom, targeting home emotional companionship; pre-sale orders exceed &lt;strong&gt;11,000 units&lt;/strong&gt; (⚠️ pre-sale figures).&lt;/p&gt;

&lt;p&gt;· World model startup funding wave continues: Forbes reports the sector has raised &lt;strong&gt;billions of dollars&lt;/strong&gt; this year; today Tsinghua-affiliated &lt;strong&gt;Liqi Intelligence&lt;/strong&gt; closed a seed round of hundreds of millions of RMB, while &lt;strong&gt;Dexmal&lt;/strong&gt; completed a RMB 1 billion Series B targeting an IPO (valuation inherited from Zibianliang and Zhipingfang at RMB 20 billion).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Apptronik&lt;/strong&gt; opens an approximately &lt;strong&gt;90,000 sq ft&lt;/strong&gt; "Robot Park" training facility in Austin and unveils &lt;strong&gt;Apollo 2&lt;/strong&gt; (bipedal + wheeled), partnering with &lt;strong&gt;Google DeepMind&lt;/strong&gt; to collect real-world data for training humanoid AI.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Laifual Drive&lt;/strong&gt; (Chinese harmonic drive manufacturer) lists on the Hong Kong Stock Exchange as the first &lt;strong&gt;"harmonic reducer stock" on the Hong Kong market&lt;/strong&gt;, raising approximately &lt;strong&gt;HKD 1.07 billion&lt;/strong&gt;; one of only two Chinese manufacturers to have achieved mass production of harmonic reducers for humanoid robots (⚠️ three consecutive years of losses).&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Papers
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;DreamForge-World 0.1: A Low-Compute, Real-Time Interactive World Model Preview&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;World models are typically constrained by offline generation and high compute demands. This paper delivers a controllable &lt;strong&gt;real-time interactive&lt;/strong&gt; world simulation in a low-compute preview: it adds a residual action pathway on top of the LongLive autoregressive video stack (derived from Wan2.1-T2V-1.3B), drawing on Matrix-Game concepts to achieve "feed action, generate future frames simultaneously." It ranks as today's top community paper (&lt;strong&gt;HF 7↑&lt;/strong&gt;), representing the engineering direction of world models shifting from offline long-video generation toward interactive, low-latency systems.&lt;/p&gt;

&lt;p&gt;Daniyel Ayupov et al. · arXiv 2606.30292 &lt;a href="https://arxiv.org/abs/2606.30292" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Orca: Unifying Multimodal World Signals into a "Universal World Foundation Model"&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Current world models tend to be built separately per task or modality. &lt;strong&gt;Orca&lt;/strong&gt; attempts to learn a unified world latent space, acquiring shared representations from multimodal world signals and exposing them via multimodal readout interfaces — pointing toward a world foundation model paradigm of "one base, many downstream uses."&lt;/p&gt;

&lt;p&gt;Yihao Wang et al. · arXiv 2606.30534 &lt;a href="https://arxiv.org/abs/2606.30534" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Heterogeneous Tactile Transformer: One Representation to Bridge Heterogeneous Tactile Sensors&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;The biggest pain point in tactile data is that sensors are incompatible — a model trained on one sensor fails when transferred to another, making large-scale data aggregation difficult. &lt;strong&gt;HTT&lt;/strong&gt; learns &lt;strong&gt;shared representations&lt;/strong&gt; across heterogeneous tactile sensors, allowing contact data from different tactile hardware to be pooled for training. This is the algorithmic counterpart to today's wave of tactile data infrastructure investment (Qianjue, South China University of Technology, Weitai).&lt;/p&gt;

&lt;p&gt;Jianxin Bi et al. · arXiv 2606.29948 &lt;a href="https://arxiv.org/abs/2606.29948" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sim-to-Real Physical Modeling for Professional-Level Robot Table Tennis&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;High-speed spinning table tennis trajectories are counterintuitive; a robot must track and return the ball precisely within fractions of a second, while real-environment training is both expensive and hazardous. The &lt;strong&gt;Sony AI&lt;/strong&gt; team builds a high-fidelity physical model, trains reinforcement learning policies in simulation, then transfers to physical robots, targeting professional-level high-speed gameplay — a hard sim-to-real benchmark for dynamic, contact-constrained control tasks.&lt;/p&gt;

&lt;p&gt;Christian Conti et al. (Sony AI) · arXiv 2606.28805 &lt;a href="https://arxiv.org/abs/2606.28805" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Human2Any: Constraint-Aware Compositional Transfer from Human to Robot&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Human video is a scalable source of manipulation supervision, but morphology gaps, scene variation, and robot feasibility constraints make direct transfer difficult. &lt;strong&gt;Human2Any&lt;/strong&gt; uses constraint-aware compositional planning to translate human demonstrations into actions executable by different robots, mitigating the embodiment gap; co-authors include &lt;strong&gt;NVIDIA&lt;/strong&gt; researchers.&lt;/p&gt;

&lt;p&gt;Shuo Cheng et al. (incl. NVIDIA) · arXiv 2606.28813 &lt;a href="https://arxiv.org/abs/2606.28813" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AnyBody: Whole-Body Humanoid Control Driven by Any Keypoint Subset&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AnyBody&lt;/strong&gt; proposes a unified whole-body humanoid controller that can be commanded at deployment time by &lt;strong&gt;any subset of body keypoints&lt;/strong&gt; — specifying only hand, foot, or torso targets is sufficient to generate coordinated whole-body motion, improving flexibility for teleoperation and motion retargeting.&lt;/p&gt;

&lt;p&gt;Shuning Li et al. · arXiv 2606.29209 &lt;a href="https://arxiv.org/abs/2606.29209" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Trust Your Instincts: VLA with Test-Time RL Using Its Own Confidence&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Applying reinforcement learning to vision-language-action models typically requires external environment feedback and predefined success signals. This paper lets the model use &lt;strong&gt;its own confidence&lt;/strong&gt; as an intrinsic signal for test-time RL, enabling online self-improvement without external success judgments — lowering the deployment barrier for VLA reinforcement learning.&lt;/p&gt;

&lt;p&gt;Siyao Chen et al. · arXiv 2606.29892 &lt;a href="https://arxiv.org/abs/2606.29892" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You Only Touch Once: 6-DoF Object Pose Estimation from a Single Contact&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;Visual pose estimation often fails with occlusion, reflective surfaces, or transparent objects. &lt;strong&gt;YOTO&lt;/strong&gt; recovers the full 6-DoF pose of an object from just &lt;strong&gt;a single simultaneous contact pair&lt;/strong&gt;, without requiring contact history, providing a purely tactile pose source for contact-rich manipulation.&lt;/p&gt;

&lt;p&gt;Pengfei Ye et al. · arXiv 2606.28899 &lt;a href="https://arxiv.org/abs/2606.28899" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: Flow Matching in Feature Space for Stochastic World Modeling (authors include INRIA, Meta FAIR, and others); SA-VLA (state-aware action tokenizer improving discrete action reconstruction accuracy); OWMDrive (4D occupancy world model for causally-aware end-to-end driving); WARP (whole-body retargeting from offline human demonstrations, extending mobile manipulation); TacGen (vision-to-tactile alignment and generation to address tactile data scarcity); J-LAW (coupled latent factor graph for joint localization and actionable world modeling); RoboGaze (structured vision-language analysis for evaluating robot world model-generated video); X-Mind (predictive world CoT for Xpeng's end-to-end driving, already reported on the industry side).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Ruka-v2&lt;/strong&gt;: NYU releases a fully open-source tendon-driven dexterous hand covering core degrees of freedom including wrist and finger abduction, aiming to replace "commercial hands costing tens of thousands of dollars" with a low-cost reproducible alternative, lowering the barrier for dexterous manipulation research.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Qwen-AgentWorld&lt;/strong&gt;: Alibaba open-sources an agent-oriented "language world model" that lets AI mentally simulate the consequences of an action in language before deciding on the next step.&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Laifual Drive (03952.HK) | Hong Kong IPO | Raised ~HKD 1.07 Billion&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Zhejiang-based &lt;strong&gt;Laifual Drive&lt;/strong&gt; (Chinese harmonic reducer manufacturer) listed on the Hong Kong Stock Exchange on June 30, becoming the first &lt;strong&gt;"harmonic reducer stock" on the Hong Kong market&lt;/strong&gt;, with an IPO price of HKD 85.5 and net proceeds of approximately HKD 1.073 billion, exclusively sponsored by CMB International; funds will be used for capacity expansion and R&amp;amp;D. By 2025 shipment volume, it ranks second among harmonic reducer makers for robots in China with approximately &lt;strong&gt;21.4%&lt;/strong&gt; market share, and is one of only two Chinese manufacturers to have achieved mass production of harmonic reducers for humanoid robots. 2025 revenue was &lt;strong&gt;RMB 261 million&lt;/strong&gt; (up 142% year-on-year) but with a net loss of approximately RMB 171 million — another example of robot component makers pursuing a "sacrifice margins for volume, rush to capital markets" strategy.Source: Jiazi Guangnian (Chinese tech media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU5OTI0NTc3Mg==&amp;amp;mid=2247555139&amp;amp;idx=1&amp;amp;sn=425360677c3ffe9ca94bb61ab02a0ffe&amp;amp;chksm=ffcb9d2a2e6c93e122a3818356f9e367e72b019dd51c056497f25020149ae7c689013e9ee0f1&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dexmal | Series B | RMB 1 Billion | Valuation Exceeds RMB 10 Billion&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Shenzhen-based embodied AI company &lt;strong&gt;Dexmal&lt;/strong&gt; (Chinese embodied AI startup) has closed a RMB 1 billion Series B, joining the RMB 10 billion valuation club and eyeing an IPO; Shenzhen Capital Group invested in two consecutive rounds, and Lens Technology (founder &lt;strong&gt;Zhou Qunfei&lt;/strong&gt;) upgraded from customer to shareholder. The company's H1 2026 revenue is projected to approach &lt;strong&gt;RMB 100 million&lt;/strong&gt;, with a full-year target of RMB 250–300 million, focusing on foundational world models, physics engines, and humanoid robot deployment — one of the few embodied AI unicorns to put actual revenue on the table.Source: Pencil News (Chinese startup media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI0NzAzNTUwMQ==&amp;amp;mid=2652519321&amp;amp;idx=1&amp;amp;sn=07babf0cb3318efe8129cce507a0b09e&amp;amp;chksm=f395136de464b168c78f9c496dd206808b4a91f5e717b914a85231fb9ead837074f87518fc8c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Liqi Intelligence (Tsinghua-affiliated) | Seed Round | Hundreds of Millions of RMB&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Tsinghua University-affiliated world model startup &lt;strong&gt;Liqi Intelligence&lt;/strong&gt; (Chinese AI startup) has closed a seed round of hundreds of millions of RMB, with &lt;strong&gt;Shunwei Capital, Sequoia China, Hillhouse, and Xinglian&lt;/strong&gt; all participating. The team deliberately downplays the "world model" label, emphasizing coupling data, models, hardware, and infrastructure into systems that actually work in real scenarios — reflecting investors' preference for the "physics + data dual-flywheel" approach.Source: 36Kr &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI2NDk5NzA0Mw==&amp;amp;mid=2248893878&amp;amp;idx=2&amp;amp;sn=3cbf9a5cd8f62dae8ded9b9b53a59fc1&amp;amp;chksm=e808fc12ad356a8d80a8896e7aba4fa53af29cad13a049d391b3897413b5588764093306359b&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yisheng Technology (founded by HKU professor) | Angel Round | Hundreds of Millions of RMB&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yisheng Technology&lt;/strong&gt; (Chinese AI startup), founded by a University of Hong Kong professor, has raised hundreds of millions of RMB in an angel round, focused on "building a memory system for robots" — addressing the long-neglected memory and long-horizon consistency challenges in embodied intelligence.Source: 36Kr Hardware (Chinese tech media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMTI4MjU0Mw==&amp;amp;mid=2247550774&amp;amp;idx=1&amp;amp;sn=9724e1eab75f7276ed261d0f61c0d607&amp;amp;chksm=c1f0cabd8f4d1efe1cc1ff7b9a6f54b69ffdd0ab886e5f40c5acf6df2634980e0d9a96ed0cbd&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NeoWa Robotics | Angel Round | RMB 50 Million&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NeoWa Robotics&lt;/strong&gt; (Chinese embodied AI startup) has closed a RMB 50 million angel round led by &lt;strong&gt;Lanhu Capital&lt;/strong&gt; with Butong Capital and Gongqingcheng Puyi following; just two months ago it closed a seed round led by Plug and Play China; the founder is the former head of Baidu's autonomous driving and robotics lab, focusing on "embodied intelligence / universal traversal models." Seven other Shanghai companies also closed new rounds on the same day, reflecting continued dense early-stage deal flow in the embodied AI sector.Source: Tech Capital Circle (Chinese media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzOTI0NjE2NA==&amp;amp;mid=2247486943&amp;amp;idx=3&amp;amp;sn=f1ad6dcf6848f0563098fd3d4c59e028&amp;amp;chksm=f19e90b06e8a2cd2221f314e216c7710afce940e81066d479ef7305f3a0d4d70ea98cd3a14c8#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercial Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Amazon Unveils Next-Generation Warehouse Robot Proteus with Autonomous Package Handoffs&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amazon&lt;/strong&gt; has revealed its next-generation autonomous mobile robot &lt;strong&gt;Proteus&lt;/strong&gt;, featuring &lt;strong&gt;voice command&lt;/strong&gt; support and enabling fully &lt;strong&gt;autonomous package handoffs&lt;/strong&gt; from one robot to the next stage in the warehouse. As the world's largest-scale warehouse robotics operator, Amazon's iteration signals a shift in warehouse automation from "point-solution sorting" toward "continuous unmanned material flow."Source: MSN/Fox 59 &lt;a href="https://www.msn.com/en-us/news/technology/amazon-unveils-next-gen-proteus-robot-with-voice-commands/ss-AA26AJp3?uxmode=ruby" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HAI Robotics "Flash Climb" Series Surpasses 10,000 Units in Global Partnerships&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Warehouse robotics company &lt;strong&gt;HAI Robotics&lt;/strong&gt; (Chinese warehouse robot maker) reports its "Flash Climb" series has exceeded &lt;strong&gt;10,000 units&lt;/strong&gt; in global partnerships, including a collaboration with Arvato to serve a European beauty retailer's omnichannel smart warehouse. Scale has become the moat in box-handling warehouse robotics, though "partnership scale" is a cumulative figure rather than current installed base (⚠️ vendor figures).Source: Ikanchai &lt;a href="https://news.ikanchai.com/2026/0630/661417.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhiyuan Robotics' 15,000th G2 Unit Delivered Straight to Factory (Previously Reported)&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Zhiyuan Robotics' (Chinese humanoid robot company) 15,000th embodied robot Elf G2 rolled off the production line and was delivered the same day to Longqi Technology's factory for production-line quality inspection — less than three months after surpassing 10,000 units in March. This story was already highlighted on June 28; today's follow-up adds supply chain signals including the inauguration of a Tsinghua–Zhiyuan joint research center and the adoption of GaN technology for joint drives at scale.Source: Shangguan News &lt;a href="https://www.shobserver.com/news/detail?id=1136740" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;UBTECH Robotics Launches Full-Size Ultra-Bionic Humanoid U1, Priced at RMB 119,800–990,000&lt;/strong&gt; · humanoid ⚠️ Pre-sale figures&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTECH Robotics&lt;/strong&gt; unveiled its consumer brand "&lt;strong&gt;UWORLD&lt;/strong&gt;" and debut full-size ultra-bionic humanoid robot &lt;strong&gt;U1&lt;/strong&gt; at its 2026 global launch event, displaying over 50 appearance variants, heights of 1.6–1.85 m, and &lt;strong&gt;88 degrees of freedom&lt;/strong&gt; across the whole body, targeting home emotional companionship. Pricing ranges from &lt;strong&gt;RMB 119,800&lt;/strong&gt; for U1 Lite and RMB 169,800 for U1 Pro, to RMB 990,000 for U1 Ultra (male version) and RMB 880,000 (female version); pre-sales launched on JD.com on June 2, with cumulative pre-orders exceeding &lt;strong&gt;11,000 units&lt;/strong&gt; as of the launch date (pre-sale orders, not deliveries). Founder &lt;strong&gt;Zhou Jian&lt;/strong&gt; stated that robots will replace smartphones as the core AI interaction terminal, with half of the company's energy now directed at home scenarios. This represents the most aggressive attempt yet by China's humanoid sector to expand from "industrial/research" to "consumer companionship," though mass-production delivery and real-world retention remain to be proven.Source: Shanghai Securities News &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5MDIwNDEyMg==&amp;amp;mid=2651252328&amp;amp;idx=2&amp;amp;sn=ac9ca0c277e3ddd6905a6398e74bab6b&amp;amp;chksm=bcf53c036efc67c40163a3ac77d013744c9f7cb8d532c9bf62e9ae8873b03c0af19db84f9686#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Uber and Waymo End Phoenix Robotaxi Partnership, Each Pursues New Direction&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;After nearly three years of operation, &lt;strong&gt;Uber&lt;/strong&gt; and &lt;strong&gt;Waymo&lt;/strong&gt; have ended their Phoenix ride-hailing partnership (the food delivery collaboration had already ended in May 2025). Waymo is reclaiming these vehicles into its own fleet to fulfill autonomous delivery commitments with &lt;strong&gt;DoorDash&lt;/strong&gt; and transit agreements with Via; Uber is pivoting to &lt;strong&gt;Lucid + Nuro&lt;/strong&gt;, planning to deploy more than 20,000 Lucid vehicles equipped with Nuro Driver over six years. Both companies continue their partnership in &lt;strong&gt;Austin and Atlanta&lt;/strong&gt;, and Uber says a new Phoenix partner announcement is coming soon. This marks a shift in the Robotaxi model from "aggregation platforms + third-party fleets" toward vertically integrated control of vehicle capacity.Source: Reuters et al. (×30) &lt;a href="https://www.reuters.com/business/uber-waymo-end-robotaxi-partnership-phoenix-2026-06-29/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Apptronik Opens Austin "Robot Park" and Unveils Apollo 2&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Apptronik&lt;/strong&gt; opened its approximately &lt;strong&gt;90,000 sq ft&lt;/strong&gt; flagship data collection and training facility "&lt;strong&gt;Robot Park&lt;/strong&gt;" on June 30, where fleets of humanoids work on real logistics, manufacturing, and retail tasks to generate training data; it also unveiled humanoid platform &lt;strong&gt;Apollo 2&lt;/strong&gt; (in bipedal and wheeled variants), featuring 90%+ energy-efficient proprietary actuators, hot-swappable batteries for continuous operation, and expressive interaction. Data will be used to train future humanoid AI models in collaboration with &lt;strong&gt;Google DeepMind&lt;/strong&gt;. The company, which raised $520 million at a $5 billion valuation in February this year, is now materializing its "robot data flywheel" and planning to replicate the Robot Park network across multiple locations.Source: The Star &lt;a href="https://www.thestar.com.my/tech/tech-news/2026/06/30/apptronik-launches-robot-training-hub-unveils-apollo-2-humanoid-robot" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;YOUIBOT Launches Industrial Embodied Foundation Model FabriX and Native Humanoid "Xifeng"&lt;/strong&gt; · industrial ⚠️ Vendor figures&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;YOUIBOT&lt;/strong&gt; (Chinese industrial robot company) globally launched a new series of embodied intelligence products, including what it calls the "world's first scalable" industrial embodied intelligence foundation model "&lt;strong&gt;FabriX (Zhihe)&lt;/strong&gt;" and the industrial-native humanoid robot "&lt;strong&gt;Xifeng&lt;/strong&gt;," claiming it will empower &lt;strong&gt;10,000&lt;/strong&gt; industrial sites within three years. At a time when general-purpose humanoids are crowding into consumer narratives, industrial settings are seen as the most commercially viable near-term deployment ground; however, the "10,000 sites" figure represents cumulative empowerment including integration projects and should be distinguished from actual humanoid unit installations.Source: IItime (Chinese industry media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI5ODU5NTY5OQ==&amp;amp;mid=2247545315&amp;amp;idx=1&amp;amp;sn=aeddff6675cc76ea7fa723a820b7a30c&amp;amp;chksm=ed0e2527efb71e31b96d9ae17c33f9594f739177ffa9fa883823842d513e124fa3570bb758d9#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LG Electronics Places Robotics Business Center Under Direct CEO Oversight, Bets on Physical AI&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LG Electronics&lt;/strong&gt; has established a Robotics Business Center reporting directly to the CEO, consolidating dispersed operations and accelerating commercialization of physical AI and its home robot "Cloid." Following Samsung and Hyundai, LG is elevating robotics to group-strategy level, consistent with South Korea's broader move to designate physical AI as a national strategic priority.Source: The Korea Times et al. (×4) &lt;a href="https://letsdatascience.com/news/lg-electronics-establishes-robotics-business-control-tower-5408eabe" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nvidia Accelerates Hiring for Its China Robotics Team&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nvidia&lt;/strong&gt; has posted &lt;strong&gt;12+&lt;/strong&gt; new positions for its robotics team in China, interpreted as a talent signal of continued investment in its physical AI and embodied intelligence platforms (GR00T, Cosmos, and others).Source: South China Morning Post &lt;a href="https://www.scmp.com/tech/big-tech/article/3358928/nvidia-boost-its-china-robotics-team-amid-emergence-physical-ai" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;STAR ROBOTICS&lt;/strong&gt; (Chinese robotics startup) launches a 21-DoF fully direct-drive dexterous hand, with motors emerging as a key competitive differentiator — dexterous hands are evolving from mechanical components to highly integrated systems combining micro-motors, precision drives, encoders, drivers, and control algorithms.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Sonair&lt;/strong&gt; launches what it claims is the world's first safety-certified 3D ultrasonic sensor (ADAR) for human-robot collaboration near-field collision avoidance, adding a low-cost safety sensing pathway alongside vision and LiDAR (×5 multi-source).&lt;/p&gt;

&lt;p&gt;· Dexterous hand valuations are approaching those of Unitree: Lingxin Qiaoshou's (Chinese dexterous hand startup) latest target valuation is approximately $6 billion (around RMB 41 billion), claiming over 80% global market share in high-DoF dexterous hands (⚠️ vendor figures); upstream components including miniature ball screws and harmonic reducers are also heating up simultaneously.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 43 (06/30)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Mon, 29 Jun 2026 14:47:45 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-43-0630-3g8o</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-43-0630-3g8o</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Shenzhen-based AI²Robotics (Chinese humanoid startup) and X Square Robot (Chinese embodied AI startup) both crossed the &lt;strong&gt;20 billion RMB&lt;/strong&gt; valuation mark on the same day: AI²Robotics raised nearly 5 billion RMB in a new round, while X Square Robot completed four rounds in two months with a reported valuation exceeding 20 billion RMB — bringing China's embodied AI "billion-yuan club" to approximately 25 companies.&lt;/p&gt;

&lt;p&gt;· Volkswagen is reportedly moving to terminate its autonomous driving partnership with Bosch — after roughly &lt;strong&gt;€1.5 billion&lt;/strong&gt; invested over four years, an internal assessment deemed the technology "not competitive," and the company is pivoting to external suppliers with a target of signing a new contract before September.&lt;/p&gt;

&lt;p&gt;· South Korea has elevated physical AI to a national strategy: the government plans to invest &lt;strong&gt;20 trillion KRW&lt;/strong&gt; in manufacturing AI, commercialize industry-specific humanoid robots across 10 sectors by 2028, and has joined 11 companies to establish a Physical AI Industry Association.&lt;/p&gt;

&lt;p&gt;· Tesla is rolling out &lt;strong&gt;FSD 14 Lite&lt;/strong&gt; to owners of older HW3 vehicles, though those vehicles remain ineligible to join Tesla's robotaxi fleet.&lt;/p&gt;

&lt;p&gt;· Multiple world model announcements landed on the same day: Xpeng unveiled predictive world model framework &lt;strong&gt;X-Mind&lt;/strong&gt; at CVPR 2026 (in service of VLA 2.0), while Wujie Power (Chinese robotics startup) released its "latent-space world model MWA," claiming top benchmark rankings (⚠️ vendor claim).&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Papers
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;PhysisForcing: A Physics-Constrained Reinforcement Approach for Robotic Manipulation World Simulators&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Addresses a core limitation of video-generative world models for embodied manipulation: both general-purpose video generators and robot-data fine-tuned models produce physically implausible outputs — discontinuous trajectories, interpenetration between robots and objects — undermining their reliability as world simulators. This work injects physical consistency into the generation process via reinforcement, improving the physical plausibility of manipulation rollouts. &lt;strong&gt;HF↑30&lt;/strong&gt; on the day of release.&lt;/p&gt;

&lt;p&gt;Peiwen Zhang et al. · arXiv 2606.28128 &lt;a href="https://arxiv.org/abs/2606.28128" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Using "Translation" as a Bridging Action: Transferring Human Manipulation Skills to Bimanual Robots&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Human motion data is cheap, abundant, and diverse — the most promising resource for scaling robot learning — but the morphological gap between human hands and parallel grippers makes direct transfer difficult. This work uses a class of "translation" bridging actions to map human demonstrations onto bimanual robots with parallel grippers, demonstrating that new manipulation skills can be learned from human motion data. &lt;strong&gt;HF↑27&lt;/strong&gt; on the day of release.&lt;/p&gt;

&lt;p&gt;Sijin Chen et al. · arXiv 2606.28133 &lt;a href="https://arxiv.org/abs/2606.28133" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Injecting a Single Grounded 3D Anchor Point into the Action Head Unlocks Spatial and Task Generalization in VLAs&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;VLA models achieve flexible manipulation through large-scale vision-language pretraining, but remain brittle along two axes at test time: object positions outside the training distribution (spatial generalization) and familiar scenes paired with new instructions (task generalization). This work finds that simply feeding a single 3D-grounded &lt;strong&gt;spatial point&lt;/strong&gt; directly into the action head simultaneously improves both types of generalization — a minimal intervention with targeted effect.&lt;/p&gt;

&lt;p&gt;Shiang-Feng Tsai et al. · arXiv 2606.27663 &lt;a href="https://arxiv.org/abs/2606.27663" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;S²-VLA: State-Space-Guided VLA for Long-Horizon Manipulation&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Existing VLAs commonly suffer from perceptual drift and intent loss in long-horizon tasks due to accumulating errors. S²-VLA uses state-space-guided adaptive attention to suppress error accumulation; the team reports that with &lt;strong&gt;2B parameters&lt;/strong&gt; it outperforms 7B-scale baselines on multiple long-horizon manipulation benchmarks.&lt;/p&gt;

&lt;p&gt;Zhipeng Xie et al. (Shanghai Jiao Tong University, East China Normal University) · arXiv 2606.27872 &lt;a href="https://arxiv.org/abs/2606.27872" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Commentary: Embodied Intelligence Notes &lt;a href="https://mp.weixin.qq.com/s?__biz=MzUzMzkzNTgxMg==&amp;amp;mid=2247484876&amp;amp;idx=1&amp;amp;sn=e8f0c6a74e54bd32db57b48a92d745f4&amp;amp;chksm=fb0df140ea2c7691151415649e622db2e6984d2dcbc0e7ae55fab045d25d80c2a03ef9b8d94c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Drop and Recover: How Redundant Are VLA Models?&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;VLAs directly inherit the oversized language backbones of pretrained VLMs — capacity far exceeding what is needed to process short robot instructions. This study uses a "drop-and-recover" probe to systematically measure how much model capacity closed-loop control actually requires, providing quantitative grounding for VLA pruning and compression with direct relevance to on-device deployment.&lt;/p&gt;

&lt;p&gt;Guoheng Sun et al. · arXiv 2606.27755 &lt;a href="https://arxiv.org/abs/2606.27755" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SceneBot: Contact-Prompted Whole-Body Humanoid Tracking and Scene Interaction&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Current humanoid RL policies handle free-space motion well but struggle with contact-rich tasks — pure kinematic tracking cannot resolve the physical ambiguities that arise when interacting with objects or uneven terrain. SceneBot uses &lt;strong&gt;contact prompts&lt;/strong&gt; to unify free-space walking, terrain traversal, and whole-body manipulation within a single motion-tracking framework.&lt;/p&gt;

&lt;p&gt;Sirui Chen et al. (Guanya Shi group) · arXiv 2606.27581 &lt;a href="https://arxiv.org/abs/2606.27581" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Perceptual 3D Simulation: Predicting Scene Evolution via Physical World Modeling&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;"Given an image, predict how a scene evolves under a 3D transformation" is a shared goal across vision, graphics, and robotics — yet real systems, unlike ideal simulators, cannot fully access 3D geometry and dynamics, and must rely on partial, incomplete &lt;strong&gt;perceptual inputs&lt;/strong&gt;. This work models physical evolution under perceptual constraints, advancing toward actionable, reality-level simulation.&lt;/p&gt;

&lt;p&gt;Wanhee Lee et al. (Stanford, Daniel Yamins group) · arXiv 2606.27575 &lt;a href="https://arxiv.org/abs/2606.27575" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: SpikeVLA (low-power real-time VLA using spiking neural networks, arXiv 2606.27807 &lt;a href="https://arxiv.org/abs/2606.27807" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Support-Constrained RL (improving real-world policies without real-robot experience, arXiv 2606.27475 &lt;a href="https://arxiv.org/abs/2606.27475" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Unleashing Infinite Motion (amplifying expressive quadruped locomotion with generative video priors, arXiv 2606.28237 &lt;a href="https://arxiv.org/abs/2606.28237" rel="noopener noreferrer"&gt;source&lt;/a&gt;); DexCompose (reusing dexterous manipulation policies for single-hand multi-task execution, arXiv 2606.28323 &lt;a href="https://arxiv.org/abs/2606.28323" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Booster Lab (data-centric pipeline for deployable humanoid locomotion, arXiv 2606.27813 &lt;a href="https://arxiv.org/abs/2606.27813" rel="noopener noreferrer"&gt;source&lt;/a&gt;); DIM-WAM (world-action modeling with diverse historical event memory, arXiv 2606.27677 &lt;a href="https://arxiv.org/abs/2606.27677" rel="noopener noreferrer"&gt;source&lt;/a&gt;); ReWorld (learning better representations for world-action models in autonomous driving, arXiv 2606.27504 &lt;a href="https://arxiv.org/abs/2606.27504" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;MemoBench&lt;/strong&gt;: A world-modeling benchmark focused on dynamically changing environments — specifically testing memory consistency when targets move out of view or are occluded while the scene continues to evolve, filling a gap left by most benchmarks that only test targets within the field of view (arXiv 2606.27537 &lt;a href="https://arxiv.org/abs/2606.27537" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;SimFoundry&lt;/strong&gt;: A modular, automated scene generation system capable of zero-shot real-to-sim reconstruction from a single video, for use in policy learning and evaluation (arXiv 2606.28276 &lt;a href="https://arxiv.org/abs/2606.28276" rel="noopener noreferrer"&gt;source&lt;/a&gt;, HF↑6).&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;X Square Robot (Chinese embodied AI startup) ｜ B+/B++/C Rounds ｜ Post-money valuation exceeding 20 billion RMB (~$2.8B)&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Three consecutive rounds — B+, B++, and C — all closed within just over two months, making it the first company in the Greater Bay Area to reach a 20 billion RMB valuation. The investor lineup is an unusually complete roster of Chinese internet majors: Meituan, Alibaba, ByteDance, and Xiaomi each led different rounds, with Sequoia China, IDG, Source Code Capital, the National AI Industry Fund, and China Mobile also participating. The company focuses on embodied foundation models and integrated robots, with deployments already live in real-world settings including 58 Daojia (Chinese home services platform) and a component production line at a German luxury automaker. Source: Pencil News &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI0NzAzNTUwMQ==&amp;amp;mid=2652519289&amp;amp;idx=1&amp;amp;sn=cc5b75f641a5b337da9731335b71a4d9&amp;amp;chksm=f34ce60555d15d8ba1666ca7706d9ddd255dc4feae1b68b30362f2c1e9dae4550821dfd922b5#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI²Robotics (Chinese humanoid startup) ｜ New Round ｜ ~5 billion RMB (~$700M) ｜ Valuation exceeding 20 billion RMB&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Announced its 20 billion RMB valuation on the same day as X Square Robot. This round was jointly led by the National SME System Fund, the Guangdong Provincial AI Fund, Shenzhen Capital Group (深创投), Nanshan Strategic Emerging Industry Investment, and strategic investors including Moutai Group (Chinese spirits conglomerate), China Merchants Capital, and Sino Biopharmaceutical — with the valuation doubling from the ~10 billion RMB Series B in February. The company positions itself around general-purpose productivity robots led by AlphaBot2 and a proprietary brain-inspired VLA, with its own production line now at hundreds of units per month and a target of reaching tens of thousands this year. Source: RecodeX &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5NTM2OTcwMA==&amp;amp;mid=2653958912&amp;amp;idx=1&amp;amp;sn=cbeb99621b644958993ad6cc45b45d55&amp;amp;chksm=bca2d6121241811cca9b9a392fd67515741a977d206cef5267d0256a1811287f59bb56b49ce0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SpeedBot (Chinese industrial robot vision startup) ｜ Series B++ ｜ 100M+ RMB range&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;This round was co-invested by the National SME Hunan Sub-Fund managed by Dachen Caizhì (Chinese PE firm) and Changsha Urban Development. The company has previously completed seven rounds, including a Series B of 300 million RMB. SpeedBot uses an &lt;strong&gt;industrial world model&lt;/strong&gt; to build physical cognition for manufacturing scenarios, supporting embodied AI deployment on production lines. Source: Changsha Enterprise Listing Service Center &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMTY4OTA4Mg==&amp;amp;mid=2247496379&amp;amp;idx=1&amp;amp;sn=bee8befa9d1194c06a860ad6df3073d5&amp;amp;chksm=c174bf74f9d320dc9e2ae9a5f4d37c20665f3294b8f43bd1377c7bd7163213652812476c291f#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Delta Intelligence ｜ Angel+ Round ｜ Undisclosed&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;A humanoid robot &lt;strong&gt;foundation model&lt;/strong&gt; company, this round was backed by Zhuhai Science and Technology Industry Group, Haiwan Capital (Chinese VC), Meihua Ventures (Chinese VC), semiconductor investor Jiaoyuan Assets, and a strategic automotive industry participant; existing investor Huaying Capital (Chinese VC) followed on. Source: Tech Capital Circle &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzOTI0NjE2NA==&amp;amp;mid=2247486913&amp;amp;idx=5&amp;amp;sn=fb6ece578a7775bd4d18be72f14f3f78&amp;amp;chksm=f1263c2a1522d30958bf554d763743e83f3367d3cb46f732c3cab9ccaab94d6f133734f756f5#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Proception ｜ New Round ｜ $11 million&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;A Y Combinator-backed robot &lt;strong&gt;dexterous hand&lt;/strong&gt; startup whose founder Jay Li previously served as technical lead for Tesla's Optimus program. The company announced this funding round simultaneously with the settlement of a trade secret lawsuit brought by Tesla (Tesla withdrew the suit this month). Source: TechCrunch &lt;a href="https://techcrunch.com/2026/06/29/robot-hand-company-settles-tesla-trade-secret-suit-and-announces-11m-raise/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Archon Robotics ｜ Seed Round ｜ Hundreds of millions of RMB&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Positioned as a general-purpose whole-body embodied intelligence developer, the company has completed a seed round in the hundreds of millions of RMB. Source: Gasgoo &lt;a href="https://autonews.gasgoo.com/articles/icv/seeds-archon-robotics-a-general-whole-body-embodied-intelligence-developer-raises-hundreds-of-millions-in-seed-round-2071597085466865665" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Qingyu Technology ｜ Pre-Series A ｜ Undisclosed&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;A portfolio company of Shunwei Capital (Chinese VC fund backed by Xiaomi's Lei Jun), focused on &lt;strong&gt;tendon-driven soft robots&lt;/strong&gt; — a direction widely regarded as one of the most difficult embodied robotics approaches to bring to production. The company claims its first-generation bionic flexible product is among the few tendon-driven systems globally to reach mass production. Source: Shunwei Capital &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5NTk1NzYyOQ==&amp;amp;mid=2650888327&amp;amp;idx=1&amp;amp;sn=dae8cc2cfe7387770d84cf024f35ae2d&amp;amp;chksm=8a1fc05b424f560029de6b39a27e0d2bbe6acd3978f332a2ce4b429f44e58031e06bcc7a7734#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercial Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Shenzhen Further Deregulates Robotaxi Commercialization&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Reports indicate Shenzhen will advance the legalization of commercial robotaxi operations starting &lt;strong&gt;July 1&lt;/strong&gt;. As of 2026, 26 cities across China have been approved to operate driverless robotaxi services with commercial fares, with several jurisdictions progressively removing the requirement for a safety operator in the vehicle. Industry discussion has shifted from "can the technology operate" to questions of operations and per-vehicle unit economics. Source: AI Dimension Bureau &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMzc3NDA1MA==&amp;amp;mid=2247485380&amp;amp;idx=1&amp;amp;sn=6c1281de48d127c4f134e856f9d113ca&amp;amp;chksm=f1d22cc89946099171098aafac459912e9bd8afdfb344685d96321f833838761f9d84f92199b#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Aurora's Autonomous Trucking Safety Case Endorsed by Third-Party Audit&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;An independent third-party audit has endorsed Aurora's autonomous trucking &lt;strong&gt;safety case&lt;/strong&gt; — a materially more credible safety signal than vendor self-assessment, and a substantive validation for the company's plans to scale commercial driverless long-haul trucking operations. Source: Truck News &lt;a href="https://www.trucknews.com/technology/third-party-audit-endorses-auroras-autonomous-trucking-safety-case/1003217603/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Faraday Future (FF) Reports 242 Robot Units Shipped, March–June&lt;/strong&gt; · humanoid ⚠️ target figure&lt;/p&gt;

&lt;p&gt;FF reports that its robotics division shipped &lt;strong&gt;242 units&lt;/strong&gt; between March and June, ahead of expectations; Jia Yueting (FF's founder) has raised the full-year shipment target to 2,000 units accordingly. The 242 units represent actual deliveries; the 2,000-unit figure is a forward-looking target, not achieved capacity. Source: Sohu &lt;a href="https://m.sohu.com/a/1042996159_258768?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTECH Reports 5,000+ Pre-orders in 20 Days for New Humanoid Robot&lt;/strong&gt; · humanoid ⚠️ pre-order figure&lt;/p&gt;

&lt;p&gt;UBTECH (Chinese humanoid robot company) reports that its new life-like humanoid robot surpassed &lt;strong&gt;5,000 pre-orders within 20 days&lt;/strong&gt;, with the product formally unveiled the following day. Pre-orders are not deliveries; actual production capacity and fulfillment remain to be verified after the official launch. Source: MyDrivers &lt;a href="https://news.mydrivers.com/1/1132/1132914.htm" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pudu Robotics Plans "Fully Robot-Staffed Hotel" with Shenzhen CITD&lt;/strong&gt; · industrial ⚠️ planned&lt;/p&gt;

&lt;p&gt;Pudu Robotics (Chinese service robot company) announced plans to build what it calls the world's first fully robot-operated hotel in Guangdong, China, targeting an opening in &lt;strong&gt;2027&lt;/strong&gt;. This is a planning-stage announcement, not a completed or operational deployment. Source: Let's Data Science &lt;a href="https://letsdatascience.com/news/pudu-robotics-builds-fully-robot-run-hotel-in-china-d84adf34" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Volkswagen Plans to Terminate Autonomous Driving Partnership with Bosch&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Volkswagen plans to exit its 2022 joint development agreement with Bosch on driver assistance and autonomous driving systems. After a cumulative investment of roughly &lt;strong&gt;€1.5 billion&lt;/strong&gt; over four years, an internal assessment concluded the technology was "not yet competitive." Volkswagen intends to terminate the contract under its terms and pivot to directly procuring software and hardware from external suppliers, targeting a new engineering supply contract before September — a move that runs in parallel with a sweeping cost-reduction program that includes up to 100,000 job cuts and the closure of four factories in Germany. Notably, Volkswagen has taken a different approach in the Chinese market, pursuing local intelligent driving partnerships there, with the two regional strategies now visibly diverging. Source: Autohome &lt;a href="https://chejiahao.autohome.com.cn/info/25836694?reply=reply" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;South Korea Elevates Physical AI to National Strategy&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;The South Korean government has released a comprehensive physical AI package: planned investment of &lt;strong&gt;20 trillion KRW&lt;/strong&gt; in manufacturing AI alongside a "National AI Data Repository" to preserve skilled craftspeople's expertise in digital form; a target to commercialize &lt;strong&gt;industry-specific humanoid robots&lt;/strong&gt; across 10 sectors by 2028; and a goal to grow the robotics market from 5.6 trillion KRW in 2021 to over 20 trillion KRW by 2030, with one million robots deployed, and an ambition to become the global leader in physical AI by 2030. On the industry side, Korea Startup Forum and 11 companies jointly established a "Physical AI Industry Association," while Samsung and others announced major investments at sites including Gumi. The 2028/2030 targets are forward-looking government commitments, though the policy announcements and industry organization activity represent substantive real actions rather than single-vendor claims. Source: Seoul Economic Daily &lt;a href="https://en.sedaily.com/technology/2026/06/29/korea-to-commercialize-industry-specific-humanoids-by-2028" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Xpeng Unveils Predictive World Model Framework X-Mind&lt;/strong&gt; · world-model ⚠️ vendor claim&lt;/p&gt;

&lt;p&gt;Xpeng (Chinese EV and autonomous driving company) presented its world model roadmap at the CVPR 2026 Embodied Foundation Model Deployment Workshop, releasing &lt;strong&gt;X-Mind&lt;/strong&gt; — a predictive world model framework enabling vehicles to "simulate the future before deciding," building on the prior X-World, X-Foresight, and X-Cache lineage. The framework emphasizes proactive reasoning, controllable generation, and long-horizon prediction to support the next-generation VLA 2.0; a technical report is forthcoming. This is a capability roadmap announcement; production-level results remain to be validated. Source: XPENG &lt;a href="https://www.xpeng.com/news/019f120632fa9eee69fc8a028d7b00b7" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wujie Power Releases Latent-Space World Model MWA&lt;/strong&gt; · world-model ⚠️ vendor claim&lt;/p&gt;

&lt;p&gt;Following a $200M+ angel round last month, Wujie Power (Chinese embodied AI startup) has released &lt;strong&gt;MWA™&lt;/strong&gt;, which it describes as the world's first "long-horizon bidirectional physical causal chain" latent-space world model. The company claims it abandons the next-frame video prediction paradigm in favor of modeling physical causality directly in latent space, and asserts it tops a leading embodied intelligence benchmark. "World's first" and "top-ranked" are vendor claims that require independent verification. Source: Jiqizhixin (Chinese AI media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA3MzI4MjgzMw==&amp;amp;mid=2651041854&amp;amp;idx=1&amp;amp;sn=587338b00b0d8f418dfa05dda07c4425&amp;amp;chksm=85c68db5f27185e5bbad7a233708ad41411245777ba2f657ef593e9a3c409838e372b4693740#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhiyuan Robotics (Chinese humanoid startup) Takes Stake in Force Sensor Developer Lanpoint Touch&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Following its previously reported milestone of the 15,000th unit rolling off its production line, Zhiyuan Robotics has taken a stake in &lt;strong&gt;force sensor&lt;/strong&gt; developer Lanpoint Touch (Chinese sensor startup), extending its supply chain upstream into six-axis force and tactile sensing to strengthen its standardized supply chain ecosystem. Source: Guandian.cn &lt;a href="https://www.guandian.cn/article/20260629/569888.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deep Robotics Rebrands and Announces "1+X+N" Global Strategy&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Hangzhou-based quadruped robot maker "Hangzhou Deep Robotics" has dropped the city name from its branding, rebranding simply as "Deep Robotics," and unveiled a &lt;strong&gt;"1+X+N"&lt;/strong&gt; strategy at its Global Partner Summit to accelerate international expansion of commercial embodied intelligence. Source: Yahoo Finance &lt;a href="https://finance.yahoo.com/technology/ai/articles/deep-robotics-hosts-global-partner-061100846.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meta Reported to Acquire Robotics AI Company to Accelerate Humanoid Development&lt;/strong&gt; · adjacent ⚠️ unconfirmed report&lt;/p&gt;

&lt;p&gt;Reports indicate Meta has acquired a robotics AI company to accelerate its humanoid robot development; transaction details and the identity of the acquisition target have not been officially confirmed. Source: Stocktwits &lt;a href="https://stocktwits.com/news-articles/markets/equity/meta-acquires-robotics-ai-company-to-fast-track-humanoid-robot-development-report/cZQV1XXReep" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Ruiyan Intelligent Control (Chinese dexterous hand supplier)&lt;/strong&gt;: Reported to be the exclusive dexterous hand supplier for dozens of Chinese embodied large-model companies, emerging as a hidden chokepoint as the dexterous hand segment scales (China's dexterous hand shipments are projected to grow from 19,200 units in 2025 to approximately 70,000 units in 2026). &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI5MzE0NDUzNQ==&amp;amp;mid=2650433610&amp;amp;idx=1&amp;amp;sn=4abff6fc27206e75417ac36c28c72158&amp;amp;chksm=f5c996b37227d006172d8e4ea308e21284c2abf7c76963cdce89894c7340b0d23eec947327f3#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;3D Force-Tactile Sensors&lt;/strong&gt;: A team from South China University of Technology has developed multiple dexterous hand designs incorporating a proprietary low-cost, high-sensitivity 3D force-tactile sensor, targeting cost reduction in manufacturing — tactile sensing is a key bottleneck in moving dexterous hands from "mechanical grasping" to "intelligent manipulation." &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU3ODcyNDk0OA==&amp;amp;mid=2247497125&amp;amp;idx=1&amp;amp;sn=8182e82c0f4266a124ca405b6fa1fa69&amp;amp;chksm=fc5b3496ea57140ff39ed562804dd67df34f832148b89623d28719fa22b64556da5639988a05#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 42 (06/29)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Sun, 28 Jun 2026 15:35:31 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-42-0629-1030</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-42-0629-1030</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· AgiBot (Chinese humanoid robotics company) rolled off its &lt;strong&gt;15,000th&lt;/strong&gt; embodied robot, less than three months after its 10,000th unit in late March — claiming a new global record in humanoid mass-production scale and speed. A 6-day factory livestream reported a task success rate of approximately &lt;strong&gt;99.99%&lt;/strong&gt; (livestream figures).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Hyundai Motor Group&lt;/strong&gt; will acquire SoftBank's remaining 9.7% stake in Boston Dynamics for &lt;strong&gt;$325 million&lt;/strong&gt;, achieving full ownership. A production version of Atlas is planned to enter Hyundai's electric vehicle plant in Georgia, USA in 2028.&lt;/p&gt;

&lt;p&gt;· Shanghai Innovation Institute and AgiBot released &lt;strong&gt;τ0-WM&lt;/strong&gt; — the world's largest open-source embodied world model, with 5.5B parameters and approximately &lt;strong&gt;27,300 hours&lt;/strong&gt; of pretraining data, unifying future video prediction, action generation, and action evaluation into a single backbone.&lt;/p&gt;

&lt;p&gt;· Tsinghua University open-sourced &lt;strong&gt;OpenHLM&lt;/strong&gt;, a recipe for whole-body loco-manipulation VLA in humanoids: using less than half the demonstration data of strong baselines, it achieves an average task progress of &lt;strong&gt;87.5%&lt;/strong&gt; on long-horizon tasks (vs. 57.5% for GR00T N1.6).&lt;/p&gt;

&lt;p&gt;· A UC San Diego team systematically analyzed world model "hallucinations," categorizing three failure types, showing these can be predicted using label-free signals (ρ≈0.8), and adapting models to new environments using just &lt;strong&gt;50 trajectories&lt;/strong&gt; — approaching expert-data performance.&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Papers
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;τ0-WM: World's Largest Open-Source Embodied World Model&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;It unifies three previously separate capabilities — predicting future video, generating actions, and evaluating action quality — into a single video DiT backbone, allowing the world model to "imagine" candidate futures before execution and filter out actions that look plausible but fail to advance the task. Pretrained on &lt;strong&gt;5.5B&lt;/strong&gt; parameters and approximately &lt;strong&gt;27,300 hours&lt;/strong&gt; of heterogeneous data (including 17,800 hours of real-robot teleoperation), it has been validated on long-horizon dexterous manipulation tasks such as toolbox organization, zipping backpacks, and pipe coupling. Both the model and data are fully open-sourced, making it the largest open-source embodied world model to date.&lt;/p&gt;

&lt;p&gt;Shanghai Innovation Institute × AgiBot · arXiv 2606.01027 &lt;a href="https://arxiv.org/abs/2606.01027" rel="noopener noreferrer"&gt;https://arxiv.org/abs/2606.01027&lt;/a&gt; · Analysis: 真的在读论文 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5NzM2MDk1Nw==&amp;amp;mid=2247483721&amp;amp;idx=1&amp;amp;sn=a3dabe7ecf5d327dec7a20d5bf1cee5c&amp;amp;chksm=f5060c583d11ee8f0cf77bfcafdd99fedee68dd131fda05cb2187def1a80b246a4ca612a31c2#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OpenHLM: An Open-Source VLA Recipe for Humanoid Whole-Body Loco-Manipulation&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Addressing the view that "humanoids should be more than bipedal dual-arm platforms," Tsinghua researchers systematically answer how to build whole-body loco-manipulation: collecting data via joint-space whole-body teleoperation, retaining non-humanoid pretraining, generating absolute joint values via multi-step flow, and extending capability with low-cost data sources such as standing teleoperation and the HuMI framework (no real robot required). On the self-built &lt;strong&gt;HLM-12&lt;/strong&gt; long-horizon task suite, it achieves &lt;strong&gt;87.5%&lt;/strong&gt; average task progress using less than half the demonstrations of two strong baselines — far exceeding GR00T N1.6 (57.5%) and Ψ0 (48.8%), and approaching the whole-body teleoperation oracle (97.5%).&lt;/p&gt;

&lt;p&gt;Tsinghua University Institute for Interdisciplinary Information Sciences (Gao Yang group) et al. · arXiv 2606.22174 &lt;a href="https://arxiv.org/abs/2606.22174" rel="noopener noreferrer"&gt;https://arxiv.org/abs/2606.22174&lt;/a&gt; · Analysis: 机器之心 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA3MzI4MjgzMw==&amp;amp;mid=2651041497&amp;amp;idx=2&amp;amp;sn=4ba45870077658688c831b0a2e757722&amp;amp;chksm=85ddb164a00b35299f432b996691be4f66ca5df90965f88433e534b497d3d6c60a15e3b9b6cd&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;World Model "Hallucinations" Can Be Predicted — and Fixed with Minimal Data&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Generative world models often render visually smooth sequences that have already diverged from real physics — "silent errors" that are highly dangerous for systems relying on them for planning and control. The research categorizes hallucinations into three failure types: perceptual hallucination, action marginalization, and scene divergence. It then identifies three runtime signals requiring no ground-truth labels (Spearman ρ≈&lt;strong&gt;0.8&lt;/strong&gt; correlation with real error), arguing that hallucinations are fundamentally a data coverage problem. Using these signals for curiosity-driven data collection, just &lt;strong&gt;50 trajectories&lt;/strong&gt; suffice to adapt a model to a new environment and approach expert-data performance. The accompanying MMBench2 benchmark covers 427 hours, 210 tasks, and 10 domains.&lt;/p&gt;

&lt;p&gt;Nicklas Hansen, Xiaolong Wang (UC San Diego) · Analysis: 具身智能漫谈 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzUzMzkzNTgxMg==&amp;amp;mid=2247484871&amp;amp;idx=1&amp;amp;sn=b237a78cfdc8ae96387a8e05074683c2&amp;amp;chksm=fbdc157dd8b7f090decb3b68061f505d6f012c889aecf311c37e83cfef6e840411cf386bd3b3#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NavWM: A Unified World Model That Nearly Doubles Navigation Success Rate&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Most visual navigation policies operate in a "single deterministic future," causing oscillation and looping at complex junctions. NavWM uses a bidirectional Mamba backbone to unify perception, trajectory prediction, and future-frame generation — regressing multiple candidate paths in one pass via trajectory anchors, then using the world model to "visually simulate" each and select the best. At &lt;strong&gt;1.5B parameters&lt;/strong&gt;, it reduces absolute trajectory error by more than 30% compared to the next-best method, and achieves a zero-shot success rate of &lt;strong&gt;0.44&lt;/strong&gt; on unseen scenes — nearly double that of competing approaches.&lt;/p&gt;

&lt;p&gt;Institute of Automation, Chinese Academy of Sciences × Beihang University · Analysis: 集智实验室 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU5OTA2Mjk5Mw==&amp;amp;mid=2247536904&amp;amp;idx=2&amp;amp;sn=08f0e3d950ce33aa87ed62f28a78c5e7&amp;amp;chksm=ffdf46725c07ca51c9adf791b9449baecd94b2344077f44be6a7e6c916d55130f2519c350e80#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LA4VLA: Decoupling Language-to-Action Pretraining from Vision&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;In standard VLA training, language signals are overwhelmed by dense visual-action correlations — models appear to follow instructions but actually exploit visual shortcuts. Diagnostic experiments show that when vision and language conflict, models follow vision. Researchers from Shanghai Jiao Tong University and Alibaba address this by explicitly decoupling language-action pretraining: first learning how language instructions constrain continuous actions with &lt;strong&gt;no visual input&lt;/strong&gt;, then combining this with standard VLA training — improving downstream policy performance and robustness under visual perturbation.&lt;/p&gt;

&lt;p&gt;Shanghai Jiao Tong University (MINT) × Alibaba · github.com/MINT-SJTU/LA4VLA · Analysis: 具身智能之心 &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0ODY4MjU3MQ==&amp;amp;mid=2247537401&amp;amp;idx=1&amp;amp;sn=7a92681bc5256f51df4fed41d6a62566&amp;amp;chksm=c216637bba75086359113dc6ec340c69c76c9be8b50dec5a310a307c28f0e1acc7596e78bc00&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: A survey on "World Action Models (WAM)" led by Nvidia researchers, mapping the rapidly emerging paradigm of "pretrain to imagine, fine-tune to act"; an ECCV 2026 benchmark of 303 questions revealing significant reasoning gaps in video generation models.&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Unitree Qmini&lt;/strong&gt;: Unitree (Chinese robotics company) open-sourced a sub-$1,000 biped robot project with structural parts printable on consumer 3D printers, along with training code — a strategy of trading open-source access for data and ecosystem.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Alibaba Qwen Language World Model&lt;/strong&gt;: Alibaba open-sourced an agentic world model covering 7 environments including MCP, search, terminal, and software engineering, claiming to outperform GPT-5.4 on multiple metrics. Note: this is a language world model for agents, distinct from embodied/physical world models ⚠️ vendor figures.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Zhicheng AI (Chinese physical AI startup) Chengling V0.1&lt;/strong&gt;: Zhicheng AI open-sourced its "Chengling" physical intelligence world model V0.1 alongside a new funding round, and upgraded its TR4 Pro and TR5 Pro humanoid products.&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Odyssey ｜ Series B ｜ $310 Million ｜ $1.45 Billion Valuation&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Natural Capital led the round, with &lt;strong&gt;Amazon&lt;/strong&gt;, GV, AMD Ventures, EQT, and the CIA's In-Q-Tel participating, along with a preferred cloud partnership with AWS. Founded by autonomous driving veterans, Odyssey focuses on interactive world models and "world simulation." This round makes it a unicorn and is another data point in sustained primary-market appetite for world model companies.&lt;/p&gt;

&lt;p&gt;Source: 六观阿尔法 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI5OTQzMzI1NQ==&amp;amp;mid=2247484723&amp;amp;idx=1&amp;amp;sn=4a62087eb1a240efc0cf57095db6c183&amp;amp;chksm=edd44b8602888f6126d6b4375c04141db421a5b1e4ee1e2d3fab1c9907ae57d679dd85d2cc7a#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RoboScience ｜ Series A ｜ 1 Billion RMB&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;This company, founded in late 2024 and previously low-profile, made its public debut at an embodied large-model launch event, disclosing it had closed four funding rounds within a year, with &lt;strong&gt;Series A reaching 1 billion RMB&lt;/strong&gt;. Founder Tian Ye studied under Andrew Ng and previously led Apple's AI platform; Chief Scientist Shao Lin is an NUS assistant professor and two-time ICRA Best Paper winner/nominee. Rather than scaling teleoperation, the company proposes &lt;strong&gt;VLOA&lt;/strong&gt; (adding object trajectory "O" to VLA) combined with a proprietary physics engine, RoboMirage, to build an automated data flywheel — claiming to reduce per-sample data cost from several RMB to fractions of a cent. Cross-embodiment transfer rates and Sim-to-Real performance remain to be validated in real-world settings.&lt;/p&gt;

&lt;p&gt;Source: 白鲸实验室 &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk4ODM3NTU3NQ==&amp;amp;mid=2247488765&amp;amp;idx=1&amp;amp;sn=b97eb3943ad3b742c4242a05d32c458b&amp;amp;chksm=c46d2ca12c94863b5848107e890eea46112f97bd0fc89772326004d428d402c811f130376ba5#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SnowOrigin ｜ New Round ｜ Backed by Gong Hongjia, Lu Qi, and Others&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gong Hongjia&lt;/strong&gt; (co-founder of Hikvision, Chinese surveillance giant), &lt;strong&gt;Lu Qi&lt;/strong&gt; (founder of Qizhi Ventures, prominent Chinese tech investor), and overseas institutions have backed this neural interaction company. Using a neural wristband to capture surface electromyographic signals from the forearm, combined with first-person-view devices and AI, the company converts human hand poses and force dynamics into robot training data — targeting the human motion capture layer in the embodied AI data bottleneck.&lt;/p&gt;

&lt;p&gt;Source: 高工人形机器人 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI3MDM1MDEwMw==&amp;amp;mid=2247531763&amp;amp;idx=1&amp;amp;sn=81357a14cba4b299cd68271aa0de9753&amp;amp;chksm=eb6328f2610c7dd7bd7b6bc7659fa4f10a4cdc3b9c22f02b257f356f02dd2c265709cb7103a7#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LiberAI ｜ Pre-Series A ｜ Led by Shunwei Capital&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Shunwei Capital&lt;/strong&gt; (Chinese VC backed by Xiaomi's Lei Jun) led the round, with Cathay Capital, Yuanhe Origin, and Muhua Kechuang participating, and Sequoia China and Zhen Fund continuing to invest. Founded just six months ago with a team of under 30, the company focuses on physical world models and embodied intelligence, pursuing a "human UMI data + world model" approach with accompanying UMI hardware and data collection infrastructure.&lt;/p&gt;

&lt;p&gt;Source: 高工人形机器人 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI3MDM1MDEwMw==&amp;amp;mid=2247531763&amp;amp;idx=1&amp;amp;sn=81357a14cba4b299cd68271aa0de9753&amp;amp;chksm=eb6328f2610c7dd7bd7b6bc7659fa4f10a4cdc3b9c22f02b257f356f02dd2c265709cb7103a7#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SEAHI ｜ Series A ｜ Over 1 Billion RMB&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;This round sets a global record for single-round funding in marine robotics. Founded by alumni of Harbin Engineering University, SEAHI specializes in underwater and marine robots — a signal that venture capital is expanding beyond land-based humanoids into underwater and special-purpose applications.&lt;/p&gt;

&lt;p&gt;Source: Robot &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIwMTEyMzA4OA==&amp;amp;mid=2654737748&amp;amp;idx=1&amp;amp;sn=e7522fc3408e1b41f20ce1436635f9ac&amp;amp;chksm=8c1aafa62f281133625e72c8c5fb459dc204ee9ab147678f1fe50e9d675ff3b2b51f48d2d0e2#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercial Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;AgiBot's 15,000th Robot Rolls Off the Line — Deployed Immediately&lt;/strong&gt; · humanoid ⚠️ Livestream figures&lt;/p&gt;

&lt;p&gt;On June 28, &lt;strong&gt;AgiBot&lt;/strong&gt; announced the mass-production rollout of its &lt;strong&gt;15,000th&lt;/strong&gt; embodied robot (the Elf G2). According to the company, the 10,000th unit (Expedition A3) rolled off on March 30; scaling from 10,000 to 15,000 took under three months, compared to under four months to go from 5,000 to 10,000 — indicating accelerating ramp-up. AgiBot says it has established seven deployment categories: production line loading/unloading, industrial handling, logistics sorting, guided tours, retail, security patrol, and commercial cleaning, spanning full-size, half-size, wheeled humanoid, and quadruped platforms. Units go directly from the line into active deployment. A 6-day livestream connected to the earlier G2 factory broadcast reported approximately &lt;strong&gt;99.99%&lt;/strong&gt; task success — but this reflects livestream demonstration performance, not mass-production yield. Combined with the "Data Collection 2.0" system released on June 26 (covering 430+ real-world scenarios), the company's logic is to use mass-production scale to feed real-world data back into model and hardware improvement.&lt;/p&gt;

&lt;p&gt;Source: 科创板日报 &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg4MTEyNzc4Mg==&amp;amp;mid=2247640023&amp;amp;idx=4&amp;amp;sn=9c6dc5af15373bd67d65ba87da220d59&amp;amp;chksm=cecd7b8e343a56a518666f76bd0a0d3b77a1f60aa3b8cd7c26c4fb1fb26e0a3e3792b7c3a417#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;、AgiBot &lt;a href="https://en.prnasia.com/releases/apac/agibot-s-15-000th-robot-rolls-off-the-production-line-marking-a-new-milestone-in-embodied-ai-deployment-538948.shtml" rel="noopener noreferrer"&gt;https://en.prnasia.com/releases/apac/agibot-s-15-000th-robot-rolls-off-the-production-line-marking-a-new-milestone-in-embodied-ai-deployment-538948.shtml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unitree G1 Powers America's First On-Demand Home Cleaning Service&lt;/strong&gt; · humanoid ⚠️ Autonomy level unverified&lt;/p&gt;

&lt;p&gt;US startup Gatsby has launched the first humanoid robot home cleaning service for general consumers in San Francisco, using Unitree's &lt;strong&gt;G1&lt;/strong&gt; robot at a flat rate of &lt;strong&gt;$150 per visit&lt;/strong&gt; — below the local human cleaning rate of $150–$300. The company positions itself as a "robot-agnostic" service dispatch layer (Unitree provides the hardware; Gatsby handles scheduling and operations), treating real household task data as an asset to feed back into model improvement. Trial slots are fully booked, but only static images have been released and the proportion of remote human intervention has not been disclosed — leaving the robot's true level of autonomy unclear.&lt;/p&gt;

&lt;p&gt;Source: 深观启元 &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk3NTI1NTE1OQ==&amp;amp;mid=2247521027&amp;amp;idx=2&amp;amp;sn=ed6652de6838669a9e50c3f02b949f9c&amp;amp;chksm=c5ff40c33dda0ec3cb832680bb4dcb376985387f3ed4447516a62b9030c2ce149326d2789f4c#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Volkswagen ID. Buzz Robotaxi Begins Road Testing in Los Angeles&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Volkswagen's &lt;strong&gt;ID. Buzz&lt;/strong&gt; autonomous vehicle fleet has begun road testing in Los Angeles in preparation for integration with the Uber platform, marking another move by a legacy automaker into the robotaxi space.&lt;/p&gt;

&lt;p&gt;Source: Dimsum Daily &lt;a href="https://www.dimsumdaily.hk/vw-id-buzz-robotaxi-begins-los-angeles-trials-ahead-of-uber-launch/" rel="noopener noreferrer"&gt;https://www.dimsumdaily.hk/vw-id-buzz-robotaxi-begins-los-angeles-trials-ahead-of-uber-launch/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry News
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Hyundai Motor Acquires SoftBank's Stake for $325 Million, Taking Full Control of Boston Dynamics&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;According to South Korean media, &lt;strong&gt;Hyundai Motor Group&lt;/strong&gt; will acquire SoftBank's remaining 9.7% stake in &lt;strong&gt;Boston Dynamics&lt;/strong&gt; for &lt;strong&gt;$325 million&lt;/strong&gt;, achieving full ownership of the robotics company. SoftBank had retained a minority stake when it sold 80% to Hyundai in 2021 for approximately $880 million, and is now exiting via a contractual put option. Simultaneously, Hyundai plans to sell back to SoftBank its share of the RAI Institute (Robotics and AI Institute) — co-founded with Boston Dynamics in 2022 with cumulative investment of $424 million — for approximately &lt;strong&gt;$100 million&lt;/strong&gt;, effectively splitting assets so that Hyundai retains the hardware company while SoftBank takes the advanced research institute. Hyundai had previously announced plans to deploy a production version of Atlas in its electric vehicle plant in Georgia, USA in &lt;strong&gt;2028&lt;/strong&gt;; full ownership gives it complete control at the critical juncture of humanoids moving from demonstration to commercial deployment.&lt;/p&gt;

&lt;p&gt;Source: 高工人形机器人 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI3MDM1MDEwMw==&amp;amp;mid=2247531763&amp;amp;idx=1&amp;amp;sn=81357a14cba4b299cd68271aa0de9753&amp;amp;chksm=eb6328f2610c7dd7bd7b6bc7659fa4f10a4cdc3b9c22f02b257f356f02dd2c265709cb7103a7#rd" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Faraday Future Unveils Industrial Wheeled-Arm Robot "Faber"&lt;/strong&gt; · industrial ⚠️ Vendor figures&lt;/p&gt;

&lt;p&gt;Faraday Future (FF) unveiled the &lt;strong&gt;Faber&lt;/strong&gt; industrial wheeled-arm robot and a six-series robot lineup at an event in Chicago, claiming entry into industrial automation. Given FF's prolonged track record of delivery delays and cash flow difficulties, the commercial viability of these products will need to be validated by future orders and deployments.&lt;/p&gt;

&lt;p&gt;Source: 第一电动网 &lt;a href="https://d1ev.com/newsflash/304762" rel="noopener noreferrer"&gt;https://d1ev.com/newsflash/304762&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;China's First Embodied World Model "Wowu" Completes Generative AI Service Filing&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Beijing Humanoid&lt;/strong&gt; (National-Local Joint Embodied Intelligence Innovation Center), a state-backed Chinese robotics initiative, has completed China's generative AI service regulatory filing for its embodied world model "&lt;strong&gt;Wowu&lt;/strong&gt;" — described as the first general humanoid robot foundation model to complete the full local compliance review process in China, providing a template for large-model-driven embodied products seeking regulatory clearance in the Chinese market.&lt;/p&gt;

&lt;p&gt;Source: 观点网 &lt;a href="https://www.guandian.cn/article/20260628/569754.html" rel="noopener noreferrer"&gt;https://www.guandian.cn/article/20260628/569754.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Masayoshi Son Delays Retirement, Plans to Transform SoftBank into a "Robot Company"&lt;/strong&gt; · adjacent ⚠️ Personal statement&lt;/p&gt;

&lt;p&gt;Masayoshi Son has said he will delay retirement and continue for more than a decade, aiming to shift SoftBank's focus toward AI and robotics. Combined with SoftBank's move to acquire the RAI Institute from Boston Dynamics, &lt;strong&gt;SoftBank&lt;/strong&gt;'s bet on Physical AI is deepening.&lt;/p&gt;

&lt;p&gt;Source: MSN &lt;a href="https://www.msn.com/zh-cn/news/other/%E5%AD%99%E6%AD%A3%E4%B9%89%E6%8E%A8%E8%BF%9F%E9%80%80%E4%BC%91%E8%AE%A1%E5%88%92-%E6%8A%95%E8%BA%ABai%E9%A2%86%E5%9F%9F%E5%86%8D%E6%88%98%E5%8D%81%E4%BD%99%E5%B9%B4-%E5%BC%95%E9%A2%86%E8%BD%AF%E9%93%B6%E8%BD%AC%E5%9E%8B%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%85%AC%E5%8F%B8/ar-AA26q5bh" rel="noopener noreferrer"&gt;https://www.msn.com/zh-cn/news/other/%E5%AD%99%E6%AD%A3%E4%B9%89%E6%8E%A8%E8%BF%9F%E9%80%80%E4%BC%91%E8%AE%A1%E5%88%92-%E6%8A%95%E8%BA%ABai%E9%A2%86%E5%9F%9F%E5%86%8D%E6%88%98%E5%8D%81%E4%BD%99%E5%B9%B4-%E5%BC%95%E9%A2%86%E8%BD%AF%E9%93%B6%E8%BD%AC%E5%9E%8B%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%85%AC%E5%8F%B8/ar-AA26q5bh&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;onsemi Stock Drops ~24% After Synaptics Acquisition Announcement&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Following its earlier announcement of an all-stock acquisition of edge AI chip maker Synaptics for approximately $7 billion — a move into Physical AI — &lt;strong&gt;onsemi&lt;/strong&gt; shares fell approximately &lt;strong&gt;24%&lt;/strong&gt;, reflecting market concerns about share dilution and integration risk for what would be the company's largest-ever acquisition.&lt;/p&gt;

&lt;p&gt;Source: TIKR.com &lt;a href="https://www.tikr.com/blog/on-semiconductor-nasdaq-stock-hits-worst-day-since-march-2024-following-massive-all-stock-acquisition-of-synaptics" rel="noopener noreferrer"&gt;https://www.tikr.com/blog/on-semiconductor-nasdaq-stock-hits-worst-day-since-march-2024-following-massive-all-stock-acquisition-of-synaptics&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Motors&lt;/strong&gt;: Nearly &lt;strong&gt;20&lt;/strong&gt; Chinese motor manufacturers are competing for humanoid robot joint and actuator orders, making upstream motors one of the most contested segments in the current humanoid supply chain.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Wiring harnesses&lt;/strong&gt;: A company in Ningbo, China produces over &lt;strong&gt;1 billion&lt;/strong&gt; hair-thin robot wiring harnesses annually, supplying the "vascular system" of humanoid robots — continuing the trend of scaled harness assembly seen with players such as Shizhi Zhihang and Tianhai Electronics.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Reducers / bearings&lt;/strong&gt;: Research reports have identified automotive component giants such as Schaeffler as key beneficiaries in the humanoid robot supply chain ⚠️ analyst report figures.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Dexterous hands&lt;/strong&gt;: AGILINK (spun off from AgiBot), reports cumulative delivery of over &lt;strong&gt;8,000&lt;/strong&gt; OmniHand dexterous hands and over 10,000 grippers, claiming operating profitability in its first full quarter of operation ⚠️ unverified single-party figures.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 41 (06/28)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Sat, 27 Jun 2026 14:46:53 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-41-0628-2i1j</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-41-0628-2i1j</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· USC and collaborators open-source &lt;strong&gt;Ψ₀&lt;/strong&gt;, a VLA foundation model for whole-body loco-manipulation — using roughly 1/10 the data, it outperforms second-place GR00T N1.6 by over 40% on multiple long-horizon dexterous manipulation tasks.&lt;/p&gt;

&lt;p&gt;· Sharpa (Chinese tactile AI startup), together with Tsinghua, Berkeley, and others, releases &lt;strong&gt;FTP-1&lt;/strong&gt;, claiming it as the first general-purpose tactile foundation model, with a single policy spanning 21 heterogeneous tactile sensors and multiple embodiment types.&lt;/p&gt;

&lt;p&gt;· Tashi Zhihang (Chinese robotics startup) signs an agreement with Tianhai Electronics (Chinese automotive wire harness leader) to advance large-scale robotic assembly of flexible wire harnesses, billing it as the &lt;strong&gt;world's first&lt;/strong&gt; embodied-intelligence deployment on a wire harness production line.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Xinjian Transmission&lt;/strong&gt; (Chinese precision drive components maker), a key supplier of planetary roller screws for Tesla Optimus, has had its ChiNext IPO application accepted — robotics component makers are racing to list on China's A-share market.&lt;/p&gt;

&lt;p&gt;· China's embodied intelligence sector raised &lt;strong&gt;over ¥46 billion&lt;/strong&gt; in the first half of the year; global robotics investment hit a record of approximately $16 billion — even as debate over a "bubble squeeze" intensifies in parallel.&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research &amp;amp; Papers
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Ψ₀: Open-source VLA Foundation for Whole-Body Loco-Manipulation, Emphasizing Data Efficiency&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Adding to the open-source humanoid foundation model lineup alongside GR00T and π0, &lt;strong&gt;Ψ₀&lt;/strong&gt; is notable for its data efficiency. Trained on roughly &lt;strong&gt;800 hours of human video + 30 hours of real-robot data&lt;/strong&gt;, it surpasses baselines trained on ten times the data across multiple long-horizon dexterous manipulation benchmarks, and outperforms second-place &lt;strong&gt;GR00T N1.6 by over 40%&lt;/strong&gt;. Architecturally, it uses Qwen3-VL as the visual-semantic backbone with an MM-DiT flow matching action expert, and applies real-time chunking during training to mitigate action jitter caused by VLA inference latency. Weights and code are open-sourced.&lt;/p&gt;

&lt;p&gt;USC PSI Lab × NVIDIA × WorldEngine · Commentary: AI 共享前沿 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5NzM1MTM5MQ==&amp;amp;mid=2247483826&amp;amp;idx=1&amp;amp;sn=ca991b478f879549dec9245176cffde8&amp;amp;chksm=f5a6455695c8ba09e04eda35e076e908eac08a72c6041ca31ee0d017b223eb1e750747c12b38#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FTP-1: Claimed First General Tactile Foundation Model, One Policy Across 21 Sensors&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;Tactile sensing has long been trapped in a fragmented landscape — one sensor type, one hand, one task set per model — with GelSight, force/torque, and other sensors being mutually incompatible in input format, resolution, and form factor, making experience non-transferable. &lt;strong&gt;FTP-1&lt;/strong&gt; unifies &lt;strong&gt;21&lt;/strong&gt; heterogeneous sensor types and multiple embodiment forms under a single policy, arguing that touch should have an independent, high-frequency, transferable representation and control pathway rather than serving merely as auxiliary input to a vision-language model. The team claims it as the first general-purpose tactile foundation policy.&lt;/p&gt;

&lt;p&gt;Sharpa × Tsinghua University × UC Berkeley × Shanghai Jiao Tong University × ETH Zürich · Commentary: 新浪财经 &lt;a href="https://finance.sina.com.cn/tech/roll/2026-06-27/doc-inievequ0226986.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fei-Fei Li: A Functional Taxonomy of World Models — Breaking "World Model" into Three Types&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Responding to the overuse of "world model" as a label for nearly every video generation system, Fei-Fei Li proposes a functional taxonomy: she divides world models by role into &lt;strong&gt;renderers&lt;/strong&gt; (outputting pixels for human viewing), &lt;strong&gt;simulators&lt;/strong&gt; (propagating state transitions according to physics/dynamics), and &lt;strong&gt;planners&lt;/strong&gt; (selecting actions over trajectories) — the three forming a closed loop underpinning "&lt;strong&gt;spatial intelligence&lt;/strong&gt;." The goal is to provide clearer vocabulary for design, evaluation, and toolchains, and to distinguish genuine world models from pure visual generation.&lt;/p&gt;

&lt;p&gt;Fei-Fei Li (World Labs / Stanford) · Commentary: 梧桐区评论 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzUzODU5MTk0Ng==&amp;amp;mid=2247503413&amp;amp;idx=1&amp;amp;sn=7766be570bc958a92bf2c4a0eed8a9f3&amp;amp;chksm=fb8aab872801216c6a261c4a2913f6e2faad0fba61e35fd9ec49697dcd7799d25b0f01663c19#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LeCun's Camp Adds Formal Theory to the JEPA World Model&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Complementing Fei-Fei Li's functional taxonomy, Yann LeCun's team provides a mathematical grounding for &lt;strong&gt;JEPA&lt;/strong&gt; (Joint Embedding Predictive Architecture): it defines the conditions under which JEPA can learn a faithful world model, and benchmarks show that current implementations remain quite &lt;strong&gt;fragile&lt;/strong&gt; and fall well short of that standard. This provides theoretical and empirical support for LeCun's long-standing argument that large language models cannot serve as world models, and that world learning must happen in representation space rather than in word-level statistics.&lt;/p&gt;

&lt;p&gt;Yann LeCun's team · Commentary: 图灵人工智能 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIyMzk1MDE3Nw==&amp;amp;mid=2247677886&amp;amp;idx=1&amp;amp;sn=3a41e94b74c518961335c36d01f028a9&amp;amp;chksm=e92e04f16c120841582e2ecd05f06f3c38916310e4d1d308df99ef7453a405a1ba0e0ebfe927#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: World Pilot — guiding a VLA with "world-action" priors to address the gap left by static image-text pretraining in continuous contact interactions &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMjI3ODA5Mw==&amp;amp;mid=2247507601&amp;amp;idx=1&amp;amp;sn=d46f5a4de3b70a6c87a998e901d9040f&amp;amp;chksm=c154e7b70ed69ad843ceba1d92642c8ba1a5179e5ba2a23869f986b9cf86725a32b0c061782f#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;; GeoAlign — reinforcing geometric alignment in VLAs to improve precision tasks such as gripper edge-contact and transparent object localization &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5ODIyNzE1Mw==&amp;amp;mid=2247484987&amp;amp;idx=1&amp;amp;sn=1c8a6b24c73e681241eedd72f9ea3b4f&amp;amp;chksm=9751940bfe6dcc3288df280cc5848f981531ab3155348985a25c92bd41776480ec9d4ee3eb88#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;; Looped World Models — a 1B-parameter recurrent world model claiming substantial parameter efficiency gains over baselines ten times its size &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU3MzM4NjI0NQ==&amp;amp;mid=2247547334&amp;amp;idx=1&amp;amp;sn=2044bc243e0b38ee1b8c7d4d2c5bcee1&amp;amp;chksm=fded13655ee09d4039ba4f2edff6a555cc0722408ed9fff990d97aa03c00127a7a8ddf0d10e5#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;; World Action Models as zero-shot policies, jointly modeling perception, action, and future states with a shared Transformer &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4NDEwMjA2Mw==&amp;amp;mid=2247484736&amp;amp;idx=1&amp;amp;sn=d69779083d5e9da64e586acaa550b195&amp;amp;chksm=f2523223c82a80a78f4e3952dea2091a124933b2ab53c82a190bb473dd4587fe7e4eb7c7ac74#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;; Berkeley "Do as I Do" — teaching robots to self-learn multiple dexterous manipulation skills by watching YouTube videos &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg3NjU2MjA0MQ==&amp;amp;mid=2247485587&amp;amp;idx=1&amp;amp;sn=4f7f3d9f900f7e014d2d96162ec9af23&amp;amp;chksm=ce28a97f6a97e5e9bd309365010ba13e56db1abfd8a7d7f9ae0400e262e07b74ea154bfa92c1#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;; a single-line optimizer change that mitigates degradation of language instruction following after VLA fine-tuning &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcxMDIwMjQ0OA==&amp;amp;mid=2247489078&amp;amp;idx=6&amp;amp;sn=6f8cf11a6f3888a767e98d71ed89937b&amp;amp;chksm=f4ea0c59c24ba786b5e18a6d2f8fe682a9764a030a2908917340f81bbc3c43ccf5403e9951dc#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Qwen-AgentWorld / Qwen-RobotWorld&lt;/strong&gt;: Alibaba is progressively open-sourcing three categories of "world model" frameworks targeting language, virtual, and physical worlds, using community engagement to build research influence &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMzg2ODg5OQ==&amp;amp;mid=2247486420&amp;amp;idx=4&amp;amp;sn=84c57045e6d9005c5f27c11203aa4360&amp;amp;chksm=f15a0450f7f046995093e9892c7b4bbfbc312a0330abc314f7fc153969f3ecffd4361e69464c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5MjQ2NzA2Mg==&amp;amp;mid=2649629259&amp;amp;idx=1&amp;amp;sn=85fa9bec9d0fa2a69e8dd7e7f0408843&amp;amp;chksm=bfcbc706b740c8aa2bfd1ea30182fe132f7a199168876d1db29a59e071e0f722d2f8b7c6915a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;LabVLA&lt;/strong&gt;: Zhejiang University's zjunlp lab releases an embodied VLA model for scientific laboratory scenarios, with weights and code open-sourced on HuggingFace and GitHub — pushing AI for Science from "thinking" to "doing" &lt;a href="https://mp.weixin.qq.com/s?__biz=MzAwMTc3NjE2OA==&amp;amp;mid=2247588713&amp;amp;idx=1&amp;amp;sn=dc182545de64abbb313a6e959c7707d8&amp;amp;chksm=9b46ce892e8b4638cf2ccc9fb4300e1c430c3903c946111bde68573416bbbb0c9e394fef2cab#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Kaiwu World Model 3.0&lt;/strong&gt;: Released by Daxiao Robotics (Chinese embodied AI startup), a subsidiary of SenseTime (Chinese AI company), which claims it as the first open-source world model in China to achieve commercial deployment &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI0ODE1NTIzMg==&amp;amp;mid=2247484335&amp;amp;idx=1&amp;amp;sn=5e7d4f6d8824d8a19f8e090519f4e519&amp;amp;chksm=e80f9d485ce9f74f5c7db078c7c5369dee9c03990615cc3dd61e117dffdff16da17a7a5172e8#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Simple AI (深朴智能) ｜ New Round ｜ Hundreds of millions of RMB&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Linear Capital and Puhua Capital led the round, with Junshan and others following; this is the &lt;strong&gt;third&lt;/strong&gt; round of hundreds-of-millions-of-RMB funding within six months for this &lt;strong&gt;general-purpose embodied intelligence&lt;/strong&gt; robotics company, which focuses on training embodied foundation models via a "human learning" approach. Proceeds are earmarked for model R&amp;amp;D and multi-scenario validation. Source: 百数朝智网 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzMjY0ODg3OA==&amp;amp;mid=2247498494&amp;amp;idx=2&amp;amp;sn=9353b2591515c4f01fa246072a779fb3&amp;amp;chksm=c3104e96cf12167aeb9e76b87221155d669c936c203a31e5c7c33509f744e8654cb3bf53a4b0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10Beauty ｜ New Round ｜ $23.5 million (~¥160 million)&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;The Boston-based AI nail care robotics company will use the funds to deploy &lt;strong&gt;850&lt;/strong&gt; fully automated nail service units and expand into retail and hotel channels. A former DJI executive has joined this niche service robotics segment, illustrating how embodied AI deployment is penetrating high-frequency, standardized vertical consumer scenarios. Source: 具身涌现 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMzYwNTEwMg==&amp;amp;mid=2247492249&amp;amp;idx=1&amp;amp;sn=f20a0e4150fb94c52fe1e8fdcaa36131&amp;amp;chksm=f186ec5f6a0c859c664a80f2f9d2a9fcb6c27f45d117e361191d247acf7308ed69b616c34e4a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FaceMind (脸谱心智) ｜ Pre-A ｜ Tens of millions of RMB&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Xinglian Capital joined as a new investor while existing backer &lt;strong&gt;360&lt;/strong&gt; (Chinese internet conglomerate) over-subscribed; FA firm Shendu Capital indicated a new round is already in progress. The company entered the world model space via anime/virtual content, making it one of the early-stage players to raise capital amid the current world model wave. Source: 融了么 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5MTQwMzcwNw==&amp;amp;mid=2247485404&amp;amp;idx=1&amp;amp;sn=1779edde2e0584b82e3ac17dbe3b56d5&amp;amp;chksm=97fbfd723167ce44c5144533b479e2df3be0fc1022985f22781c045009f09b2e7584aa0890e4#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Innok Robotics (Germany) ｜ New Round ｜ Over €3.3 million&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Headquartered near Regensburg, Innok specializes in mobile robots for &lt;strong&gt;outdoor and brownfield (legacy facility)&lt;/strong&gt; environments; the funds will accelerate business expansion. This is a relatively rare early-stage European robotics fundraise in the current news cycle. Source: 阿西莫夫的机器人 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5NTA3MzczOA==&amp;amp;mid=2247485502&amp;amp;idx=1&amp;amp;sn=fb86765112bddff2ea0f051ddc927b4f&amp;amp;chksm=f5818f6c4158cadbc1dbffd94eb41f416c1f2cf6af612796bcf97af8797b1f01891c7d657009#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lanjian Relu ｜ New Round ｜ Amount undisclosed&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Founded less than two years ago, this Chinese robotics company targets &lt;strong&gt;construction sites and outdoor heavy-duty&lt;/strong&gt; environments, positioning itself as "the next generation of labor." Beyond humanoids — which struggle with real-world deployment — construction and engineering operations represent one of the few sectors with demonstrably clear commercial demand. Source: 科创界 TechIn &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzMjk2MjUyNQ==&amp;amp;mid=2247491100&amp;amp;idx=2&amp;amp;sn=a27946db9274b4bc20eda9dbce34521c&amp;amp;chksm=c3945519c3567a2566e739c169fb8f74c6ff171f70ae54055f534af2bcaf6733d254467d7d9b#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Daxiao Robotics (SenseTime subsidiary) ｜ Angel+ Round ｜ Amount undisclosed&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;SenseTime's embodied intelligence spinout, which has released the Kaiwu World Model 3.0, has secured an Angel+ round following cumulative fundraising of several hundred million dollars in the first half of the year — continuing the trend of major tech-company embodied AI units spinning out and raising independent capital. Source: 企投通 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI0ODE1NTIzMg==&amp;amp;mid=2247484335&amp;amp;idx=1&amp;amp;sn=5e7d4f6d8824d8a19f8e090519f4e519&amp;amp;chksm=e80f9d485ce9f74f5c7db078c7c5369dee9c03990615cc3dd61e117dffdff16da17a7a5172e8#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercial Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Galaxy General (银河通用) Reports Order Surge for Galbot G1, Rushes to Expand Production&lt;/strong&gt; · embodied ⚠️ Unverified — single-source claim&lt;/p&gt;

&lt;p&gt;Following its Spring Festival Gala appearance, Galaxy General (Chinese humanoid robotics startup) says orders for its &lt;strong&gt;Galbot G1&lt;/strong&gt; have surged and the company is urgently ramping production to accelerate deliveries. Building on its earlier ¥236 million contract for 500 units from Yibin city and the Galbot S1's deployment in a CATL battery cell factory, the company's "showcase → order → delivery" cycle appears to be tightening. However, the reported order volume is from a single secondary source; specific unit counts and customer identities have not been independently verified. Source: MSN repost &lt;a href="https://www.msn.com/zh-cn/news/other/%E9%93%B6%E6%B2%B3%E9%80%9A%E7%94%A8%E6%98%A5%E6%99%9A%E6%9C%BA%E5%99%A8%E4%BA%BA-galbot-g1-%E7%88%86%E5%8D%95-%E7%B4%A7%E6%80%A5%E6%89%A9%E4%BA%A7%E4%BA%A4%E4%BB%98/ar-AA1WuzVu" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tashi Zhihang Partners with Tianhai Electronics to Scale Robotic Assembly of Automotive Flexible Wire Harnesses&lt;/strong&gt; · embodied ⚠️ Partnership announcement&lt;/p&gt;

&lt;p&gt;The two companies have signed a strategic cooperation agreement to jointly advance intelligent upgrading of &lt;strong&gt;automotive wire harness&lt;/strong&gt; assembly, claiming this will be the world's first large-scale embodied intelligence deployment on a wire harness production line. Tashi Zhihang (Chinese dexterous manipulation startup) combines multimodal perception, force control, and its general-purpose embodied foundation model &lt;strong&gt;AWE3.0&lt;/strong&gt;; its A1 robot previously set a Guinness World Record for completing over 100 sub-millimeter (&lt;strong&gt;0.5mm²&lt;/strong&gt;) wire harness assembly insertions within one hour. At this stage, this is a cooperation agreement — "large-scale" remains a target rather than an existing production capability. Source: TOM 科技 &lt;a href="https://tech.tom.com/202606/4120193306.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ROBOTIS to Build Humanoid Robot Factory in Tashkent&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;South Korean robotics company ROBOTIS plans to build a humanoid robot factory in &lt;strong&gt;Tashkent, Uzbekistan&lt;/strong&gt;, extending its production capacity and supply chain into Central Asia. This is a capacity-building move; production timelines and scale have yet to be disclosed. Source: Zamin.uz &lt;a href="https://zamin.uz/en/technology/209451-robotis-is-building-a-humanoid-robot-factory-in-tashkent.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jiyi Intelligent Debuts New Products, Robots Head to the Factory Floor&lt;/strong&gt; · industrial ⚠️ Launch event claims&lt;/p&gt;

&lt;p&gt;Jiyi Intelligent (Chinese industrial robotics startup), founded about 8 months ago, held a launch event and unveiled &lt;strong&gt;two complete robot models&lt;/strong&gt; focused on operating directly in factory environments. As a new company's debut, the factory demonstrations are more a capability showcase than evidence of scaled production-line deployment; real-world depth remains to be validated. Source: 新华网 &lt;a href="http://www.jl.xinhuanet.com/20260627/07ae77fa6c73431995548bfb79a3556a/c.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Caocao Mobility Brings Robotaxi Service to Abu Dhabi&lt;/strong&gt; · autonomy ⚠️ Expansion announcement&lt;/p&gt;

&lt;p&gt;Caocao Mobility (Chinese ride-hailing platform, Geely affiliate) is launching its Robotaxi service in &lt;strong&gt;Abu Dhabi&lt;/strong&gt;, seen as an entry point for Geely's overseas plan involving 100,000 autonomous vehicles; Caocao contributes operations capability while Geely provides customized vehicles and supply chain support. This is currently a market entry and operations setup phase; scaled operational data have not yet been provided. Source: 看中东 DeepMENA &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzOTY4NjA5Nw==&amp;amp;mid=2247529981&amp;amp;idx=2&amp;amp;sn=9d5f7594a6a0118cc8d1098cf7bcdde9&amp;amp;chksm=c3fbd26751bb0a870e09f57690343b991500305ca65fa40cac11a8cb352ca6e1c85e96c1a148#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;UBTECH Launches Wheeled Industrial Humanoid Robot Cruzr Y1&lt;/strong&gt; · industrial ⚠️ Launch event claims&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Cruzr Y1&lt;/strong&gt; made its global debut at an OPPO supply chain technology exhibition, targeting flexible operations including bin/carton destacking, palletizing, machine tending, and sorting — addressing the pain points of traditional automation such as halting on minor material misalignment and slow changeover. Hardware includes Chinese-made &lt;strong&gt;Horizon Robotics S100P/S600&lt;/strong&gt; (Chinese AI chip maker) chips, 360° omnidirectional wheels with a vertical lift module, and integrated harmonic joint modules; fully loaded runtime exceeds 4 hours with hot-swap battery support for 24-hour shift operation, and a full SDK is open for secondary development. This is a new product demonstration; mass production and deployment figures have not been released. Source: 名企参访直通车 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4OTAyMTAyNw==&amp;amp;mid=2247489129&amp;amp;idx=1&amp;amp;sn=56ddbae556b431f308e3092eb6281268&amp;amp;chksm=f2ec9ca61923a15a3fc76cd332b72611762cb43901466abc690205fefb27ab5c8be086fec42d#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XPENG Robotics Sprints Toward Mass Production; He Xiaopeng Takes Personal Charge as Product Head&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;XPENG has restructured its robotics business: &lt;strong&gt;nine new departments&lt;/strong&gt; have been established, with chairman He Xiaopeng personally taking on the role of head of the product division — aligned with the target of mass-producing the &lt;strong&gt;IRON&lt;/strong&gt; humanoid by year-end and the company's global expansion plans. The move is widely interpreted as He Xiaopeng treating robotics as a make-or-break bet, with the organizational overhaul designed to capture the mass-production window. Source: 界面新闻 &lt;a href="https://www.jiemian.com/article/14656347.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Xinjian Transmission's ChiNext IPO Accepted; Key Tesla Optimus Screw Supplier Eyes A-Share Listing&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;The IPO application of &lt;strong&gt;Xinjian Transmission&lt;/strong&gt; — active in dexterous hand components and screw assemblies — has been accepted, with proceeds targeting an "annual production of &lt;strong&gt;1 million&lt;/strong&gt; humanoid robot and automotive planetary roller screw" industrialization project. The company is identified as a core supplier of planetary roller screws for Tesla's &lt;strong&gt;Optimus&lt;/strong&gt;. On the supply chain side, "picks-and-shovels" players such as Haiqing Zhiyuan and Xianggong Intelligence are also successively entering the capital markets, reflecting a flow of capital from complete robot systems upstream toward components with more predictable demand. Source: 猎场备忘录 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU2NDc1NzA4NA==&amp;amp;mid=2247496753&amp;amp;idx=1&amp;amp;sn=f3b88a74f26761c25cd3bd43707e7882&amp;amp;chksm=fda5bf2939e3cbfb9d93b855c54ca9d434be80acd41202a6f9b0e1db88c6cb6417a6b8558182#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhiyuan Robotics Partners with Haojing Technology, Targeting Telecom Operator Market&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Zhiyuan Robotics (Chinese humanoid startup) is partnering with Haojing Technology (Chinese telecom software provider) to bring its product portfolio — the &lt;strong&gt;Yuanzheng A2&lt;/strong&gt; (reception and guidance), &lt;strong&gt;Spirit G2&lt;/strong&gt; (continuous industrial operation), and Kutuo D1 (patrol and mobility) — into telecom operator channels, with operator retail outlets becoming a new distribution entry point for embodied AI deployment. Source: 名企参访直通车 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4OTAyMTAyNw==&amp;amp;mid=2247489129&amp;amp;idx=5&amp;amp;sn=7e8bd83e8487103f71230826f8e87836&amp;amp;chksm=f209264b2a6a4997f63bb2a88e3d09ed983126fea721b66afdd189e725a4eee633350a95119b#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;H1 2026: China's Embodied AI Funding Tops ¥46 Billion; Global Robotics Investment Hits Record; "Bubble" Debate Heats Up&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;In the first half of 2026, disclosed funding for China's embodied intelligence and robotics sector exceeded &lt;strong&gt;¥46 billion across 288 deals&lt;/strong&gt;; global robotics investment also reached a record high of approximately &lt;strong&gt;$16 billion&lt;/strong&gt;. At the same time, discussion of "the bubble is deflating — the squeeze has already begun" is growing louder within and outside the industry. Hot money flowing in and valuations needing to be absorbed are the defining feature of the sector right now. Source: 于仁颇黎 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwMjMyNzA5OQ==&amp;amp;mid=2247483976&amp;amp;idx=1&amp;amp;sn=5a74a184312fe53d25cddd4e2133ab68&amp;amp;chksm=f51714aa60a9ae273b1538363386e67c883cc1cc29cf7d27bedd4a3263fcc79fedf904e09173#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;｜HOKANEWS &lt;a href="https://www.hokanews.com/2026/06/robotics-investment-hits-record-16.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;China's SAMR: Accelerate Standards Development for AI Agents, Embodied Intelligence, and Other Frontier Fields&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;China's State Administration for Market Regulation (SAMR) has stated it will accelerate the pace of standards development for frontier technology areas including &lt;strong&gt;AI agents and embodied intelligence&lt;/strong&gt;. Layered alongside the recent submission of L3/L4 autonomous driving national standards for approval and the adoption of a UN global technical regulation on autonomous driving systems, the standards and regulatory "infrastructure" is being built out rapidly. Source: 新浪财经 &lt;a href="https://finance.sina.com.cn/tech/digi/2026-06-27/doc-inieuyie1643698.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Momenta's Hong Kong IPO Said to Have Secured Mercedes-Benz, GIC as Cornerstone Investors&lt;/strong&gt; · autonomy ⚠️ Unverified — sources claim&lt;/p&gt;

&lt;p&gt;After clearing the Hong Kong Stock Exchange hearing and racing to be the "first Physical AI public company," sources indicate that &lt;strong&gt;Mercedes-Benz and GIC&lt;/strong&gt; (Singapore's sovereign wealth fund) will participate as cornerstone investors in Momenta's Hong Kong IPO. If confirmed, this would strengthen the capital backing for its autonomous driving mass-production-to-Robotaxi data flywheel; the information comes from unnamed sources and has not been officially confirmed by the company. Source: The Business Times &lt;a href="https://www.businesstimes.com.sg/companies-markets/transport-logistics/mercedes-benz-gic-back-autonomous-driving-firm-momentas-hong-kong-ipo-sources" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Core Components (Japanese Media Perspective)&lt;/strong&gt;: Japanese media report that Japan has fallen significantly behind China in humanoid robot complete systems, but may still have an opportunity to catch up in core "bones and muscles" components such as reducers, servo motors, and torque sensors &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4MzMyNzk1OA==&amp;amp;mid=2247483870&amp;amp;idx=1&amp;amp;sn=2d6b2c833577136fcb658b5b4c8b2e57&amp;amp;chksm=f206b42211109fd0d03bc436d2c499cf7a323e64c8904871d796b6dfa3ae1c9394a672b6ac81#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Linkerbot (灵心巧手)&lt;/strong&gt;: Claims over 80% global market share in high-degree-of-freedom dexterous hands, with monthly production capacity of 4,000 units, cumulative deliveries exceeding 10,000 units, and a full-year 2026 delivery target of 50,000–100,000 units (vendor-stated figures; ⚠️ unverified) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzAwNTYxMTQwOQ==&amp;amp;mid=2453905020&amp;amp;idx=1&amp;amp;sn=d2d68b0e9d5abae0bb7c37628073ff9f&amp;amp;chksm=8d28fcde13541703ae7c06d918431139f3c6edb066371a71e7d59379efdcb8319ca11f251d74#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Screw Demand in Dexterous Hands&lt;/strong&gt;: As active degrees of freedom migrate into the forearm, a single dexterous hand now requires close to 12 active DOF — meaning 12 or more screws per hand — a positive demand signal for upstream screw manufacturers &lt;a href="https://mp.weixin.qq.com/s?__biz=MzAwNDI5NjIxMw==&amp;amp;mid=2247501109&amp;amp;idx=1&amp;amp;sn=00fe0c1b26e88bc2bc788e2e22d1a5f1&amp;amp;chksm=9a2ff6ba06a945c4d21a1a5707311e5d551c4801279691ae7f2a17189c0521b4a69d7f4ffcbe#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 40 (06/27)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Fri, 26 Jun 2026 14:49:49 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-40-0627-4d1c</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-40-0627-4d1c</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· onsemi is proposing to acquire edge AI chip maker Synaptics in an &lt;strong&gt;all-stock deal worth approximately $7 billion&lt;/strong&gt;, entering the physical AI space in what would be the company's largest acquisition to date.&lt;/p&gt;

&lt;p&gt;· Chinese embodied AI startup &lt;strong&gt;Wujie Power (Wujie Dongli)&lt;/strong&gt; closed an angel round exceeding $200 million led by JD.com, bringing cumulative angel-stage funding to approximately RMB 2.8 billion within six months; the company also claims nearly $100 million in orders.&lt;/p&gt;

&lt;p&gt;· General Intuition's $320 million Series A is finalized at a &lt;strong&gt;$2.3 billion valuation&lt;/strong&gt; — led by Khosla Ventures following mid-June reports of negotiations, with participation from Bezos, Schmidt, and others.&lt;/p&gt;

&lt;p&gt;· The largest open-source teleoperation dataset to date, &lt;strong&gt;ABC-130K&lt;/strong&gt; (3,500 hours, 130,000 episodes, 195 tasks), has been released along with the full hardware, training, and simulation stack.&lt;/p&gt;

&lt;p&gt;· Chinese physical AI foundation model startup &lt;strong&gt;Shendu Jizhi&lt;/strong&gt; has raised another round of several hundred million RMB, focusing on training embodied foundation models using a "human learning" approach.&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Largest Open-Source Teleoperation Dataset ABC: 3,500 Hours, 130,000 Trajectories&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;A major addition to open-source infrastructure for imitation learning: ABC releases the largest teleoperation dataset to date — ABC-130K — comprising &lt;strong&gt;3,500 hours&lt;/strong&gt;, over 130,000 episodes, and 195 tasks, together with a low-cost hardware design, training framework, and simulation pipeline, providing a fully reproducible full-stack starting point for behavior cloning.&lt;/p&gt;

&lt;p&gt;Arthur Allshire et al. · arXiv 2606.27375 &lt;a href="https://arxiv.org/abs/2606.27375" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;World Model "Hallucinations" Are Predictable — and Preventable&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Generative world models are becoming increasingly realistic, yet often silently drift from true dynamics while producing smooth-looking video. Nicklas Hansen and Xiaolong Wang show that such hallucinations are concentrated in &lt;strong&gt;low-coverage regions&lt;/strong&gt; of the state-action space and can be localized and suppressed using lightweight data-side signals, offering a diagnostic approach for reliable world model rollouts.&lt;/p&gt;

&lt;p&gt;Nicklas Hansen, Xiaolong Wang (UC San Diego) · arXiv 2606.27326 &lt;a href="https://arxiv.org/abs/2606.27326" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PhysiFormer: Learning Physical Simulation in World Coordinates&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Most video world models predict future frames in viewpoint-dependent pixel space, often producing physically inconsistent results. Andrea Vedaldi et al. propose PhysiFormer, which uses a diffusion transformer to represent objects as &lt;strong&gt;3D meshes in world coordinates&lt;/strong&gt;: given initial vertex positions, velocities, and material properties (rigid/elastic), it samples future vertex trajectories — a step toward controllable, reusable physical simulation.&lt;/p&gt;

&lt;p&gt;Yiming Chen et al. · arXiv 2606.27364 &lt;a href="https://arxiv.org/abs/2606.27364" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Play2Perfect: Dexterous "Play" Pretraining for Precision Assembly&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Precision assembly&lt;/strong&gt; is both contact-dense and reward-sparse — difficult for imitation learning to collect data on and for RL to explore. Stanford's C. Karen Liu, Jeannette Bohg, and colleagues systematically analyze what is actually useful in multi-finger "play"-style pretraining, yielding a transferable pretraining recipe for the long-standing challenge of high-precision assembly.&lt;/p&gt;

&lt;p&gt;Tyler Ga Wei Lum et al. (Stanford) · arXiv 2606.26428 &lt;a href="https://arxiv.org/abs/2606.26428" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CoStream: Composing Simple Behaviors for Generalizable Complex Manipulation&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Long-horizon, contact-dense tasks such as inserting a GPU into a PCIe slot require both &lt;strong&gt;millimeter-level precision&lt;/strong&gt; and zero-shot generalization to new tasks. Stanford's Wenlong Huang et al. propose CoStream, which generates complex manipulation by composing simple behaviors, easing the generalization bottleneck of end-to-end policies.&lt;/p&gt;

&lt;p&gt;Haonan Chen et al. (Stanford) · arXiv 2606.26423 &lt;a href="https://arxiv.org/abs/2606.26423" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First Generalization Theory for JEPA World Models&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JEPA&lt;/strong&gt; (Joint Embedding Predictive Architecture), championed by LeCun as a viable path to world models, has demonstrated empirical success without theoretical underpinning. Wang Yisen et al. at Peking University present the first generalization theory for JEPA world models, explaining why predicting dynamics in latent space rather than reconstructing pixels works, providing theoretical grounding for this approach.&lt;/p&gt;

&lt;p&gt;Jingyi Cui et al. (Peking University) · arXiv 2606.27014 &lt;a href="https://arxiv.org/abs/2606.27014" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OmniContact: Humanoid Loco-Manipulation via Contact Flow Chaining of Primitive Skills&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Long-horizon humanoid loco-manipulation requires both robust execution of individual primitive skills and seamless, closed-loop, self-recoverable chaining between them. OmniContact uses a &lt;strong&gt;contact flow&lt;/strong&gt; to chain primitive skills, improving generalization and robustness for humanoid loco-manipulation.&lt;/p&gt;

&lt;p&gt;Runyi Yu et al. · arXiv 2606.26201 &lt;a href="https://arxiv.org/abs/2606.26201" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VLA+RL Approach Wins ICRA 2026 LeHome Challenge in Laundry Folding&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Bimanual laundry folding is a notoriously difficult task given dense contacts and large deformations. This approach won first place in the simulation track among &lt;strong&gt;62 teams&lt;/strong&gt; at ICRA 2026 LeHome Challenge and runner-up in the real-robot track, by adding a reinforcement learning closed loop to a VLA policy.&lt;/p&gt;

&lt;p&gt;Ilia Larchenko · arXiv 2606.27163 &lt;a href="https://arxiv.org/abs/2606.27163" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: TaskNPoint — teaching a humanoid to hit a tennis backhand in minutes (2606.26215); "Ace" 8-DOF table tennis robot hardware design targeting professional-level play (2606.26643); Bridging Performance and Generalization — preventing agile flight RL policies from failing upon environment transfer (Scaramuzza group, 2606.27348); Fast LeWorldModel — accelerating JEPA visual planning (2606.26217); Einstein World Models — using counterfactual imagination to extend complex reasoning beyond language (2606.26969); VibeAct — driving contact-dense dexterous manipulation using vibration signals from piezoelectric microphones (2606.27344); HumanoidUMI — driving whole-body humanoid manipulation from robot-free demonstration data (2606.27239).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;PhysEditWorld&lt;/strong&gt;: A large-scale dataset for "physically editable" world models that treats physical dynamics as explicit controllable variables rather than implicit correlations (arXiv 2606.26694 &lt;a href="https://arxiv.org/abs/2606.26694" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;NavIsaacLab&lt;/strong&gt;: An open-source benchmark for crowd-aware navigation that generates realistic pedestrian crowds in parallel on Isaac Sim (arXiv 2606.26265 &lt;a href="https://arxiv.org/abs/2606.26265" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;OctoSense&lt;/strong&gt;: An open-source multimodal sensing platform featuring stereo RGB + event cameras, LiDAR, thermal imaging, IMU, and RTK positioning (UPenn, Kostas Daniilidis et al., arXiv 2606.27317 &lt;a href="https://arxiv.org/abs/2606.27317" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;ForesightSafety-VLA&lt;/strong&gt;: A unified safety diagnostic benchmark for VLA models (arXiv 2606.27079 &lt;a href="https://arxiv.org/abs/2606.27079" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Wujie Power (Wujie Dongli, Chinese general-purpose embodied AI startup) ｜ Angel Round ｜ Over $200 million (~RMB 1.36 billion)&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Led by a JD.com-affiliated fund, with participation from C Capital, Hony Capital, Shengyu Investment, Fengyuan Investment, and continued backing from existing investors Linear Capital, Sequoia China, Huaye Tiancheng, and Yarui Capital. Founder &lt;strong&gt;Zhang Yufeng&lt;/strong&gt;, formerly head of intelligent driving at Horizon Robotics (Chinese automotive AI chip company), leads the company's general-purpose embodied "large-brain small-brain integrated" approach. The second-generation wheeled dual-arm robot &lt;strong&gt;K15&lt;/strong&gt; has entered mass production with 1,200 TOPS of compute. Including prior rounds, cumulative angel-stage funding totals &lt;strong&gt;approximately RMB 2.8 billion&lt;/strong&gt;; the company also claims nearly $100 million in global orders (per company disclosure). Source: Caixin &lt;a href="https://companies.caixin.com/2026-06-26/102457909.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;General Intuition ｜ Series A ｜ $320 million ｜ Valuation $2.3 billion&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Following reports of negotiations in mid-June, the round was led by &lt;strong&gt;Khosla Ventures&lt;/strong&gt;, with participation from Bezos, Schmidt, and others; total disclosed funding reaches approximately &lt;strong&gt;$454 million&lt;/strong&gt;. The company's approach is to train &lt;strong&gt;spatiotemporal reasoning&lt;/strong&gt; capabilities using action labels from gameplay recordings — specifically which buttons were pressed and when — treating large volumes of game replays as training data for AI agents learning to act in the real world. Source: TechCrunch &lt;a href="https://techcrunch.com/2026/06/25/general-intuitions-2-3b-bet-that-video-games-can-train-ai-agents-for-the-real-world/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Shendu Jizhi (Chinese physical AI foundation model startup) ｜ New Round ｜ Several Hundred Million RMB&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Following a prior round also in the hundreds of millions of RMB, the company has raised another &lt;strong&gt;several hundred million RMB&lt;/strong&gt; to advance physical AI foundation model development. Its approach centers on a "&lt;strong&gt;human learning&lt;/strong&gt;" paradigm, positioning itself against overseas players who bet on human demonstration data, and aiming to train embodied foundation models in a manner more closely modeled on how humans learn. Source: Sina Finance &lt;a href="https://finance.sina.cn/stock/jdts/2026-06-26/detail-inieszru0605915.d.html?vt=4&amp;amp;wm=1224?pagetag&amp;amp;cid=76993&amp;amp;node_id=76993" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhicheng AI ｜ Two Rounds in Two Months&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Led by a former CTO of Huawei's U.S. research lab, the company closed two funding rounds within two months. During this period it open-sourced its "&lt;strong&gt;Chengling&lt;/strong&gt;" physical intelligence world model V0.1 and launched updated humanoid products TR4 Pro and TR5 Pro. Source: Zhidongxi &lt;a href="https://zhidx.com/p/569719.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Oula Wanxiang ｜ Angel Round ｜ Several Hundred Million RMB&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Invested by &lt;strong&gt;China Merchants Capital&lt;/strong&gt; (investment arm of state-owned conglomerate China Merchants Group), with funds directed toward developing an in-house embodied world model, scaling robot hardware manufacturing, and building a global developer ecosystem. Source: Central Enterprise Investment Association &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzMzIxNzE0OA==&amp;amp;mid=2652581445&amp;amp;idx=1&amp;amp;sn=e654ef264c25206dd717adb57dd00564&amp;amp;chksm=f2c98165cf1a0510d3cf3b0a52c1bbb6ec1f9a0f4ec7f3edf05d59e6ef23ee2c25d951fe59a4#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Juwei Technology ｜ Series B1 ｜ Several Hundred Million RMB ｜ Valuation Nearly RMB 4 Billion&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Closed a Series B1 round in the hundreds of millions of RMB, with a post-money valuation of nearly &lt;strong&gt;RMB 4 billion&lt;/strong&gt;. Source: Guandian.cn &lt;a href="https://www.guandian.cn/article/20260626/569583.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Qunqing Intelligence ｜ New Round ｜ Nearly RMB 100 Million&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;The company focuses on embodied intelligence that "grows from the &lt;strong&gt;factory floor&lt;/strong&gt;," targeting real-world industrial deployment and closed-loop operation. Source: 36Kr Hardtech &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMTI4MjU0Mw==&amp;amp;mid=2247550680&amp;amp;idx=3&amp;amp;sn=93497292b825292fcc455dfffbf81f3d&amp;amp;chksm=c15503e064b8d26e2e7bd8021d338f01ba8cfe8fdd35802de51c09342a37030f1f7b3d8dda0b&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercialization &amp;amp; Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;UBTECH Claims ~5,000 Companion Robot Pre-orders in Two Weeks&lt;/strong&gt; · humanoid ⚠️ Pre-order figures&lt;/p&gt;

&lt;p&gt;UBTECH (Chinese humanoid robot company) reports nearly &lt;strong&gt;5,000 pre-orders&lt;/strong&gt; for its consumer companion robot (U1) within two weeks, attempting to break into the &lt;strong&gt;consumer&lt;/strong&gt; market. Pre-order numbers remain separate from actual deliveries and retention; whether this converts to sustained shipments remains to be seen. Source: Pandaily &lt;a href="https://pandaily.com/ubtech-u1-companion-robot-5000-sales-jun2026" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Waymo Registers in Germany, Continues Expanding Nashville Fleet&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Waymo has completed legal entity registration in &lt;strong&gt;Germany&lt;/strong&gt;, laying groundwork for European market entry, while continuing to expand its fleet in &lt;strong&gt;Nashville&lt;/strong&gt;, U.S. Registration and road testing remain early-stage steps; large-scale commercial operations are still some distance away. Source: Automotive World &lt;a href="https://www.automotiveworld.com/news/waymo-registers-in-germany-as-global-push-ramps-up/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cao Cao Mobility Partners with K2 to Deploy First Robotaxis in Abu Dhabi This Year&lt;/strong&gt; · autonomy ⚠️ Planned figures&lt;/p&gt;

&lt;p&gt;Cao Cao Mobility (Chinese ride-hailing platform, Geely subsidiary) has signed a strategic partnership with Abu Dhabi's K2 Group, with plans to deploy its first Robotaxis &lt;strong&gt;within the year&lt;/strong&gt;, continuing China's autonomous driving push into overseas markets. Source: China Daily &lt;a href="https://cn.chinadaily.com.cn/a/202606/26/WS6a3e3950a310d709c2fba579.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BMW Spartanburg Figure 03 Logistics Deployment (Previously Reported)&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;The Figure 03 deployment at BMW's Spartanburg plant, reported last week, received follow-up coverage this week from autoevolution and other international outlets. No new developments. Source: autoevolution &lt;a href="https://www.autoevolution.com/news/bmw-deploys-humanoid-robot-that-sees-with-its-hands-on-the-floor-of-american-spartanburg-facility-272091.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;onsemi to Acquire Synaptics for ~$7 Billion, Betting on Physical AI&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;U.S. analog chipmaker onsemi has announced an all-stock acquisition of touch and edge AI chip maker Synaptics for &lt;strong&gt;approximately $7 billion&lt;/strong&gt;, at an exchange ratio of 1.350 shares representing a &lt;strong&gt;~19% premium&lt;/strong&gt;, with the deal expected to close in &lt;strong&gt;mid-2027&lt;/strong&gt; — onsemi's largest acquisition to date. onsemi aims to extend its capabilities from power and sensing into "intelligent systems," using Synaptics' edge AI compute, human-machine interface, and wireless connectivity to strengthen its physical AI portfolio; the combined company claims it could expand its total addressable market by approximately $30 billion to $243 billion by 2030. onsemi shares fell on the news, with the market skeptical about the valuation and integration outlook. The deal illustrates how competition in physical AI is extending upstream from robot hardware into underlying compute and sensing chips. Source: SiliconANGLE &lt;a href="https://siliconangle.com/2026/06/25/analog-chipmaker-onsemi-buys-synaptics-7b-stock-deal-push-physical-ai/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTECH Launches Wheeled Industrial Humanoid Cruzr Y1&lt;/strong&gt; · humanoid ⚠️ Launch/demo figures&lt;/p&gt;

&lt;p&gt;UBTECH debuted its &lt;strong&gt;wheeled industrial humanoid&lt;/strong&gt; Cruzr Y1 at an OPPO supply chain technology expo, demonstrating warehouse operations including bin destacking and restacking for factory logistics applications. A trade show demonstration remains distinct from stable mass production and large-scale delivery. Source: Guandian.cn &lt;a href="https://www.guandian.cn/article/20260626/569650.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhiyuan Robotics Releases Embodied Data Collection 2.0, Claims First National Embodied Evaluation Platform&lt;/strong&gt; · adjacent ⚠️ Vendor claims&lt;/p&gt;

&lt;p&gt;Zhiyuan Robotics (Chinese humanoid robot startup) has launched its embodied intelligence "&lt;strong&gt;Data Collection 2.0&lt;/strong&gt;" technology framework and claims to have built &lt;strong&gt;China's first&lt;/strong&gt; embodied intelligence robot evaluation platform, focusing on data acquisition and evaluation infrastructure. Source: Sina Finance &lt;a href="https://finance.sina.cn/stock/jdts/2026-06-26/detail-inietfxt7341161.d.html?oid=800&amp;amp;vt=4&amp;amp;cid=76993&amp;amp;node_id=76993" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XPENG Robotics Restructures, He Xiaopeng Takes Direct Charge of Product Division&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;XPENG Robotics has reportedly reorganized into nine divisions, with &lt;strong&gt;He Xiaopeng&lt;/strong&gt; (XPENG CEO) directly heading the product division to accelerate mass production. XPENG also states its second-generation VLA has received global regulatory approval alongside the UN ADS GTR (the regulation itself was previously reported) and plans international launches in &lt;strong&gt;2027&lt;/strong&gt;. Source: Sina &lt;a href="https://tech.sina.cn/2026-06-26/detail-inietfxw5220316.d.html?oid=3781228589423950&amp;amp;vt=4" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LG Electronics and Nvidia Deepen Physical AI Partnership&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;LG Electronics and &lt;strong&gt;Nvidia&lt;/strong&gt; have further deepened their physical AI collaboration to co-build a physical AI ecosystem. The partnership is at a strategic level; specific milestones remain to be seen. Source: Seoul Economic Daily &lt;a href="https://en.sedaily.com/markets/2026/06/26/lg-electronics-nvidia-deepen-physical-ai-partnership" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Renault Introduces Next-Generation Factory Robot Calvin&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Renault has unveiled its next-generation factory robot &lt;strong&gt;Calvin&lt;/strong&gt;, aimed at automating operations within its manufacturing network. Source: renaultgroup.com &lt;a href="https://www.renaultgroup.com/en/magazine/technology/calvin-a-new-generation-robot-is-born/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Chinese key component localization&lt;/strong&gt;: Domestic production of three critical components — harmonic drives, ball screws, and six-axis force/torque sensors — is accelerating in China, widely seen in the industry as key to driving down the cost curve for humanoid robots (industry view; specific cost reduction figures not yet confirmed).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Li Auto develops in-house "Mach M100" chip&lt;/strong&gt;: Li Auto (Chinese EV maker) has showcased its in-house intelligent driving chip, the Mach M100, a further step toward self-sufficient on-vehicle compute.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 39 (06/26)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Thu, 25 Jun 2026 14:51:18 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-39-0626-l9d</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-39-0626-l9d</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· The UN's &lt;strong&gt;Global Technical Regulation on Automated Driving Systems&lt;/strong&gt; (co-led by China) was approved at Geneva — the world's first such unified regulation; China's &lt;strong&gt;mandatory national standards for L3/L4&lt;/strong&gt; have been finalized and are now in the official approval process.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;BMW&lt;/strong&gt; has launched deployment of &lt;strong&gt;Figure 03&lt;/strong&gt; humanoid robots for logistics sequencing at its Spartanburg plant, building on an eleven-month Figure 02 pilot in the body shop that assisted in producing over &lt;strong&gt;30,000 X3s&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Galaxy General Robotics&lt;/strong&gt; (Chinese humanoid startup) Galbot S1 heavy-load humanoid has entered a &lt;strong&gt;CATL&lt;/strong&gt; battery cell factory, achieving &lt;strong&gt;routine production operation&lt;/strong&gt; in a new-energy manufacturing setting.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Unitree Robotics&lt;/strong&gt; (Chinese robot maker) has cut the retail price of its R1 humanoid robot to &lt;strong&gt;¥29,900&lt;/strong&gt; with immediate stock availability and no waitlist, marking another step down in China's consumer-grade humanoid price war.&lt;/p&gt;

&lt;p&gt;· Commercial service robot leader &lt;strong&gt;Pudu Robotics&lt;/strong&gt; (Chinese service robot company) has closed a new funding round of nearly &lt;strong&gt;¥1 billion&lt;/strong&gt;, pushing its post-money valuation above ¥10 billion.&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Papers
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Causal-rCM: Distilling Autoregressive Video Diffusion into Real-Time Streaming&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Action-conditioned interactive world models have long been bottlenecked by the multi-step sampling cost of video diffusion. This work extends the advanced diffusion distillation framework rCM to &lt;strong&gt;autoregressive video diffusion&lt;/strong&gt;, unifying teacher-forcing and self-forcing training paradigms with an open-source recipe, providing a faster generation path for real-time streaming video and interactive world models. It ranked among the top papers on Hugging Face on the day of release.&lt;/p&gt;

&lt;p&gt;Kaiwen Zheng et al. (Tsinghua University) · arXiv 2606.25473 &lt;a href="https://arxiv.org/abs/2606.25473" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-Context World Modeling: Enabling VLAs to Generalize Across Settings via Contextual World Models&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Most vision-language-action models (VLAs) condition only on the current observation and instruction, failing when the camera viewpoint or robot morphology changes. This method introduces &lt;strong&gt;in-context world modeling&lt;/strong&gt; into the policy, using a small number of interaction demonstrations to infer the dynamics of new settings online, maintaining usability on unseen viewpoints and heterogeneous embodiments — targeting VLAs' widely criticized tendency to fail when the setup changes.&lt;/p&gt;

&lt;p&gt;Siyin Wang et al. · arXiv 2606.26025 &lt;a href="https://arxiv.org/abs/2606.26025" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ForceBand: Teaching Robots Contact Force via EMG Signals&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Human teleoperation is a scalable data source, but motion capture trajectories and internet videos capture only motion and appearance, discarding the &lt;strong&gt;contact forces&lt;/strong&gt; that are critical for force-sensitive manipulation. Jitendra Malik's team uses wearable surface electromyography (sEMG) to simultaneously record muscle effort during action collection, teaching policies "how hard to push," providing a new human-data channel for force-sensitive tasks such as twisting, pressing, and inserting.&lt;/p&gt;

&lt;p&gt;Botao He et al. · arXiv 2606.26093 &lt;a href="https://arxiv.org/abs/2606.26093" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Memory Retrieval: General-Purpose Memory Retrieval for Long-Horizon Visuomotor Policies&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;In partially observable environments such as homes, robots need to remember where objects were placed, what step a partner has completed, or when an appliance was switched on. This work proposes a general &lt;strong&gt;memory retrieval mechanism&lt;/strong&gt; that lets visuomotor policies retrieve relevant information from past experience on demand to support long-horizon autonomy, rather than relying on task-specific memory modules.&lt;/p&gt;

&lt;p&gt;Rutav Shah et al. (UT Austin) · arXiv 2606.25136 &lt;a href="https://arxiv.org/abs/2606.25136" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflective VLA: Incorporating Action Consequences into Context to Improve Generalization&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Most VLAs are reactive — predicting the next action from the current instruction and observation alone, implicitly assuming the current observation fully determines the action. This work has the model explicitly incorporate &lt;strong&gt;the causal consequences of actions&lt;/strong&gt; into its context; with this reflection mechanism, VLA generalization and error correction in out-of-distribution scenarios improves.&lt;/p&gt;

&lt;p&gt;Qing Lian et al. · arXiv 2606.25215 &lt;a href="https://arxiv.org/abs/2606.25215" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learning Action Priors: Pre-Training Action Modules for Cross-Embodiment Manipulation&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Most VLAs attach an action head to a VLM backbone and train jointly — the vision-language priors are strong, but the action module learns physical motion nearly from scratch. This work learns &lt;strong&gt;action priors&lt;/strong&gt; for the action module separately before cross-embodiment transfer, alleviating data scarcity on the action side, and reports approximately 68% success rate across 13 cross-embodiment tasks.&lt;/p&gt;

&lt;p&gt;Dong Jing et al. · arXiv 2606.26095 &lt;a href="https://arxiv.org/abs/2606.26095" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Commentary: Embodied Intelligence Notes &lt;a href="https://mp.weixin.qq.com/s?__biz=MzUzMzkzNTgxMg==&amp;amp;mid=2247484856&amp;amp;idx=1&amp;amp;sn=77808aff453ba5c75a28501752029b02&amp;amp;chksm=fbc11fbf4263ac4b48c86294b7d742961d3ba6e1c62c80ea6809d089c7afc7bcb08ce39d4ef9#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WOLF-VLA: Extending VLAs to Whole-Body, Contact-Rich Humanoid Motion&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;VLAs have demonstrated strong generalization in robotic arm manipulation, but whole-body, contact-rich humanoid motion remains largely unexplored due to scarce data and a lack of dynamically consistent demonstrations. The DFKI team proposes a VLA framework for humanoid &lt;strong&gt;whole-body optimal motion&lt;/strong&gt;, encoding optimality and safety constraints into the learning pipeline to address this gap.&lt;/p&gt;

&lt;p&gt;Melya Boukheddimi et al. (DFKI) · arXiv 2606.25591 &lt;a href="https://arxiv.org/abs/2606.25591" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: FORCE (value-calibrated warm-up + self-distillation, improving sample efficiency for VLA reinforcement fine-tuning and breaking the imitation ceiling); GRAFT (part-correspondence-based schematic affordance transfer for few-shot grasping generalization); DeformGen (dynamics-based topological augmentation for deformable object manipulation demonstration expansion); StairMaster (three-stage RL for quadruped climbing high-risk open-riser stairs); RGB (RL-guided whole-body MPPI humanoid control); UniTeD (unified temporal diffusion for joint perception and planning in end-to-end autonomous driving); RAVEN (spatiotemporal memory for long-horizon navigation question answering).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;TacVerse&lt;/strong&gt;: A multi-sensor dataset and benchmark for cross-sensor visuotactile perception, evaluating generalization across different tactile sensor designs (arXiv 2606.25877 &lt;a href="https://arxiv.org/abs/2606.25877" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;1000 Rallies&lt;/strong&gt;: An event-camera dataset for robot table tennis plus real-time learned ball state estimation, targeting high-speed, low-latency perception (arXiv 2606.25620 &lt;a href="https://arxiv.org/abs/2606.25620" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;3D-Printable Tactile Test Set&lt;/strong&gt;: Unified 3D-printable texture samples for fair cross-sensor comparison of tactile sensors, improving reproducibility (arXiv 2606.25886 &lt;a href="https://arxiv.org/abs/2606.25886" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Realsource&lt;/strong&gt;: An open-source dataset release for robot training (source: All-About-Industries &lt;a href="https://www.all-about-industries.com/realsource-open-source-dataset-for-robotics-training-a-97c709b31b6ebfcf3484342a7464fd61/" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· Alibaba's &lt;strong&gt;Qwen&lt;/strong&gt; (Chinese AI lab) open-sources an agent-oriented language world model aimed at reducing agent errors; the team claims a 3B-activation model matches leading large models ⚠️ vendor claim (source: Qiling Model Plaza &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcxMDMxOTAxNg==&amp;amp;mid=2247484180&amp;amp;idx=2&amp;amp;sn=f4630d74d873ce9346ece83c8c8fd862&amp;amp;chksm=f4f8cfd384678e1a3b814facd93c2f0817d3aa2966bb5bacd4d2431a87c65a72382e89d096ac#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;).&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Pudu Robotics | New Round | ~¥1 Billion | Post-Money Valuation Exceeds ¥10 Billion&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Longgang Financial Holdings and Asia Investment Capital co-led, with participation from BAIC Industrial Investment, Lens Technology, Shanghai Honghui, and government-guided funds from the Pearl River Delta and Yangtze River Delta regions. Pudu Robotics focuses on commercial service robots (delivery/cleaning) and is extending into embodied AI under a "one brain, multiple forms" approach. According to Frost &amp;amp; Sullivan, it holds a &lt;strong&gt;23%&lt;/strong&gt; share of the global commercial service robot market, has shipped over 120,000 units, grew revenue more than 100% year-over-year in 2025, and is approaching EBITDA breakeven, with cumulative funding now exceeding ¥2 billion.Source: Hangfan Robotics &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYyMzU5NjgyMw==&amp;amp;mid=2247484009&amp;amp;idx=1&amp;amp;sn=7723ccca8bac0cf9610b19e6b5b8328f&amp;amp;chksm=fe81c9654fe42aaad636cb132b2f40e4b0abcf87c3f9c554f6ae9d0b1bb9f300888326d403e2#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Senad | Series C | ¥300 Million&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Investors include Full Truck Alliance, Haitong Kaiyuan, Oriza Prunus Ventures, Huayi Venture Capital, and Oriza Houwang, with existing investors Dachen Caizhì, Changshi Capital, and Chuhui Capital participating at above-quota allocations. Senad (Chinese logistics robot startup) focuses on &lt;strong&gt;loading/unloading and logistics embodied robots&lt;/strong&gt;, targeting heavy manual tasks such as cargo handling in warehousing and long-haul logistics.Source: Tech Capital Circle &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzOTI0NjE2NA==&amp;amp;mid=2247486833&amp;amp;idx=4&amp;amp;sn=e7c242d1f5050268dfe96c98d1717438&amp;amp;chksm=f12e03f20514ea1c5d0544bf79d5439b7a3939d71b525bee20b82b4064d175fd74fca43c16c8#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Luoshi Robotics (Chinese robot arm maker) | Hong Kong IPO (Listing Hearing Passed)&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Luoshi Robotics has passed its Hong Kong Stock Exchange listing hearing, targeting the title of &lt;strong&gt;"first full-range intelligent robotics stock" on the Hong Kong market&lt;/strong&gt;, with CICC and Guotai Junan as joint sponsors. Shareholders include the National Manufacturing Transformation and Upgrade Fund, New Hope Group, and Plum Ventures; its robotic arm business accounts for nearly 70% of revenue.Source: Sina Finance &lt;a href="https://cj.sina.cn/articles/view/6583770931/1886c5f3300101meck" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hong Kong Robot IPO Pipeline | Ruiwei Technology, Eacon Mining Technology&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Concurrently, Ruiwei Technology (Chinese vision-embodied AI firm) has also passed its Hong Kong listing hearing, aiming for the title of &lt;strong&gt;"first visual embodied intelligence stock"&lt;/strong&gt;; Eacon Mining Technology (Chinese autonomous mining truck company, backed by CATL investment and claiming the largest autonomous mining truck fleet globally) has likewise passed its Hong Kong listing hearing. Chinese robotics companies are clustering their Hong Kong listings in mid-2026, with exit channels opening simultaneously across the sector.Source: Sohu &lt;a href="https://m.sohu.com/a/1041438968_522913?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt; · thebambooworks &lt;a href="https://thebambooworks.com/autonomous-mining-truck-maker-eacon-passes-hong-kong-listing-hearing/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Daxiao Robotics (Chinese embodied AI startup) | H1 2026 Cumulative | Hundreds of Millions of USD&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Daxiao Robotics disclosed cumulative fundraising of hundreds of millions of USD in the first half of 2026. Funds are primarily directed toward its "Kaiwu" world model and integrated hardware-software solutions, emphasizing human-centric ambient data collection to accelerate large-scale embodied training and on-device direct-drive control.Source: Kechuangtong Shares &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk2NDAyNTYwNw==&amp;amp;mid=2247490967&amp;amp;idx=1&amp;amp;sn=9ccc680d084b5353e8b41f02f1542255&amp;amp;chksm=c53a25c3dc34b8e25bc24bf9f7e0ab663f5e7c3828556758416f99f41ad6db1c52cc2cefdb25#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercial Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Galaxy General Robotics Galbot S1 Enters CATL Battery Cell Factory&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;CATL (Chinese battery giant) has selected Galaxy General Robotics (Chinese humanoid startup), with the &lt;strong&gt;Galbot S1&lt;/strong&gt; heavy-load humanoid entering CATL's battery cell manufacturing lines for routine production operation in a new-energy manufacturing environment. Unlike a one-off demo, "routine operation" means the robot participates in production continuously on standard working hours — making Galaxy General Robotics one of the first humanoid players to enter a heavy-asset manufacturing facility, following leading automakers.Source: Interesting Engineering &lt;a href="https://interestingengineering.com/ai-robotics/catl-battery-powered-heavy-load-humanoid-robot-factory" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BMW Launches Figure 03 Logistics Sequencing Deployment (Spartanburg)&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;BMW has activated the next-generation humanoid &lt;strong&gt;Figure 03&lt;/strong&gt; at its Spartanburg, South Carolina plant for complex logistics &lt;strong&gt;sequencing&lt;/strong&gt; tasks: picking parts from unsorted bins, sorting and stacking them onto sequenced carts, and delivering them in order to assembly stations. This builds on an eleven-month Figure 02 pilot at the same plant's body shop — during which it assisted in producing over 30,000 X3s, handled over 90,000 parts, and logged approximately 1,250 work hours. Figure 03 adds a compliant outer shell, wireless charging, voice interaction, and an improved hand with tactile sensors and palm-mounted cameras. Both BMW and Figure AI position this as a milestone validating humanoids' transition "from lab to stable manufacturing workforce."Source: BMW Group &lt;a href="https://www.press.bmwgroup.com/global/article/detail/T0458778EN/bmw-group-advances-the-use-of-physical-ai-in-production-with-figure-03-project-in-spartanburg" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;General Motors Deploys 50 Collaborative Robots, Over 1,000 Positions Affected&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;General Motors has deployed approximately &lt;strong&gt;50&lt;/strong&gt; collaborative robots at its factories, accompanied by workforce adjustments affecting over 1,000 workers. In contrast to the high media profile of humanoids, the at-scale replacement by mature collaborative robots on production lines more directly reflects the real-world labor impact of automation in manufacturing.Source: Storyboard18 &lt;a href="https://www.storyboard18.com/brand-marketing/gm-layoffs-over-1000-workers-affected-as-automaker-deploys-50-collaborative-robots-102310.htm" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhiyuan Robotics Spirit G2 Works 6 Consecutive Days on Consumer Electronics Line&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Multiple &lt;strong&gt;Spirit G2&lt;/strong&gt; units from Zhiyuan Robotics (Chinese humanoid startup) entered a third-party volume production factory (Longcheer Technology's Nanchang facility) for tablet quality inspection. Starting June 23, the robots worked for 6 consecutive days alongside human workers from 8 a.m. to 7 p.m. with a full livestream; the company claims a task success rate of &lt;strong&gt;99.98%&lt;/strong&gt;. ⚠️ vendor claim A public livestream is still a validating demonstration rather than a long-term mass production metric; the real test of whether this constitutes a deployable state is full-process compatibility, sustained stability, and low-cost replication — 6 days of data cannot be extrapolated.Source: Jiemian News &lt;a href="https://www.jiemian.com/article/14641633.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Unitree R1 Retail Price Cut to ¥29,900&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Unitree Robotics has lowered the official starting price of its R1 humanoid robot from ¥39,900 to &lt;strong&gt;¥29,900&lt;/strong&gt;, with stock available immediately and no waitlist. Following an earlier wave of "price disruptor" narratives at the start of the year, China's consumer- and research-grade humanoid market has pushed further below ¥30,000, shifting the competitive focus from specifications toward scale and cost.Source: 21 Caijing &lt;a href="https://m.21jingji.com/article/20260625/herald/f9b529f6efae6109be4314eab62fa45d.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amazon's Zoox Unveils Redesigned Robotaxi&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Amazon's Zoox has revealed a new-generation &lt;strong&gt;steeringwheel-free&lt;/strong&gt; robotaxi with a boxy form factor and an emphasis on passenger comfort (featuring a panoramic roof), in preparation for upcoming commercial paid operations. This is a key product iteration ahead of its commercial expansion and will compete directly with purpose-built driverless platforms such as Tesla's Cybercab.Source: CNBC &lt;a href="https://www.cnbc.com/2026/06/24/amazons-zoox-unveils-redesigned-robotaxi-ahead-of-upcoming-expansion.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RoboScience Releases General Embodied Foundation Model Visics&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;RoboScience has released a general embodied foundation model, &lt;strong&gt;Visics&lt;/strong&gt;, debuting a VLOA architecture and claiming cross-embodiment, cross-object, and cross-task execution capability at 1/200th the cost of conventional approaches. ⚠️ vendor claim The cross-scenario generalization and cost figures are self-reported from a launch event and lack independent reproduction.Source: Pandaily &lt;a href="https://pandaily.com/roboscience-visics-embodied-ai-model-jun2026" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhiyuan Robotics Announces "Yuansheng" Ecosystem Plan and Dual World Model Track&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Zhiyuan Robotics has announced dedicated investment of several billion yuan over the next five years to support a developer ecosystem for embodied AI deployment (the "Yuansheng" initiative), and has released five open-source projects. The company splits its world model into two tracks: a "&lt;strong&gt;World Action Model&lt;/strong&gt;" (how actions change the world) and a "&lt;strong&gt;World Simulator&lt;/strong&gt;" (an interactive, inferential, trainable environment). Co-founder Peng Zhihui stated at MWC Shanghai that production volume will exceed 15,000 units, with a new milestone to be disclosed once unit production surpasses 10,000 ⚠️ forward-looking statement.Source: Embodied Intelligence Lab &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg5Mjc3MjA5Nw==&amp;amp;mid=2247497795&amp;amp;idx=1&amp;amp;sn=9557419325c3282bca897e90335eb721&amp;amp;chksm=c16ef4a50663895fe7226c0844ae14bc76de303a4f700bc8eb10779d73ad8d7def1872a636e2#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hyundai Workers Plan Strike to Protest Humanoid Robots on the Factory Floor&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Following Hyundai's full acquisition of Boston Dynamics and plans to deploy Atlas humanoids in its US factories, some Hyundai workers are planning a strike to protest humanoid robots entering their workplace. This marks the first time organized labor has pushed back against humanoid robots in manufacturing, bringing labor relations into a debate that has until now centered on cost and efficiency.Source: Futu NiuNiu &lt;a href="https://k.sina.com.cn/article_1801487174_6b608346020033b8g.html?from=auto&amp;amp;subch=oauto" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;Memory&lt;/strong&gt;: Micron states that a single humanoid robot requires approximately &lt;strong&gt;10×&lt;/strong&gt; the memory capacity of an L2+ vehicle, and predicts that Optimus could become a larger memory customer than Tesla's cars — humanoid volume ramp-up is seen as a new growth driver for memory demand ⚠️ vendor/analyst claim (source: ifeng.com &lt;a href="https://i.ifeng.com/c/8uEnnz1iWcT" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Precision Tubing&lt;/strong&gt;: A company in Ningbo, China manufactures "vascular" tubing for robots, with a minimum wall thickness of 0.005 cm and annual capacity exceeding &lt;strong&gt;1 billion units&lt;/strong&gt;, entering upstream segments such as joint and liquid cooling circuits (source: Sohu &lt;a href="https://m.sohu.com/a/1041521119_121620820?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Power Modules&lt;/strong&gt;: Midea Welling (Chinese appliance and motor maker) has launched an integrated power module targeting humanoid joints, offering an integrated motor and drive solution aimed at reducing commercialization costs (source: Sina Finance &lt;a href="https://finance.sina.com.cn/tech/roll/2026-06-25/doc-inieqsma5841170.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h3&gt;
  
  
  V. Weekly Observations
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;World's First Autonomous Driving Global Technical Regulation Approved; China's L3/L4 Mandatory National Standard in Final Approval Process&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;At the 199th plenary session of the UN World Forum for Harmonization of Vehicle Regulations (WP.29), held in Geneva from June 22–26, delegates approved the &lt;strong&gt;Automated Driving Systems Global Technical Regulation (ADS GTR)&lt;/strong&gt;, jointly led by China, the EU, the UK, the US, Canada, and Japan — the world's first unified regulation of its kind. China served as vice-chair of the GRVA and co-chair of the ADS working group, with the Ministry of Industry and Information Technology (MIIT) organizing the China Automotive Technology and Research Center (CATARC) and the China Academy of Information and Communications Technology (CAICT) to lead the technical drafting. In parallel, MIIT has accelerated work on China's domestic &lt;strong&gt;mandatory national standards&lt;/strong&gt; for automated driving systems; drafting is complete and the standards are now in the official approval process, with more granular safety requirements for L3/L4 and defined safety floors for each level. This provides a unified compliance reference for the autonomous driving industry, and signals that liability determination and market access will shift from self-reported claims to codified standards.Source: Guandian.cn &lt;a href="https://www.guandian.cn/article/20260625/569306.html" rel="noopener noreferrer"&gt;source&lt;/a&gt; · MIIT/CATARC announcement&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;US Moves on Multiple Fronts Against Chinese Robotics: GUARD Act, Commerce Dept. Review, Pentagon Entity List&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;The US government has taken a series of actions against China's robotics sector this month. Bipartisan legislators have introduced the &lt;strong&gt;GUARD Act&lt;/strong&gt;, which would require national security agencies to review humanoid and quadruped robots manufactured in China and other countries. Commerce Secretary Lutnick told business executives on June 22 that the Commerce Department is reviewing imports of robots receiving state subsidies, and that the review could result in executive action steering federal procurement toward domestic manufacturers and restricting certain Chinese robots from sensitive facilities. The Pentagon added Unitree Robotics and other Chinese companies to its list of entities with military ties on June 8; the Department of Defense will be prohibited from renewing direct procurement contracts with those companies from June 30. ⚠️ many measures still at proposal/review stage Most actions beyond the entity list have not yet taken effect, but policy risk on the export and procurement sides has materially escalated.Source: House Select Committee on China · Washington Times &lt;a href="https://www.yeeyi.com/news/details/3134558" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;China Accelerates Humanoid Quality and Component Standards: Maturity Evaluation Framework, Dexterous Hand National Standard&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Hangzhou Binjiang district has released China's first &lt;strong&gt;humanoid robot industry quality management system maturity evaluation standard&lt;/strong&gt;, drawing on automotive industry experience and covering the full lifecycle from R&amp;amp;D to service. Separately, MIIT's "Humanoid Robotics and Embodied Intelligence Standards System (2026 Edition)" incorporates dexterous hands into the body and component standards, requiring a five-finger structure with at least three degrees of freedom per finger, providing top-level design guidance for industry standardization.Source: Hangzhou Binjiang Market Supervision &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwNDYzMzM1NQ==&amp;amp;mid=2247534496&amp;amp;idx=1&amp;amp;sn=06f894c3347e54bfd5a0ebfc5e80fbb7&amp;amp;chksm=c1beb261fa5c690a78a08207c080891a6f83c66125f575f8633ab0f58805e2a03b32abb18dca#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Morgan Stanley Doubles China Humanoid Robot 2026 Shipment Forecast to 50,000 Units&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Morgan Stanley has raised its forecast for China's 2026 humanoid robot shipments from 28,000 units to &lt;strong&gt;50,000&lt;/strong&gt; (up from just 14,000 at the start of the year), citing a faster-than-expected shift from demonstration to commercial deployment. The bank projects annual shipments of &lt;strong&gt;446,000 units&lt;/strong&gt; by 2030, with market size growing from approximately $2 billion this year to $15 billion, implying a 2025–2030 CAGR of approximately &lt;strong&gt;106%&lt;/strong&gt;. Catalysts cited include a roughly ¥6.8 billion order from State Grid Corporation of China, policy support, and supply chain capacity expansion. ⚠️ analyst forecast This represents a single firm's projection, not an established fact.Source: Morgan Stanley Research &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5OTkzODQ0Mg==&amp;amp;mid=2652501618&amp;amp;idx=1&amp;amp;sn=29f69b877d24c2670945b8b198d9420d&amp;amp;chksm=bd271ab094ece1992dd936b9dc5576159df02b8a17a311977803c799078c3d17846e91aec60d#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industrial Robot Shipment Forecast: Annual Installations to Exceed 760,000 Units by 2030&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;One industry forecast projects global annual industrial robot shipments will exceed &lt;strong&gt;760,000 units&lt;/strong&gt; by 2030, driven primarily by AI and automation. Separately, separate data indicate that global robotics funding in 2026 to date has already exceeded ¥60 billion, with capital and production capacity expanding in tandem.Source: Quality Magazine &lt;a href="https://www.qualitymag.com/articles/99696-annual-industrial-robot-shipments-will-reach-more-than-760k-units-in-2030" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Xinji Tanke &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkyODY2MjE4MQ==&amp;amp;mid=2247484559&amp;amp;idx=2&amp;amp;sn=6445e0719561167c65a961c38b952bca&amp;amp;chksm=c3298e53e43a80c954757bc5d69e6524a511694941655a01fc2fe1d6cecfb891b8a2eb97ebf0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This Week in Supply Chain: Six-Axis Force Sensors See Rapid China-Domestic Substitution; Dexterous Hands and Reducers Remain Bottlenecks&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;The most concentrated hardware signal this week is in &lt;strong&gt;six-axis force sensors&lt;/strong&gt; — as humanoids move from "1–2 force-controlled joints" in industrial end-effectors to wrist, ankle, dexterous hand, and eventually whole-body force sensing, demand has structurally stepped up. Multiple white papers and research sources indicate: China's six-axis force sensor market exceeded &lt;strong&gt;¥300 million&lt;/strong&gt; in 2025, with shipments surpassing 10,000 units and year-over-year growth exceeding 300%; the China-domestic supply ratio has reached approximately &lt;strong&gt;90%&lt;/strong&gt;, with Changzhou Kunwei (Chinese force sensor maker) holding roughly a 53% share, strain-gauge designs as the mainstream, and MEMS (from companies such as Sensitron) as an emerging alternative. ⚠️ mostly vendor/institutional survey data Scope and methodology vary; absolute figures should be treated with caution. On the actuator side, competition in dexterous hands around lightweighting (PEEK materials) and "high-density motors" is intensifying. Reducers and joint modules are back in focus given reports that Tesla's Optimus V3 is targeting production start at Fremont in July–August with harmonic reducer and joint module sourcing from Taiwan suppliers. Overall, &lt;strong&gt;force sensing and transmission&lt;/strong&gt; are the two segments of the humanoid supply chain under the most strain — and receiving the most capital and policy attention — this week.Source: Xinmaterial Online &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5NDQ2NzQyMg==&amp;amp;mid=2663027874&amp;amp;idx=5&amp;amp;sn=fc93c2481c31f116b31236db020c9aca&amp;amp;chksm=8a096d4154efe5ceb50b4ff49c193e655b6c1259e9a2ec2e9a960db2f9ac498029161d2fcba3#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · Murong Daxia's Telescope &lt;a href="https://mp.weixin.qq.com/s?__biz=MzAxMTU2MDcxMw==&amp;amp;mid=2456063928&amp;amp;idx=1&amp;amp;sn=c87c482bab69a6274da485b568d8b1e7&amp;amp;chksm=8de0fdf7ec3ca66032c3b1dfbe14198ccf885351a88ff16afe6fffa24856bfcd042f452cd477#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
    <item>
      <title>FutureX · Physical AI Daily — Issue 38 (06/25)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Wed, 24 Jun 2026 14:50:59 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-38-0625-2i2b</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-38-0625-2i2b</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Agility Robotics plans to go public via SPAC merger with Churchill Capital XI at a &lt;strong&gt;$2.5 billion&lt;/strong&gt; valuation, which would make it the world's first pure-play humanoid robot public company; Foxconn leads a $200 million PIPE, and its Digit robot already holds over $300 million in multi-year orders.&lt;/p&gt;

&lt;p&gt;· Unitree (Chinese robotics company) R1 Air's starting price drops by ¥10,000 to &lt;strong&gt;¥29,900&lt;/strong&gt; with immediate in-stock availability and no waitlist, further lowering the entry barrier for consumer- and education-grade humanoids.&lt;/p&gt;

&lt;p&gt;· AGILINK (Chinese dexterous hand startup, spun out of Zhiyuan Robotics) closes a new round of nearly ¥1 billion, with a post-money valuation exceeding $1 billion — four rounds in five months, marking a clear capital shift toward "the hand."&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;SEER Robotics&lt;/strong&gt; (Chinese robot controller manufacturer), billed as "the first robot brain stock," lists on the Hong Kong Stock Exchange (06106.HK); its intelligent robot controllers have ranked #1 globally by sales for three consecutive years with roughly 25% market share.&lt;/p&gt;

&lt;p&gt;· Morgan Stanley raises its China humanoid robot shipment forecast for 2026 to &lt;strong&gt;50,000 units&lt;/strong&gt; — nearly double its prior estimate — calling the industry's entry into "early commercialization."&lt;/p&gt;

&lt;h3&gt;
  
  
  I. Research Papers
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;SPACE: Bridging Cross-Robot Data with a Unified Action Representation&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Cross-embodiment transfer is a core obstacle to generalist policies — the same action maps to different motor commands across different robots, making behavior cloning data hard to reuse. SPACE instead uses "Cartesian state deltas" as a universal action representation across robots, with separate adaptation layers for embodiment differences, temporal scale, and execution commands, enabling demonstration data from heterogeneous robots to transfer to one another and converge toward a generalist policy.&lt;/p&gt;

&lt;p&gt;Haeone Lee et al. (KAIST) · arXiv 2606.24049 &lt;a href="https://arxiv.org/abs/2606.24049" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;World Value Models: Learning Value Functions via World Models Instead of VLMs&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;General-purpose value models are key to scaling large volumes of mixed-quality data for robot policy learning, but mainstream value models are built on VLM backbones pretrained on static or temporally sparse observations — lacking the temporal modeling required for value estimation. This paper instead builds value functions on world models, which are naturally suited to temporal reasoning and future planning, balancing grounding in historical context with prediction of future outcomes.&lt;/p&gt;

&lt;p&gt;Zhihao Wang et al. (Tsinghua AIR) · arXiv 2606.24742 &lt;a href="https://arxiv.org/abs/2606.24742" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;InSight: Enabling VLAs to Autonomously Acquire Missing Skills&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;A VLA's capabilities are bounded by the skills present in its training data. InSight makes VLAs language-controllable at the level of "primitive actions" (e.g., "move gripper over bowl," "lift upward"), then uses a VLM-driven data flywheel to automatically identify which primitives are missing for a new task and autonomously collect demonstrations of those primitives — breaking through the skill boundaries of the training set.&lt;/p&gt;

&lt;p&gt;Maggie Wang et al. (Stanford) · arXiv 2606.24884 &lt;a href="https://arxiv.org/abs/2606.24884" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Supervise What Survives: How to Use Synthetic Robot Video for VLA Training&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;A common practice is to treat generated robot video as real data and back-project pseudo-actions from pixels. This paper argues this is a "mismatched abstraction": video retains only geometry (where the task happens), while real demonstrations contain control signals (exactly how motors move). It proposes an "asymmetric retention principle" — supervise only the geometric information that reliably survives the generation process when adapting VLAs, rather than forcing the model to learn low-level control signals that have already been lost.&lt;/p&gt;

&lt;p&gt;Danze Chen et al. · arXiv 2606.24448 &lt;a href="https://arxiv.org/abs/2606.24448" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ReTVL: Treating Retries in Demonstrations as Supervision, Not Noise&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Human demonstrations often contain correction segments — missed grasps, misalignments, repeated attempts — that have typically been discarded as noise. ReTVL instead uses "retry events" as sparse supervisory signals to learn an error-sensitive value function, breaking from the common "monotonic progress" assumption to better characterize local execution errors and how task feasibility can be recovered.&lt;/p&gt;

&lt;p&gt;Xinyao Qin et al. · arXiv 2606.24633 &lt;a href="https://arxiv.org/abs/2606.24633" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FT-WBC: Fault-Tolerant Whole-Body Control Under Actuator Failure&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Loco-manipulation robots face greater fall risk under actuator failure due to center-of-mass shifts and dynamic disturbances introduced by the arm, yet existing fault-tolerant methods mostly address locomotion without considering arm reachability. FT-WBC uses an upper/lower body decoupling strategy with a fault estimator to simultaneously maintain whole-body stability and arm reachability under actuator failure, extending fault tolerance from pure locomotion to loco-manipulation.&lt;/p&gt;

&lt;p&gt;Yudong Zhong et al. · arXiv 2606.24466 &lt;a href="https://arxiv.org/abs/2606.24466" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FEARL: A Formally Verifiable Safety Module for Robot Foundation Models&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;When foundation models are used for robot control, the same expressiveness that enables rich perception makes the model opaque and hard to formally verify. FEARL addresses this through modular decomposition: a large Controller handles high-dimensional perception and task reasoning, while a small Safety module receives only low-dimensional observations from dedicated safety sensors plus a bounded context embedding from the Controller, then produces the final action — keeping safety-critical requirements such as collision avoidance in an analyzable small module.&lt;/p&gt;

&lt;p&gt;Davide Corsi et al. (UC Irvine) · arXiv 2606.23754 &lt;a href="https://arxiv.org/abs/2606.23754" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;APR: Making Dexterous Hands Play Piano More Like Humans&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Reinforcement learning can achieve high accuracy piano playing for dexterous bimanual hands in simulation, but high-DoF hands optimizing for task reward alone often produce unnatural postures and joint hyperextension. APR uses adversarial pose regularization — drawing on a small amount of casual human playing data — to pull the policy's hand-pose distribution toward a human prior, avoiding expensive per-song demonstration alignment. The team also collected and open-sourced piano-playing hand motion data captured with consumer-grade Meta Quest 3, retargeted to the Shadow Hand.&lt;/p&gt;

&lt;p&gt;Bin Qiu et al. · arXiv 2606.23848 &lt;a href="https://arxiv.org/abs/2606.23848" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: NavWM (unified navigation world model for anticipatory planning, arXiv 2606.24101 &lt;a href="https://arxiv.org/abs/2606.24101" rel="noopener noreferrer"&gt;source&lt;/a&gt;); DynaWM (world-model regularization for smooth wheeled-legged traversal of continuous stairs, arXiv 2606.24089 &lt;a href="https://arxiv.org/abs/2606.24089" rel="noopener noreferrer"&gt;source&lt;/a&gt;); G³VLA (injecting camera calibration geometry into VLA visual tokens, arXiv 2606.24472 &lt;a href="https://arxiv.org/abs/2606.24472" rel="noopener noreferrer"&gt;source&lt;/a&gt;); RoBoSR (object-level scene graphs as an intermediate structure for embodied reasoning, arXiv 2606.24338 &lt;a href="https://arxiv.org/abs/2606.24338" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Neuro-Symbolic Drive (supervising driving VLAs with reasoning traces from a rule-based planner, arXiv 2606.23938 &lt;a href="https://arxiv.org/abs/2606.23938" rel="noopener noreferrer"&gt;source&lt;/a&gt;); ArtiTwinSplat (automatic reconstruction of interactive digital twins from RGB-D video, ETH, arXiv 2606.24628 &lt;a href="https://arxiv.org/abs/2606.24628" rel="noopener noreferrer"&gt;source&lt;/a&gt;); TACTFUL (autonomous tactile-only exploration and object recognition, with Amazon participation, arXiv 2606.24712 &lt;a href="https://arxiv.org/abs/2606.24712" rel="noopener noreferrer"&gt;source&lt;/a&gt;).&lt;/p&gt;

&lt;h4&gt;
  
  
  Open Source · Tools · Benchmarks
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;TurboMPC&lt;/strong&gt;: An end-to-end differentiable MPC solver running entirely on GPU (SQP + ADMM, co-designed JAX-CUDA implementation), supporting state/control inequality constraints and implicit integration. arXiv 2606.24039 &lt;a href="https://arxiv.org/abs/2606.24039" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Tailor-Bench&lt;/strong&gt;: A benchmark specifically testing visual world models' ability to simulate "long-tail and irregular physical interactions," directly addressing whether existing world models have truly internalized and generalized physical laws. arXiv 2606.24256 &lt;a href="https://arxiv.org/abs/2606.24256" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;REALM&lt;/strong&gt;: A unified red-teaming evaluation benchmark for VLMs in the physical world, standardizing previously fragmented jailbreak/attack evaluations across datasets, metrics, and threat models. arXiv 2606.23892 &lt;a href="https://arxiv.org/abs/2606.23892" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Amap DreamX-World 1.0 open-sourced&lt;/strong&gt;: A 5B-parameter interactive world model generating at 16 FPS with streaming output, using geometry-retrieval memory to mitigate scene inconsistency during camera turns. &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI5MDUyMDIxNA==&amp;amp;mid=2247718395&amp;amp;idx=1&amp;amp;sn=0d7308577ff689c759db7aa34ca29775&amp;amp;chksm=edd3cf8b85ba061581efb654fd365b7feb4a6426bd56abb8fccb37ddfe927ebcb6f15c52df75#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;AGILINK ｜ New Round ｜ ~¥1 Billion ｜ Post-Money Valuation Exceeds $1 Billion&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Mirae Asset, Jingming Capital, and a major internet conglomerate led or co-invested in the round, with existing investors including Hillhouse Ventures and Lanchi Ventures (Chinese VC firms) adding to their positions. AGILINK was spun out of Zhiyuan Robotics (Chinese humanoid robot company) in January 2026 to focus exclusively on dexterous hands; its founder Xiong Kun comes from HKUST's robotics institute and previously worked on Tencent Robotics X. The company says it has cumulatively delivered over 8,000 dexterous hands and over 10,000 grippers, with more than 1,000 units in routine industrial and logistics operation. Four rounds in five months, this deal is the most emblematic signal of capital shifting from complete robots toward "the hand." Source: 36Kr &lt;a href="https://www.36kr.com/newsflashes/3867180080010245" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Agility Robotics ｜ SPAC Merger ｜ $2.5 Billion Valuation ｜ Over $620 Million Total Raise&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Merging with Churchill Capital Corp XI, controlled by Michael Klein; the post-merger ticker will be AGLT. The raise includes a $200 million PIPE at $10/share led by Foxconn (an existing shareholder), plus approximately $420 million from the trust account. The company disclosed that its Digit v5 already holds over $300 million in multi-year orders, has logged over 65,000 cumulative operating hours across 9 use cases, and has planned annual capacity of up to 10,000 units, with customers including Amazon and Schaeffler. If completed this year, it would become the world's first pure-play humanoid robot public company; the deal is also viewed as more substantive than most SPACs because all existing shareholders are rolling over their equity. Source: The Robot Report et al. &lt;a href="https://www.citybiz.co/article/864910/agility-robotics-to-go-public-in-2-5-billion-merger-with-churchill-capital-corp-xi/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Striding AI ｜ Angel Series ｜ ~$100 Million&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Charoen Pokphand Group, Huaqin Technology (Chinese electronics manufacturer), and 9AN Medical (Chinese listed company) participated. The company was founded in early 2026 by Yao Song, previously co-founder of Deep Lens (Chinese AI chip startup) and Orienspace (Chinese commercial launch company), with a focus on "physical intelligence" — aiming to advance humanoid robots into industrial and commercial settings via world-action models and reinforcement learning. Raising nearly $100 million in an angel round within six months of founding reflects the intensity with which industrial capital is backing early-stage embodied AI teams. Source: Sina Finance &lt;a href="https://finance.sina.cn/2026-06-23/detail-iniekzkp6416788.d.html?vt=4&amp;amp;cid=76524&amp;amp;node_id=76524" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tsinghua Post-2000 Tactile Team ｜ Angel Round ｜ Tens of Millions of RMB&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Backed by Frees Fund and Pokeshell Robotics (Chinese robotics investor), the team develops ultra-thin visuo-tactile sensors targeting the tactile perception gap in dexterous hands and robotic arms — aligned with today's broader theme of capital flowing toward "the hand." Source: Hard Krypton &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMTI4MjU0Mw==&amp;amp;mid=2247550617&amp;amp;idx=1&amp;amp;sn=3cc6ea376ff7024701b0a4756355813c&amp;amp;chksm=c1af9407fd5b3fbbae028b85584becff5b3a2f0d0c0a5a04677c1a6ca00a8d36036281535496&amp;amp;scene=126&amp;amp;sessionid=0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suiqing ｜ Angel Round ｜ Tens of Millions of RMB&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Focused on auxiliary mining robots for underground operations, founded by a team of Tongji University doctoral graduates targeting structurally underserved "blue ocean" environments such as underground mines. Source: Pedaily &lt;a href="https://news.pedaily.cn/202506/565497.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Embodied funding momentum continues: Kunlun Xing Robotics (Chinese humanoid startup) has completed three rounds in 90 days with existing investors continuing to add, and its valuation has already exceeded $1 billion (previously reported).&lt;/p&gt;

&lt;h3&gt;
  
  
  III. Commercialization &amp;amp; Deployment
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Unitree R1 Air Drops to ¥29,900, Now In Stock&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;The entry-level R1 Air's starting price falls from ¥39,900 to &lt;strong&gt;¥29,900&lt;/strong&gt;, with units available for immediate purchase and no pre-order queue required. The robot weighs approximately 27 kg, has 20 motion joints and monocular vision, and is aimed at education, training, and basic secondary development. Unitree says approximately 90% of core components — motors, reducers, and controllers — are developed and manufactured in China, which is the source of the cost reduction. Following earlier price cuts to the R1 series, the entry barrier for consumer- and education-grade humanoids has been lowered further, shifting from "pre-order waitlist" to "available off the shelf." Source: National Business Daily &lt;a href="https://www.nbd.com.cn/articles/2026-06-24/4436342.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Galaxy General Robotics × CATL: Heavy-Load Humanoid with CATL Battery Deployed in Factory&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Galaxy General Robotics (Chinese humanoid robot company) and Ningjiа Service — a subsidiary of CATL (Contemporary Amperex Technology, world's largest EV battery maker) — have signed a global strategic partnership; Galaxy's heavy-load industrial humanoid Galbot S1 (dual-arm maximum payload ~50 kg, industrial-grade spec) has achieved routine operation under complex conditions at a CATL battery factory. The deployment is on an actual production line, not a showroom, demonstrating that the "battery manufacturer + embodied robot" industrial collaboration is proving viable in heavy-load industrial settings. Source: Sohu &lt;a href="https://m.sohu.com/a/1041113536_114986?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kawasaki Robotics Expands Partnership with Dexterity to Scale Physical AI in Warehouses&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;The two companies are expanding their collaboration to bring Dexterity's AI-powered picking and unloading capabilities to more warehousing and logistics settings, representing a substantive expansion in warehouse automation. Source: AI Insider et al. &lt;a href="https://theaiinsider.tech/2026/06/24/kawasaki-robotics-and-dexterity-expand-collaboration-to-scale-physical-ai-for-warehouses/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhiyuan Robotics (Chinese humanoid company) Takes Over an Entire 3C QC Line in 6-Day Live Stream&lt;/strong&gt; · industrial ⚠️ Live demo framing&lt;/p&gt;

&lt;p&gt;Zhiyuan used a continuous 6-day live stream to demonstrate its robots taking over a full 3C electronics quality-control line. President Peng Zhihui stated in parallel that "capital will no longer pay for robot demos alone — real-scene commercial value is required," and proposed leasing as the future mainstream model for robot deployment. The sustained live stream is intended to demonstrate stability, though the economics of continuous large-scale operation remain to be validated with production-scale data. Source: Xueqiu &lt;a href="https://xueqiu.com/1866014742/396450083" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Boston Dynamics Announces ~$100 Million HQ Expansion, ~1,250 New Jobs&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Following Hyundai's full acquisition and plans for a production-ready Atlas to enter Hyundai's U.S. factories in 2028, Boston Dynamics has announced approximately $100 million in expansion investment at its Waltham, Massachusetts headquarters, adding approximately 1,250 jobs — another concrete milestone on Atlas's commercialization roadmap. Source: NBC Boston &lt;a href="https://www.nbcboston.com/boston-business-journal/robot-maker-boston-dynamics-to-add-1250-jobs-as-part-of-100-million-waltham-expansion/3970309/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GM Factory Zero Brings in ~50 Robots as Over 1,000 Jobs Disappear&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;General Motors has deployed approximately 50 robots at its Factory Zero plant in Detroit to advance automation, with over 1,000 jobs eliminated in parallel — a concrete illustration of manufacturing's "robots replacing workers" dynamic. Source: WION &lt;a href="https://www.wionews.com/technology/opportunities-are-shrinking-gm-brings-in-50-robots-at-factory-zero-as-more-than-1-000-jobs-disappear-1781688151523" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Robotaxi International Expansion Continues: Pony.ai Enters Singapore, Caocao × May Mobility Expand into Europe&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Pony.ai (Chinese autonomous driving company) has partnered with a local mobility giant to launch in Singapore; Caocao Mobility (Chinese ride-hailing platform) and May Mobility have formed a strategic partnership to expand robotaxi services in Europe first; Waymo disclosed approximately 500,000 weekly rides. This continues the recent global expansion narrative (previously reported) — today's additions are new cities and partners, not a new paradigm. Source: Morningstar &lt;a href="https://www.morningstar.com/news/pr-newswire/20260624de90986/caocao-and-may-mobility-announce-strategic-partnership-to-pioneer-robotaxi-expansion-in-europe" rel="noopener noreferrer"&gt;source&lt;/a&gt; / Sohu &lt;a href="https://m.sohu.com/a/1041090047_161795?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  IV. Industry Developments
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;"First Robot Brain Stock" SEER Robotics Lists on Hong Kong Stock Exchange (06106.HK)&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;IPO priced at HK$101.6 per share, raising approximately HK$1.067 billion before the greenshoe, with a listing market cap of approximately HK$11.2 billion. The company is a platform-type robot controller manufacturer; according to Frost &amp;amp; Sullivan, its intelligent robot controllers have ranked #1 globally by sales for three consecutive years, with market share rising to approximately 25%, and controller gross margins exceeding 80%. Its founder is a Zhejiang University alumnus who left medicine to build robots. Together with Agility Robotics' U.S. listing announced the same day, "embodied robot IPOs" have moved from rumor to reality. Source: Industrysourcing / Sina &lt;a href="https://www.industrysourcing.cn/article/477490" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Morgan Stanley Raises China Humanoid Shipment Forecast to 50,000 Units — Second Upgrade This Year&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Morgan Stanley has raised its 2026 China humanoid shipment forecast from 28,000 units to &lt;strong&gt;50,000 units&lt;/strong&gt; (up from 14,000 at the start of the year — the second upgrade this year), estimating China's humanoid market at approximately $2 billion in 2026 and $15 billion by 2030. The rationale is that the industry is transitioning from demonstrations to commercial use faster than expected, including a ~¥6.8 billion order from State Grid Corporation of China, supportive policy, and supply chain capacity expansion. This is a sell-side forecast, not realized shipment data. Source: Sina Finance &lt;a href="https://finance.sina.com.cn/stock/usstock/c/2026-06-24/doc-inienxzy3047124.shtml?finpagefr=p_108" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Masayoshi Son Says SoftBank Has Started Mass-Producing Robots, Aims to Be "World #1"&lt;/strong&gt; · humanoid ⚠️ Shareholder meeting statement&lt;/p&gt;

&lt;p&gt;At SoftBank's annual shareholder meeting, Masayoshi Son said production robots have already started coming off lines at existing factories, that "there will soon be a formal announcement that will surprise everyone," and that SoftBank aims toward "physical ASI" and plans to complete its acquisition of ABB's robotics business within 2026. These are strategic statements and plans; the production scale and specific product form have not been independently verified. Source: 36Kr &lt;a href="https://eu.36kr.com/en/p/3866851456570368" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Alibaba Qwen Open-Sources "Language World Model" Qwen-AgentWorld&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Available in two versions — 35B-A3B and 397B-A17B — using long-chain reasoning to simulate 7 categories of agent environments including MCP, search, terminal, SWE, Android, Web, and OS, along with a released evaluation benchmark AgentWorldBench; the 397B version scores 58.71, slightly above GPT-5.4 (58.25). To be clear, this is a world model for digital/software agents, not a physical embodied world model — but it reflects the "world model" paradigm extending toward closed-loop agent training. Source: ShuYuan AI &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg2OTgyODQ4MA==&amp;amp;mid=2247493771&amp;amp;idx=1&amp;amp;sn=1dd82efb8d1227f06e13f2d5453c790a&amp;amp;chksm=cfaa642e56112a8f0b9e58ae574ea00d7a8a6758c94f9c604ea20772f8146855e3e393ea02c7#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JD.com and Magic Atom Announce Strategic Partnership to Scale Embodied Robot Commercialization&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;The two parties will jointly advance an industrialization model for embodied intelligence, targeting commercial deployment of humanoid robots in retail, logistics, and related settings. Source: Sina Finance &lt;a href="https://t.cj.sina.cn/articles/view/2118746300/7e4980bc02001mle4" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Xiaomi YU7 GT Sets First Autonomous Driving Lap Record at Zhejiang Circuit: 1:49.434&lt;/strong&gt; · autonomy ⚠️ Manufacturer demo framing&lt;/p&gt;

&lt;p&gt;Xiaomi says its YU7 GT autonomous driving system posted a lap time of 1 minute 49.434 seconds at Zhejiang International Circuit, claiming the first autonomous driving lap record at that track. This is a closed-circuit capability demonstration and is a different dimension from L4 deployment on open public roads. Source: Sina et al. &lt;a href="https://k.sina.com.cn/article_1826017320_6cd6d02802001m6q6.html?from=tech" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Hardware · Supply Chain
&lt;/h4&gt;

&lt;p&gt;· &lt;strong&gt;The supply chain behind Unitree's price cut&lt;/strong&gt;: With approximately 90% of motors, reducers, and controllers developed and manufactured in China, Unitree's ability to compress full-system costs underpins the ¥29,900 price point.&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;GlobalFoundries&lt;/strong&gt;: Announced an AI chip solution for humanoid robots, with the upstream wafer foundry entering the embodied computing stack. &lt;a href="https://www.thestar.com.my/business/business-news/2026/06/24/globalfoundries-to-equip-humanoid-robots-with-ai" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Kingfa Sci. &amp;amp; Tech. (Chinese specialty plastics manufacturer)&lt;/strong&gt;: Its modified engineering plastics are now supplying leading robot companies, with lightweight structural components entering mass-production supply chains. &lt;a href="https://m.sohu.com/a/1040978919_121157270?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Tendon-drive wire&lt;/strong&gt;: 0.8 mm wire rope capable of bearing 50 kg loads — Chinese-made high-strength wire rope enabling the "grip strength" of dexterous hands and joints. &lt;a href="https://m.sohu.com/a/1040982096_267106?scm=10001.325_13-325_13.0.0-0-0-0-0.5_1334" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>research</category>
    </item>
  </channel>
</rss>
