<?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 69 (07/26)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Sat, 25 Jul 2026 14:43:13 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-69-0726-5g4d</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-69-0726-5g4d</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Waymo notified Uber it will launch its own app in Austin and Atlanta in &lt;strong&gt;January 2028&lt;/strong&gt;, ending exclusivity in both markets&lt;/p&gt;

&lt;p&gt;· Hyundai Motor announced its transformation into a &lt;strong&gt;"Physical AI Solutions Company,"&lt;/strong&gt; co-building a robotics reference platform with Nvidia&lt;/p&gt;

&lt;p&gt;· Dongfeng Aeolus (Chinese automaker) × Hello Inc. (Chinese mobility platform) L4 robotaxis roll off the production line, with plans to deploy &lt;strong&gt;10,000 units&lt;/strong&gt; and expand to no fewer than 10 cities within two years&lt;/p&gt;

&lt;p&gt;· Dexterous hands lifting 5 kg &lt;strong&gt;break after only about 50 cycles&lt;/strong&gt;; even top products last just 300,000-500,000 cycles&lt;/p&gt;

&lt;p&gt;· AGIBOT's (Chinese humanoid robotics startup) Hong Kong IPO could land as early as &lt;strong&gt;August&lt;/strong&gt;, with cornerstone investors targeting a valuation of &lt;strong&gt;HK$40-50 billion&lt;/strong&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Nankai University's "one chip, three functions" ferroelectric transistor: squeezing sensing, computation, and activation into a single device&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;Embodied vision systems have long been constrained by sensors, memory, computation, and activation circuits each operating in isolation — data must repeatedly shuttle between modules and undergo multiple analog-to-digital conversions, keeping both energy consumption and latency stubbornly high. A team led by &lt;strong&gt;Chen Xudong&lt;/strong&gt;, Tian Jianguo, and Chen Shuqi at Nankai University, in collaboration with Kang Lixing's team at the Suzhou Institute of Nano-Tech and Nano-Bionics (Chinese Academy of Sciences), used a dual split-control-gate structure to modulate local polarization in CuInP2S₆, programming p-n/n-p/p-p/n-n homojunctions into an ambipolar WSe₂ channel. This lets a single ferroelectric transistor switch on demand between three modes — in-sensor computing, in-memory computing, and nonlinear activation — with 33 optical weight states, 32 multi-level conductance states, and ReLU/Sigmoid-type response times of about &lt;strong&gt;8 ns&lt;/strong&gt;. The team built end-to-end neuromorphic vision hardware on this basis, converting classification results directly into left-turn/right-turn/stop commands for a mobile robot, achieving &lt;strong&gt;95%&lt;/strong&gt; MNIST recognition accuracy, roughly 98% system-level simulation accuracy on traffic video processing, and 0.99 structural similarity between the full-hardware autoencoder reconstruction and the software benchmark. The work was published in &lt;strong&gt;Science Advances&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Li Yuan, Zhang Zhicheng et al. (Nankai University · Suzhou Institute of Nano-Tech and Nano-Bionics, CAS) · Science Advances 10.1126/sciadv.aed9436 · via: Nankai University Institute for Interdisciplinary Sciences &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk5MDUyODExNg==&amp;amp;mid=2247490490&amp;amp;idx=1&amp;amp;sn=4dbf756abc216ceebf83adf961334bb5&amp;amp;chksm=c4d6576d80012ebb4106aa4573e83598b2aeb9b89d02d54f90809037c7cac55f7983d68d5298#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jetson-PI: turning VLA from "demo-capable" into "continuously operable" on onboard compute&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Running π0.5 directly on &lt;strong&gt;Jetson Orin&lt;/strong&gt; yields an inference time of about 1.4 seconds and a control frequency of only around &lt;strong&gt;0.7 Hz&lt;/strong&gt;, leaving the robot sluggish with visible pauses between action chunks — this is the most concrete wall facing edge-device VLA deployment. Peking University, AIRS, and PrimeBot Research Institute propose "look-ahead aligned asynchronous correction": rather than fusing old and new trajectories, they train a lightweight module of about &lt;strong&gt;40M parameters&lt;/strong&gt; (roughly 1% of the full VLA) to directly predict the future VLM environment representation after the current action completes, letting the action expert generate actions starting from that future moment — sidestepping the perception-execution misalignment inherent to asynchronous inference. The system also schedules by confidence: it skips the VLM and runs only the action expert during steady states, and only "looks again" when confidence drops at critical steps like grasping or placement. Without sacrificing accuracy, this raises the control frequency on Jetson Orin to &lt;strong&gt;6.06 Hz&lt;/strong&gt;, &lt;strong&gt;8.66 times&lt;/strong&gt; faster than native PyTorch inference.&lt;/p&gt;

&lt;p&gt;Peking University · AIRS · PrimeBot Research Institute · arXiv 2607.12659 &lt;a href="https://arxiv.org/abs/2607.12659" rel="noopener noreferrer"&gt;source&lt;/a&gt; · via: Sina Mobile &lt;a href="https://tech.sina.cn/2026-07-25/detail-iniiyimt1333158.d.html?oid=WA%200812%202782%205310%20Biaya%20Renovasi%20Plafon%20Model%20Sekarang%20Murah%20Jebres%20Solo&amp;amp;vt=4" 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;Jetson-PI&lt;/strong&gt;: the Peking University team has open-sourced both the asynchronous inference code and the edge inference engine (PKU-SEC-Lab), targeting low-power onboard devices like the Jetson Orin/Thor &lt;a href="https://tech.sina.cn/2026-07-25/detail-iniiyimt1333158.d.html?oid=WA%200812%202782%205310%20Biaya%20Renovasi%20Plafon%20Model%20Sekarang%20Murah%20Jebres%20Solo&amp;amp;vt=4" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;DexLink / SyLink Hand&lt;/strong&gt;: material costs disclosed in the papers have dropped to the &lt;strong&gt;$400 range&lt;/strong&gt; — DexLink drives 20 joints with 16 actuators in a 320-gram hand, completing all 33 Feix grasp types; SyLink goes further, driving 19 joints with just 11 actuators. The reference point is the LEAP Hand's sub-$2,000 cost in 2023, while the LEAP Hand V2's metal-palm durability variant actually rose to about $4,000 — the cost conversation is shifting from "how much does one hand cost" to tolerances, calibration, and lifespan &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIyNzY0MDI1OQ==&amp;amp;mid=2247488577&amp;amp;idx=1&amp;amp;sn=3dc2c229cf3edb718cd4b0e12decd5cd&amp;amp;chksm=e991a02456b53280cd7cf2e6e6a7fb0cb44dcfbfea2986fa8d425b9f09997e09e838f1e6b11d#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;ORCA Hand&lt;/strong&gt;: material cost under 2,000 Swiss francs, with a publicly verified continuous run of &lt;strong&gt;7 hours 17 minutes&lt;/strong&gt; completing about 2,000 grasp-and-release cycles without tendon loosening or breakage — pushing benchmarking from "can it do it once" to "can it repeat it unattended" &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIyNzY0MDI1OQ==&amp;amp;mid=2247488577&amp;amp;idx=1&amp;amp;sn=3dc2c229cf3edb718cd4b0e12decd5cd&amp;amp;chksm=e991a02456b53280cd7cf2e6e6a7fb0cb44dcfbfea2986fa8d425b9f09997e09e838f1e6b11d#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;AGIBOT (Chinese humanoid robotics startup) | Hong Kong IPO | Cornerstone target valuation HK$40-50 billion&lt;/strong&gt; · humanoid ⚠️ Reported terms&lt;/p&gt;

&lt;p&gt;Following the formal launch of its Hong Kong listing process on July 24, AGIBOT could complete its Hong Kong IPO as early as &lt;strong&gt;this August&lt;/strong&gt;; cornerstone investors have set a target valuation of &lt;strong&gt;HK$40-50 billion&lt;/strong&gt; (roughly RMB 34.6-43.3 billion), while AGIBOT itself had hoped to push the target valuation to around HK$80 billion. For reference, the company's most recently disclosed post-money valuation as of July 2026 was &lt;strong&gt;RMB 15 billion&lt;/strong&gt;, with 2025 revenue exceeding RMB 1.05 billion — nearly a 20-fold increase year over year. According to Omdia, AGIBOT shipped over &lt;strong&gt;5,100 units&lt;/strong&gt; of general-purpose humanoid robots in 2025, roughly 39% of the global market, while rival Unitree Robotics (Chinese quadruped/humanoid robot maker) officially disclosed shipments exceeding 5,500 units over the same period — the discrepancy between the two figures illustrates that "world's number one" depends on how the statistics are scoped.Source: Zui Investment Bank &lt;a href="https://mp.weixin.qq.com/s?__biz=MzUzODY3NjkyNQ==&amp;amp;mid=2247524318&amp;amp;idx=1&amp;amp;sn=f6249ddf8c7c3c954a7ef08d1aebc4b4&amp;amp;chksm=fb935981004fd8963d6d07e8272feb4fdfca532ab424dd60ea2da8637cc3219397337397c4da#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jingling Zhikang (Chinese wearable prosthetics startup) | Angel round | Nearly RMB 100 million&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Led by Longpan Investment, with participation from Jiangxi Financial Holdings, Xinhuadu Chairman Ni Guotao, and USTC-Silicon Valley (Hefei). This funding isn't targeting a dexterous hand mounted on a robot's end-effector — it's targeting one &lt;strong&gt;worn on a human hand&lt;/strong&gt;. Hefei-based Jingling Zhikang makes a wearable bionic hand weighing about &lt;strong&gt;370 grams&lt;/strong&gt; that reads the wearer's movement intent to drive grasping motions. Price is the real battle it's fighting: imported high-end smart bionic hands typically cost RMB 300,000-500,000, and comparable Chinese products generally exceed RMB 100,000. The company — which completed a strategic acquisition of &lt;strong&gt;Lingxin Qiaoshou&lt;/strong&gt; this past May — proposes first cutting the price to &lt;strong&gt;RMB 30,000-50,000&lt;/strong&gt;, aiming to reach the RMB 10,000 price point within three years, with planned production of 500 units in 2026, 2,000 in 2027, and a push toward 10,000 in 2028. The company states its latest tests show a lifespan exceeding one million cycles⚠️ vendor claim.Source: Touyingli &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkyNzIxMzQ5Mw==&amp;amp;mid=2247483713&amp;amp;idx=1&amp;amp;sn=683642366725c8a87256984da517ce19&amp;amp;chksm=c34076163363dad764080d169ddba72999c3a4ed18ad8a8ed4a157f1662a853963f15fe64ac3#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Acrab (Singapore) | Cumulative funding | $350 million&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Led by a $50 million investment from Huangpu River Capital (Chinese venture capital firm), with Temasek's Vertex making a heavy bet through Vertex Ventures SEA &amp;amp; India and Vertex Growth. Founder &lt;strong&gt;Ken Phua&lt;/strong&gt; previously served as Arm's VP of Global Technology Strategy and Acquisitions and co-CEO of Arm China; the company is betting that "the CPU is becoming the center of the AI era again." Its first chip, the 5nm GΞLIX 1, has been announced — a heterogeneous architecture integrating a 20-core Arm CPU, a 3 TFLOPS GPU, and a dedicated NPU, delivering &lt;strong&gt;650 TOPS&lt;/strong&gt; of total AI compute. The company claims that in a Gemma 26B A4B configuration, prefill throughput reaches 1,416.8 tokens/s — 7.5 times that of an M4 Pro Mac Mini⚠️ vendor claim. Lead investor Huangpu River Capital has previously backed Montage Technology, Horizon Robotics, Galbot (Chinese humanoid robotics startup), and Paxini (Chinese tactile sensing startup).Source: LeiDi · Sina Finance &lt;a href="https://finance.sina.cn/stock/jdts/2026-07-24/detail-iniixnhf1550547.d.html?oid=800&amp;amp;vt=4" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yisuo Intelligence | Seed round | Tens of millions of RMB&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Exclusively invested by Zhengxuan Investment; the company simultaneously disclosed a term sheet for nearly RMB 100 million. As world models collectively pivot toward robotics and autonomous driving, Yisuo Intelligence is targeting &lt;strong&gt;scientific world models&lt;/strong&gt; instead: its Iso-SWM engine + Iso-Sciland research workspace + Iso-LabOS experimental feedback system run a "predict-experiment-calibrate-repredict" wet-dry closed loop, starting in life sciences before expanding into materials, energy, chemical processes, and semiconductors. The reference point is Isomorphic Labs (Alphabet subsidiary)'s $2.1 billion funding round completed this May — this segment has clearer customers and willingness to pay, but requires a combination of AI algorithms, domain knowledge, and wet-lab engineering capability.Source: Rongleme &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5MTQwMzcwNw==&amp;amp;mid=2247485519&amp;amp;idx=1&amp;amp;sn=157a9f613e265de53d214aae79af0fca&amp;amp;chksm=97b3e78e0e28fc430919153332cc42e1c5eafee9e3fc6dd3e0c8f933d09f0207e45d040779b0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Dongfeng Aeolus × Hello Inc.: L4 robotaxi rolls off production line, plans to deploy 10,000 units&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Following the delivery of Hello Inc.'s first mass-produced robotaxi, the HR1, yesterday, the vehicle officially rolled off the line at the &lt;strong&gt;Dongfeng Nissan Huadu plant&lt;/strong&gt; on July 24 — the project was jointly built by Dongfeng Aeolus and Guangzhou Zaofu Intelligence (Hello Inc.'s inclusive mobility arm), based on the Aeolus &lt;strong&gt;VX6&lt;/strong&gt; electric SUV, with plans to deploy &lt;strong&gt;10,000 units&lt;/strong&gt; at scale. The first batch will run routine demonstration operations in &lt;strong&gt;Guangzhou and Shenzhen&lt;/strong&gt;, with plans to expand to no fewer than &lt;strong&gt;10 cities&lt;/strong&gt; nationwide between 2026 and 2027. What's genuinely worth noting is the model itself: "automaker mass production + mobility platform's in-house autonomous driving" — shifting robotaxis from the retrofit-vehicle route to a product coming straight off an automaker's production line. The VX6's cabin volume can accommodate lidar and onboard computing units, and its economics have already been validated through high-intensity ride-hailing operations.Source: Caijing 21 &lt;a href="https://m.21jingji.com/article/20260725/herald/ffd4c831d28e5d7d315c1213312682a4.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FAW Jiefang delivers 73 L2 navigation-assisted heavy trucks to Annto Logistics, targeting "two drivers to one"&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;On July 24 in Changshan, Zhejiang, FAW Jiefang delivered the first batch of &lt;strong&gt;133 new trucks&lt;/strong&gt; to Annto Logistics, of which &lt;strong&gt;73 units&lt;/strong&gt; are J6E L2 navigation-assisted heavy trucks entering operation on the national trunk-line transport network. The company states the model, equipped with its self-developed "vehicle + assisted driving" system, can achieve fuel savings of &lt;strong&gt;3% to 5%&lt;/strong&gt; and enable a shift from "&lt;strong&gt;two drivers to one&lt;/strong&gt;" on mid-to-short-haul trunk routes of 500-1,000 kilometers — this is a direct cost line item for trunk-line logistics, not autonomous driving. As of June 2026, Annto operated over 11,000 company-owned trucks and trailers, with network coverage reaching about 99.7% of counties nationwide, and 1,376 FAW Jiefang trucks now in operation on its network.Source: Shanghai Securities News · Sina Finance &lt;a href="https://finance.sina.cn/2026-07-25/detail-iniiyyip1432143.d.html?vt=4&amp;amp;wm=4007,4007,4007,4007////?vt" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;South Korean Navy uses a humanoid robot as a ship's helmsman for the first time, Pibot passes phase-one testing&lt;/strong&gt; · humanoid ⚠️ Simulator stage&lt;/p&gt;

&lt;p&gt;The South Korean Navy, in partnership with &lt;strong&gt;KAIST&lt;/strong&gt; (Professor Shim Hyun-chul's team), placed the humanoid robot &lt;strong&gt;Pibot&lt;/strong&gt; in a helmsman role for the first time in a combat exercise: when the officer of the watch ordered "left rudder 5 degrees, course 330," the robot repeated the command, turned the wheel, and — once the simulated ship stabilized — reported "steady on course 330," completing the full repeat-back, steer, and report cycle a human helmsman would follow, with command comprehension driven by a large language model. The test spans four phases, with this being the first-phase land-based ship-handling simulator; subsequent phases will cover in-port mooring, daytime sea navigation, and continuous day-night navigation, with researchers analyzing time-to-completion and steering precision from command to execution. The South Korean Navy's motivation is stated plainly: responding to the shrinking pool of military recruits from population decline.Source: UPI &lt;a href="https://www.upi.com/Top_News/World-News/2026/07/24/navy-humanoid-robot-ship-helmsman/1321784930446/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Weave Robotics prices a mobile humanoid robot at $7,999 for the consumer market&lt;/strong&gt; · humanoid ⚠️ Preorder terms&lt;/p&gt;

&lt;p&gt;Its first mobile humanoid robot, &lt;strong&gt;Isaac 1&lt;/strong&gt;, comes with a full price of &lt;strong&gt;$7,999&lt;/strong&gt; and a $449/month payment plan, with first shipments set for &lt;strong&gt;fall 2026&lt;/strong&gt;. The company has already shipped its home laundry-folding robot, Isaac 0, within California, and sold several Isaac robots to customers in the San Francisco area. The price genuinely pulls humanoid robots into the psychological range of premium home appliances — but it's worth noting that what's shipped so far is the task-scoped Isaac 0, not the mobile humanoid Isaac 1. The two aren't in the same tier of mechanical complexity or home-safety requirements; what's being sold right now is trust in the first delivery batch, not off-the-shelf capability.Source: Zhenji Zhineng &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU4NjExNjU1MQ==&amp;amp;mid=2247536201&amp;amp;idx=8&amp;amp;sn=cd612280bf23a26512769656a2f90a0e&amp;amp;chksm=fc1910fff5c851ced3605a504688e5a3b6dcc0fe398f5d6b883178734ca3f3e06b316fd764b4#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Shanghai Electric unveils embodied factory robots and an "AI-native" factory concept at WAIC&lt;/strong&gt; · industrial ⚠️ Demo terms&lt;/p&gt;

&lt;p&gt;This industrial conglomerate, known for heavy equipment and power infrastructure, unveiled a full lineup of embodied-intelligence robots for production lines at WAIC 2026, along with an "AI-native" smart factory model — not layering AI onto legacy equipment, but having planning tools, robots, machine tools, and control rooms share the same data stream from day one. The positioning is that of an integrator capable of delivering robots, software platforms, and monitoring systems as a bundle. What's conspicuously absent from the public disclosure is exactly what buyers would ask first: pricing, a commercial rollout timeline, and the number of pilots currently running.Source: Mobilités Urbaines &lt;a href="https://www.mobilicites.com/chinas-shanghai-electric-unveils-embodied-ai-factory-robots-as-beijing-races-to-automate-industry.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;Waymo notifies Uber: self-owned app launching in Austin and Atlanta in January 2028, ending exclusive partnership&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;An Uber spokesperson confirmed to CNBC that the company has received notice from Waymo that it will launch its own app in Austin and Atlanta in &lt;strong&gt;January 2028&lt;/strong&gt;, running alongside the existing Uber channel. The two companies' contracts covering these markets run at least through &lt;strong&gt;May 2028&lt;/strong&gt;, during which hundreds of Waymo robotaxis will remain on the Uber platform — and Uber, in turn, gains room to bring in other autonomous vehicle fleets in both cities. This isn't an isolated move: the two companies already ended their partnership in &lt;strong&gt;Phoenix&lt;/strong&gt; earlier this year, Waymo now operates independently in &lt;strong&gt;9 other markets&lt;/strong&gt;, and it ran a non-exclusive partnership with Lyft in Nashville last year. The Financial Times reports that Waymo has internally discussed a complete split from Uber, with friction points including conflicting regulatory proposals the two companies have pushed in different states; Uber's CTO published a video earlier this year publicly criticizing Waymo vehicle behavior as "dangerous and unsettling," and in May, Uber's CEO questioned — without naming names — how autonomous vehicles perform around school zones and in emergencies on an earnings call. Uber's stock fell more than &lt;strong&gt;4%&lt;/strong&gt; the day the news broke (per CNBC; other financial outlets reported a drop of about 9% that day — the figures diverge). The fight over robotaxi distribution rights is shifting from "whose vehicles are safer" to "who controls the passenger gateway."Source: CNBC &lt;a href="https://www.cnbc.com/2026/07/24/uber-and-waymo-to-end-exclusivity-arrangement-in-atlanta-and-austin.html" rel="noopener noreferrer"&gt;source&lt;/a&gt; · TechCrunch &lt;a href="https://techcrunch.com/2026/07/24/waymo-reportedly-mulling-a-breakup-with-uber/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hyundai Motor Group announces transformation into a "Physical AI Solutions Company," co-building a robotics reference platform with Nvidia&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Hyundai Motor Group Executive Chair &lt;strong&gt;Chung Euisun&lt;/strong&gt; laid out the group's Physical AI roadmap at an AI summit in San Francisco, attended by around 150 South Korean corporate executives, U.S. tech company executives, entrepreneurs, and students. In his words, the group is "moving beyond the boundaries of traditional automaking, expanding into autonomous driving, robotics, and AI-defined factories, and accelerating its transformation into a Physical AI Solutions Company." The vision progresses across three layers: smart devices such as vehicles and robots → smart spaces such as AI factories → and ultimately city-level integrated intelligence. Hyundai's stated point of differentiation is a &lt;strong&gt;data flywheel&lt;/strong&gt; — using large-scale manufacturing, mobility, robotics, and service operations to continuously feed real-world industrial operating data back into its AI. On the partnership front, beyond co-developing a "Robot Reference Platform" with &lt;strong&gt;NVIDIA&lt;/strong&gt;, the group also cited its partnership with Waymo and Boston Dynamics' strategic collaboration with Google DeepMind, and said it will invest in local ecosystem projects such as the Saemangeum AI Valley.Source: PR Newswire &lt;a href="https://www.prnewswire.com/news-releases/hyundai-motor-group-executive-chair-euisun-chung-announces-physical-ai-vision-at-san-francisco-ai-summit-302834557.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dexterous hands remain the real bottleneck for mass production: hands lifting 5 kg break after about 50 cycles, top products last only 300,000-500,000 cycles&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;A robotics company executive who has already shipped to partners (using the pseudonym Wang Hao) told Yicai that the Yinshi Robotics dexterous hand his company procured broke after just &lt;strong&gt;about 50 cycles&lt;/strong&gt; of handling objects around 5 kg in a warehousing and logistics scenario; given that these hands cost under RMB 10,000, he considers this "understandable" — but the bar for industrial use is &lt;strong&gt;tens of thousands of cycles without failure&lt;/strong&gt;, since once a robot is deployed in a factory, hands can't be swapped out every time one fails. Yinshi responded that its load-bearing tests have reached up to one million cycles, that Wang Hao's case was an isolated incident "not particularly representative," and disclosed that the company shipped over &lt;strong&gt;10,000 units&lt;/strong&gt; of dexterous hands last year to around 700 customers⚠️ conflicting claims. A harder data point comes from Geek+ (Chinese warehouse robotics company): Dong Qinpeng, head of its embodied intelligence R&amp;amp;D, says warehouse robots need to grasp &lt;strong&gt;8,000 to 10,000 times&lt;/strong&gt; per day, while today's leading dexterous hands on the market last only &lt;strong&gt;300,000 to 500,000 cycles&lt;/strong&gt; — and that's still a low-degree-of-freedom product — meaning "it might break down after about a month of use." A compromise solution has already emerged: Geek+'s recently launched robot switched to a &lt;strong&gt;three-finger&lt;/strong&gt; dexterous hand, covering the massive SKU variety of warehousing while leaving room for reliability and lifespan design. The gap between the elegant five-finger hands on display floors and the practical two-finger grippers on production lines is precisely the cost of a supply chain that hasn't yet been battle-tested.Source: Yicai &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5MTM3NTMwNA==&amp;amp;mid=2661775230&amp;amp;idx=2&amp;amp;sn=af166988238fef4e781037da889460b1&amp;amp;chksm=bcb5b45e7c288db7cdc69cc5afedb81fc84e41e948c82916d5f324b6a7665445347a14808035#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nvidia draws Japanese industrial giants including Toyota and FANUC into the physical AI camp&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Jensen Huang met this week with leaders of Japanese industrial companies including Toyota, Fujitsu, Kawasaki Heavy Industries, &lt;strong&gt;FANUC&lt;/strong&gt;, and Kioxia to discuss deploying physical AI in their factories, saying "the next frontier of AI is the physical world, and this is a once-in-a-century opportunity for Japan." Kawasaki, FANUC, and Yaskawa — three robotics and automation manufacturers — already use Nvidia technology. The scale comparison is worth noting: under Nvidia's new segment reporting, data center revenue reached &lt;strong&gt;$75 billion&lt;/strong&gt; last quarter, up 92% year over year, while the newly created edge computing segment (robotics, automotive, PCs) brought in only &lt;strong&gt;$6.4 billion&lt;/strong&gt;, up 29%. Management expects Blackwell/Rubin chips to generate $1 trillion in revenue between 2025 and 2027 — physical AI can't yet carry the stock price on its own in the near term, but it's the next stop in this full-stack (DGX + Jetson + Cosmos) strategy.Source: The Motley Fool · Yahoo Finance &lt;a href="https://finance.yahoo.com/technology/ai/articles/jensen-huang-signed-toyota-fanuc-095900725.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New York school district halts "robot teacher" program after state education department pressure&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;The Salamanca school district in western New York State announced Friday it is pausing its pilot bringing a humanoid robot from &lt;strong&gt;Realbotix&lt;/strong&gt; into classrooms, citing the need to finalize student data privacy agreements with the state education department and to communicate further with the community. The pause came hours after State Education Commissioner Betty Rosa sent a letter stating "the department remains concerned about the potential impact of humanoid robots within high school classrooms." The project cost &lt;strong&gt;$57,590&lt;/strong&gt;, was approved by the local school board last month, and had planned to introduce the robot — named Sally — this fall: it features silicone skin, can perform upper-body movements and facial expressions while remaining seated, and comes paired with an AI teaching-assistant avatar students can access on their laptops. Realbotix's CEO said the company respects the school's decision. Public acceptance of humanoid form factors in public-service settings is emerging as a constraint independent of technological maturity.Source: New York Focus &lt;a href="https://nysfocus.com/2026/07/24/new-york-robot-teacher-plan-paused" rel="noopener noreferrer"&gt;source&lt;/a&gt; · The Guardian &lt;a href="https://www.theguardian.com/us-news/2026/jul/25/new-york-humanoid-robot-teachers-school" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BYD officially enters humanoid robotics, with in-store sales assistance as its first deployment scenario&lt;/strong&gt; · humanoid ⚠️ Statement only&lt;/p&gt;

&lt;p&gt;BYD has confirmed it is developing humanoid robots in-house, with the first deployment scenario being &lt;strong&gt;in-store smart sales assistance&lt;/strong&gt; — handling standardized services like product explanations and customer reception. This echoes an earlier statement from the company's Executive Vice President Li Ke, who said the robots could eventually be sold to consumers at 4S dealerships once the technology matures. There is currently no verifiable disclosure of the product's form factor, mass-production timeline, or deployment scale; a previously circulated figure on specific deployment numbers was denied by the company as inaccurate.Source: Autohome &lt;a href="https://chejiahao.m.autohome.com.cn/info/25548395" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hikvision Robotics reports H1 revenue of RMB 4.028 billion&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;The machine vision and mobile robotics business reported first-half revenue of &lt;strong&gt;RMB 4.028 billion&lt;/strong&gt;. Amid the dense flow of humanoid-robotics narratives, the actual revenue scale of industrial machine-vision/AMR companies like this one serves as a yardstick for how far "embodied intelligence" still is from sustainable cash flow.Source: EEFocus &lt;a href="https://www.eet-china.com/mp/a512507.html" 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 demand&lt;/strong&gt;: per GGII data, dexterous hand sales in China are projected to surge from &lt;strong&gt;19,200 units&lt;/strong&gt; in 2025 to &lt;strong&gt;70,200 units&lt;/strong&gt; in 2026, an increase of over 260%; the resulting downstream volume is pushing capital into segments like micro coreless-cup motors and ultra-thin reducers previously dominated by European, U.S., and Japanese manufacturers &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI0NDQ3MTY2Mw==&amp;amp;mid=2247522306&amp;amp;idx=3&amp;amp;sn=5d48d8069a32b76b66d13f45aa847eb2&amp;amp;chksm=e8f31e19e2462abed63821da48b0390ca4cb8d7f691e91aebae8a9ae532470d4eb178e7541cf#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Planetary roller screws&lt;/strong&gt;: research reports state that a single humanoid robot requires &lt;strong&gt;14&lt;/strong&gt; planetary roller screws (for linear joints) and 12 miniature ball screws (for dexterous hands), with planetary roller screws accounting for &lt;strong&gt;19%&lt;/strong&gt; of value — the single highest-value core component in the whole machine⚠️ research-report claim &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIxNjM2ODE1NA==&amp;amp;mid=2247513003&amp;amp;idx=1&amp;amp;sn=fe5be3dd7366ba6d72ecf990c8a5b77f&amp;amp;chksm=9676c446ae89dfa4b48adae120c1940614888954ef3a7a6b5f0d2f222bd83ba5300329a90e15#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Aoyi Technology&lt;/strong&gt;: dexterous hand orders surpassed 10,000 units in H1 (previously reported); newly disclosed that its next-generation product will launch in &lt;strong&gt;August&lt;/strong&gt;, still using a linkage design with &lt;strong&gt;16 degrees of freedom&lt;/strong&gt;, striking a balance between heat dissipation and transmission efficiency &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA4MTEwMzI0OQ==&amp;amp;mid=2247493320&amp;amp;idx=1&amp;amp;sn=da2a7429335af3d4996da39317a1a575&amp;amp;chksm=9e1ce6d002c288bacaf919d7e37e7965516ab85cba4a64161eda7bc479dc1256a10efa844b9a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Axera&lt;/strong&gt;: announced the formation of a wholly owned subsidiary, "Axera Compute," extending further into the compute side &lt;a href="https://autonews.gasgoo.com/articles/market-industry/axera-announces-establishment-of-wholly-owned-subsidiary-aixin-computing-2080901386169454593" 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 68 (07/25)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Fri, 24 Jul 2026 14:43:26 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-68-0725-37gk</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-68-0725-37gk</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;AgiBot (Zhiyuan Innovation)&lt;/strong&gt; officially launched its Hong Kong IPO process, shipping &lt;strong&gt;5,100 units&lt;/strong&gt; in 2025 — the world's top general-purpose robotics maker by volume&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Galbot's T800&lt;/strong&gt; rolled off the line at its Zhengzhou base for the first batch, mass production shipping worldwide&lt;/p&gt;

&lt;p&gt;· Chinese-developed &lt;strong&gt;UniWorld-View&lt;/strong&gt; topped the world model leaderboard run by Fei-Fei Li's team, with code and weights fully open-sourced&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Wang Xingxing&lt;/strong&gt; (Unitree founder) appeared on the cover of TIME with the manned mech GD01, and Unitree unveiled its wheeled-legged robot &lt;strong&gt;As2-W&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;XPeng&lt;/strong&gt; began small-batch trial production of its humanoid robot at its Guangzhou plant, targeting in-store sales roles by 2027&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;GS-Agent: Multi-Agent + Physics Engine in the Loop for One-Sentence Controllable 4D Physical World Generation&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;The task of "building a 4D world" is decomposed into collaboration among multiple specialized agents, with a &lt;strong&gt;physics engine kept in the loop&lt;/strong&gt;, enabling end-to-end generation of physically plausible, controllable dynamic 4D worlds from natural language — interactions among liquids, soft bodies, and rigid bodies, plus cinematic-grade camera lighting, can all be adjusted. Compared to prior generative methods that often fail on physical plausibility and controllability, this offers a new paradigm for "physical AI training grounds + content generation." Team from MIT/UMass.&lt;/p&gt;

&lt;p&gt;Hongxin Zhang et al. (UMass Embodied AGI, etc.) · arXiv 2607.21522 &lt;a href="https://arxiv.org/abs/2607.21522" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Robostral Navigate: An 8B Monocular-RGB-Only Navigation Model Setting a New Continuous-Environment SOTA&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;A navigation "recipe" designed for large-scale deployment: using only &lt;strong&gt;monocular RGB&lt;/strong&gt;, an &lt;strong&gt;8B&lt;/strong&gt; vision-language model directly "points" to the next waypoint within the current frame; operating purely in image space lets the policy naturally generalize across wheeled/legged/drone embodiments without recalibration. Training on 2.4 million simulated trajectories with prefix caching compresses training tokens by &lt;strong&gt;22x&lt;/strong&gt;, shrinking the training cycle from months to days. On R2R-CE, it achieves a &lt;strong&gt;77.4%&lt;/strong&gt; success rate with a single camera — 10.5 percentage points above the previous best monocular method, and also surpassing the strongest systems that rely on depth or multiple cameras.&lt;/p&gt;

&lt;p&gt;Arjun Majumdar et al. · arXiv 2607.20785 &lt;a href="https://arxiv.org/abs/2607.20785" rel="noopener noreferrer"&gt;source&lt;/a&gt; · HF↑7&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PhysCoRe: Adding a "Physics-Correction Residual" Layer to World Models for Deformable Objects&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Predicting how deformable objects evolve under manipulation is a long-standing challenge — per-object fitting of material parameters is slow and doesn't generalize, while pure learning-based methods often fail to extrapolate and violate basic physics. PhysCoRe learns only a &lt;strong&gt;residual correction&lt;/strong&gt; on top of a physical structural skeleton, balancing material-aware generalization with physical consistency.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Reusable Skills "Emerge" in MoE VLA Models&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Without presetting any task decomposition or hierarchy, can a VLA model — simply equipped with a simplified &lt;strong&gt;Mixture-of-Experts&lt;/strong&gt; action head — spontaneously "emerge" with the ability to break tasks down into reusable, interpretable primitives? The authors present affirmative evidence, offering a new explanatory path for compositional generalization in VLA models.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;FELT: Generating Tactile Signals Directly from Vision, Bypassing the Tactile Data Shortage&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;Touch is critical for manipulation, but tactile sensors are fragile and hard to standardize, leaving tactile data far scarcer than visual data. FELT uses vision to &lt;strong&gt;generate tactile signals&lt;/strong&gt; for feeding visuo-tactile policies, addressing manipulation shortfalls when vision is occluded or ambiguous.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;TableVerse: A Large-Scale Tabletop Manipulation Dataset with Real-World Layouts&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;The ceiling for general-purpose manipulation policies is constrained by large-scale, high-fidelity scene data. TableVerse provides a large-scale tabletop dataset with &lt;strong&gt;real-world grounded layouts&lt;/strong&gt;, targeting the data bottleneck for "generalizable manipulation."&lt;/p&gt;

&lt;p&gt;Boyuan Wang et al. · arXiv 2607.21017 &lt;a href="https://arxiv.org/abs/2607.21017" rel="noopener noreferrer"&gt;source&lt;/a&gt; · HF↑5&lt;/p&gt;

&lt;p&gt;Other papers today: HyWorldVLA enhances end-to-end autonomous-driving VLA with hybrid world modeling (arXiv 2607.20988 &lt;a href="https://arxiv.org/abs/2607.20988" rel="noopener noreferrer"&gt;source&lt;/a&gt;); AXIS, a community-crowdsourced data engine for scalable manipulation (arXiv 2607.21588 &lt;a href="https://arxiv.org/abs/2607.21588" rel="noopener noreferrer"&gt;source&lt;/a&gt;); GLAM-SLAM, real-time large-scale Gaussian splatting mapping (arXiv 2607.21416 &lt;a href="https://arxiv.org/abs/2607.21416" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Beyond Episodic Evaluation reveals memory-architecture bottlenecks in sequential embodied question answering (arXiv 2607.21571 &lt;a href="https://arxiv.org/abs/2607.21571" rel="noopener noreferrer"&gt;source&lt;/a&gt;); URF, a unified robot control-policy framework for stable contact (arXiv 2607.20912 &lt;a href="https://arxiv.org/abs/2607.20912" rel="noopener noreferrer"&gt;source&lt;/a&gt;); VoLN, a purely vision-based long-horizon navigation paradigm and benchmark (arXiv 2607.21400 &lt;a href="https://arxiv.org/abs/2607.21400" 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;UniWorld-View&lt;/strong&gt;: an open-source unified world model from Tuxiang Intelligence (Chinese startup), which topped the world model leaderboard run by &lt;strong&gt;Fei-Fei Li's team&lt;/strong&gt;; its training data came from Yuankong Intelligence, a startup founded by Peking University alumni, and it runs on Chinese &lt;strong&gt;Ascend&lt;/strong&gt; compute, with code and weights fully open-sourced &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247907130&amp;amp;idx=2&amp;amp;sn=afd364b338ef4dbb12ea1e8138e35b8b&amp;amp;chksm=e9e042254be38af073314c63aff9cc35eb9f74e0e5abd6d409150cd0cf77a7c6ffba347b6ea1&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;LingBot-World&lt;/strong&gt;: an open-source interactive world model that progressively trains a general-purpose video generation model into a real-time world simulator controllable via keyboard actions and text instructions &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4ODM3MTkxMw==&amp;amp;mid=2247483912&amp;amp;idx=2&amp;amp;sn=df59086b588d1acb469ff8142f8618c2&amp;amp;chksm=f2c8d8e36c5d9a1e9f81d2556b271ebd388c22ce814d8f3c5d797a9dfef9bfb946be6afe4645#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;Suzhou Junduo Robotics (China) | New Round | Amount Undisclosed&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;The round was led by &lt;strong&gt;Silicon Harbor Capital&lt;/strong&gt;, Dianliang Capital, and Songshan Lake Science City Venture Capital, with participation from &lt;strong&gt;Midea Group&lt;/strong&gt;, Midea Capital, Bangsheng Capital, GF Xinde, and CITIC Investment, among others. Junduo was founded by a team of Harbin Institute of Technology PhDs and focuses on robotic end-effectors such as electric grippers; the entry of industrial capital like Midea signals heating interest in the end-effector track.Source: Suzhou Businessperson &lt;a href="https://mp.weixin.qq.com/s?__biz=MzAwODA5MTM1NA==&amp;amp;mid=2653639319&amp;amp;idx=1&amp;amp;sn=a4b05506853f78817504a68634f5d158&amp;amp;chksm=81b812c3e1a7280e5f97ec28d703bf6b5406cad91199ed84b7a8c526e55761ff9d033c6b0651#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yixin Zhinao (China) | Seed Round | Tens of Millions of RMB&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Led by &lt;strong&gt;Haiyuan Capital&lt;/strong&gt;. The team consists of postdocs from the University of Science and Technology of China and CUHK-Shenzhen, and advocates rebuilding robots' cognitive foundation with a &lt;strong&gt;brain-inspired architecture&lt;/strong&gt;, betting on foundational innovation in cognitive architecture.Source: iFeng Tech &lt;a href="https://tech.ifeng.com/c/8v1BKidFm47" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bit Infinite (China) | Angel+ Round | RMB 300 Million&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;A Chinese &lt;strong&gt;industrial 3D large-model&lt;/strong&gt; company, disclosed by IT Juzi on the same day alongside overseas industrial physical AI company Atoms (whose $1.7 billion raise was previously reported), showing continued capital inflow into "physical AI foundational capabilities" on the industrial side.Source: IT Juzi &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5MjQ2NzA2Mg==&amp;amp;mid=2649629730&amp;amp;idx=2&amp;amp;sn=fe33380e602340fbc7582339243a64fc&amp;amp;chksm=bff6f659b15a803386ced1a112a2a0af03e517231ecbeaf6e353c12975575ea3165cdd2f0e5f#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gravis Robotics (Switzerland) | Proposed SoftBank Acquisition | Valuation Possibly Over $500 Million&lt;/strong&gt; · embodied ⚠️ Rumor-level sourcing&lt;/p&gt;

&lt;p&gt;SoftBank is evaluating an acquisition of &lt;strong&gt;Gravis Robotics&lt;/strong&gt;, an autonomous construction/machinery robotics company incubated at ETH Zurich, as it builds out its robotics footprint outside China; the deal has not yet been finalized.Source: Startup Fortune &lt;a href="https://startupfortune.com/softbank-is-weighing-a-deal-for-gravis-robotics-as-it-builds-the-most-ambitious-robotics-empire-outside-china/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dobot Robotics (China) | ChiNext IPO Approved | Aiming to Raise ~RMB 1.2 Billion&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Following a co-founder's equity-dispute whistleblower complaint filed just before the July 20 review meeting, Dobot Robotics' IPO has now been &lt;strong&gt;approved&lt;/strong&gt;, with proceeds primarily directed toward R&amp;amp;D and industrialization of multi-legged and humanoid robots.Source: OFweek Humanoid Robotics &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5OTE3MTk2Mg==&amp;amp;mid=2247486914&amp;amp;idx=2&amp;amp;sn=f999388661a3fdf1a109cdee40d212cf&amp;amp;chksm=970bc8b94bc1d798c71d2b5ff953004459fd0d6489522ce8a919c9c8b885d8ceb9dc01aac801#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DeepRobotics (China) | IPO Launched | Filing Submitted&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Quadruped robot maker &lt;strong&gt;DeepRobotics&lt;/strong&gt; has launched its listing process; Zhejiang University professor Zhu Qiuguo co-founded the company as a side venture, and four of its core technical staff came from Nanjiang Robotics.Source: iFeng Finance &lt;a href="https://finance.ifeng.com/c/8v1lG6iBiMg" 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;Galbot's T800: First "Henan-Made" Batch Rolls Off the Line, Zhengzhou Base Completes Mass-Production Loop&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;On July 24, the first batch of full-size general-purpose humanoid robots, the &lt;strong&gt;T800&lt;/strong&gt;, officially rolled off the line at Galbot's &lt;strong&gt;Zhengzhou Yunzhi base&lt;/strong&gt;, and will be shipped progressively to China, North America, Europe, and Southeast Asia. The base's phase-one facility covers approximately &lt;strong&gt;8,000 sq m&lt;/strong&gt; and has completed the full process loop from incoming material inspection—assembly—final assembly—line-end testing—mass shipment; introducing automated production lines raised production efficiency by &lt;strong&gt;40%&lt;/strong&gt;. Each unit must pass &lt;strong&gt;79&lt;/strong&gt; quality inspection items and simulations of 46 working conditions before leaving the factory. The T800 stands 1.73 meters tall and is the exclusive model for Galbot's Global Humanoid Combat League; it can be deployed in smart traffic management, commercial services, industrial, and STEM education scenarios. The Zhengzhou base will form multi-site production synergy with the Shenzhen Honghualing base.Source: Yujin Release/Henan Daily &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg3NzgzNDQ3Nw==&amp;amp;mid=2247490946&amp;amp;idx=4&amp;amp;sn=7aaebf605360310a38fbad239de32f68&amp;amp;chksm=ce9b6d7bc36a1176ed7af024548514a4d9a6d97abeadf914f5c95fc74d71e97dea01cc7afc6e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hello Inc. (Hellobike) Delivers Its First Mass-Produced Robotaxi HR1, Targeting a 10,000-Vehicle Fleet by 2027&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;HR1&lt;/strong&gt; is an &lt;strong&gt;L4&lt;/strong&gt; mass-production model built by Hello Inc. for scaled operations, integrating the autonomous driving system and vehicle-grade safety redundancy at the whole-vehicle stage — marking Hello's Robotaxi shift from validation to scaled production.Source: Hello Robotaxi/Autohome &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzNDMxMzgxMQ==&amp;amp;mid=2247484141&amp;amp;idx=1&amp;amp;sn=53a6ceb5192fa7020a065fe7c0624f84&amp;amp;chksm=f1a868736005440bb087b2e6ba852301e017789c614dbe139f74479e17317a8c82d985dd3c86#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XPeng Begins Small-Batch Trial Production of Humanoid Robots at Its Guangzhou Plant&lt;/strong&gt; · humanoid ⚠️ Trial-production-level sourcing&lt;/p&gt;

&lt;p&gt;XPeng's humanoid robot has begun &lt;strong&gt;small-batch trial production&lt;/strong&gt; at its Guangzhou plant, with the mass-production line in final integration testing; the company plans to place robots in stores worldwide as sales assistants by 2027, reusing its smart manufacturing and supply chain capabilities from car production. Small-batch trial production is not yet full-scale mass production, and the delivery timeline remains to be confirmed.Source: Shenzhen Commercial Daily &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzOTcyNDEzMg==&amp;amp;mid=2248077043&amp;amp;idx=2&amp;amp;sn=24efed48b8454253db79c8245b8b1c32&amp;amp;chksm=e8e50d173e26ca5acb0fcfbc5df47c6f415d38577f20ea9bf2023e2b4ac9b2bd4e2881365b89#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CiDi Aims to Scale Overseas Sales of Autonomous Mining Trucks&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;According to Reuters, China's &lt;strong&gt;CiDi&lt;/strong&gt; plans to push overseas sales of autonomous mining vehicles this year; as sales of unmanned mining-site vehicles grow, mining trucks are becoming a new frontier for Chinese autonomous driving expanding overseas.Source: Reuters &lt;a href="https://www.reuters.com/business/autos-transportation/chinas-cidi-eyes-overseas-sales-autonomous-mining-machines-this-year-2026-07-24/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhuoyu's Changzhou Plant Completed and in Production&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhuoyu&lt;/strong&gt; (spun off from DJI's automotive division) has completed and begun operating its Changzhou plant; as smart driving expands into the physical world, the company is incorporating industrial manufacturing capability as a core competitive advantage.Source: Ifanr &lt;a href="https://www.ifanr.com/1673014" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PepsiCo Expands Autonomous Freight Deployment with Gatik&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PepsiCo&lt;/strong&gt; is expanding its partnership with autonomous freight company &lt;strong&gt;Gatik&lt;/strong&gt;, using driverless trucks to support short- and mid-haul delivery of food and beverage products, as B2B trunk/branch-line autonomous driving continues to scale.Source: FleetOwner &lt;a href="https://www.fleetowner.com/refrigerated-transporter/reefer-operations/news/55393181/pepsico-expands-autonomous-trucking-partnership-with-gatik-for-refrigerated-supply-chain-operations" 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;AgiBot Officially Launches Hong Kong IPO, Announces Rebrand, Takes the Global Lead in Shipment Volume&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;On July 24, &lt;strong&gt;AgiBot&lt;/strong&gt; officially confirmed it has launched its Hong Kong listing process, with its short-form company name changing from "AgiBot Robotics" to "&lt;strong&gt;Zhiyuan Innovation&lt;/strong&gt;," and its legal entity renamed to Zhiyuan Innovation (Shanghai) Technology Co., Ltd. According to figures from Omdia/China Insights Consultancy, AgiBot shipped over &lt;strong&gt;5,100&lt;/strong&gt; general-purpose humanoid robot units in 2025, making it the world's largest general-purpose AI robotics company; its 15,000th robot rolled off the line this past June. Chairman Deng Taihua stated 2025 revenue exceeded &lt;strong&gt;RMB 1 billion&lt;/strong&gt;, targets several-fold growth in 2026, and aims to surpass RMB 10 billion by 2027. This follows the July 21 rumor of a "$20 billion valuation IPO push" (a valuation the company had at one point denied), with the news now confirmed; Hong Kong's stock market has already seen dozens of robotics companies lining up for listings in the short term. Having pursued an IPO just three years after founding, AgiBot is known for its multi-pronged capital strategy — an A-share controlling stake in Shangwei New Materials, the Hong Kong IPO, and subsidiary spin-offs.Source: China Securities Journal/Caixin &lt;a href="https://companies.caixin.com/2026-07-24/102467799.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wang Xingxing Appears on TIME Cover with 2.7-Meter Manned Mech GD01; Unitree Unveils Wheeled-Legged Robot As2-W on the Same Day&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;On July 23 local time, Unitree founder &lt;strong&gt;Wang Xingxing&lt;/strong&gt; appeared on the cover of TIME magazine alongside the world's first mass-produced manned mech, &lt;strong&gt;GD01&lt;/strong&gt; (approximately 2.7 meters tall, priced from RMB 3.9 million), under the headline "The Big Robot Moment" — marking the first time a Chinese entrepreneur has appeared on the magazine's cover since Robin Li in 2018, an &lt;strong&gt;8-year&lt;/strong&gt; gap. On the same day, Unitree unveiled its new wheeled-legged robot, the "Chaofan Jianjiang" &lt;strong&gt;As2-W&lt;/strong&gt;, claimed to reach speeds of 6 m/s, carry a 16 kg payload, and achieve over 30 km of range unloaded — positioned to compete with Boston Dynamics' Spot (starting at $74,500). Unitree also signed an agreement with Chengdu's Jinjiang district to build the country's first embodied-AI lab for basic education. The magazine cover and the mech's debut are largely image- and capability-showcasing moments; the mass-production delivery timeline still needs to be observed.Source: Kankan News/Sina Auto &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIwMTE1MzkyOA==&amp;amp;mid=2651422194&amp;amp;idx=1&amp;amp;sn=f37bf88f90d6815c8298ca92fdc06427&amp;amp;chksm=8c599190f765715a5f430ea4a1c926ae288809154896d3e8b2425f6c3408d442843efe4b8fb6#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;a href="https://auto.sina.cn/2026-07-24/detail-iniixnfz4805573.d.html?vt=4" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AMD Pushes Full-Stack into Robotics "Brains," Launches New Kria Module, Builds Robotics Partner Network to Challenge Nvidia&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AMD&lt;/strong&gt; unveiled a full-stack compute solution for robotics: a new-generation &lt;strong&gt;Kria&lt;/strong&gt; module focused on real-time control and unified memory, moving robotics compute "from the body to the brain"; it simultaneously formed the &lt;strong&gt;AMD Robotics Partner Network&lt;/strong&gt; (with Nota AI, MulticoreWare, and others as founding members). Multiple outlets have framed this as AMD's new challenge to Nvidia in humanoid robotics compute. Separately, it was reported that Foundation, backed by Eric Trump, has also chosen to co-develop military/industrial humanoid robots with AMD (a stated partnership intent).Source: The Robot Report/Reuters &lt;a href="https://www.therobotreport.com/amd-unveils-kria-module-real-time-control-unified-memory-robots/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;a href="https://www.reuters.com/business/eric-trump-backed-foundation-partners-with-amd-develop-humanoid-robots-2026-07-23/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Black Forest Labs Releases FLUX 3, Shifting from Image Generation Toward Video and Robotic Manipulation&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Germany's &lt;strong&gt;Black Forest Labs&lt;/strong&gt; released &lt;strong&gt;FLUX 3&lt;/strong&gt;, which, beyond generating images and 20-second videos with audio, extends video generation models to &lt;strong&gt;robotic manipulation&lt;/strong&gt; for the first time; its partner mimic robotics simultaneously launched the FLUX-mimic "video-to-action" model, now deployed on an &lt;strong&gt;Audi&lt;/strong&gt; factory production line, continuing the "video generation models drive robots" world-model approach.Source: VentureBeat/Unite.AI &lt;a href="https://venturebeat.com/technology/black-forest-labs-launches-flux-3-capable-of-generating-images-and-20-second-video-with-audio-but-in-limited-release-to-start" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;a href="https://www.unite.ai/mimic-robotics-introduces-flux-mimic-to-bring-video-action-models-to-audis-factory-floor/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mobileye Founder Shashua Steps Down as CEO as Company Bets Fully on Robotaxi&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amnon Shashua&lt;/strong&gt;, founder of Mobileye who has led the company for nearly &lt;strong&gt;30 years&lt;/strong&gt;, announced he is stepping down as CEO, with resources shifting fully toward Robotaxi and robotics at the transition — subsidiary Moovit cut about 30% of its staff, and earlier this year the company acquired Shashua's own robotics company for roughly $900 million.Source: TechCrunch/Automotive News &lt;a href="https://techcrunch.com/2026/07/23/mobileye-ceo-amnon-shashua-to-step-aside-as-company-pushes-into-robotaxis-robotics/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Guangdong's Industrial Robot Output Grows 34.2% in H1, Humanoid Supply Chain Tops RMB 300 Billion&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Official data show Guangdong's industrial robot output grew &lt;strong&gt;34.2%&lt;/strong&gt; year-over-year in the first half of the year; according to local figures, Guangdong's humanoid robotics supply chain has surpassed &lt;strong&gt;RMB 300 billion&lt;/strong&gt; in scale, with places like Dongguan now able to deliver core motion metal components for humanoid robots at volume.Source: Science and Technology Daily/Greater Bay Area Voice &lt;a href="https://www.stdaily.com/web/gdxw/2026-07/24/content_553229.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;a href="https://mp.weixin.qq.com/s?__biz=MzIwMTgwMzk1Ng==&amp;amp;mid=2247987517&amp;amp;idx=1&amp;amp;sn=ef96a09c2e87ef63a8739bbe435fc18d&amp;amp;chksm=974f37754b64ed1b6891b4c9b8990c7a5d42efe22833d03cde0fc4928d8548caadfca2c56a7f#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;Lingxin Qiaoshou O30&lt;/strong&gt;: the world's only 20-DOF dexterous hand with fully direct-drive mass production, priced at RMB 59,000 without tactile sensing and RMB 69,000 with tactile sensing; by comparison, overseas Shadow Hand (20+ DOF) costs RMB 1.6–2.6 million — a nearly 30x price gap &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI2NzYyMjQyNg==&amp;amp;mid=2247512411&amp;amp;idx=1&amp;amp;sn=2ea5065167ef10dad6fad56670cc85eb&amp;amp;chksm=eb884ca9f680974e9d8544f5ffbe96905ece270db475ed18bf7b082b927c258e0a5063fb869b#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Dexterous hand cost structure&lt;/strong&gt;: Morgan Stanley estimates dexterous hands account for &lt;strong&gt;17.3%&lt;/strong&gt; of the BOM cost of Tesla's Optimus, and Elon Musk has said the forearm-plus-hand accounts for about 60% of the whole unit's engineering difficulty &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MzM2Mjc4NQ==&amp;amp;mid=2247484964&amp;amp;idx=1&amp;amp;sn=552c01e727281a3c7dcc9811e368b40c&amp;amp;chksm=f55304d345afc66fc82c4a4b8d40869990a29036134f5f13b5d38339d0f2a420750e6a363787#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Ruiyan Zhikong&lt;/strong&gt;: the core control of its dexterous hand is integrated on a 6×6cm six-layer PCB, with dual STM32 chips controlling 6 motors in parallel; over 90% of chips come from STMicroelectronics, using high integration to reduce failure rates and ensure batch consistency &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzOTY0NDk5MA==&amp;amp;mid=2247488242&amp;amp;idx=4&amp;amp;sn=de72dfd5426e7cdcdc0ab612a5087e04&amp;amp;chksm=f199d829f4edc622be7696cacd2397a2b1396f1e1e09d0ee8d56a0ae9672effd647c5659bc13#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;LEADERDRIVE (Green Harmonic Drive)&lt;/strong&gt; and others have invested to found a precision robotics bearing company, as the harmonic reducer leader extends upstream into bearings and other components &lt;a href="https://finance.eastmoney.com/a/202607243820098713.html" 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 67 (07/24)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Thu, 23 Jul 2026 14:52:33 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-67-0724-kif</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-67-0724-kif</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Atoms&lt;/strong&gt; closes &lt;strong&gt;$1.7B&lt;/strong&gt; in funding led by a16z, with Uber founder Kalanick betting on industrial physical AI&lt;/p&gt;

&lt;p&gt;· After a nearly &lt;strong&gt;three-month&lt;/strong&gt; freeze, China restarts robotaxi permits, with Momenta and Baidu the first approved&lt;/p&gt;

&lt;p&gt;· Tesla's Q2 operating profit &lt;strong&gt;halves, down 57%&lt;/strong&gt;, as Musk tempers expectations on Optimus mass production&lt;/p&gt;

&lt;p&gt;· Psibot (Chinese embodied-AI startup) raises about &lt;strong&gt;$100M&lt;/strong&gt; at a &lt;strong&gt;$1.48B&lt;/strong&gt; valuation, becoming a new unicorn with Chery leading the round&lt;/p&gt;

&lt;p&gt;· World models keep attracting capital: HiDream (Chinese world-model startup) closes a &lt;strong&gt;RMB 1.5B&lt;/strong&gt; Series C, with three rounds in three months totaling over RMB 2.1B&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;HOST: A robot learns a new manipulation skill in seconds after watching one human video&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Existing imitation learning requires a time-consuming training loop for every new skill, and often causes the model to "forget" previously mastered ones. HOST (Human-to-robot One-Shot Skill AcquisiTion) acquires new skills from a &lt;strong&gt;single human video in seconds&lt;/strong&gt; without forgetting existing capabilities, compressing "learn while using" from a training-time loop into a near-instant one-shot alignment — a step toward a continual-learning paradigm closer to how humans learn.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;What actually matters for whole-body humanoid motion tracking? An empirical breakdown&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Getting a humanoid to follow diverse whole-body reference motions without falling involves numerous modeling and hyperparameter choices whose individual impact is hard to isolate. This paper runs systematic &lt;strong&gt;ablation studies&lt;/strong&gt; on the common factors in recent humanoid motion-imitation pipelines, and open-sources a modular framework, &lt;strong&gt;YAHMP&lt;/strong&gt;, that can be trained, evaluated, and deployed on the &lt;strong&gt;Unitree G1&lt;/strong&gt; — a directly reusable engineering recipe for teams working on humanoid locomotion control.&lt;/p&gt;

&lt;p&gt;Fabio Amadio, Enrico Mingo Hoffman (HUCEBOT) · arXiv 2607.19903 &lt;a href="https://arxiv.org/abs/2607.19903" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Extreme-RGMT: Letting humanoids learn extreme moves while keeping everyday stability&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;General-purpose motion-tracking policies struggle to reliably execute rare, highly dynamic maneuvers, while specialized training often degrades already-learned everyday motions. This paper uses &lt;strong&gt;two-stage continual learning&lt;/strong&gt; to resolve the generalist-versus-specialist trade-off, claiming SOTA on general whole-body motion tracking while significantly improving success rates on extreme moves.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Toyota Research Institute: Active "drifting" on icy roads turns out to be the optimal collision-avoidance strategy&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Large-slip drifting has mostly been validated in deliberately staged scenarios, leaving its practical value uncertain. This paper from Toyota Research Institute (TRI) directly answers "when is drifting actually optimal for safety in real winter driving conditions" — on low-friction icy roads, actively entering a high-sideslip drift can, under specific conditions, be the better solution for avoiding a collision, connecting a seemingly flashy maneuver back to serious driving-safety questions.&lt;/p&gt;

&lt;p&gt;Elliot Weiss, Thomas Lew, John Subosits et al. (Toyota Research Institute, TRI) · arXiv 2607.19484 &lt;a href="https://arxiv.org/abs/2607.19484" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Milo: The first open-source, low-cost autonomous guide-dog robot&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Real guide dogs cost roughly &lt;strong&gt;$50,000&lt;/strong&gt; to acquire and maintain, involve long waitlists, and have short service lives. Milo claims to be the &lt;strong&gt;first open-source, low-cost&lt;/strong&gt; guide-robot platform, performing basic guide-dog collaborative navigation tasks — staying on route, avoiding obstacles and people — &lt;strong&gt;fully autonomously onboard&lt;/strong&gt; with no need for prior environment mapping, advancing accessibility for assisted mobility.&lt;/p&gt;

&lt;p&gt;Florian Golemo, Christopher Pal et al. (Mila and others) · arXiv 2607.19530 &lt;a href="https://arxiv.org/abs/2607.19530" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;KineBench: A closed-loop checkup for "embodied world models" that bypasses inverse dynamics&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;There has long been no reliable yardstick for evaluating the physical consistency of world models, and nearly all existing closed-loop evaluations rely on an inverse dynamics model (IDM) to extract actions, introducing extra error. KineBench uses &lt;strong&gt;explicit kinematic grounding&lt;/strong&gt; to create the first &lt;strong&gt;IDM-free&lt;/strong&gt; closed-loop benchmark, and finds that embodied video generation exhibits a "nonlinear scaling that plateaus with task complexity" — giving empirical guidance for future data scaling.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;LENS: Having a large model "simplify" cluttered scenes before handing off to the planner&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Densely cluttered multi-object stacks remain a difficult case for mainstream manipulation methods today — many objects, many collisions, hard-to-predict contact physics. LENS uses a large model to generate a &lt;strong&gt;scene-specific, task-specific&lt;/strong&gt; abstraction layer on the fly, plugging in on top of existing planning/control stacks, and is shown to improve classical planning, model-based control, and a VLA model alike.&lt;/p&gt;

&lt;p&gt;Aileen Liao, Rachel Holladay, Dinesh Jayaraman, Michael Posa (UPenn, MIT) · arXiv 2607.19633 &lt;a href="https://arxiv.org/abs/2607.19633" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: Koopman Dreamer, using spectrally-constrained deterministic latent dynamics to stabilize long-horizon "imagination" in world models (arXiv 2607.19719 &lt;a href="https://arxiv.org/abs/2607.19719" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Diffusion ReRoll, revisable denoising that improves out-of-distribution performance for robot sequence prediction (arXiv 2607.19919 &lt;a href="https://arxiv.org/abs/2607.19919" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Defer to Plan, adaptive multi-agent fusion for end-to-end V2X driving (arXiv 2607.19774 &lt;a href="https://arxiv.org/abs/2607.19774" rel="noopener noreferrer"&gt;source&lt;/a&gt;); SeededGrasp, using a VLM to predict "seed points" guiding grasping in complex multi-embodiment scenes (arXiv 2607.20207 &lt;a href="https://arxiv.org/abs/2607.20207" rel="noopener noreferrer"&gt;source&lt;/a&gt;); EgoRecovery, learning error-correction ability from first-person human "failure-recovery" videos (arXiv 2607.19745 &lt;a href="https://arxiv.org/abs/2607.19745" rel="noopener noreferrer"&gt;source&lt;/a&gt;); ReferTrack, monocular "refer-then-track" embodied visual tracking (arXiv 2607.20061 &lt;a href="https://arxiv.org/abs/2607.20061" rel="noopener noreferrer"&gt;source&lt;/a&gt;); injecting offline supervision into large-scale VLA reinforcement learning to balance efficiency and out-of-distribution generalization (arXiv 2607.19399 &lt;a href="https://arxiv.org/abs/2607.19399" rel="noopener noreferrer"&gt;source&lt;/a&gt;); NavVerse, an indoor-to-outdoor continuous navigation benchmark (arXiv 2607.19695 &lt;a href="https://arxiv.org/abs/2607.19695" rel="noopener noreferrer"&gt;source&lt;/a&gt;); DINS-IO, self-supervised inertial odometry without position labels (arXiv 2607.20232 &lt;a href="https://arxiv.org/abs/2607.20232" 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 UnifoLM-OminiA-0.3&lt;/strong&gt;: an omni-modal real-time interactive embodied large model, adapted for the mass-production benchmark G1, focused on "single model, full pipeline + direct voice control," the third publicly released node in the UnifoLM family &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkyMjg3MDY0MQ==&amp;amp;mid=2247510309&amp;amp;idx=1&amp;amp;sn=eb680f9a636ef2b7978cf015ab5fab3a&amp;amp;chksm=c0594c45d741dcffb7bffc62b2a1052c3a25f3a72aeb77879ac992261f8cfc595c73efa3855a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;AIRobot (Chinese industrial-VLA startup)&lt;/strong&gt;: with just &lt;strong&gt;0.89B&lt;/strong&gt; parameters, claims to top an industrial embodied-AI leaderboard and "surpass π0" ⚠️ vendor claim, positioned as a small-parameter end-to-end policy for industrial scenarios &lt;a href="https://zhidx.com/p/578822.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Atoms (US) | New round | ~$1.7B&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Led by a16z, with Ben Horowitz joining the board; co-investors include Bain Capital, Fifth Wall, K5 Global, SV Angel, and &lt;strong&gt;Uber&lt;/strong&gt; — the company its founder was forced out of. Bank of America, Goldman Sachs, and JPMorgan are listed as debt partners. Atoms was founded by Uber co-founder &lt;strong&gt;Travis Kalanick&lt;/strong&gt; and focuses on industrial AI for physical sectors such as &lt;strong&gt;food, mining, and transportation&lt;/strong&gt; — using software, sensing, and robotic automation to handle "manufacturing, moving, and warehousing." This is one of the largest single equity raises in physical AI this year, and marks the scale of top-tier US VC bets on industrial-side embodied AI.Source: TechCrunch &lt;a href="https://theaiinsider.tech/2026/07/23/travis-kalanicks-physical-ai-startup-atoms-raises-1-7b-in-funding-led-by-a16z/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Psibot (Chinese embodied-AI startup) | New round | ~$100M | $1.48B valuation&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Led by automaker &lt;strong&gt;Chery&lt;/strong&gt;, with participation from &lt;strong&gt;Lens Technology&lt;/strong&gt; (a components/sensor supplier to Apple and Tesla) and others; founded in 2024, the company has raised roughly $300M to date and becomes a unicorn with this round. Psibot's focus is &lt;strong&gt;end-to-end reinforcement learning&lt;/strong&gt; embodied models — the Psi R0/R0.5/R1 series — targeting long-horizon task execution, and has already run small-scale sorting validations in a logistics customer's warehouse.Source: Bloomberg, Tech in Asia &lt;a href="https://www.techinasia.com/news/chery-backs-100m-funding-shanghai-ai-startup-psibot" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HiDream (Chinese world-model startup) | Series C | RMB 1.5B (over RMB 2.1B across three rounds since April)&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Following an over-RMB-500M round in April and a hundred-million-yuan-class round in May, the company closed another &lt;strong&gt;RMB 1.5B&lt;/strong&gt; Series C in July — &lt;strong&gt;three rounds in three months&lt;/strong&gt; totaling over RMB 2.1B. The funding cadence itself is an industry signal: capital is shifting focus from language models toward "world models," with perception-simulation-interaction of the real world becoming the hottest target. The same day also saw &lt;strong&gt;PrimalVerse&lt;/strong&gt;, a Tsinghua-affiliated team, close a seed round of several hundred million RMB betting on a foundational 4D world model.Source: AI How &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4MjI3NTUzNA==&amp;amp;mid=2247484263&amp;amp;idx=1&amp;amp;sn=c731741b6e67b5c7142679553aaae2ec&amp;amp;chksm=f295acbe6197d6cd2a826b2643c4e10a5b114d52780eb219b400cf1ac33122de629d69deb6c0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ropedia (Singapore) | Pre-A | $30M&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;The core team comes from Tsinghua University, Meta, Google, and UC Berkeley, backed by angel investors from Google, Nvidia, and Amazon. Ropedia builds &lt;strong&gt;physical AI data infrastructure&lt;/strong&gt; — proprietary wearable/mobile capture devices that collect, reconstruct, and perceive multimodal human experience in real-world settings, claiming to cut robot-training data collection costs by roughly &lt;strong&gt;50x&lt;/strong&gt;. Data infrastructure is becoming another hotspot for embodied-AI funding.Source: SiliconANGLE &lt;a href="https://siliconangle.com/2026/07/23/ropedia-raises-22m-scale-human-centric-data-collection-embodied-ai/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LumiBot (Chinese dexterous-hand startup) | Angel round | Tens of millions of RMB&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Led by a fund under Changyou Technology, with two state-owned platform funds co-investing. The founder is a former Wall Street investor; the company focuses on dexterous-hand manipulation solutions and touts what it calls the &lt;strong&gt;world's first actively-cooled dexterous hand&lt;/strong&gt;, Lumi-Dex, saying it has begun sales, with this round's funds going toward mass-production ramp-up.Source: cyzone.com &lt;a href="https://m.cyzone.cn/article/840917.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Horizon Robotics (9660.HK) | Planned bond issuance | $450M zero-coupon convertible notes&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;To be underwritten by Goldman Sachs and Morgan Stanley, bringing cumulative fundraising to over RMB 20B. As a maker of autonomous-driving chips and solutions, this low-interest convertible bond replenishes capital reserves at a time of deepening cooperation with Volkswagen.Source: Sina Finance &lt;a href="https://finance.sina.com.cn/cj/2026-07-23/doc-iniiuwsw8209061.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Previously reported, skipped this round: Weilai Buyuan's near-RMB-1B Pre-A, Agibot's push toward a $20B-valuation IPO, Yuequan Bionic's Pre-A+, and Shihe Robotics' Series C — no material new developments this period (already reported).&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Baidu's Apollo Go begins fully driverless testing in Hong Kong on the 27th&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;In step with the permit thaw in mainland China, Apollo Go is starting &lt;strong&gt;fully driverless&lt;/strong&gt; road testing in &lt;strong&gt;Hong Kong&lt;/strong&gt;, set to formally launch on the 27th — a step toward real driverless operations in a market beyond mainland China. Compared with just holding a road-test permit, this marks a concrete move from "getting licensed" to "on the road."Source: Autohome &lt;a href="https://chejiahao.autohome.com.cn/info/26038949?reply=reply" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Boston Dynamics' Spot deployed for autonomous inspection at Copper One mine&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Mariana Minerals has deployed Boston Dynamics' quadruped robot &lt;strong&gt;Spot&lt;/strong&gt; at the &lt;strong&gt;Copper One&lt;/strong&gt; copper mine, replacing human workers entering high-risk zones for autonomous inspection — a real production deployment, not a demo. Mine inspection is one of the few scenarios where legged robots have already achieved commercial closure.Source: Mining Weekly &lt;a href="https://www.miningweekly.com/article/mariana-minerals-rolls-out-automated-inspection-robot-spot-at-copper-one-2026-07-23" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fortescue and Liebherr deploy 475 zero-emission autonomous machines at Australian mine&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Mining giant Fortescue and &lt;strong&gt;Liebherr&lt;/strong&gt; plan to deploy &lt;strong&gt;475 units&lt;/strong&gt; of zero-emission autonomous machinery at an Australian mine site — a large-scale order for bulk mining automation, pointing to continued scale-up of heavy autonomous vehicles in enclosed industrial settings.Source: Electric &amp;amp; Hybrid Vehicle Technology International &lt;a href="https://www.electrichybridvehicletechnology.com/features/feature-fortescue-and-liebherr-to-deploy-475-zero-emission-machines-across-australian-mines.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Renault accelerates warehouse automation, adopts Exotec Skypod sorting system&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Renault has introduced the Skypod warehouse robotics system into its logistics operations, advancing vertical storage and retrieval automation for its spare-parts warehouse — another case of warehouse robotics landing on the automaker supply-chain side.Source: Eureka Magazine &lt;a href="https://www.eurekamagazine.co.uk/content/news/renault-accelerates-warehouse-automation-with-skypod-robots" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;After a nearly three-month freeze, China restarts robotaxi permits, reopening the driverless-vehicle race&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;According to Bloomberg, Chinese regulators, after completing an &lt;strong&gt;industry-wide safety review&lt;/strong&gt;, resumed issuing robotaxi permits in certain cities starting late June, with &lt;strong&gt;Momenta and Baidu&lt;/strong&gt; among the first approved. Permits had been frozen since &lt;strong&gt;April 29&lt;/strong&gt;, triggered by an incident on March 31 in &lt;strong&gt;Wuhan&lt;/strong&gt; where over a hundred Apollo Go vehicles simultaneously stalled, briefly stranding passengers on a highway. The restart means Baidu, Momenta, and others return to expansion mode, and signals Beijing's intent to keep directly competing with Waymo in autonomous driving. This is the policy signal with the greatest impact on the pace of robotaxi commercialization in China this week.Source: Bloomberg &lt;a href="https://www.bloomberg.com/news/articles/2026-07-23/china-resumes-issuing-robotaxi-licenses-after-months-long-freeze" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tesla's Q2 profit halves as Musk tempers expectations on Optimus mass production&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Tesla's Q2 revenue was &lt;strong&gt;$28.2B&lt;/strong&gt;, up 26% year-over-year, with deliveries of &lt;strong&gt;480,000&lt;/strong&gt; vehicles setting a Q2 record; but operating profit &lt;strong&gt;plunged 57%&lt;/strong&gt; to about $400M, with operating margin collapsing from 4.1% to &lt;strong&gt;1.4%&lt;/strong&gt;, and free cash flow turning to a &lt;strong&gt;net outflow of $1.1B&lt;/strong&gt;. As core automotive profitability deteriorates, the market is worried about whether Tesla can sustain its massive investments in Robotaxi, Optimus, and AI infrastructure. Musk called the humanoid robot "the hardest manufacturing ramp in Tesla's history," saying almost no component has an existing supply chain ⚠️ company statement; he also revised the Robotaxi rollout language for Phoenix and Las Vegas to "still in preparation." On Optimus, the company says mass production will begin this year, with the first units delivered to an internal "academy," and part of the Fremont Model S/X line has been converted to Optimus production.Source: Tesla Q2 earnings, Reuters &lt;a href="https://www.reuters.com/business/media-telecom/elon-musks-tesla-posts-cash-burn-capex-surges-ai-robotaxi-push-2026-07-22/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Alibaba's Amap unveils "five-in-one" embodied AI stack, touting a unified brain and body&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;According to the South China Morning Post, Alibaba's Amap has packaged five components — including &lt;strong&gt;perception, mapping, and spatial understanding&lt;/strong&gt; — into a robotics AI stack, claiming to give robots a "unified brain and body" ⚠️ vendor claim. This is another instance of a major internet company transplanting mapping/spatial capabilities into embodied AI, pointing to positioning around "spatial intelligence as infrastructure."Source: South China Morning Post &lt;a href="https://amp.scmp.com/tech/big-tech/article/3361564/alibaba-unit-says-5-1-ai-gives-robots-unified-brain-body-and-limbs" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amazon plans 300-acre robotics manufacturing plant in the US&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Amazon plans to build a &lt;strong&gt;300-acre&lt;/strong&gt; robotics manufacturing plant in the US, further internalizing warehouse/logistics automation capacity. As one of the world's largest users of warehouse robots, its in-house capacity build-out carries implications for both upstream supply chains and deployment pace.Source: Sohu &lt;a href="https://m.sohu.com/a/1053972709_122014422?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;Nvidia PhysX co-founder Zhang Lihua enters physical AI, building world model Fysiverse&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;According to an exclusive report, Nvidia &lt;strong&gt;PhysX&lt;/strong&gt; physics-engine co-founder Zhang Lihua has moved into physical AI, leading a team building a next-generation physics-based world model, &lt;strong&gt;Fysiverse&lt;/strong&gt;. A veteran of physics simulation moving into world models reflects how the "differentiable physics + generation" approach is drawing in core talent.Source: NetEase Mobile &lt;a href="https://www.163.com/dy/article/L2HQO9CC05118O92.html" 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;Leadshine Technology&lt;/strong&gt;: focused on core robot components, prioritizing &lt;strong&gt;joint modules + dexterous hands&lt;/strong&gt; &lt;a href="https://cj.sina.cn/articles/view/2311077472/89c03e6002002m07w" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Jiangsu Leili × MINDSYNC&lt;/strong&gt;: leveraging three decades of micro-motor expertise to enter dexterous hands, targeting "fingertip stiffness" as a key end-effector pain point &lt;a href="https://www.leaderobot.com/news/8644" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Inspire-Robots&lt;/strong&gt;: humanoid five-finger dexterous hand shipments topped &lt;strong&gt;10,000 units&lt;/strong&gt; globally in 2025 with over &lt;strong&gt;60%&lt;/strong&gt; market share; micro servo-cylinders now in production at Xiamen Software Park &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzMDI0MzEwNg==&amp;amp;mid=2247617294&amp;amp;idx=1&amp;amp;sn=54660d59bb943e5befc35d5607572d79&amp;amp;chksm=c3b6d0de4b9534f512e6ad20f66a5b5d8d41347eff8b119ca950ffea68b3f49b13643ab8d484#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  5. This Week's Observations
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;US weighs banning Chinese humanoid robots, geopolitical rivalry extends into embodied AI&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;According to the South China Morning Post, as US-China tech competition escalates, the US is evaluating import/use restrictions on &lt;strong&gt;Chinese humanoid robots&lt;/strong&gt;. At the same time, Chinese officials have said they will encourage foreign investment into humanoid robotics R&amp;amp;D and related fields. The embodied-AI industry is rapidly being drawn from a pure technology race into supply-chain and market-access geopolitics — worth continued tracking for its impact on overseas expansion paths.Source: South China Morning Post &lt;a href="https://amp.scmp.com/tech/policy/article/3361622/us-eyes-ban-chinese-humanoid-robots-us-china-tech-rivalry-intensifies" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MIIT forms data-standards working group; UBTECH leads eight national humanoid-robot standards&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;China's Ministry of Industry and Information Technology (MIIT) formed a &lt;strong&gt;TC8 Data Standards Working Group&lt;/strong&gt; this week and held its first symposium; &lt;strong&gt;UBTECH&lt;/strong&gt; is leading the drafting of eight national standards for humanoid robots, including &lt;strong&gt;China's first national standard for evaluating humanoid-robot dataset quality&lt;/strong&gt;, now formally initiated — signaling a shift in data standards from "existence" to "quality, trustworthiness, and usability." Internationally, the Robot Data Factory (RDF) standard proposed by SK Telecom was adopted by &lt;strong&gt;ITU-T&lt;/strong&gt; for standardization — data standards emerged as a shared focus for regulators this week.Source: Sina Finance &lt;a href="https://finance.sina.cn/tech/2026-07-23/detail-iniiufvh7802757.d.html?oid=WA%200859%203970%200884%20Pemborong%20Pasang%20Plafon%20Gypsum%20Bulat%20Minimalis%20Terpercaya%20Sragen%20Sragen&amp;amp;vt=4" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Washington, D.C. sets clear rules for robotaxis: licensing deposit + per-mile mileage tax&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Washington, D.C. plans to require a &lt;strong&gt;seven-figure-dollar-level&lt;/strong&gt; deposit for robotaxi operating permits and impose a mileage tax of &lt;strong&gt;$0.15 per mile&lt;/strong&gt;, aimed at preventing empty vehicles from clogging streets and internalizing external costs. This is a concrete example of Western cities shifting from "permitting the technology" to "constraining it with rules," a real cost item for driverless-vehicle unit economics and expansion pace.Source: Hola Chuhai &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzNTEyOTczOQ==&amp;amp;mid=2247483700&amp;amp;idx=1&amp;amp;sn=4e82a6d9ec0122a1de3532403ea37851&amp;amp;chksm=f1ac339d98a88d322819b135746dfb5c31e64dc3c66efab554aae95b39c6513b30a3816b511c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Report data: diverging figures on H1 embodied-AI funding in China, unicorn count surges&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;According to IT Juzi, total embodied-AI funding in China in H1 2026 exceeded &lt;strong&gt;RMB 93.5B&lt;/strong&gt; across &lt;strong&gt;322&lt;/strong&gt; deals, with &lt;strong&gt;26&lt;/strong&gt; unicorns valued over RMB 10B (another source cites RMB 104.1B — the figures use different methodologies and scopes and shouldn't be directly compared). &lt;strong&gt;GGII&lt;/strong&gt; released its "H1 2026 China Dexterous Hand Industry Survey Report" over the same period, identifying dexterous hands as the "last inch" of embodied-AI deployment and the segment with the fastest funding and growth; a separate deep-dive report on servo motors estimates demand of &lt;strong&gt;1.2 million&lt;/strong&gt; sets of joint motors, a market of &lt;strong&gt;RMB 91.7B&lt;/strong&gt;, and a domestic-production rate of &lt;strong&gt;80%&lt;/strong&gt;. On the cautionary side, the PwC AI Institute warned that "blindly betting on humanoid robots is irrational."Source: AI Intelligence Cube &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIwNTc3OTU4NA==&amp;amp;mid=2247499013&amp;amp;idx=1&amp;amp;sn=d7a4c91fd87991044b966ff81da370f3&amp;amp;chksm=9609f4c30388739ed87d42c4a57ca69d858b3e539a393c04e609faa8bd81006140be9fb68e89#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;, GGII Humanoid Robotics &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI3MDM1MDEwMw==&amp;amp;mid=2247532764&amp;amp;idx=1&amp;amp;sn=6f26b1b7958adaf42662cdaeb45ec83b&amp;amp;chksm=ebbde4868432c9031e7c88c0f8e7088ccb02a49f211ff29645d01a5717bd3a35d451e1b026af#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This week's supply-chain roundup: planetary roller screws are the tightest bottleneck, chip localization accelerates&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;This week's supply-chain discussion centered heavily on &lt;strong&gt;planetary roller screws&lt;/strong&gt;. These are the core transmission component for humanoid linear joints — a single Optimus unit uses &lt;strong&gt;over 30&lt;/strong&gt; of them; the bottleneck lies not in design but in manufacturing — constrained by &lt;strong&gt;grinding-machine lead times and a shortage of skilled grinding operators&lt;/strong&gt;, the industry widely reports capacity ramp-up being stuck (one estimate pushes a leading maker's "1,000 units/week" target from July to September), with the domestic-production rate still under &lt;strong&gt;15%&lt;/strong&gt;. For reference, the global planetary roller screw market was worth only about &lt;strong&gt;$1.27B&lt;/strong&gt; in 2022 — meaning a single customer's annual demand could rival the entire prior global market. A loosening signal: China's first domestic mass-production line came online this week, with Chinese-made units priced at roughly &lt;strong&gt;40-50%&lt;/strong&gt; of comparable overseas products — supply is being pulled up, but high-end capacity and consistency remain real problems.&lt;br&gt;
A second thread is &lt;strong&gt;domestic production of robot-specific chips&lt;/strong&gt;: at WAIC, several leading players (Agibot, UBTECH, TRON1 and others) have already put Chinese-made MCU/control chips into their robots, with domestic chips moving from "backup" to "standard," and a &lt;strong&gt;single-chip full-stack architecture&lt;/strong&gt; seen as the watershed for scaled deployment (Sunrise's Digua S600 has already locked in 20+ clients); on the cost side, a single humanoid robot often uses &lt;strong&gt;100+ MCUs&lt;/strong&gt;, with chip BOM cost reaching &lt;strong&gt;$3,000-5,000&lt;/strong&gt; — a main battleground for domestic substitution. On the battery side, CATL brought online the &lt;strong&gt;world's first humanoid-robot battery PACK production line&lt;/strong&gt; this week, directly tied to humanoid mass production and cost.Source: Neural Leap &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwMDExNjMxOA==&amp;amp;mid=2247484976&amp;amp;idx=2&amp;amp;sn=7abf4dc7265e776476cd3d1ba187553f&amp;amp;chksm=f590b84b18753214957dd6785204fec73bb96642ab5cd6f23f42be6475a3bacc538f787b3371#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;, AI Melon Field &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MTI0NjM2Mw==&amp;amp;mid=2247484242&amp;amp;idx=1&amp;amp;sn=f929436e5654008278fae137c0df7292&amp;amp;chksm=f554ff0dcb3c8f0de3af2b7d5ea535a7d43274ea81d700aebc6ae4855e15b039ecd333aec6fc#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;, Humanoid Robot Full-Stack Lobster &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwNDM4MTk0MQ==&amp;amp;mid=2247483871&amp;amp;idx=1&amp;amp;sn=eeba36343e150b4b361cb00dd3ba10ab&amp;amp;chksm=f5c9d481551c93d401c0bfa92489849691648206d2568fd893b0adaa2cac90b3a7351f7bc235#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 66 (07/23)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Wed, 22 Jul 2026 14:58:56 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-66-0723-2oco</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-66-0723-2oco</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Johnson &amp;amp; Johnson's &lt;strong&gt;Ottava&lt;/strong&gt; surgical robot receives &lt;strong&gt;FDA&lt;/strong&gt; approval, as a medical-device giant formally enters laparoscopic robotics&lt;/p&gt;

&lt;p&gt;· Home robotics startup Futuring Robot closes its third funding round in under a year, raising &lt;strong&gt;nearly RMB 1 billion&lt;/strong&gt; in its Pre-A round, becoming the sector's first unicorn&lt;/p&gt;

&lt;p&gt;· Fei-Fei Li's World Labs acquires robotics simulation company &lt;strong&gt;SceniX&lt;/strong&gt;, turning generated worlds into training grounds&lt;/p&gt;

&lt;p&gt;· US-listed surgical robotics company Vicarious Surgical votes for &lt;strong&gt;bankruptcy liquidation&lt;/strong&gt;, having raised over $2 billion cumulatively&lt;/p&gt;

&lt;p&gt;· Fei-Fei Li's team unveils "Masked Visual Actions": a unified world model trained on just &lt;strong&gt;15 hours&lt;/strong&gt; of data&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Masked Visual Actions: painting "actions" into pixels, training a unified world model on 15 hours of data&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Video models naturally learn how the world moves, makes contact, and responds — the hard part has always been feeding a robot's "actions" into them in a form they can understand. Stanford's Fei-Fei Li team proposes &lt;strong&gt;Masked Visual Actions&lt;/strong&gt;: representing actions as the "partially revealed trajectory" of some entity in a video — reveal the robot's motion, and the model performs forward dynamics prediction of the scene's response; reveal the target object's desired motion, and the same model can infer the robot action that produces that outcome. Fine-tuned on just &lt;strong&gt;15 hours&lt;/strong&gt; of real and simulated masked samples, a single set of weights performs policy evaluation, model-based planning, and inverse action synthesis across multiple scenes and embodiments.&lt;/p&gt;

&lt;p&gt;Hadi Alzayer, Wenlong Huang et al.（Stanford）· arXiv 2607.19343 &lt;a href="https://arxiv.org/abs/2607.19343" rel="noopener noreferrer"&gt;source&lt;/a&gt; · HF↑3 · Coverage: PaperWeekly &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIwMTc4ODE0Mw==&amp;amp;mid=2247721755&amp;amp;idx=1&amp;amp;sn=b289f490697dd439cf23136c3b1eb5d1&amp;amp;chksm=97f315cb1d12fbbf388aeb0def425eecc50916d4f0553f9106a6839af70a232d4d79d6f7c7d4#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ergoCub: building "human burden" into hardware optimization, published in Nature Machine Intelligence&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;A team at the Italian Institute of Technology (IIT) has published the humanoid robot &lt;strong&gt;ergoCub&lt;/strong&gt; in &lt;em&gt;Nature Machine Intelligence&lt;/em&gt;. Building on iCub3, rather than treating hardware as a fixed chassis, the team uses coupled human-robot dynamics to jointly optimize "ergonomic burden during load-carrying" and "the robot's own locomotion," then translates the optimized structural proportions into a real, fully assembled robot — turning human burden into an optimizable design variable for scenarios like collaborative carrying that reduces worker load.&lt;/p&gt;

&lt;p&gt;IIT (Italian Institute of Technology) · Nature Machine Intelligence · Coverage: 科研灵感站 &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg5NDk4MTYyMQ==&amp;amp;mid=2247484024&amp;amp;idx=1&amp;amp;sn=33cd15e7ed8b0d4de2be55a609b4aa1d&amp;amp;chksm=c118a06d2a3c61179ad939f56572511dc1d74bf861adafceefbeec2e93ad9f4c1d2525177239#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Agentic Real2Sim: letting VLM agents automatically bring real-world scenes into runnable simulation&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Real-to-sim (real2sim) has long relied heavily on manual work, since it requires not just reconstructing geometry but also recovering object states, inferring physical parameters, and assembling camera, pose, and trajectory data into a runnable physics simulation. This work automates that pipeline using vision-language agents, pushing toward "generate trainable simulation from a segment of real-world interaction" and lowering the cost of collecting embodied data.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;WorldScape Policy 2.0: adding "reasoning-augmented memory" to world-action models&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;World-action models (WAMs) perform manipulation by jointly modeling visual state transitions and robot actions, but tend to "forget" over long-horizon tasks. Version 2.0 introduces a reasoning-augmented memory mechanism, making world modeling more controllable and steerable over long time horizons and improving consistency across multi-step manipulation.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;RoboInter1.5: a full suite of "intermediate representations" for embodied world modeling&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;Existing robotics datasets are expensive, tied to a single embodiment, and lack the fine-grained annotations needed for generalizable reasoning and long-horizon environment dynamics. RoboInter1.5 provides a holistic suite of intermediate representations for embodied world modeling and manipulation, aiming to fill the gap in "reusable, cross-embodiment" structured annotation as a general-purpose interface between world models and policies.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Athena-Brain: a technical report on an efficient "robot brain" for edge deployment&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;As embodied agents grow more capable, the industry needs a compact "brain" that can fit onto a robot's own hardware while retaining large models' general knowledge and reasoning. Athena-Brain optimizes for efficiency in edge deployment, aiming to balance general intelligence with high-level interaction with the embodied environment on-device.&lt;/p&gt;

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

&lt;p&gt;Other papers today: STeP uses signal temporal logic to give VLAs precise spatial/temporal/logical constraint expression (arXiv 2607.18580 &lt;a href="https://arxiv.org/abs/2607.18580" rel="noopener noreferrer"&gt;source&lt;/a&gt;); MVP-Tac, a miniature visuo-photoelastic dual-mode tactile sensor for minimally invasive surgery (arXiv 2607.18660 &lt;a href="https://arxiv.org/abs/2607.18660" rel="noopener noreferrer"&gt;source&lt;/a&gt;); The Open Ant, an open-source low-cost real-robot reinforcement learning platform simplifying sim-to-real (arXiv 2607.18488 &lt;a href="https://arxiv.org/abs/2607.18488" rel="noopener noreferrer"&gt;source&lt;/a&gt;); No Training, Better Flights uses test-time scaling to improve VLM drone navigation without training (arXiv 2607.19288 &lt;a href="https://arxiv.org/abs/2607.19288" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Recti-Q, out-of-distribution-robust quantization-aware inference for edge robots (arXiv 2607.18540 &lt;a href="https://arxiv.org/abs/2607.18540" rel="noopener noreferrer"&gt;source&lt;/a&gt;); MAGE uses multimodal agents for chip macro-cell placement (arXiv 2607.18536 &lt;a href="https://arxiv.org/abs/2607.18536" 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 open-sources a medical physics simulation framework&lt;/strong&gt;: Nvidia released what it calls the "first" GPU-accelerated medical physics simulation framework for training and validating surgical robots, and demonstrated predictive surgical robot capabilities live with CMR Surgical &lt;a href="https://blogs.nvidia.com/blog/medical-physics-simulation-open-source/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;DM0.5&lt;/strong&gt;: an open-source embodied model that took first place on a simulated manipulation benchmark with a real-robot score of &lt;strong&gt;54.42&lt;/strong&gt;, advancing alignment between open-source embodied models and real-robot success rates &lt;a href="https://www.163.com/dy/article/L2FH1UJN05561FZI.html" 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;Futuring Robot｜Pre-A round｜nearly RMB 1 billion cumulative&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;This round saw continued follow-on investment from existing shareholders Yuanlai Capital, Linkedu Capital, and Boyu Capital, joined by a leading Chinese internet company, &lt;strong&gt;CHJ Capital&lt;/strong&gt; (Inovance's investment arm), Guofang Venture Capital, and Deling Capital, among others. This marks the company's third funding round this year, bringing its cumulative total to &lt;strong&gt;nearly RMB 1 billion&lt;/strong&gt; — a record for the home general-purpose robotics sector. The company focuses on consumer-facing general-purpose home robots and says its products have entered &lt;strong&gt;500+&lt;/strong&gt; households. Amid heavy capital inflows into dexterous hands and humanoid platforms, this rare bet on a consumer-facing home robotics company is a footnote to the current shift in robotics funding: renewed enthusiasm, but with sharper focus on orders and real-world deployment.Source: 极客公园 (GeekPark) &lt;a href="https://mp.weixin.qq.com/s?__biz=MTMwNDMwODQ0MQ==&amp;amp;mid=2653110981&amp;amp;idx=1&amp;amp;sn=161e82b6c42a9b49850acc44e096b998&amp;amp;chksm=7fc900df71edfec2cddb37eb0169073889df6c057451ae4bd4567414b16b150a4e593cdbe93f#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gritt (United States)｜pre-seed + Series A｜$32.4 million (≈RMB 220 million)&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Of this, a $26 million Series A was led by Obvious Ventures with participation from Union Square Ventures and others. The company was co-founded by &lt;strong&gt;Puneet Puri&lt;/strong&gt;, whose background includes Carnegie Mellon's Robotics Institute, and builds "physical AI" for construction sites: robotic arms plus AI, mounted as attachments onto existing job-site equipment, working alongside construction workers on high-intensity repetitive tasks like material handling and assembly. The company says it has autonomously installed tens of thousands of solar panels with zero damage and has entered job sites for top-ten US construction firms. Its entry point is the labor shortage projected as more than &lt;strong&gt;41%&lt;/strong&gt; of the US construction workforce is expected to retire by 2031.Source: 智东西 (AI/robotics media) &lt;a href="https://zhidx.com/p/578626.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wenshi Robotics｜Series A+｜amount undisclosed&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;A provider of full-scenario logistics robotics solutions, this round was backed by Jinfu Capital. Following its Pre-A round in 2022 and Series A in 2023, this marks three consecutive institutional funding rounds, pointing to sustained capital inflow into the AI smart warehousing sector.Source: 第一机器人 (robotics media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMTY1OTQ4OQ==&amp;amp;mid=2247484821&amp;amp;idx=3&amp;amp;sn=90d8a3032d5f744653049e9bcc0e9bde&amp;amp;chksm=c1b4c8d6712b514b03ff7478619002b1e394faaf3ea8d106e99f6a48d82ce2ecd0966e61c2d0#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;Johnson &amp;amp; Johnson's Ottava surgical robot receives FDA approval&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Johnson &amp;amp; Johnson's &lt;strong&gt;Ottava&lt;/strong&gt; soft-tissue surgical robotic system has received approval from the US &lt;strong&gt;FDA&lt;/strong&gt;. This means a medical-device giant has formally earned entry into the laparoscopic surgical robotics market, long dominated by Intuitive Surgical's da Vinci system — a genuine regulatory milestone rather than a demo or plan, and a substantive signal for the competitive landscape in surgical robotics.Source: MassDevice &lt;a href="https://www.massdevice.com/johnson-johnson-fda-approval-ottava-surgical-robot/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Aurora launches second-generation driverless truck in the US&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Autonomous freight company Aurora announced the launch of its &lt;strong&gt;second-generation&lt;/strong&gt; driverless truck in the US to meet customer demand. Aurora has already achieved commercial driverless heavy-truck freight operations in Texas; this second-generation launch is an expansion on top of existing real-world operations, not a first-time road debut.Source: Yahoo Finance &lt;a href="https://finance.yahoo.com/technology/ai/articles/aurora-launches-second-generation-driverless-130000171.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Xinjiang deploys 108-arm cotton topping robot&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Xinjiang has deployed a &lt;strong&gt;108-arm&lt;/strong&gt; robot for cotton topping (removing the terminal bud), replacing significant manual labor and reducing labor costs. Open, unstructured agricultural environments have long resisted automation, and this multi-arm, purpose-built form factor is a pragmatic way to push robotics into real-world fields.Source: Big News Network &lt;a href="https://www.bignewsnetwork.com/news/279203260/xinjiang-deploys-108-arm-robot-for-cotton-topping-slashes-labor-costs" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wetour Robotics lands $500,000 warehouse deployment order&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Wetour Robotics has signed a warehouse deployment order worth roughly &lt;strong&gt;$500,000&lt;/strong&gt;, and disclosed that its framework could potentially scale to as many as &lt;strong&gt;20&lt;/strong&gt; warehouses across the US. The "20 warehouses" figure is an expansion target, not an already-delivered scale — actual deployment currently stands at this single order.Source: Investing.com&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Fei-Fei Li's World Labs acquires robotics simulation company SceniX&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;World-model company &lt;strong&gt;World Labs&lt;/strong&gt;, founded by Fei-Fei Li, has acquired robotics simulation company &lt;strong&gt;SceniX&lt;/strong&gt; (reportedly founded by one of her students). The move directly connects World Labs' generative world models to robotics simulation and training — "using generated worlds as robot training grounds" is a substantive step in world models moving from content generation toward supplying embodied data, echoing this week's broader theme of using video/generated worlds to work around the high cost of real-robot data collection.Source: 具身纪元 (embodied AI media) &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk2NDg4MDcwNA==&amp;amp;mid=2247496944&amp;amp;idx=1&amp;amp;sn=19be446c8e1a7e21507bf43db0699c24&amp;amp;chksm=c58f18bd266009e68ae669c60c2accffc2583c18ba806236b30e52827d3be66f554f8ec11b22&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;Surgical robotics company Vicarious Surgical votes for bankruptcy liquidation&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;According to foreign media reports, investors in US-listed surgical robotics company &lt;strong&gt;Vicarious Surgical&lt;/strong&gt; (NYSE: RBOT) voted to immediately cease operations and enter bankruptcy liquidation. The company had raised over &lt;strong&gt;$2 billion&lt;/strong&gt; cumulatively. Amid broadly warming robotics funding, a publicly listed surgical robotics company reaching liquidation is a real-world correction to the "story without orders" playbook.Source: 机器人前瞻 (robotics media) &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NDU5NjMwMA==&amp;amp;mid=2247493073&amp;amp;idx=1&amp;amp;sn=19f9e7cff550ba2edeb87d0a497665ff&amp;amp;chksm=c2b962b2150b6dd848b299577c8c5ba8b8df852d4057f48232ce72674431751fc0ba1662dc6f#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Volkswagen deepens partnership with Horizon Robotics, L3 autonomous driving to ship as early as H2 2027&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Volkswagen Group and &lt;strong&gt;Horizon Robotics&lt;/strong&gt; (Chinese ADAS chipmaker; via joint venture CARIZON) announced a deepened partnership on AI and autonomous driving, with a target of deploying &lt;strong&gt;L3&lt;/strong&gt;-level capability in China as early as the second half of 2027, advancing toward L4 thereafter. This is a further step in binding a Chinese autonomous-driving solution into a multinational automaker's mass-production roadmap.Source: Automotive News &lt;a href="https://www.autonews.com/volkswagen/ane-vw-china-push-autonomy-robotaxis-0722/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JD.com acquires Shanghai Zhangjiang land parcel to build 105,000-sqm robotics industrial base&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;JD Property has acquired a land parcel in Shanghai's Zhangjiang district, where it will build a robotics-focused industrial base of approximately &lt;strong&gt;105,000 square meters&lt;/strong&gt;. Combined with recent moves by JD.com, Alibaba, and other major tech companies rushing into robotics infrastructure, this points to large Chinese tech firms shifting resources from pure large-model development toward embodied AI production lines and industrial infrastructure.Source: 观点网 (real estate/industry media) &lt;a href="https://www.guandian.cn/article/20260722/575654.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kunlun Tech unveils three world models targeting embodied AI&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kunlun Tech&lt;/strong&gt; (Chinese gaming/AI company) unveiled three world models (including the Riemann series) at WAIC, positioned to connect virtual and physical reality and serve embodied AI. The company views world models as a pathway toward larger-scale embodied AI applications; this has been interpreted externally as an "early bet placed ahead of time," with the commercialization path still unproven.Source: 每日经济新闻 (National Business Daily) &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg3NTA5MjkyNQ==&amp;amp;mid=2248564028&amp;amp;idx=2&amp;amp;sn=3a3a629adc4be5f520a9eb477e8bc83f&amp;amp;chksm=cc8ce53b7f25e8ce0759ea535a23a84e336100f2966f527271a40eb3a4ba93eeb40a0d01f842#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Anthropic reportedly held acquisition talks with embodied-model company Physical Intelligence&lt;/strong&gt; · embodied ⚠️ unconfirmed report&lt;/p&gt;

&lt;p&gt;Multiple foreign media outlets reported that AI company Anthropic held talks to acquire embodied foundation-model company &lt;strong&gt;Physical Intelligence&lt;/strong&gt; (valued at approximately &lt;strong&gt;$11 billion&lt;/strong&gt;), which Physical Intelligence subsequently publicly denied. The report itself reflects intensifying competition among leading digital AI companies for robotic "bodies," though the deal remains unconfirmed.Source: Reuters and others &lt;a href="https://mezha.net/eng/bukvy/fea8f7a4_anthropic_held_acquisition/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unitree's Wang Xingxing: embodied AI's "ChatGPT moment" could arrive within two to three years&lt;/strong&gt; · humanoid ⚠️ statement, not milestone&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wang Xingxing&lt;/strong&gt;, founder of Unitree (Chinese humanoid/quadruped robot maker), said in a public speech that he expects embodied AI's "ChatGPT moment" — a robot completing roughly 80% of tasks in roughly 80% of unfamiliar scenarios — could arrive within two to three years at the earliest. This is an industry outlook rather than a deployment milestone, noted briefly here.Source: Xinhua Finance &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA4NDQxODA4Nw==&amp;amp;mid=2650974188&amp;amp;idx=1&amp;amp;sn=f2fc0dedc385e534dbc65dd2e43fc916&amp;amp;chksm=8528af9e368bf59d6db63cfc4aa6fad707b44b3c7ac0daa987a7b221aa65e0300abbbe930955#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;· &lt;strong&gt;Solid-state / robot batteries&lt;/strong&gt;: Reports indicate CATL has brought online what it says is the world's first humanoid robot battery PACK production line, while EVE Energy is also advancing mass-production plans for its 1.0 all-solid-state battery — upstream suppliers are building out dedicated "robot battery" capacity as a standalone product category &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwNDM4MTk0MQ==&amp;amp;mid=2247483871&amp;amp;idx=1&amp;amp;sn=eeba36343e150b4b361cb00dd3ba10ab&amp;amp;chksm=f5c9d481551c93d401c0bfa92489849691648206d2568fd893b0adaa2cac90b3a7351f7bc235#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Servo / joint motors&lt;/strong&gt;: Industry research estimates demand for humanoid robot joint motors at &lt;strong&gt;1.2 million units&lt;/strong&gt;, a market size of roughly &lt;strong&gt;RMB 91.7 billion&lt;/strong&gt;, with domestic (Chinese) supply already at roughly &lt;strong&gt;80%&lt;/strong&gt; — servo motors, as the "core muscle," are becoming a segment of high certainty for Chinese supply chains &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MzM2Mjc4NQ==&amp;amp;mid=2247484880&amp;amp;idx=1&amp;amp;sn=4dd1a410c13fb125a68acf0a81403f60&amp;amp;chksm=f50a01f0a17caf855188393a9dd5cafef9a1d94137ea7a8d05cb57674702dba87681d766bc34#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 65 (07/22)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Tue, 21 Jul 2026 14:48:42 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-65-0722-4664</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-65-0722-4664</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Samsung establishes robotics division &lt;strong&gt;RX&lt;/strong&gt; reporting directly to the CEO, poaches former Boston Dynamics strategy lead&lt;/p&gt;

&lt;p&gt;· AGIBOT (Chinese humanoid robotics startup) reportedly pushing for IPO at a &lt;strong&gt;$20 billion&lt;/strong&gt; valuation, with revenue projected at RMB 4 billion this year&lt;/p&gt;

&lt;p&gt;· Nvidia open-sources &lt;strong&gt;Cosmos 3 Edge&lt;/strong&gt;: a 4B-parameter world model that generates actions directly on-device on robots&lt;/p&gt;

&lt;p&gt;· Momenta secures Robotaxi road-test permit in Shenzhen, stock &lt;strong&gt;up over 10%&lt;/strong&gt; in a single day&lt;/p&gt;

&lt;p&gt;· Alibaba releases &lt;strong&gt;122B&lt;/strong&gt; embodied foundation model RynnBrain 1.1, beating closed-source models across three spatial reasoning leaderboards&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;RynnBrain 1.1: 122B embodied foundation model beats closed-source models across three spatial reasoning leaderboards&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Alibaba DAMO Academy has pushed its open-source embodied foundation model to &lt;strong&gt;122B-A10B&lt;/strong&gt; scale, currently the largest open-weight tier publicly available, with HF trending at &lt;strong&gt;30↑&lt;/strong&gt;. Compared to version 1.0, the full lineup adds contact-point prediction, and the 2B/9B variants gain native 3D grounding, making outputs more tightly aligned with actual mechanical manipulation. The accompanying RynnBrain-VLA uses a unified cross-embodiment action space plus embodiment-specific masks, and has already been deployed on three robot platforms: Unitree G1, Astribot-S1, and Tianji Wuji. The 122B-A10B model surpasses all closed- and open-source models evaluated in the paper on &lt;strong&gt;VSI-Bench, MMSI, and RefSpatial-Bench&lt;/strong&gt;; in real-robot experiments, policies initialized with it also outperform the Qwen series and mainstream general-purpose VLAs.&lt;/p&gt;

&lt;p&gt;Kehan Li et al. (Alibaba DAMO Academy) · arXiv 2607.17977 &lt;a href="https://arxiv.org/abs/2607.17977" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Qwen-VLA: Manipulation, navigation, and human first-person data folded into a single policy&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;The Qwen team is targeting a fragmentation problem: a dual-arm robot that can cook can't walk, and vice versa—manipulation arms predict joint poses while navigation robots predict waypoints, and the two have historically been hard to share in one model. Their approach uses Qwen3.5-4B as the cognitive backbone connected to a DiT flow-matching action decoder, then writes robot morphology and control mode into the input text via "embodiment-aware prompts," sharing the same latent space without changing the architecture. As a single generalist, it achieves &lt;strong&gt;97.9%&lt;/strong&gt; on LIBERO, a &lt;strong&gt;76.9%&lt;/strong&gt; out-of-distribution generalization success rate on a real dual-arm ALOHA platform, and 56.7% on RoboCasa-GR1, surpassing models specifically fine-tuned for that platform.&lt;/p&gt;

&lt;p&gt;Qwen Team · arXiv 2605.30280 &lt;a href="https://arxiv.org/abs/2605.30280" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Analysis: Embodied Intelligence and Spatial Perception &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5MTUzODc5OQ==&amp;amp;mid=2247496312&amp;amp;idx=1&amp;amp;sn=b301da30c98eb5fd06575c14d96fe882&amp;amp;chksm=976c1ffa2d50a8f53ddec00221f838cd42342c66176224d0425412d493e66de23b4787329f26#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Patch Policy: Dense visual features without the VLM baggage&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;This work, with Yann LeCun as a contributor, points to an awkward tradeoff: robot policies either compress each frame into a single global token—losing spatial detail—or shoulder the full inference cost of a billion-parameter VLM. The authors simply add a block-causal attention mask, letting an ordinary transformer policy directly consume dense patch tokens from a pretrained ViT while preserving temporal causality. Across four simulation suites and three real-robot environments, this improves on global pooled representations by &lt;strong&gt;40%&lt;/strong&gt;; it outperforms fine-tuned OpenVLA-OFT by &lt;strong&gt;18%&lt;/strong&gt; while using only about &lt;strong&gt;0.7%&lt;/strong&gt; of its parameters.&lt;/p&gt;

&lt;p&gt;Gaoyue Zhou et al. (NYU) · arXiv 2607.18236 &lt;a href="https://arxiv.org/abs/2607.18236" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;POT-VLA: Giving humanoids memory that "the object is still there," success rate up from 39/80 to 71/80&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;A hidden failure mode in long-horizon humanoid loco-manipulation is "object state divergence": the object state used to drive whole-body actions and the state used to judge whether an action achieved its goal are actually two separate representations. The authors use persistent object tokens to maintain role-indexed 3D object records from RGB-D input, with the same record both conditioning action generation and supporting geometric predicate verification, closing the execution loop. Across eight real-world task categories on &lt;strong&gt;Unitree G1&lt;/strong&gt;, the aligned GR00T-N1.7 baseline improved from 39/80 to &lt;strong&gt;71/80&lt;/strong&gt;.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;PolicyTrim: No retraining needed, just teaches the VLA to stop taking detours—up to 5.83x faster end-to-end&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;What actually slows down VLA deployment is often not single-inference latency, but how many replanning cycles and real physical steps the policy needs. A Sichuan University team uses two-stage reinforcement learning post-training: first letting the model discover reliable action-chunk execution boundaries, then using a step-saving reward to suppress correction and retreat actions. On LIBERO, π0.5 achieves a &lt;strong&gt;5.83x&lt;/strong&gt; end-to-end speedup while maintaining over 98% success rate, with physical step count reduced by up to &lt;strong&gt;51.4%&lt;/strong&gt;; on a real Agilex Piper robot, the average speedup is 1.86x.&lt;/p&gt;

&lt;p&gt;Sichuan University, Lei Yinjie's team · arXiv 2606.22540 &lt;a href="https://arxiv.org/abs/2606.22540" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Analysis: AI Era (Chinese AI media outlet) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI3MTA0MTk1MA==&amp;amp;mid=2652714134&amp;amp;idx=3&amp;amp;sn=4dd48803a6ab72a54035333ccf095d84&amp;amp;chksm=f0724a768d3f4c3ca9ef170123e805bffb4e207c9e334d7de4e9d7c7b40dae0da727b1ce7804#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Test-time scaling for world-action models: Zero-shot trajectory selection via geometric consistency&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Robots can't compute an answer first and then choose, the way language models do—actions must execute immediately, so the model must judge on the fly whether spending extra compute is worthwhile. The authors exploit the fact that world-action models emit both action chunks and predicted future observations at each rollout, using a frozen geometric foundation model to compute cross-view depth reprojection consistency to rank candidates, requiring no training or task labels. RoboCasa's group average score rises from 66.3% to &lt;strong&gt;68.4%&lt;/strong&gt;; with consistency gating added, extra sampling is triggered at only &lt;strong&gt;26.2%&lt;/strong&gt; of decision points, recovering 74.8% of the gains achieved by the always-on mode.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Adding a depth prior to JEPA world models lets an 18M-parameter model handle in-the-wild data&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Complex, unpredictable outdoor real-world robot video has long been a challenge for JEPA-style world models. The authors introduce depth supervision plus isotropic latent-space regularization during training, over-parameterizing only at training time with no added inference cost. Training an &lt;strong&gt;18M&lt;/strong&gt;-parameter model on agricultural robot video, the frozen representation's error on a visual odometry probe is &lt;strong&gt;33%&lt;/strong&gt; lower than the LeWM baseline, and its "surprise" discrimination on out-of-domain TartanGround also clearly widens, with the advantage growing with rollout length.&lt;/p&gt;

&lt;p&gt;Usman M. Khan · arXiv 2607.16314 &lt;a href="https://arxiv.org/abs/2607.16314" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Reason before acting" isn't necessarily more stable—one class of VLA actually collapses fastest&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Intuitively, policies with reasoning steps should better absorb disturbances. The authors compare reasoning-free, text chain-of-thought, and latent iterative loop models head-to-head on LIBERO and SimplerEnv, and find the opposite: the &lt;strong&gt;latent iterative&lt;/strong&gt; class collapses outright under random noise and white-box attacks, while the other two hold up, and adjusting reasoning depth barely helps recover it. Even more relevant for practitioners: a seemingly near-perfect "plan-action consistency" probe drops to random-chance level under adaptive attacks.&lt;/p&gt;

&lt;p&gt;Tuan Duong Trinh et al. · arXiv 2607.17786 &lt;a href="https://arxiv.org/abs/2607.17786" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MEVION: A $14,000 open-source dual-arm data collection rig that fills ALOHA's gap in handling heavy loads&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;ALOHA is already the de facto standard for dual-arm data collection, but its force and speed ceilings are low—heavy objects and fast motions are both off the table. The authors use sheet-metal welding to build a large-frame body from a small number of parts, all sourceable off-the-shelf; the four 6-DOF arms weigh 7.0 kg each with a peak torque of &lt;strong&gt;60 N·m&lt;/strong&gt;, and the full setup costs around &lt;strong&gt;$14,000&lt;/strong&gt;. The elbow joint borrows a closed-chain mechanism from quadruped robots to reduce distal mass. Both hardware and software are fully open-sourced.&lt;/p&gt;

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

&lt;p&gt;Other papers today: BoxTwin learns the full dynamics of elasto-plastic articulated objects from video, pushing digital twins toward deformable objects (arXiv 2607.17132 &lt;a href="https://arxiv.org/abs/2607.17132" rel="noopener noreferrer"&gt;source&lt;/a&gt;); PhyAgentOS provides a unified runtime for heterogeneous embodied agents, separating "execution termination" from "semantic completion" (arXiv 2607.16636 &lt;a href="https://arxiv.org/abs/2607.16636" rel="noopener noreferrer"&gt;source&lt;/a&gt;); World Translation uses inverse dynamics extraction plus unpaired domain translation to compress the sim2real gap (arXiv 2607.18154 &lt;a href="https://arxiv.org/abs/2607.18154" rel="noopener noreferrer"&gt;source&lt;/a&gt;); FM-VLA adds force-sense memory to VLA for contact-rich manipulation (arXiv 2607.18231 &lt;a href="https://arxiv.org/abs/2607.18231" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Foresight Residual RL uses offline-estimated foresight value to optimize subtask handoff quality in long-horizon assembly (arXiv 2607.16506 &lt;a href="https://arxiv.org/abs/2607.16506" rel="noopener noreferrer"&gt;source&lt;/a&gt;); an asynchronous multimodal diffusion policy handles the mismatch between each modality's perception rate and inference latency (arXiv 2607.17257 &lt;a href="https://arxiv.org/abs/2607.17257" rel="noopener noreferrer"&gt;source&lt;/a&gt;); SinD 2.0 releases a multi-city signalized intersection drone dataset with annotated semantic risk (arXiv 2607.16943 &lt;a href="https://arxiv.org/abs/2607.16943" rel="noopener noreferrer"&gt;source&lt;/a&gt;); A2RL Vmax provides a long-distance, high-speed perception and multi-vehicle interaction dataset for autonomous racing (arXiv 2607.17813 &lt;a href="https://arxiv.org/abs/2607.17813" rel="noopener noreferrer"&gt;source&lt;/a&gt;); GeoWorldAD applies a geometric world-action model to autonomous driving planning (arXiv 2607.17521 &lt;a href="https://arxiv.org/abs/2607.17521" rel="noopener noreferrer"&gt;source&lt;/a&gt;); UniETP unifies observation formats and action types across different simulators for general-purpose embodied task planning (arXiv 2607.18062 &lt;a href="https://arxiv.org/abs/2607.18062" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Token-Wise Latent Streaming lets a slow reasoner stream hidden states token-by-token to a fast planner, compressing observation staleness (arXiv 2607.16806 &lt;a href="https://arxiv.org/abs/2607.16806" rel="noopener noreferrer"&gt;source&lt;/a&gt;); importance sampling plus PCA finds rare failures in a commercial autonomous trucking stack (arXiv 2607.18106 &lt;a href="https://arxiv.org/abs/2607.18106" 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 Agent Toolkit × Omniverse library&lt;/strong&gt;: At SIGGRAPH, Nvidia folded its Omniverse library into the Agent Toolkit, letting AI agents build "simulation-ready" worlds directly, alongside 21 newly announced graphics and simulation research results &lt;a href="https://nvidianews.nvidia.com/news/nvidia-agent-toolkit-expands-with-new-omniverse-libraries-putting-ai-agents-to-work-building-simulation-ready-worlds" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;lingbot-world-2&lt;/strong&gt;: Claimed to be the world's first hour-scale real-time world model, now open-sourced—moving the camera generates responsive scenes in real time &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg2MzQzMDQzOQ==&amp;amp;mid=2247514029&amp;amp;idx=1&amp;amp;sn=db00072981ce607ff410de5b71c5b8c6&amp;amp;chksm=cf18fa6079437ed6bb402b741252468f4f4368f73da16a1dcdd3ccee74c1fc1e7fa5cf4c9fd1#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;AGIBOT ｜ Planned IPO ｜ Target Valuation $20 billion (approx. RMB 150 billion)&lt;/strong&gt; · humanoid ⚠️ unconfirmed report&lt;/p&gt;

&lt;p&gt;The company has brought on &lt;strong&gt;CITIC Securities&lt;/strong&gt; as underwriter, with full-year 2026 revenue projected at &lt;strong&gt;RMB 4 billion&lt;/strong&gt;—already over RMB 1 billion in Q1 alone. The revenue trajectory underpins this valuation: RMB 300,000 in 2023, over RMB 60 million in 2024, and past RMB 1 billion in 2025. Unlike peers betting on research and demonstration shipments, AGIBOT has focused on industrial manufacturing—Longqi's Nanchang production line has deployed in parallel, with Furian Precision and SAIC factory lines running continuously; cumulative units shipped topped 10,000 as of March this year. Co-founder Peng Zhihui has previously said the company's biggest current shortage isn't capital but data.Source: Robo Encyclopedia (Chinese robotics industry outlet) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI4ODAxMDk4MA==&amp;amp;mid=2455823832&amp;amp;idx=1&amp;amp;sn=8b6da65325e2796a67370c10d5cf79d0&amp;amp;chksm=fd11151ac5eeadffc48c56455abc9644a1860ea20bc9d0a6bed39d46fd2ecd3dddbba2fc1e6c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · The Standard &lt;a href="https://www.thestandard.com.hk/innovation/article/337821/Embodied-robot-maker-AgiBot-eyes-HK-IPO-at-156b-valuation" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GigaAI ｜ New Round ｜ $3 billion valuation ｜ Planning Hong Kong listing this year&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Following three rounds—Pre-B, B1, and B2—totaling &lt;strong&gt;RMB 3.5 billion&lt;/strong&gt; between March and June, founder Huang Guan has publicly stated discussions are underway for a Hong Kong listing as early as 2026, aiming to be the "first world model IPO." The technical anchor is its proprietary embodied world model &lt;strong&gt;GigaWorld-1&lt;/strong&gt;, which topped Tsinghua's WorldArena benchmark in April with a score of 62.34—the only embodied world model on that leaderboard to break 60 overall. Commercially, products are already deployed at FAW's die-making operations and Alibaba Cloud, with the general-purpose robot Maker H01 targeting delivery of a thousand units this year.Source: The Standard &lt;a href="https://www.thestandard.com.hk/innovation/article/337784/Embodied-AI-startup-GigaAI-plans-Hong-Kong-IPO-at-US3b-valuation" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Robo Encyclopedia &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI4ODAxMDk4MA==&amp;amp;mid=2455823832&amp;amp;idx=1&amp;amp;sn=8b6da65325e2796a67370c10d5cf79d0&amp;amp;chksm=fd11151ac5eeadffc48c56455abc9644a1860ea20bc9d0a6bed39d46fd2ecd3dddbba2fc1e6c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Shouxing Technology ｜ Series A2 ｜ Hundreds of millions of RMB&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Led jointly by CITIC Goldstone and Geely Capital, with CITIC Securities International Capital and Guotai Junan Innovation Investment following, existing shareholders Zhongwang Capital and AGIBOT increased their stakes, and &lt;strong&gt;Lei Jun&lt;/strong&gt;'s Shunwei Capital oversubscribed. The company specializes in bionic faces that can blink, frown, and smile, pursuing an emotional-interaction path rather than competing in whole-body humanoid platforms. Funds will go toward expanding its bionic product line and building standardized mass-production lines.Source: Tech Capital Circle (Chinese venture funding outlet) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzOTI0NjE2NA==&amp;amp;mid=2247487501&amp;amp;idx=1&amp;amp;sn=45e0c51b43f2b2546f278b22ff6a7892&amp;amp;chksm=f15bb553092c0580827348a3c949301c8efc1241d6af5743a698825f5cedec2402c5fb61d5e2#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Striverobotics ｜ Series C ｜ Hundreds of millions of RMB&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Led jointly by Zhejiang state-owned &lt;strong&gt;Qianggang Capital&lt;/strong&gt; and global optical module leader &lt;strong&gt;Innolight&lt;/strong&gt;, with Guangtou Capital, Guohai Securities, and Juntong Capital following, and existing shareholder Fosun RZ Capital increasing its stake. The company builds embodied robots for high-altitude specialized work—a niche overshadowed by the humanoid boom but with among the most rigid demand for replacing dangerous human labor.Source: Tech Capital Circle &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzOTI0NjE2NA==&amp;amp;mid=2247487501&amp;amp;idx=2&amp;amp;sn=91617beeb098d38c5f1bf473ebfa9952&amp;amp;chksm=f1ccd4bbc43a37144d21b7a18bbcdddc1aee179b535c4ead7b95d39005be14600ac0c940d978#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · 36Kr &lt;a href="https://eu.36kr.com/en/p/3904761420253064" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sereact (Germany) ｜ Series B extended to $116 million ｜ Zalando takes strategic stake&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;European e-commerce giant &lt;strong&gt;Zalando&lt;/strong&gt; has joined this Berlin-based warehouse robotics company's Series B as a strategic investor, with Headline leading; total funding raised now exceeds &lt;strong&gt;$145 million&lt;/strong&gt;. More than 200 Sereact systems are currently running across Europe, with customers including Mercedes-Benz Trucks and BOL. The funding will primarily go toward its next-generation robot brain, Cortex 2.0, whose approach is to use a learned world model to predict physical outcomes in advance and score candidate trajectories by risk and efficiency—shifting warehouse automation from "try it and see" to "compute first, then act."Source: Retail Technology Innovation Hub &lt;a href="https://retailtechinnovationhub.com/home/2026/7/20/zalando-invests-in-berlin-based-warehouse-robotics-provider-sereact-as-part-of-series-b-round" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;T2 (Japan) ｜ New Round ｜ Daiwa House Ventures and Mitsui Fudosan invest&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;This Japanese L4 line-haul trucking logistics company secured investment from two real estate and logistics real estate giants after completing &lt;strong&gt;500 km&lt;/strong&gt; of real-world autonomous truck testing—the identity of the investors is itself a signal: Japan's commercialization entry point for driverless trucking is being staked on logistics real estate.Source: International Business Times &lt;a href="https://jp.ibtimes.com/daiwa-house-ventures-backs-t2-after-500-km-autonomous-truck-test-102842" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;a href="https://jp.ibtimes.com/mitsui-fudosan-invests-t2-level-4-truck-logistics-102848" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Robopoet ｜ Strategic Investment ｜ Tuya Smart&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Following a Pre-A round of over RMB 100 million this month, IoT platform Tuya Smart has entered as a strategic investor, pointing toward mass production and distribution channels for consumer-grade embodied products.Source: PR Newswire &lt;a href="https://www.prnewswire.com/news-releases/tuya-smart-accelerates-physical-ai-commercialization-with-strategic-investment-in-robopoet-302830728.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry data: Global robotics startup funding hits $18.8 billion in H1, already surpassing all of 2025&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;A Crunchbase report shows global robotics startup funding reached &lt;strong&gt;$18.8 billion&lt;/strong&gt; (approx. RMB 136 billion) in H1 2026, far exceeding all of 2025's $15 billion—a historic high. The trend is even steeper in China: by IT Juzi's count, embodied intelligence funding in China reached &lt;strong&gt;RMB 93.5 billion&lt;/strong&gt; in H1, roughly 5x year-over-year, with 322 deals, up 137% year-over-year, and the number of unicorns valued above RMB 10 billion rising from 3 in 2025 to at least &lt;strong&gt;26&lt;/strong&gt;. In Hong Kong, 10 companies with robotics businesses have already listed in H1 this year with 16 more in the pipeline—yet the two that listed earliest, Huayan Robotics and Ledong Robotics, have both seen their stock prices fall by nearly half from their highs, suggesting secondary-market price recalibration has already begun.Source: Medical Device Business Review (Chinese medtech outlet) &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg4NzUxNzgzMA==&amp;amp;mid=2247557390&amp;amp;idx=2&amp;amp;sn=ffcf4966963f7edcede65f7d9a2fa82d&amp;amp;chksm=ce16b68ef3bc4f07cde5ed1dedd81c0db3ac7ee7c6140c870216f2286f006db69d21659b326a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · Robo Encyclopedia &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI4ODAxMDk4MA==&amp;amp;mid=2455823832&amp;amp;idx=1&amp;amp;sn=8b6da65325e2796a67370c10d5cf79d0&amp;amp;chksm=fd11151ac5eeadffc48c56455abc9644a1860ea20bc9d0a6bed39d46fd2ecd3dddbba2fc1e6c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Tesla expands Robotaxi to Tampa and Orlando; Cybercab to feature built-in Starlink antenna&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Following its expansion to Miami this month, Tesla has pushed Robotaxi service to two new Florida cities, &lt;strong&gt;Tampa and Orlando&lt;/strong&gt;, ahead of its Q2 earnings report. Also announced the same day: Cybercab will integrate a &lt;strong&gt;Starlink V5&lt;/strong&gt; antenna—for a driverless fleet, remote takeover and telemetry links in cellular dead zones have long been an operational hard constraint, and satellite backhaul fills that gap. Robotaxi and Optimus progress are also expected to be the focus of Wednesday's earnings call, with markets watching whether cash burn can translate into a per-vehicle profitability model.Source: Reuters &lt;a href="https://www.reuters.com/business/autos-transportation/tesla-expands-robotaxi-service-orlando-tampa-ahead-earnings-2026-07-21/" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Electrek &lt;a href="https://www.firstpost.com/tech/teslas-cybercab-to-feature-built-in-starlink-antenna-bringing-satellite-internet-to-robotaxis-14032894.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Momenta Robotaxi secures road-test permit in Shenzhen, stock up over 10% in a single day&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Shenzhen becomes Momenta Robotaxi's fourth core city in China after Shanghai, Suzhou, and Wuxi, with overseas testing already underway in Munich, Germany and Abu Dhabi, UAE. The market reaction was immediate, with the company's stock &lt;strong&gt;up over 10%&lt;/strong&gt; that day. A previously reported mass-production custom vehicle project with SAIC's Xiang Dao is still on track for a 2027 reveal, with SAIC manufacturing, Momenta providing the L4 solution, and Xiang Dao operating—a division of labor that shifts Momenta from a Tier 2 solution seller toward a deep partnership with the automaker.Source: Eastmoney &lt;a href="https://finance.eastmoney.com/a/202607213815386192.html" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Momenta &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI0MTcwODI2OQ==&amp;amp;mid=2247505942&amp;amp;idx=1&amp;amp;sn=68f4ec75b8fd5f6e462523208d296a2d&amp;amp;chksm=e84d89b065785a4db57adf8f1a5c3fa711b5699c4b3e1571de2129b7a272b72dd103f355f1e7#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BMW locates humanoid robot software center in Landshut, prioritizing data and simulation before production-line deployment&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;BMW has designated its &lt;strong&gt;Landshut&lt;/strong&gt;, Germany components plant as the central development site for humanoid robot software, handling training data generation and preparation, virtual simulation, motion planning, and robot training—splitting responsibilities from existing production-line pilots in Leipzig and Spartanburg, which validate specific applications while Landshut builds the technical foundation. The technical approach is an open modular architecture combining fixed programmed workflows with AI models, where a &lt;strong&gt;VLA model&lt;/strong&gt; translates visual information and task descriptions into concrete actions; data collection uses cameras, motion-capture suits, and data gloves. Project lead Christoph Jagoda emphasized that the evaluation covers not just technical feasibility but which processes humanoid robots can genuinely deliver economic returns for. Partners include Athenyx Robotics and Landshut University of Applied Sciences.Source: Automotive Manufacturing Solutions &lt;a href="https://www.automotivemanufacturingsolutions.com/smart-factory/bmw-expands-humanoid-robotics-software-at-landshut-plant/2702826" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;National-Local Joint Center and Huawei launch embodied intelligence training-ground demonstration site, Linglong robots already deployed at Yanfeng production line&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;The National-Local Co-Built Humanoid Robot Innovation Center and Huawei unveiled an "embodied intelligence training-ground demonstration site" during WAIC, targeting two bottlenecks: scarcity of high-quality data and insufficient model generalization. Huawei contributes compute, storage, networking, and its CloudRobo embodied simulation-training platform, while the innovation center contributes robot hardware, data, models, evaluation, and deployment. One concrete result: &lt;strong&gt;Linglong&lt;/strong&gt;-series robots incorporating the joint research have already been deployed at &lt;strong&gt;Yanfeng&lt;/strong&gt;, completing real-world data collection and autonomous work verification on the shop floor—validating the transfer path from "training-ground training" to "model iteration" to "industrial field deployment." Chief scientist Jiang Lei said the demonstration site has made breakthroughs in four areas: large-scale real-world data sets, Ascend-native VLA models, cloud-edge-device coordinated architecture, and an end-to-end toolchain.Source: Huawei China &lt;a href="https://mp.weixin.qq.com/s?__biz=MzAxOTU0NDU2Ng==&amp;amp;mid=2651679547&amp;amp;idx=1&amp;amp;sn=43132988ccba612d8d6d29459ff9f081&amp;amp;chksm=816cdf71ce5d41ca2647d3cc0b1d9c8516a78eca729c1fdf29344a19a945c2a53a06de38ce3f#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Incheon Coupang warehouse fire burns for 61 hours, hundreds of lithium-battery robots on the fifth floor a hazard concern&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;A fire at a Coupang logistics center in Incheon, South Korea took &lt;strong&gt;61 hours&lt;/strong&gt; to fully extinguish, possibly the longest on record in the area, with flames burning through six floors; hundreds of lithium-battery-powered robots on the fifth floor were at one point flagged as an explosion risk. On-site investigation points to melted roller shutter doors and extremely high fire load. This highlights an under-discussed boundary condition as warehouse automation scales up: densely packed lithium-battery-powered robots are themselves a concentrated fire load, and existing fire-safety designs may not have been built around that premise.Source: Seoul Economic Daily &lt;a href="https://en.sedaily.com/society/2026/07/21/incheon-coupang-warehouse-fire-contained-after-61-hours" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Sohu &lt;a href="https://m.sohu.com/a/1052842690_122014422?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;RoboSense forms alliance with Abu Dhabi's Origen, pushing embodied intelligence into the Middle East&lt;/strong&gt; · autonomy ⚠️ letter-of-intent stage&lt;/p&gt;

&lt;p&gt;RoboSense (HKEX: 2498) signed an agreement with Abu Dhabi AI company &lt;strong&gt;Origen&lt;/strong&gt; during WAIC, covering spatial intelligence, autonomous driving, industrial inspection, and smart cities, with Origen handling regional delivery, solution integration, and localization. Both sides currently describe the arrangement as "evaluating pilot deployment and localization strategy," with no specific orders or installation figures yet.Source: Zawya &lt;a href="https://www.zawya.com/en/press-release/events-conferences/origen-and-robosense-form-strategic-partnership-to-accelerate-embodied-intelligence-across-the-middle-east-404299" 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;Samsung Electronics establishes robotics division RX reporting directly to the CEO, poaches former Boston Dynamics strategy lead&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Following last week's reports that Samsung plans to build a humanoid robot base in Gumi, Samsung Electronics has consolidated its scattered robotics efforts into a new organization: the &lt;strong&gt;Robotics eXperience (RX) Business Promotion Office&lt;/strong&gt;, reporting directly to CEO &lt;strong&gt;Roh Tae-moon&lt;/strong&gt;, overseeing mid-to-long-term strategy, core technology development, and commercialization, based at the Seoul R&amp;amp;D campus. Personnel moves are the strongest signal here—Executive Vice President &lt;strong&gt;Lee Dong-geun&lt;/strong&gt;, who previously led robotics strategy at Hyundai Motor Group and Boston Dynamics, has been named head of the robotics strategy team, joined simultaneously by Seoul National University professor Kim Hyun-jin (intelligent autonomous robotic systems) and Ajou University professor Kim Eui-gyeom (manipulator and manipulation technology). Samsung has explicitly named data as the key competitive edge in robotics, and will build a Data Factory in &lt;strong&gt;Gumi&lt;/strong&gt; to collect and analyze real industrial environment data, along with research centers in the US, China, and Japan. Samsung's stock &lt;strong&gt;rose over 5%&lt;/strong&gt; following the announcement, and Gumi's mayor has publicly pledged full support for Samsung's 19 trillion won robotics and AI investment.Source: The Korea Times &lt;a href="https://www.koreatimes.co.kr/business/companies/20260721/samsung-electronics-launches-ceo-led-robotics-unit-to-drive-future-growth" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Chosunbiz &lt;a href="https://biz.chosun.com/en/en-it/2026/07/21/BAWHQHX7UJDY5MHMBCE55YK7WM/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nvidia open-sources Cosmos 3 Edge: 4B-parameter world model generates actions directly on-device on robots&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;The Cosmos 3 family gains its smallest tier: &lt;strong&gt;Cosmos 3 Edge&lt;/strong&gt;, a 4-billion-parameter model built for edge deployment—about one-sixteenth the size of Super (64B), announced at GTC Taipei on May 31, with Nano sitting at 16B. Its target scenario is specific: machines in factories, warehouses, and hospitals need to run data-center-level performance on memory-constrained bodies. The architecture is a &lt;strong&gt;Mixture-of-Transformers&lt;/strong&gt; dual-tower design: an autoregressive tower handles visual and text tokens for understanding and reasoning, while a diffusion tower handles visual, audio, and action tokens for prediction, generation, and neural simulation; both towers retain their own normalization layers and MLPs while sharing multimodal attention, allowing the model to reason about a scene before generating output. The reasoner uses a 2B dense transformer, following Qwen3-VL's image and video messaging conventions. The key to cross-embodiment support lies in action representation: a vehicle's ego pose, a camera's motion, and a robot arm's end-effector pose plus gripper state are unified into compact geometric vectors describing translation, rotation, and manipulation state, connecting control directly back to the visual structure of the scene.Source: MarkTechPost &lt;a href="https://www.marktechpost.com/2026/07/21/nvidia-releases-cosmos-3-edge-a-4b-parameter-open-world-model-that-reasons-and-generates-robot-actions-on-device/" rel="noopener noreferrer"&gt;source&lt;/a&gt; · GIGAZINE &lt;a href="https://gigazine.net/gsc_news/en/20260721-nvidia-cosmos-3-edge/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Model S autonomous-driving death case ruled $240 million in damages, three state attorneys general seek to overturn&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Tesla lost a lawsuit over a pedestrian death involving Model S's autonomous driving system, with damages ruled at approximately &lt;strong&gt;$240 million&lt;/strong&gt;; three state attorneys general subsequently sought to have the ruling overturned. Beyond the damages figure itself, what's worth watching is whether this becomes a reference point for allocating liability in assisted driving—as NHTSA is in the process of rewriting driverless vehicle rules around "capability" assessments, how courts allocate responsibility between human and machine will have a longer reach than any single payout.Source: IT Home (Chinese tech news outlet) &lt;a href="https://news.mydrivers.com/1/1137/1137798.htm" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Beijing's industrial robot output up 75.5%, service robot output up 2.3x in H1&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;According to Beijing Municipal Bureau of Economy and Information Technology data: in H1, "AI+" initiatives drove output growth of &lt;strong&gt;92.1%, 75.5%, and 2.3x&lt;/strong&gt; respectively in integrated circuits, industrial robots, and service robots. Over the same period, the city's combined industrial and information software sector value-add approached RMB 1 trillion, or 36.6% of GDP, with fixed-asset investment in key industrial sectors up 24.0% year-over-year, including a &lt;strong&gt;36.0%&lt;/strong&gt; increase in high-tech manufacturing investment. The gap between service robots' more-than-doubled growth rate and industrial robots' rate suggests this wave of volume growth is landing more in commercial service applications than on production lines themselves.Source: Beijing News &lt;a href="https://www.bjnews.com.cn/detail/1784627548129701.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kexing Shikong, Shanghai Technology Exchange, and Unitree launch real-robot data demonstration platform&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;A jointly built high-quality real-robot data demonstration platform has launched, with Kexing Shikong's data collection team having already deployed some &lt;strong&gt;Unitree&lt;/strong&gt; robots to Fuxing Island in Yangpu District, collecting data on real-world tasks such as chair repositioning in retail settings. The notable element here is bringing a technology exchange into the embodied data pipeline—once real-robot data needs to circulate across institutions, pricing and rights allocation become unavoidable, an area that has largely been a blank slate until now.Source: Shanghai Technology Exchange &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU2MTU2ODM2Mg==&amp;amp;mid=2247542357&amp;amp;idx=1&amp;amp;sn=9f4445d6e3e4ffcbd3f7bd8445208fbb&amp;amp;chksm=fd34ae93e94c21453b0079ac7599bba730f27c3ad755397e72761f26f484512f53f72481e306#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · Kanchai.com (Chinese tech news outlet) &lt;a href="https://m.ikanchai.com/pcarticle/663193" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Booster Robotics launches flagship humanoid Booster T2, powered by Nvidia Thor&lt;/strong&gt; · humanoid ⚠️ manufacturer's own claims&lt;/p&gt;

&lt;p&gt;Booster T2 debuted at WAIC, powered by Nvidia's &lt;strong&gt;Thor&lt;/strong&gt; chip, with the manufacturer claiming 2,070 TFLOPS of compute; the company also launched a development toolkit, Booster Studio. The company's stated goal is moving humanoids from "can move" to "can be used"; no mass-production or delivery figures have been disclosed yet.Source: Daofengti (Chinese tech media outlet) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIyMTIxMTI0Ng==&amp;amp;mid=2247485950&amp;amp;idx=1&amp;amp;sn=f8e8215d30292501017db4637251517a&amp;amp;chksm=964eda702179e3aba69637b4da5a3892509619def2d8dc0351eeb988d19d57df41973ac52ab6#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XPeng unveils TuringViT vision encoder&lt;/strong&gt; · autonomy ⚠️ manufacturer's own claims&lt;/p&gt;

&lt;p&gt;XPeng has unveiled a vision encoder for physical AI applications called &lt;strong&gt;TuringViT&lt;/strong&gt;, claiming it restructures the training paradigm for large vision models. Only the launch announcement is public so far, with no third-party reproduction or benchmark comparison yet seen.Source: Gasgoo (Chinese automotive industry outlet) &lt;a href="https://auto.gasgoo.com/news/202607/21I70466717C109.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;Lingyi iTech · full-machine contract manufacturing&lt;/strong&gt;: Beijing Yizhuang's embodied intelligence super-factory targets stable annual capacity of 10,000 humanoid units in 2026, rising to 20,000 in 2027; the Chengdu facility has already stabilized mass production of AGIBOT-customized units, while the Beijing plant handles Tiangong-series mass-production validation ⚠️ investor-communication claims &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzNDk1MjE1MQ==&amp;amp;mid=2247483748&amp;amp;idx=1&amp;amp;sn=a2733285bbff99a841cc14cd8c3c518c&amp;amp;chksm=f1d4f44fae542168360c068ca62fef9e4d2a9bc72b562901e8b8c56194957a22a411f9707234#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Data gloves · a collection-side bottleneck&lt;/strong&gt;: mainstream Manus gloves cost RMB 60,000–100,000 per set and prices are still rising while supply remains scarce; pairing with an RMB 100,000-class dexterous hand pushes per-set collection cost toward RMB 200,000–300,000, prompting BrainCo (a 21-DOF exoskeleton, full set RMB 160,000), Dexrobot, and Linjiedian to each build their own gloves &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwMzAxMDE0MA==&amp;amp;mid=2247485986&amp;amp;idx=1&amp;amp;sn=1c29f3e16598fd70c87aac85fab32b18&amp;amp;chksm=f5e5f248839737d50cb3b6bf4961117c7d78dde87b75158d6b4d614b7539a945719697d1e132#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Visuo-tactile sensing · lifespan is a real problem&lt;/strong&gt;: once the silicone skin tears or glue leaks out, the entire fingertip's data is ruined and the part must be replaced and recalibrated; Linjiedian says it has reached a lifespan of 100,000 grasps, while some manufacturers report needing to recalibrate after just two to three days of intensive data collection &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwMzAxMDE0MA==&amp;amp;mid=2247485986&amp;amp;idx=1&amp;amp;sn=1c29f3e16598fd70c87aac85fab32b18&amp;amp;chksm=f5e5f248839737d50cb3b6bf4961117c7d78dde87b75158d6b4d614b7539a945719697d1e132#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Weihong Corporation · micro servo motors&lt;/strong&gt;: claims its dexterous hand's micro servo motors overcome the stalling and burnout issues of coreless motors, with projected monthly output of 80,000 units by year-end ⚠️ manufacturer's own claims &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzNDk1MjE1MQ==&amp;amp;mid=2247483748&amp;amp;idx=1&amp;amp;sn=a2733285bbff99a841cc14cd8c3c518c&amp;amp;chksm=f1d4f44fae542168360c068ca62fef9e4d2a9bc72b562901e8b8c56194957a22a411f9707234#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;China Aviation Optical-Electrical Technology&lt;/strong&gt;: has joined the Ministry of Industry and Information Technology's humanoid robotics and embodied intelligence standardization working group &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzNDk1MjE1MQ==&amp;amp;mid=2247483748&amp;amp;idx=1&amp;amp;sn=a2733285bbff99a841cc14cd8c3c518c&amp;amp;chksm=f1d4f44fae542168360c068ca62fef9e4d2a9bc72b562901e8b8c56194957a22a411f9707234#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 64 (07/21)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Mon, 20 Jul 2026 14:46:52 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-64-0721-2o5o</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-64-0721-2o5o</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Blackstone invests &lt;strong&gt;about $676 million&lt;/strong&gt; in South Korean actuator maker Futronic, betting on the robotics "components layer"&lt;/p&gt;

&lt;p&gt;· China's Ministry of Industry and Information Technology: China has over &lt;strong&gt;400 models&lt;/strong&gt; of humanoid robots, about half the global total; quadrupeds account for nearly 70% of global sales&lt;/p&gt;

&lt;p&gt;· Xiaomi releases Xiaomi-Robotics-1: a VLA model trained on &lt;strong&gt;100,000 hours&lt;/strong&gt; of real-robot data, pushing RoboCasa365 SOTA to 57.6%&lt;/p&gt;

&lt;p&gt;· Yuequan Bionics (Chinese bionic robotics startup) raises a &lt;strong&gt;Pre-A+ round worth hundreds of millions of RMB&lt;/strong&gt;; bionic dexterous hands reach 10,000-unit production scale with orders exceeding RMB 100 million&lt;/p&gt;

&lt;p&gt;· UBTECH's humanoid robots to enter a South Korean auto-parts production line for a POC trial in &lt;strong&gt;August&lt;/strong&gt;, marking embodied AI's overseas push shifting toward supply-chain integration&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Xiaomi-Robotics-1: Scaling VLA with 100,000 Hours of Real-Robot Data&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Xiaomi has pushed VLA "data scaling" to a new magnitude — pretraining on &lt;strong&gt;100,000 hours&lt;/strong&gt; of real-robot manipulation trajectories (collected via UMI devices), paired with an automated annotation pipeline that labels each trajectory with natural-language descriptions of scene state transitions, providing fine-grained conditioning for action learning. The method splits into pretraining and post-training stages, showing a clear scaling curve: bigger models and more data yield better out-of-the-box real-robot performance, with the advantage transferring directly to post-training. It sets a new SOTA on &lt;strong&gt;RoboCasa365&lt;/strong&gt; with a 57.6% success rate (previous best: 46.6%), and averages 20.07 on RoboDojo (previous: 13.07); code and weights will be open-sourced.&lt;/p&gt;

&lt;p&gt;Xiaomi Robotics Team · arXiv 2607.15330 &lt;a href="https://arxiv.org/abs/2607.15330" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Signal HF↑45&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Harness VLA: Wrapping a Frozen VLA in a "Scheduling Shell" Instead of Retraining It&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;A team led by Yu Chao at Tsinghua University proposes: rather than continuing to scale models and stack more robot trajectories, borrow from coding-agent design and give VLA its own harness. The frozen VLA is wrapped as a primitive handling only rich-contact actions like grasping and constrained placement, while contact-free movement, navigation, and release are handled by deterministic controllers; a planner then decides when to invoke the VLA, how to pre-position before invoking it, and how to retry after failures. With the same frozen VLA and unchanged parameters, simply changing how it is organized and invoked raised the success rate on the LIBERO-Pro generalization benchmark from &lt;strong&gt;50.0% to 82.4%&lt;/strong&gt; (compared with Nvidia's Cap-X at only 18.2% in the same period).&lt;/p&gt;

&lt;p&gt;Yu Chao's team (Tsinghua University) · arXiv 2607.08448 &lt;a href="https://arxiv.org/abs/2607.08448" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Analysis: Embodied AI Insider &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0ODY4MjU3MQ==&amp;amp;mid=2247538657&amp;amp;idx=1&amp;amp;sn=8a8f5e901f6b6b4f13074bb73982f517&amp;amp;chksm=c260c1cf8bcd893f7b30a4a458d20c231f79d6f8e0737ee9f6bd6a16d8febb965b43438b3469&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;Orbis 2: Splitting Driving World Models into "Coarse Structure + Fine Frames"&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Current world models mostly pursue frame-level fidelity at a single level of abstraction, lacking spatial and semantic reasoning. Orbis 2 splits future prediction into two levels: a high-level predictor forecasts coarse-grained scene structure over long horizons, and a low-level generator produces detailed frames based on that structure, balancing fidelity with reasoning. It also proposes a two-stage paradigm — "diffusion-forcing pretraining + teacher-forcing fine-tuning" — combining the representation quality of the former with the autoregressive stability of the latter, achieving &lt;strong&gt;SOTA&lt;/strong&gt; across a suite of driving world-model benchmarks including long-horizon generation and counterfactual steering response.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;EmArm: Giving Robotic Arms "Whole-Arm Human-Like Touch," Published in Nature Sensors&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;By combining a rigid skeleton with flexible tactile skin, researchers built EmArm, a robotic arm with whole-arm human-like tactile perception that enables real-time physical adaptation — stably completing rich-contact manipulation while safely replanning trajectories in dynamic, unstructured environments. Compared with tactile sensing limited to the fingertips, it extends the "sensing zone" from the hand across the entire arm, pointing toward a contact-interaction approach closer to human touch.&lt;/p&gt;

&lt;p&gt;Tang et al. · Nature Sensors &lt;a href="https://www.nature.com/articles/s44460-026-00112-5" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Think at 5 Hz, Act at 20 Hz: Keeping LLM-Based Driving in Step with Control Frequency&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;When large models are introduced into end-to-end driving, inference latency has always lagged behind the control frequency vehicles require, forcing existing approaches to invoke the model only every other cycle and reuse old commands in between — effectively ignoring the latest observation half the time. This paper proposes an asynchronous fast-slow architecture: a slow channel "thinks" at 5 Hz while a fast channel "acts" at 20 Hz, so every control step uses the latest frame. Open-loop waypoint error drops to nearly &lt;strong&gt;one-quarter&lt;/strong&gt; of that from a backbone's built-in action head, with per-step model overhead of 32 ms independent of history length, runnable on a single consumer-grade GPU.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Handroid: Combining "Dexterous Hand" and "Humanoid" into One Desktop Robot&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Dexterous hands and humanoids are typically developed separately — the former for object-scale rich-contact manipulation, the latter for locomotion and whole-body interaction. Handroid combines both into a single reconfigurable desktop-scale dual-morphology robot, uniformly supporting hand teleoperation, dexterous grasping, in-hand manipulation, and humanoid gait generation — providing a low-cost testbed for studying "hand × whole-body" coordination on one platform.&lt;/p&gt;

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

&lt;p&gt;Other papers today: AC-VLA uses compositional learning to strengthen out-of-distribution action execution, delivering roughly a 28% absolute improvement on compositional generalization tasks (arXiv 2607.15714 &lt;a href="https://arxiv.org/abs/2607.15714" rel="noopener noreferrer"&gt;source&lt;/a&gt;); IMBench proposes an "intuitive manipulation" benchmark spanning perception—physical reasoning—action—iterative execution (arXiv 2607.15641 &lt;a href="https://arxiv.org/abs/2607.15641" rel="noopener noreferrer"&gt;source&lt;/a&gt;); VTAP Gripper performs in-hand manipulation with a visuo-tactile active palm plus reconfigurable fingers (arXiv 2607.15448 &lt;a href="https://arxiv.org/abs/2607.15448" rel="noopener noreferrer"&gt;source&lt;/a&gt;); MotionForesight adapts video models to predict future 3D scene flow from monocular video (arXiv 2607.16192 &lt;a href="https://arxiv.org/abs/2607.16192" rel="noopener noreferrer"&gt;source&lt;/a&gt;); VTLoc uses 3D point clouds for tactile contact-point localization (arXiv 2607.16146 &lt;a href="https://arxiv.org/abs/2607.16146" rel="noopener noreferrer"&gt;source&lt;/a&gt;); OptiTac uses fiber optics to mimic "artificial nerves" for bionic tactile skin (arXiv 2607.15746 &lt;a href="https://arxiv.org/abs/2607.15746" 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;Kuavo (X Humanoid)&lt;/strong&gt;: released what it calls the "world's first" large-scale cross-embodiment dataset and simulation engine, aimed at stable deployment of robots in real industrial scenarios &lt;a href="https://cj.sina.cn/articles/view/5597884738/14da8f142020025uho" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;DexForce&lt;/strong&gt;: open-sourced the Aligned DexWorld dataset, aligning dexterous manipulation data &lt;a href="https://autonews.gasgoo.com/articles/news/waic-2026-dexforce-releases-and-open-sources-aligned-dexworld-dataset-2079187084886646785" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Kunlun Wanwei (Chinese AI company) Matrix Game-3.5&lt;/strong&gt;: open-sourced a game world model, focused on real-time responsiveness moving from "video generation" toward an "interactive world" &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI1MzE1NDc3Mg==&amp;amp;mid=2247509916&amp;amp;idx=1&amp;amp;sn=eeb09206b8d5c75000cc751929e27843&amp;amp;chksm=e88764df30e22bf85ecb94724724ed461890beb4c180bca6e183701b1e5457bce7acb5085ed8#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;Futronic (South Korea) | Controlling-stake acquisition | About $676 million | Valuation of about KRW 1 trillion&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Blackstone's private equity fund signed a definitive agreement to invest in Futronic, a South Korean maker of high-precision actuators and motion control systems, with founder Ko Jin-ho remaining as chairman and CEO — this is not a spin-off but a bet on expanded capacity. Founded in Busan in 1993, Futronic supplies actuators and motors for automotive and industrial robots, employs about 225 people, and is a company with three decades of experience in motion hardware. Rather than backing a front-facing humanoid brand, Blackstone is buying directly into the &lt;strong&gt;components layer&lt;/strong&gt; that lets robots' "joints move and sustain load" — a so-called "sell the shovels" strategy: whichever full-robot maker wins, they will all need actuators.Source: Startup Fortune (citing Reuters/Bloomberg) &lt;a href="https://startupfortune.com/blackstone-bets-676-million-on-futronic-the-robot-actuator-maker-from-korea/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yuequan Bionics (Chinese bionic robotics startup) | Pre-A+ round | Hundreds of millions of RMB&lt;/strong&gt; · hardware ⚠️ Order figures per company's own statement&lt;/p&gt;

&lt;p&gt;Investors including Changfa, Huakong, Huaxia, Guoli Minsheng, and Xingke Venture Capital jointly invested, with existing shareholder Zhongguancun Qihang following on, marking the company's fourth funding round. Yuequan was founded by Ren Lüquan, an academician of the Chinese Academy of Sciences, and Ren Lei, a professor at the University of Manchester, pursuing a "bionic tension-compression structure" approach: self-developed magnetic-collector-drive artificial muscles integrate actuation, speed variation, and transmission into one unit, mimicking the human bone-muscle-tendon structure in an attempt to move beyond the conventional "motor + reducer + rigid joint" approach. Its flagship product, the Y-Hand M1 dexterous hand, has &lt;strong&gt;38 degrees of freedom&lt;/strong&gt;, full-hand tactile sensing, a grip strength of 28.7 kg, and single-finger repeat positioning accuracy of 0.04 mm. The company states its dexterous hands have reached 10,000-unit production scale with cumulative orders exceeding RMB 100 million.Source: 36Kr &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI2NDk5NzA0Mw==&amp;amp;mid=2248896281&amp;amp;idx=3&amp;amp;sn=76a60f6be4c4b0873304010ea68313b6&amp;amp;chksm=e868f8ffac3582618a0ddf6417e1f61a222b06705fc75bf64653d40f6c2f47153313befc8262#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; | Jingguan Ganzhi &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI2NDU0MDQzNg==&amp;amp;mid=2247493390&amp;amp;idx=1&amp;amp;sn=dbc0c146513ba23b96d100e515b69165&amp;amp;chksm=eb69f5b02f3b262e5a120fc70962b28b76ae5772ee494bcccf7c0c4394002c83af8548eab8ed#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dobot (Chinese collaborative robotics maker) | Equity dispute alleged by co-founder ahead of ChiNext IPO hearing&lt;/strong&gt; · industrial ⚠️ Dispute per the accusing co-founder's account&lt;/p&gt;

&lt;p&gt;Collaborative robot maker Dobot faces an equity dispute alleged by a co-founder just ahead of its ChiNext IPO listing-committee hearing, with the company's flurry of recent funding rounds also drawing scrutiny. On the other hand, the company disclosed that first-half revenue and gross profit nearly doubled, with its collaborative-robot business becoming a "cash cow" underpinning its push into embodied AI commercialization.Source: Huxiu &lt;a href="https://www.huxiu.com/article/4876680.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TÜV (Tuosida, Chinese industrial robot maker) files again for Hong Kong IPO, focused on integrated industrial robotics&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Tuosida, whose core business is integrated industrial robots and self-developed R&amp;amp;D, has filed a second time for a Hong Kong listing, continuing the recent wave of Chinese industrial robotics companies rushing to list in Hong Kong during the current listing window.Source: 10jqka &lt;a href="http://stock.10jqka.com.cn/20260720/c678292400.shtml" 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;UBTECH's Cruzr Y1 and Walker S2 to Enter a South Korean Auto-Parts Production Line&lt;/strong&gt; · humanoid ⚠️ Still at POC validation stage&lt;/p&gt;

&lt;p&gt;UBTECH signed a memorandum of cooperation with South Korea's Doksan JMR and AJIN Industrial to launch a production-line proof-of-concept (POC) for its Cruzr Y1 and Walker S2 humanoid robots at AJIN's newly opened manufacturing innovation factory in &lt;strong&gt;August 2026&lt;/strong&gt;. Unlike its domestic-China deployments directly inside vehicle assembly plants for on-the-job training (Dongfeng Liuzhou Motor, Zeekr), this overseas move deliberately targets an auto-parts supplier, adopting a "UBTECH core technology + local Korean service" model to sidestep trade and compliance barriers. Whether the POC can convert into bulk orders remains to be seen, and local players like Rainbow Robotics are also accelerating their own efforts — this is one example of Chinese embodied AI's overseas expansion shifting from "exporting complete robots" to "localizing within the supply chain."Source: Netease Auto/Wangtongshe &lt;a href="http://auto.news18a.com/news/storys_277495.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jiushi Intelligence (Chinese autonomous-driving company): L4 Map-Free Autonomous Driving System Announces Mass Production&lt;/strong&gt; · autonomy ⚠️ Per the company's own statement&lt;/p&gt;

&lt;p&gt;At WAIC, Jiushi Intelligence stated its L4-level, HD-map-free autonomous driving system has entered mass production, emphasizing a low-cost, fast-deployment map-free approach.Source: Sina Finance &lt;a href="https://finance.sina.cn/stock/jdts/2026-07-20/detail-iniinfqa8189034.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;YingShen's Embodied Robots Enter a Vietnamese Factory&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;YingShen's embodied robots have been deployed on a factory production line in Vietnam, marking another step in Chinese embodied AI's expansion into Southeast Asian manufacturing settings.Source: Vietnam Investment Review &lt;a href="https://vir.com.vn/yingshens-embodied-robots-enter-vietnamese-factories-156935.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;China's Ministry of Industry and Information Technology: China Has Over 400 Humanoid Robot Models, About Half the Global Total&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;At a State Council Information Office press briefing on July 20, Wang Weiming, chief engineer of China's Ministry of Industry and Information Technology, shared first-half figures: China-developed quadruped robots account for &lt;strong&gt;nearly 70%&lt;/strong&gt; of global sales share, and China has over &lt;strong&gt;400 models&lt;/strong&gt; of humanoid robots — more than half the global total. This follows Xi Jinping's appearance at WAIC setting the tone for "AI moving into the physical world" (previously reported), marking another official endorsement of the embodied AI industry's scale; WAIC also closed in Shanghai the same day. The same briefing also disclosed: China's new shipbuilding orders account for 81.2% of the global total, AI visual inspection has reached micron-level defect detection, and industrial large models have shortened preclinical R&amp;amp;D cycles for anti-tumor targeted drugs by 40%. The fact that over half of all model variants are Chinese-made indicates the "hardware supply" side is already highly saturated, with industry focus shifting from "whether it exists" to "who can deliver at scale and get robots actually working."Source: cnii.com.cn &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI5ODU5NTY5OQ==&amp;amp;mid=2247545404&amp;amp;idx=1&amp;amp;sn=be21de4a42e16295806c396422cee7c9&amp;amp;chksm=edf27128c3a023f5836d5cdfe02e332f57b98ef9308822b39ad367075de0ede7b16ffaa354ed#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; | Xinhua &lt;a href="https://english.news.cn/20260720/fe5d37f0d56e420ea893321b2ec31881/c.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unitree Releases UnifoLM-OminiA-0.3 Home-Care Embodied Model&lt;/strong&gt; · embodied ⚠️ Per demo footage&lt;/p&gt;

&lt;p&gt;Deployed on the G1, the model emphasizes a "single unified architecture," folding navigation, grasping, visual recognition, voice interaction, whole-home device coordination, and safety avoidance into one model — replacing the traditional layered architecture of separately calling perception/language/control APIs. In official demos, the G1 moves between living room, bedroom, and kitchen following a single spoken instruction, completing long-sequence tasks such as carrying a pillow, sorting dirty laundry, loading a dishwasher, and pulling a specific pill box out of a stack. The version number is deliberately marked &lt;strong&gt;0.3&lt;/strong&gt;, with technical details not yet disclosed; Unitree itself acknowledges the model is "somewhat slow to react, with occasionally clumsy grasping postures." This marks the fourth iteration in Unitree's UnifoLM series over the past year (world model → VLA → industrial → home care).Source: Deep Blue Embodied Intelligence &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMDcyNDUzMQ==&amp;amp;mid=2247506649&amp;amp;idx=1&amp;amp;sn=6c0d65414a0254a21f51b8fffad9d280&amp;amp;chksm=c13119e816ab426e1a1a865a02d1526d62bc109a395b0223d68c3688a13723cc8e8d2f53cb13#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; | STCN &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg4MTEyNzc4Mg==&amp;amp;mid=2247641804&amp;amp;idx=6&amp;amp;sn=e4b5393ae04960c5fe503d7b317c6c02&amp;amp;chksm=cec7a1f790bf30c9f50ad82d59e96315656ce4cfa6bcb1fc9e58a2a10be33284ae0c99f84da6#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fourier Intelligence (Chinese humanoid robotics company) Releases First Wheeled Dual-Arm Robot, GRW&lt;/strong&gt; · industrial ⚠️ Per manufacturer specs&lt;/p&gt;

&lt;p&gt;The brand's first wheeled-configuration robot targets flexible mobile assistance in factories — line-side delivery, tote handling, machine-side loading/unloading, palletizing and depalletizing, and other auxiliary stations that have long lacked automation. Specs: 29 degrees of freedom, dual-arm payload of &lt;strong&gt;16 kg&lt;/strong&gt;, peak torque of 500 N·m, repeat positioning accuracy of &lt;strong&gt;±0.1 mm&lt;/strong&gt;, a shoulder width of just 585mm to fit standard factory aisles, hot-swappable battery support for 24/7 continuous operation, and a no-code (natural language + drag-and-drop) tool chain that lowers the deployment threshold to accessory level. Fourier's reasoning: most factories have flat, hardened floors, so bipedal locomotion's terrain advantage goes unused while costing more in energy and stability — hence choosing a wheeled design to fill the automation gap at auxiliary stations first.Source: Robotics Grand Lecture Hall &lt;a href="https://www.leaderobot.com/news/8553" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hyundai Reportedly Moving to Further Tighten Control Over Boston Dynamics&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Following Hyundai's earlier $325 million acquisition of SoftBank's remaining 9.65% stake in Boston Dynamics (previously reported), South Korean media report that Hyundai Executive Chair Chung Euisun's personal stake in Boston Dynamics has risen to about &lt;strong&gt;25%&lt;/strong&gt;, as the group further consolidates control, paving the way for Boston Dynamics to be fully folded into Hyundai's robotics portfolio.Source: 매일경제 (Maeil Business Newspaper) &lt;a href="https://pulse.mk.co.kr/news/english/12102362" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tesla to Report Q2 Earnings Wednesday, With Robotaxi and Optimus Progress in Focus&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;The market is watching whether Tesla can demonstrate that its AI/Robotaxi/Optimus investments are "strengthening the company," with roughly &lt;strong&gt;480,000&lt;/strong&gt; vehicles delivered in Q2. Separately, according to NHTSA data, Electrek reported that a Tesla remote operator was linked to a Robotaxi collision in Houston, adding further controversy over the safety of its remote-teleoperation setup.Source: Investor's Business Daily &lt;a href="https://www.investors.com/news/tesla-earnings-elon-musk-robotaxi-optimus-electric-vehicle/" rel="noopener noreferrer"&gt;source&lt;/a&gt; | Electrek &lt;a href="https://electrek.co/2026/07/20/tesla-robotaxi-remote-operator-crash-houston/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;· &lt;strong&gt;Wolong Electric Drive × Shangwei New Materials&lt;/strong&gt;: reached a partnership at WAIC combining motor drives with composite materials, entering upstream joints and structural components for humanoid robots &lt;a href="https://autonews.gasgoo.com/articles/news/waic-2026-wolong-electric-drive-and-swancor-advanced-materials-form-partnership-2079205273351720961" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Solid-state batteries&lt;/strong&gt;: industry discussion is increasingly framing their economics as a key variable for humanoid robots' battery life and safety &lt;a href="https://www.caiwennews.com/article/1521780.shtml" 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 63 (07/20)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Sun, 19 Jul 2026 14:44:01 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-63-0720-1d37</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-63-0720-1d37</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;ModelBest&lt;/strong&gt; (Chinese AI lab spun out of Tsinghua) open-sources embodied model MiniCPM-Robot, crushing π0.5's memory-benchmark score of 10 with &lt;strong&gt;53 points&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· The founder of Huawei's embodied-brain division departs to start his own company; &lt;strong&gt;Cognibrain&lt;/strong&gt;, positioned against JEPA, raises a &lt;strong&gt;nine-figure RMB round&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· China's "Measures on Anthropomorphic AI Interaction Services" take effect, pulling emotional-companion robots into &lt;strong&gt;tight regulation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· Former head of DJI's robot vacuum business pivots to exoskeletons; &lt;strong&gt;Sequoia China and Shunwei Capital&lt;/strong&gt; back &lt;strong&gt;Yueshan Innovation (OROX)&lt;/strong&gt;'s angel round&lt;/p&gt;

&lt;p&gt;· WAIC organizers disclose: China's core AI industry has surpassed &lt;strong&gt;RMB 1.2 trillion&lt;/strong&gt; in scale&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Universal transferable visual attack: a single adversarial patch defeats VLA models across the board&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;As VLA (vision-language-action) models become the dominant "brain" for robots, the robustness of their visual input pipeline is emerging as a security weak point. This work by a Nanyang Technological University team, named a &lt;strong&gt;CVPR 2026 best paper&lt;/strong&gt;, produced an adversarial patch that is &lt;strong&gt;universal and transferable across models&lt;/strong&gt; — placed within a camera's field of view, it induces different VLA models' action policies to fail, with no need to tune it for each model individually. It's a reminder that when robots actually do physical work, "seeing one thing wrong" can lead to consequences far more severe than a misclassified image.&lt;/p&gt;

&lt;p&gt;Nanyang Technological University team · CVPR 2026 best paper · Analysis: Ru-hulu的具身智能分享会 (Ru-hulu's Embodied Intelligence Sharing) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4MzM0MjYzOQ==&amp;amp;mid=2247483840&amp;amp;idx=1&amp;amp;sn=99515788c2280bc0f2a2a42fc1715fd3&amp;amp;chksm=f216f8aa922a1bbb50eb63264aba028a41f1e8fe69c76e0693d4fb44c1cc33bfaf24d54b9031#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;MiniCPM-Robot&lt;/strong&gt; (ModelBest × OpenBMB): ModelBest, a Tsinghua-linked AI lab, made its WAIC debut in embodied intelligence, open-sourcing two on-device models. The general-purpose VLA &lt;strong&gt;MiniCPM-RobotManip&lt;/strong&gt;, trained on the multimodal on-device model MiniCPM-V 4.6, has just &lt;strong&gt;1.5B&lt;/strong&gt; parameters yet matches 3–4B-parameter models — by aggressively compressing visual tokens it packs historical observations into inference, achieving &lt;strong&gt;1-minute native memory&lt;/strong&gt;. On RMBench, which tests contextual memory, it scores &lt;strong&gt;53&lt;/strong&gt; versus π0.5's 10 (near-random). At 60 frames of history, per-step inference drops from a traditional 125 TFLOPs to &lt;strong&gt;3.3 TFLOPs&lt;/strong&gt;, with single-step latency of 120ms on an H100 — about half that of π0.5. A second, 0.9B model, &lt;strong&gt;MiniCPM-RobotTrack&lt;/strong&gt; (co-developed with Nanjing University), is built for &lt;strong&gt;offline local tracking&lt;/strong&gt;, natively supporting Unitree's Go2 — it can track a person at 5+Hz even with the network cable unplugged, and posts scores of 89.8/73.4/80.4 across three tracking tasks, an open-source SOTA. Both are available on GitHub/Hugging Face. &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkxNjcxMTI5NQ==&amp;amp;mid=2247491471&amp;amp;idx=2&amp;amp;sn=060fa70826d1adad6079d72dd47c30b2&amp;amp;chksm=c0677481dcf34180439f7d0a6d43d008448b8b0400e73b71b51f805ae786039f45db40e67024#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;PhyAI&lt;/strong&gt; (ModelBest): An embodied reasoning framework open-sourced alongside the models, built for fast on-device inference and large-scale cloud RL rollouts; the company claims speedups of roughly &lt;strong&gt;2.85×/1.82×/2.28×&lt;/strong&gt; for π0/π0.5/GR00T respectively on an RTX 5090. &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkxNjcxMTI5NQ==&amp;amp;mid=2247491471&amp;amp;idx=2&amp;amp;sn=060fa70826d1adad6079d72dd47c30b2&amp;amp;chksm=c0677481dcf34180439f7d0a6d43d008448b8b0400e73b71b51f805ae786039f45db40e67024#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Cognibrain (具脑磐石) | New round | Nine-figure RMB&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;The round was led by industrial capital with backgrounds in brain-inspired computing and embodied intelligence, with follow-on investment from existing shareholders; Duowei Capital served as exclusive financial advisor, and another financing round is closing in parallel. Founded in 2025, the company's founder and CEO &lt;strong&gt;Zhu Senhua&lt;/strong&gt; was formerly "the top person for Huawei's embodied brain division," having served as director of Huawei Cloud's AI Algorithm Innovation Lab and led the Pangu embodied foundation model; he holds a PhD in cognitive neuroscience from the University of Pennsylvania. The team is pursuing a &lt;strong&gt;brain-inspired intelligence&lt;/strong&gt; approach to build a "cognitive world model," aligned in direction with Yann LeCun's JEPA but emphasizing a full closed loop from "representation-prediction" through to "decision-execution," with a focus on low data requirements, high generalization, lifelong learning, and low power consumption. This marks another team with big-tech embodied-AI roots striking out independently, as the industry's buzzword shifts from "VLA" to "world models."Source: 36氪硬氪 (36Kr Hard Tech) &lt;a href="https://m.36kr.com/p/3819931562414467" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yueshan Innovation (OROX) | Angel round | Amount undisclosed&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Co-invested by Sequoia China and Shunwei Capital. Founder &lt;strong&gt;Chen Liangshen&lt;/strong&gt; previously led DJI's supply chain and robot vacuum business, where he headed the launch of DJI's first sweep-and-mop robot, ROMO, which sold over 10,000 units in its first month. The company builds &lt;strong&gt;consumer-grade exoskeletons&lt;/strong&gt;, applying DJI's "R&amp;amp;D–supply chain–distribution" playbook to a category still stuck between lab prototypes and mass production. A notable reference point: online retail sales of intelligent walking-assist exoskeletons in China rose &lt;strong&gt;785% year-over-year&lt;/strong&gt; from January to April this year, with retail prices falling from hundreds of thousands of yuan to the thousand-yuan range. This also reflects a shift in early-stage investing — teams with algorithm patents but no manufacturing and delivery capability are no longer the top pick.Source: 具身涌现 (Embodied Emergence) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMzYwNTEwMg==&amp;amp;mid=2247493436&amp;amp;idx=1&amp;amp;sn=4a403148e5bcc1ae6462e67788340aed&amp;amp;chksm=f1c8187827c5f3b2a6d08aa8df8be3f17bd359a77b101852e4b5e3a55b8a397b782001cb0071#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Coram AI | Series B | $35 million&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Led by Ansa Capital and Battery Ventures. Coram builds AI video security software, connecting existing cameras to models for real-time understanding and alerts — a perception/monitoring-layer player adjacent to robotics.Source: ascendants.in &lt;a href="https://ascendants.in/business-stories/coram-ai-raises-35-million-series-b-ansa-capital-battery-ventures/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wildfire Robotics (山火机器人) | Angel round | Tens of millions of RMB&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Led by Haiyuan Capital, with proceeds going toward team expansion and R&amp;amp;D. The company focuses on &lt;strong&gt;localizing production of core transmission components for humanoid robots in China&lt;/strong&gt;, targeting the reducer/transmission segment — currently the tightest bottleneck upstream.Source: 链榜 (Chain Ranking) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzUxODE2MTc3NQ==&amp;amp;mid=2247539705&amp;amp;idx=2&amp;amp;sn=35dbde3fd45c8ac742606a09bc50706d&amp;amp;chksm=f824388dfd2f031e548d1e17f6ff8a6ab2952ec0b6a3c428d1424be09b8da5d8fdfe30d1d112#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;Honda launches commercial autonomous electric lawn mower, priced at $32,999&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Honda has launched an &lt;strong&gt;autonomous electric lawn mower&lt;/strong&gt; for the commercial market, priced at &lt;strong&gt;$32,999&lt;/strong&gt;. Compared with passenger-carrying autonomous driving, lawn maintenance is a closed environment with low failure costs — putting L4 capability first into "no passengers, fault-tolerant" work machinery is a low-profile but genuinely scaling branch of autonomous-driving commercialization.Source: 新浪网 (Sina) &lt;a href="https://www.yeeyi.com/news/details/3161688" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Aomi Technology (OYMotion)'s dexterous-hand orders top 10,000 units in H1&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Dexterous-hand maker Aomi Technology (OYMotion) disclosed that &lt;strong&gt;orders surpassed 10,000 units in the first half of the year&lt;/strong&gt;. In a WAIC week saturated with dexterous-hand "demos," this is one of the few figures that reflects real order volume; set against this year's price collapse for dexterous hands — from "100,000+ RMB" down to the "10,000 RMB" range — a rising volume number is worth more attention than spec sheets.Source: 新浪财经 (Sina Finance) &lt;a href="https://m.sohu.com/a/1052096135_120988576?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;San Francisco blackout briefly halts Waymo robotaxi service&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;A major power outage in San Francisco briefly disrupted &lt;strong&gt;Waymo&lt;/strong&gt;'s robotaxi service and paused freeway routes, before service resumed following adjustments. Scaled autonomous vehicle fleets depend heavily on charging, dispatch, and communications infrastructure — a city-wide blackout serves as a real-world stress test of their redundancy and recovery capability.Source: 디지털투데이 (Digital Today) &lt;a href="https://www.digitaltoday.co.kr/en/view/82829/waymo-service-disrupted-by-san-francisco-power-outage-highway-routes-also-suspended" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Regulators convene closed-door meeting; emotional-companion robots pulled into tight regulation&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;According to 21st Century Business Herald, regulators convened a closed-door meeting with leading companies last week on &lt;strong&gt;emotional-companion robots&lt;/strong&gt;, focused on data security, cybersecurity, and standards for emotional interaction. The &lt;strong&gt;"Interim Measures on Anthropomorphic AI Interaction Services," effective July 15&lt;/strong&gt;, has now formally taken effect, bringing all AI products/robots that provide sustained emotional interaction through anthropomorphic forms under tight regulation, requiring hard compliance measures including protections for minors, addiction-prevention features, content moderation, and extreme-emotion intervention. The category is red-hot: UBTech's U1 hyper-realistic humanoid sold more than &lt;strong&gt;10,000 units in a single day&lt;/strong&gt;, starting at RMB 119,800 and topping out at RMB 990,000, for an estimated transaction value of nearly &lt;strong&gt;RMB 2.2 billion&lt;/strong&gt; (per brokerage estimates). But sustained companionship requires long-term collection of voice, imagery, and even private emotional records, magnifying data-leak and ethical risks — this "trillion-yuan opportunity" remains a chaotic category with unresolved gaps in data security, compliance, and user experience.Source: 21财经 (21st Century Business Herald) &lt;a href="https://m.21jingji.com/article/20260719/herald/ce2c7cdcdf0b009e68129ea927c16ccd.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Official WAIC data: China's core AI industry surpasses RMB 1.2 trillion&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;The 2026 World Artificial Intelligence Conference disclosed that China's core AI industry has &lt;strong&gt;surpassed RMB 1.2 trillion&lt;/strong&gt; in scale, with "embodied intelligence going to work in factories" named as this year's most distinctive industry signal; organizers also stated that roughly &lt;strong&gt;120,000&lt;/strong&gt; high-quality datasets have been built. Beyond the numbers, the notable shift is in narrative — a consensus emerged at this year's WAIC that the focus is moving from showcase demos to real deployment in factories and homes.Source: 新浪财经 (Sina Finance) &lt;a href="https://finance.sina.cn/stock/jdts/2026-07-19/detail-iniihcxs1416008.d.html?oid=bj%20%EC%8B%A0%EB%82%98%20%EB%85%B8%EC%B6%9C%E3%80%8E%EC%A3%BC%EC%86%8C:KR1144.COM%E3%80%8F,bj%20%EC%8B%A0%EB%82%98%20%EB%85%B8%EC%B6%9C%E3%80%8E%EC%A3%BC%EC%86%8C:KR1144.COM%E3%80%8F,bj%20%EC%8B%A0%EB%82%98%20%EB%85%B8%EC%B6%9Crv7&amp;amp;vt=4" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Da Xiao Robotics unveils "Kaiwu World Model" Kairos 3.1&lt;/strong&gt; · world-model ⚠️ Vendor claim&lt;/p&gt;

&lt;p&gt;Da Xiao Robotics (ACE Robotics) launched &lt;strong&gt;Kairos 3.1&lt;/strong&gt; (Kaiwu World Model 3.1) at WAIC, touting "native action integration" and claiming to be the &lt;strong&gt;world's first embodied world model driving a robot body via on-device execution&lt;/strong&gt;. Both the "world's first" claim and the on-device real-time performance are the vendor's own statements; real-world generalization and deployment performance await third-party verification.Source: 新浪财经 (Sina Finance) &lt;a href="https://finance.sina.cn/stock/jdts/2026-07-19/detail-iniiiwih5015230.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;Shouqi Ride Hailing launches SAIC robotaxi mass-production customization project, debuting in 2027&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Shouqi Ride Hailing, together with SAIC Motor and a leading autonomous-driving technology provider, has launched a &lt;strong&gt;robotaxi mass-production customization project&lt;/strong&gt;. Officials state it will be Shanghai's first factory-built, mass-produced, purpose-designed vehicle for high-level autonomous driving, with the new vehicle slated to debut in &lt;strong&gt;2027&lt;/strong&gt;. This remains at the planning stage and deployment is still far off, but an automaker directly defining a factory-built, mass-produced robotaxi is another example of OEMs bringing robotaxis into their core business.Source: 上观新闻 (Shanghai Observer) &lt;a href="https://m.jfdaily.com/news/detail?id=1146993" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Google DeepMind: video generation models already "contain" the world models computer vision has been missing&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Amid ongoing industry debate over the boundaries of "world models," Google DeepMind published an argument that today's &lt;strong&gt;video generation models already implicitly contain world models&lt;/strong&gt; — the piece long missing from computer vision, they argue, can be "read out" of video generators. This is a research stance rather than a settled conclusion, but it resonates with this week's broader push from academia and industry to redefine "what counts as a world model," pulling the debate back from terminology toward the question of what these models have actually learned.Source: the-decoder.com &lt;a href="https://the-decoder.com/google-deepmind-argues-video-generators-already-contain-the-world-models-computer-vision-has-been-missing/" 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;Weihong Co. / Changzhou Hanmu&lt;/strong&gt;: Holds the &lt;strong&gt;top market share&lt;/strong&gt; in dexterous-hand motors, with monthly shipments of around &lt;strong&gt;18,000 units&lt;/strong&gt;; reportedly a co-development partner for many leading dexterous-hand companies, with supply set to ramp up in the second half of the year. &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzNjcyODE5Ng==&amp;amp;mid=2247494762&amp;amp;idx=1&amp;amp;sn=2ebb73335dd6e7a519a4b24d676b23b7&amp;amp;chksm=c31e36350c375b6a1ebdb9788f208ae6b9bc178e053354eca8dd481d61863de1ba6edb999005#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;9.9mm frameless torque motor&lt;/strong&gt;: A company has built the world's smallest 9.9mm frameless torque motor, along with a &lt;strong&gt;3.5g&lt;/strong&gt; fingertip motor for dexterous hands — pointing toward hands with higher degrees of freedom and dimensions closer to a human hand's "fingertip heart." &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwNDI4NjI2NQ==&amp;amp;mid=2247601529&amp;amp;idx=1&amp;amp;sn=e6ef1b30b4ac3e4dfb812359b7832c89&amp;amp;chksm=f5667bbb5e0d620d5e02d045c691df760fe91c828887c95583d7094c5455200793c3e9b94dd6#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Dexterous-hand price drops&lt;/strong&gt;: Robotic dexterous hands once priced at "100,000+ RMB" have now fallen into the &lt;strong&gt;10,000 RMB range&lt;/strong&gt;, and this price collapse is drawing in new entrants such as cross-border e-commerce players. &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0MjY1NzA1OA==&amp;amp;mid=2247486171&amp;amp;idx=2&amp;amp;sn=1f731d1185bbaaa358f509ac125df6e1&amp;amp;chksm=c2fa74512e6b0b8014deaf5f97cea897e8080ba77aa5d203d44aa276016cb63d8c9ca40f8509#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 62 (07/19)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Sat, 18 Jul 2026 14:42:50 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-62-0719-4c6g</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-62-0719-4c6g</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Tactile-sensing company &lt;strong&gt;Yimu Technology&lt;/strong&gt; completes &lt;strong&gt;Series E round exceeding RMB 1 billion&lt;/strong&gt;, valuation tops RMB 10 billion to become new unicorn&lt;/p&gt;

&lt;p&gt;· Shanghai's state-industry co-built humanoid pilot production platform launches, with an &lt;strong&gt;annual capacity of 2,000 full units&lt;/strong&gt; and 40+ signed clients&lt;/p&gt;

&lt;p&gt;· Zhiyuan Robotics declares "Year One of Deployment" at WAIC, with &lt;strong&gt;60 robots&lt;/strong&gt; on duty providing public services at the venue&lt;/p&gt;

&lt;p&gt;· RoboScience's cloud-based embodied foundation model demonstrates a live &lt;strong&gt;30-second hand swap&lt;/strong&gt;, one brain controlling 10+ dexterous hand models&lt;/p&gt;

&lt;p&gt;· The "world model" concept proliferates; at WAIC, academia and vendors collectively try to "set the record straight" on its meaning&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;ScaleBFM: Disentangling the Scaling Laws of Humanoid "Behavior Foundation Models"&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Humanoid whole-body control has long lacked a clear "bigger is better" curve like the ones seen in language models. ScaleBFM scales training data to &lt;strong&gt;102 million frames&lt;/strong&gt; and, for the first time, independently measures three separate dimensions — &lt;strong&gt;motion data volume, PPO sample volume, and model capacity&lt;/strong&gt; — offering an actionable scaling recipe for where to direct resources in humanoid "Behavior Foundation Models" (BFMs). The work comes from a team including researchers at the Chinese University of Hong Kong.&lt;/p&gt;

&lt;p&gt;Chinese University of Hong Kong et al. · arXiv 2607.15163 &lt;a href="https://arxiv.org/abs/2607.15163" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Analysis: 具身智能研究室 &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg5Mjc3MjA5Nw==&amp;amp;mid=2247498713&amp;amp;idx=1&amp;amp;sn=a6a3bf45c5302cec48903ffe057b1786&amp;amp;chksm=c1a7bca5655e5bc567f52454ba05880d602c7403562bcbc896712662da95db3ed929b05b89c1&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;FreMotion: Using "Frequency Decoupling" to Break the Precision-Smoothness Dilemma, a 100M-Parameter Model Outperforms a 3.3B VLA&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;The experiments reveal a counterintuitive fact: even a &lt;strong&gt;3.3-billion-parameter&lt;/strong&gt;, π0-class VLA sees its success rate collapse in fine-grained manipulation tasks lasting longer than 10 seconds, because vision and action are treated as a homogeneous information stream. FreMotion decouples high-frequency visual detail from low-frequency action intent, and with only &lt;strong&gt;100 million parameters&lt;/strong&gt; outperforms the larger model on fine manipulation. The paper appears in IEEE T-ASE.&lt;/p&gt;

&lt;p&gt;Analysis: 具身智能制造 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5ODIyNzE1Mw==&amp;amp;mid=2247485253&amp;amp;idx=1&amp;amp;sn=a4673e24cb8126532be6ddd3a6edf5b6&amp;amp;chksm=97defb847b74955bbf894624f95e340b6b65ae15524d5fca814204a61a5d01d26edb595cbd83#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CosFly-VLA: Adding 3D Spatial Priors for Drones, Recovering Targets Even After Occlusion&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;General-purpose VLAs like OpenVLA "follow what they can see" but lack drone-specific altitude and distance geometric priors, so errors accumulate under prolonged occlusion and the target is eventually lost. CosFly-VLA introduces spatially-aware representations, enabling "occluded pedestrian tracking" in urban environments to precisely recover the target after it disappears — pointing to a real-world shortfall of VLAs in low-altitude scenarios.&lt;/p&gt;

&lt;p&gt;Analysis: 视觉语言导航 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkwMTgxNjk5OA==&amp;amp;mid=2247516990&amp;amp;idx=1&amp;amp;sn=23e1d882a169a61e8644da313b74399d&amp;amp;chksm=c1a4e74e098dc1e2f68e72c50fb5a15a5c20b2715f24eee8f98e84f76af256c5f7567e326010#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;Damo Academy Digital Teleoperation Data Collection Scheme&lt;/strong&gt;: Alibaba's Damo Academy has open-sourced a "digital teleoperation" embodied data collection scheme that lowers the barrier for real-robot demonstration, targeting data scarcity — a core bottleneck for embodied AI deployment &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247904696&amp;amp;idx=3&amp;amp;sn=ec39651f6a9a25e0ea9d991eee168a2f&amp;amp;chksm=e94c2226452737808049987f4060eb2f86fc5d71c72277aa4efa011f42b86c3687cc6776ab9d&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;LeRobot Extension&lt;/strong&gt;: NVIDIA and Hugging Face jointly add new tooling to the open-source robotics framework LeRobot, continuing to push the open-source embodied AI toolchain forward &lt;a href="https://roboticsandautomationnews.com/2026/07/18/nvidia-and-hugging-face-expand-lerobot-with-new-open-robotics-ai-tools/103491/" 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;Yimu Technology (Chinese tactile-sensing startup) | Series E | Over RMB 1 Billion | Valuation Tops RMB 10 Billion&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Yimu Technology, focused on robotic tactile perception, announced completion of a &lt;strong&gt;Series E round exceeding RMB 1 billion&lt;/strong&gt;, with valuation surpassing &lt;strong&gt;RMB 10 billion&lt;/strong&gt;, making it a new unicorn to emerge during WAIC; the round was jointly participated in by several leading RMB funds, top-tier USD funds, and industrial partners, with over ten cumulative funding rounds to date — Shunwei Capital and TCL Capital have both invested across multiple rounds. The company's flagship product is a biomimetic visual-tactile sensor, now iterated down to under &lt;strong&gt;3 millimeters&lt;/strong&gt; thick with force resolution of 0.005N, and claims 90% of its core tactile metrics reach human-like levels. What propelled the valuation from single-digit billions to over RMB 10 billion is not revenue but the market's repricing of its role as a "physical AI data gateway" — the company is simultaneously pushing VTLA (Vision-Tactile-Language-Action) and the open-source tactile dataset TouchNet, aiming to control this tactile data spigot. Founder Li Zhiqiang holds a PhD from Carnegie Mellon.Source: Robo百科 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI4ODAxMDk4MA==&amp;amp;mid=2455823800&amp;amp;idx=1&amp;amp;sn=82a6294e671a8b3f51ac9c897bfd27b2&amp;amp;chksm=fdbb84d8abcef454073743108523c3d423ec4f9a956f4ee64f8b66b8b381a52c64d215d8afdf#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Beijing Natural Will Technology | Angel Round | Amount Undisclosed&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Natural Will Technology, founded by a Tsinghua PhD advisor, completed an angel round with &lt;strong&gt;Ant Group and CATL&lt;/strong&gt; joining Sequoia China, Cathay Capital, Fountainvest, and Huakong Dianke; disclosures indicate the company secured three funding rounds within six months of registration, continuing the industrial-capital playbook of "binding to a core team, betting heavily and early."Source: 具身涌现 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMzYwNTEwMg==&amp;amp;mid=2247493340&amp;amp;idx=1&amp;amp;sn=7a33e25ae98f898fb115d9c5f3756e6c&amp;amp;chksm=f17bc5bc7dfee373d6fe5f784345dd2d8b9476b4e8c3244b314bf592a9a1af7bd653326fcda8#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 | RMB Hundreds of Millions&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Rushen Robotics, focused on embodied elder-care services, completed a &lt;strong&gt;Pre-A round in the RMB hundreds of millions&lt;/strong&gt; (closed in late April), as an alumnus company of Miracle Plus's 2023 spring cohort; elder care is an embodied AI use case with clear demand but extremely high requirements for safety and compliant manipulation.Source: Miracle Plus &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5MzE3NzE1OA==&amp;amp;mid=2247521767&amp;amp;idx=1&amp;amp;sn=c50951e06fc2b669f2d6a7864d2c9a10&amp;amp;chksm=a7361b742544f3f9dbf97eda75bd01665a401d48d4d5b96ce92c384fb301af4dd641236fd1cb#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zhuizhi Gongke | Seed Round | RMB Tens of Millions&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Zhuizhi Gongke completed a seed round of &lt;strong&gt;RMB tens of millions&lt;/strong&gt;, applying industrial agents to reshape materials processing so robots can learn "feel" in processes such as polishing; industrial robotics funding has been relatively cold over the past two years, so a seed round targeting a specific niche process signals industrial-side bets on "embodied AI entering the factory."Source: RecodeX &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5NTM2OTcwMA==&amp;amp;mid=2653959834&amp;amp;idx=7&amp;amp;sn=c119398c27117f44a0f14fcd649c6a85&amp;amp;chksm=bc13aeb7d3f72c0e6b2ddb7350946631dc715292a603d64a7878bb7e9a517fc31ba2c292fd06#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTECH | Hong Kong Share Placement | HKD 436 Million&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;UBTECH plans another share placement of approximately &lt;strong&gt;HKD 436 million&lt;/strong&gt;, its second such placement in under a year since its Hong Kong listing, to fund ammunition for mass production and delivery of humanoid robots — the company had previously disclosed that orders for its Walker S and U-series robots already exceed ten thousand units, straining cash consumption in tandem with capacity ramp-up.Source: Futu Niuniu &lt;a href="https://news.futunn.com/th/post/49028842/ubtech-plans-to-raise-0-436-billion-through-a-secondary" 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;Zhiyuan Robotics' "Year One of Deployment": Five New Products + 60 Robots On Duty for Venue Services&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Under the theme "Year One of Deployment," Zhiyuan Robotics (Chinese humanoid robot maker) released &lt;strong&gt;five new products&lt;/strong&gt; built around its "Three Intelligences in One" architecture, and deployed roughly &lt;strong&gt;60 robots&lt;/strong&gt; at the WAIC venue to handle public services such as guided tours and duty stations; its Yuanzheng A3 Ultra was named one of the conference's "Ten Treasures of the Venue," the only humanoid robot selected, and Thailand's prime minister also visited the booth. Zhiyuan is pushing toward being "deployable, replicable, and scalable," though 60 units still represents exhibition-scenario operation, and the pace toward large-scale commercial deployment awaits confirmation from actual orders.Source: 智元朋友圈 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwNzIzMzcyMg==&amp;amp;mid=2247486541&amp;amp;idx=1&amp;amp;sn=ea359b5ee340ad0f32cdc05747f141d9&amp;amp;chksm=f574e67601a057e439dc1fd8e7414a1e9ce8366d4ad9b16d892ebaa76d25876b1a757323ba8f#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JAKA (Dobot) × Tencent: Physical AI's "Shenzhen Solution" Runs End-to-End on a Real Production Line&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Dobot Robotics and Tencent deployed a full-stack embodied AI solution on a &lt;strong&gt;real production line&lt;/strong&gt;, demonstrating end-to-end operation from perception, decision-making to execution, packaged as a replicable Physical AI "Shenzhen Solution." Compared with booth demos, running the full chain at production-line scale is closer to actually "working in the factory," and represents one data point in this year's WAIC narrative shift "from performative demos to actual work."Source: Sina Mobile &lt;a href="https://k.sina.com.cn/article_5953466437_162dab0450670b2duk.html?from=tech" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WeRide: Driverless Robotaxis Cover Three Emirates in the UAE, Selected as National-Level Overseas Expansion Case&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;WeRide's fully driverless robotaxi service has expanded to cover &lt;strong&gt;three emirates in the UAE&lt;/strong&gt;, and was named the only autonomous-driving company among WAIC's ten flagship cases, listed as a national-level model for AI's global expansion. The Middle East remains the largest-scale destination for Chinese robotaxi companies' overseas expansion, and the broadening of real overseas operating range carries more weight than opening a single new city.Source: Stock Titan &lt;a href="https://www.stocktitan.net/news/WRD/we-ride-named-among-china-s-top-10-ai-case-studies-for-uae-8gyvrys3ocwh.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mech-Mind: 27,000 Embodied AI Deployments, Emphasizing "One Brain, Many Forms" Generality&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Mech-Mind Robotics disclosed at WAIC roughly &lt;strong&gt;27,000&lt;/strong&gt; cumulative embodied AI deployments, emphasizing a single general-purpose intelligence system that adapts to multiple robot bodies, including robotic arms and composite robots, so robots are no longer tied to a single task or object. Shipment volume in industrial manipulation is currently one of the few deployment metrics that can be backed by hard numbers.Source: 甲子光年 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU5OTI0NTc3Mg==&amp;amp;mid=2247555951&amp;amp;idx=1&amp;amp;sn=daa8d2907a0bbe23f10c5ae653b0b5c0&amp;amp;chksm=ff0e53970ef68a3467ff97dd02005d80fddfe505aac02559b8a2f68b7c9a92f87e0fedc7399f&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;JD.com × Zhiyuan Robotics' Genie G2 Max: Package Pickup, 24-Hour Hauling (Previously Reported)&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;The deployment of the JD Logistics × Zhiyuan Robotics Genie G2 Max at JD's "smart wolf warehouse" was previously reported; today's coverage adds demonstration details such as "first-ever package pickup" and "24-hour continuous hauling," with no new milestones.Source: 驱动之家 &lt;a href="https://news.mydrivers.com/1/1137/1137375.htm" 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;RoboScience's Cloud-Based Embodied Foundation Model Visics: Live 30-Second Hand Swap, One Brain Controlling 10+ Dexterous Hands&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Making its first WAIC appearance, RoboScience (Chinese embodied AI startup) used a single "brain" — Visics — to drive &lt;strong&gt;over 10&lt;/strong&gt; dexterous hand models from different brands on stage, completing detachment, swapping, and regrasping in just &lt;strong&gt;30 seconds&lt;/strong&gt;, with no need for recollecting data or on-site training, which the company calls the industry's first "one brain, multiple hands, plug-and-play" system. Its &lt;strong&gt;VLOA&lt;/strong&gt; architecture treats "how an object should be manipulated" (Object Trajectory, the continuous 3D point-cloud trajectory of an object) as a new token: an upper-level world model previews the object's trajectory, while a lower-level manipulation model translates it into actions for the current robot body, enabling reuse across different robot bodies, objects, and tasks. Visics is also delivered as pure software deployed to the cloud, which the company claims is the world's first cloud-deployable embodied foundation model (EaaS). It reportedly maintains a multi-SKU grasping success rate stable above &lt;strong&gt;99%&lt;/strong&gt; and has piloted with several retail and logistics companies. Both the hand-swap challenge and success rate figures come from live demonstration and vendor disclosure; scaled stability still awaits third-party verification.⚠️ Demonstration figuresSource: 机器之心 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA3MzI4MjgzMw==&amp;amp;mid=2651045172&amp;amp;idx=1&amp;amp;sn=e3dee68ad33d820999ca949ff53fde15&amp;amp;chksm=85a5667e2915621a0e5cd209950e014c34710beac9c38e5e070181faa9203552aa9cdd79a46f&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;Shanghai's State-Industry Co-Built Humanoid Robot Pilot Production Platform Launches, Annual Capacity of 2,000 Full Units&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Led by the Shanghai Municipal Commission of Economy and Informatization, and jointly built by the National-Local Joint Humanoid Robot Innovation Center and Shanghai Electric, the &lt;strong&gt;Shanghai Humanoid Robot Pilot Production Service Platform&lt;/strong&gt; has officially launched. Located in Pudong's Robot Valley, with a floor area of roughly 6,800 square meters, it houses two flexible full-unit pilot production lines with an &lt;strong&gt;annual capacity of 2,000 full units&lt;/strong&gt;, plus capacity for 2,000 sets of joint/dexterous-hand core modules per year. The testing area includes equipment such as the industry's first comprehensive dexterous-hand test bench, covering 400+ verification items. The platform lowers the tens-of-millions-RMB barrier to pilot production for small and mid-sized teams through a shared public model, establishing unified assembly and inspection standards, directly addressing the gap between "hard-to-productionize prototypes" and "unstable mass production." Over ten companies have already signed on, including Zhuoyide (pilot production of thousands of units of its fully biomimetic robot Moya) and Zhenghe Industrial. This is government-and-industry-led infrastructure, not a single vendor's figures, and points to a common bottleneck in the "last mile" of mass production.Source: 人形机器人世界 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkyMjY0ODU1Mg==&amp;amp;mid=2247490279&amp;amp;idx=1&amp;amp;sn=2f72a35099eec268745ffe59f1110d1c&amp;amp;chksm=c07e1e3178480b0ed9ce715e23a5964ec747dd5800e4ddb16270672b658cb208da9ed552d60a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The "World Model" Concept Proliferates; Academia and Vendors Collectively "Set the Record Straight" at WAIC&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;"World model" became this WAIC's most frequently used — and loosest — label: teams doing video generation, 3D reconstruction, and robot simulation are all attaching the term to their own models, with multiple parties pointing out it is becoming a new catch-all buzzword following "metaverse" and "large models." Yao Maoqing, a partner at Zhiyuan Robotics, argued at the main forum that the essence of a world model is "accurately predicting the next state of the physical world," requiring multimodal fusion and causal understanding, framing it as moving "from virtual generation to physical truth-seeking"; Shen Yujun, chief scientist at Ant Group's Lingbo, and Huang Tiejun of the Beijing Academy of Artificial Intelligence, among others, drew the line by distinguishing world models from VLA's "statistical fitting," arguing they must genuinely understand physical laws. For industry readers, the key distinction is: being able to generate coherent visuals ≠ being able to reason about physical consequences — the latter is what embodied AI deployment actually needs.Source: 老冯云数 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU5ODAyNTM5Ng==&amp;amp;mid=2247492599&amp;amp;idx=1&amp;amp;sn=015fa633dd2b3d4c80711b4dee0f7edf&amp;amp;chksm=ffcb21fd16c33acf5f694116bcee6aa4fde9d49de6bd023f85e926bf9a1eb481c1716ff69f0c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tencent Rounds Out Its Full Embodied AI Stack at WAIC: Three Hunyuan Foundation Models + Tairos Agents + ADP 4.0 Goes Overseas&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Tencent released multiple embodied foundation models in one go (the Hy-Embodied series' "left brain, right brain") along with agents Apexio and TairosAgent, integrating perception, decision-making, and action into a continuous closed loop, and upgraded its full-stack embodied AI solution to &lt;strong&gt;ADP 4.0&lt;/strong&gt;, launching an overseas version and a full upgrade of its "Tailuo" platform; the company said related AI call volume surged &lt;strong&gt;68-fold&lt;/strong&gt; year over year. Previously keeping a relatively low profile, Tencent used WAIC to round out its full-line capabilities across robotics, office productivity, and overseas expansion in one move, formally joining the competition for embodied foundation models.⚠️ Vendor figuresSource: Sina Finance &lt;a href="https://t.cj.sina.cn/articles/view/5787187353/158f17899020025qas" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Galbot (Chinese embodied AI startup) Releases WAM-TTT: Compressing Post-Training Cost from Teleoperation Down to "Phone-Recorded Video"&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Galbot released at WAIC &lt;strong&gt;WAM-TTT&lt;/strong&gt;, a test-time training framework for its World-Action Model, positioned as a key module for scaling deployment of its "Xingnao" system. The company claims it addresses the pain point of "generalization decaying whenever the environment changes upon deployment," compressing the data needed for post-training from real-robot teleoperation-level down to &lt;strong&gt;ordinary video-recording level&lt;/strong&gt;. The WAM approach (fusing world models with VLA) was previously debuted jointly with Peking University at ICCV and is seen as one direction for next-generation embodied AI; the actual generalization gains remain vendor-demonstrated disclosures.Source: NetEase Mobile &lt;a href="https://www.163.com/v/video/VL17IUGP8.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Joyson Electronics Releases Production-Grade "Brain-Hand-Capability" Full Stack, Debuts Dexterous Hand&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Joyson Electronics, a leading auto-parts manufacturer, debuted at WAIC a &lt;strong&gt;production-grade "brain-hand-capability" full-stack solution&lt;/strong&gt; along with a proprietary dexterous hand and semi-solid-state battery, stating that its robot controllers are already in mass-production supply; this kind of Tier 1 supplier bringing automotive-grade manufacturing and mass-production experience into embodied hardware is one of the main threads on the supply-chain side at this year's event.Source: Sina Finance &lt;a href="https://wap.cj.sina.cn/7x24/4995197" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Goldman Sachs: Humanoid Robots Becoming the "Next Monetization Frontier," Issues Buy Ratings on 5 Names&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;A Goldman Sachs research report judges that the AI investment narrative is shifting from infrastructure to the application layer, stating directly that humanoid robots are becoming "the next clearest monetization frontier," and issuing buy ratings on 5 names; however, it also projects that widespread commercial deployment will not arrive until &lt;strong&gt;2027–2029&lt;/strong&gt;.⚠️ Institutional viewSource: 云知观点 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkyNTcyMzQwNw==&amp;amp;mid=2247489503&amp;amp;idx=1&amp;amp;sn=f7dc3f707ad39f747d483bcb3142caf2&amp;amp;chksm=c0c7e2e206979e661f0e653fe1f37725a4810468640491c5fc95fc4d0abb0f978f18201609c2#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;AGLINK&lt;/strong&gt;: Cumulative deliveries of its dexterous hand series exceed &lt;strong&gt;8,000 units&lt;/strong&gt;, ranking first in the global dexterous-hand market in Q1 2026; debuted its flagship Ultra-M at WAIC &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NzI1OTI3Nw==&amp;amp;mid=2247687589&amp;amp;idx=4&amp;amp;sn=0421612292ba08fd0c0d4ae59e36da15&amp;amp;chksm=c25d6daf0bd2a2b5f19f108e81ffd6aee7585429a1ca865b7ce8d3459d8b5a649c399109f121#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;STMicroelectronics&lt;/strong&gt;: Promoting highly integrated chips to lower humanoid robot costs, while targeting the South Korean supply chain &lt;a href="https://biz.chosun.com/en/en-it/2026/07/18/H7KA5L26JJHRLF7JJZRDBTL2EE/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;AgiBot Dexterous Hand × Shanghai Electric&lt;/strong&gt;: Released industrial-grade five-finger dexterous hand DexHand021 Pro at WAIC, and established a joint venture with registered capital exceeding RMB 100 million (Series A previously reported) &lt;a href="https://finance.sina.cn/stock/jdts/2026-07-18/detail-iniifane1605331.d.html?vt=4&amp;amp;cid=76993&amp;amp;node_id=76993" 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 61 (07/18)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Fri, 17 Jul 2026 15:07:47 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-61-0718-4e27</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-61-0718-4e27</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Xi Jinping attends WAIC for the first time and sets the tone for AI moving into the &lt;strong&gt;physical world&lt;/strong&gt;, giving embodied intelligence its highest-level policy endorsement to date&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;AgiBot's Genie G2 Max&lt;/strong&gt; partners with JD Logistics — the first time a humanoid robot has entered a real production warehouse setting&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Zoox&lt;/strong&gt; issues a software recall for its robotaxi fleet after a thick-smoke misjudgment, covering &lt;strong&gt;105 vehicles&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Xynova (Chinese dexterous-hand startup)&lt;/strong&gt; raises a &lt;strong&gt;RMB 500M Series A+&lt;/strong&gt; led by Meituan, pulling in RMB 1.5B in 7 months to become a new unicorn in dexterous hands&lt;/p&gt;

&lt;p&gt;· OFweek: mainland China's humanoid robot production topped &lt;strong&gt;30,000 units&lt;/strong&gt; in H1, with shipments of about 23,000 units&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;RoboTTT: Stretching Robot Policy "Context" by Three Orders of Magnitude&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Robotic foundation models have previously only been able to consume single-step or short-history visual-action context. &lt;strong&gt;RoboTTT&lt;/strong&gt; is the first to extend this window to &lt;strong&gt;8K timesteps&lt;/strong&gt; — three orders of magnitude longer than existing policies — without slowing down inference. The approach embeds test-time training (TTT) inside a VLA: a set of "fast weights" continuously undergo gradient updates during both training and inference, compressing long history into weight space for retrieval as needed. Overall success rate on real-robot manipulation improved &lt;strong&gt;87%&lt;/strong&gt; over a single-step baseline, and the model independently completed a five-minute, ten-stage assembly task that all baselines failed at; the 8K context outperformed a 1K pretraining context by a further 62%. The authors propose "context length" as a new scaling axis for robotic foundation models.&lt;/p&gt;

&lt;p&gt;Yunfan Jiang et al. (NVIDIA GEAR) · arXiv 2607.15275 &lt;a href="https://arxiv.org/abs/2607.15275" rel="noopener noreferrer"&gt;source&lt;/a&gt; · HF↑11&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Scaling Recipe for Humanoid "Behavior Foundation Models"&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Whole-body humanoid control demands natural coordination, real-time responsiveness, and cross-environment generalization all at once. The team revisited the scaling laws for behavior foundation models (BFMs) and found three factors must be co-optimized: unifying diverse controls into &lt;strong&gt;motion tracking&lt;/strong&gt; under a global coordinate frame, the ratio between online rollout count and reference motion diversity, and a scalable &lt;strong&gt;Humanoid Transformer&lt;/strong&gt; architecture. In simulation and on real hardware, keypoint pose error (MPKPE) dropped &lt;strong&gt;82%&lt;/strong&gt; under the global mode compared with existing controllers.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;DriftWorld: Pushing Robot World Models to 30+ FPS with "Drift"&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Using world models for planning requires generating large volumes of rollouts quickly, but diffusion-based world models are expensive due to multi-step sampling at every call. &lt;strong&gt;DriftWorld&lt;/strong&gt; instead learns an "action-conditioned drift" during training, so at inference a &lt;strong&gt;single forward pass&lt;/strong&gt; generates future frames — averaging 17x faster than diffusion baselines and reaching 30+ FPS, while achieving SOTA decision-making performance with less inference time on benchmarks like Bridge-V2, RT-1, and Push-T. When used as an offline "policy scorer," its scores correlate with real success rates at up to 0.99.&lt;/p&gt;

&lt;p&gt;Susie Lu et al. · arXiv 2607.15065 &lt;a href="https://arxiv.org/abs/2607.15065" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Analysis: 世模人 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY4ODM3MTkxMw==&amp;amp;mid=2247483860&amp;amp;idx=2&amp;amp;sn=3f4156535816e1ad198cda6a370adb5a&amp;amp;chksm=f217c793797ff2d898e5fc6a2ed31c531f0ba1ed8ad25a48a9edd50f956b1eafe08e207ceaaa#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;When World-Action Models "Think Right but Act Wrong": A New Class of Adversarial Attack&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;World-action models (WAMs) couple action generation with future prediction, and the field has generally assumed that "verifying actions against imagined futures" makes them safer. &lt;strong&gt;BadWAM&lt;/strong&gt; disproves this assumption's robustness: tiny visual perturbations can decouple the alignment between "imagination" and "execution" — an aggressive mode drives closed-loop success rate straight down from &lt;strong&gt;96.5% to 43.1%&lt;/strong&gt;, while a stealth mode leaves the model still "imagining" plausible-looking futures while executing misaligned actions, bypassing imagination-based safety checks entirely.&lt;/p&gt;

&lt;p&gt;Qi Li et al. · arXiv 2607.15207 &lt;a href="https://arxiv.org/abs/2607.15207" rel="noopener noreferrer"&gt;source&lt;/a&gt; · HF↑34&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RxBrain: Merging Language Reasoning and "Visual Imagination" into One Embodied Cognitive Base Model&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Unlike VLMs focused on scene understanding, or generative world models that only predict future frames, Tencent Hunyuan's &lt;strong&gt;RxBrain&lt;/strong&gt; represents embodied plans as a single sequence: language provides an abstract skeleton of task decomposition, constraints, and decision logic, while visual imagination uses world-state prediction to ground each step in concrete physical states. It employs a unified &lt;strong&gt;Mixture-of-Transformers&lt;/strong&gt;, enabling understanding and generation across language/image/video within a single model; when extended to continuous action, it achieves usable real-robot performance without large-scale action-data pretraining.&lt;/p&gt;

&lt;p&gt;Haotian Liang et al. (Tencent Hunyuan) · arXiv 2607.14187 &lt;a href="https://arxiv.org/abs/2607.14187" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflex: Streaming Inference Lets Flow-Matching VLAs Output While Reasoning, Achieving Real-Time Control&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Flow-matching VLAs offer high precision for continuous control, but iterative denoising is inherently at odds with real-time robotics: injecting global timesteps breaks &lt;strong&gt;KV-cache&lt;/strong&gt;, forcing a choice between slow recomputation and "mathematically incorrect cache reuse." &lt;strong&gt;Reflex&lt;/strong&gt; restructures this process with streaming inference, compressing latency to real-time-executable levels while preserving continuous-control precision.&lt;/p&gt;

&lt;p&gt;Yuanchun Guo, Bingyan Liu · arXiv 2607.14695 &lt;a href="https://arxiv.org/abs/2607.14695" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MIDAS Hand: A $3,000, 3D-Printed Open-Source Dexterous Hand&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;The bottleneck in dexterous manipulation isn't only algorithmic — it's also the lack of hardware that balances human-like hand size, ease of manufacture and maintenance, tactile sensing, and controlled cost. &lt;strong&gt;MIDAS Hand&lt;/strong&gt; delivers a 16-DoF (13 active) open-source hand with direct-drive low back-drive torque and &lt;strong&gt;283 integrated triaxial tactile units&lt;/strong&gt;, weighing 700 grams total, with a bill-of-materials cost &lt;strong&gt;under $3,000&lt;/strong&gt; and 3D-printed parts assemblable within three hours — released alongside design files, control/tactile APIs, simulation models, and a teleoperation pipeline.&lt;/p&gt;

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

&lt;p&gt;Other papers today: Open-AoE, an open first-person manipulation dataset and toolchain (arXiv 2607.14183 &lt;a href="https://arxiv.org/abs/2607.14183" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Wan-Streamer v0.3, a real-time full-duplex audio-video interaction model framing "video = world + event stream" (arXiv 2607.15038 &lt;a href="https://arxiv.org/abs/2607.15038" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Instant NuRec, feed-forward 3D Gaussian reconstruction accelerating autonomous-driving scene simulation, from NVIDIA (arXiv 2607.14203 &lt;a href="https://arxiv.org/abs/2607.14203" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Never Too Late for Force, using reactive force injection to accelerate VLA post-training (arXiv 2607.14236 &lt;a href="https://arxiv.org/abs/2607.14236" rel="noopener noreferrer"&gt;source&lt;/a&gt;); KineFuse, kinematics-aware tactile fusion for in-hand pose tracking of occluded objects (arXiv 2607.14842 &lt;a href="https://arxiv.org/abs/2607.14842" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Active Real-World Factor-Based Evaluation, an active real-robot factorized evaluation for general robot policies (arXiv 2607.14439 &lt;a href="https://arxiv.org/abs/2607.14439" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Beyond Visual Grasping, a complex grasping benchmark spanning detection to execution (arXiv 2607.14341 &lt;a href="https://arxiv.org/abs/2607.14341" 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;HY-World 2.0&lt;/strong&gt;: Tencent Hunyuan's open-sourced systematic multimodal world model, running a four-stage pipeline through understanding—synthesis—reconstruction, claimed to match closed-source commercial models &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkxNzY2NDA1OQ==&amp;amp;mid=2247491927&amp;amp;idx=1&amp;amp;sn=b0d2af6dd0621abe17227bc78e3db63f&amp;amp;chksm=c0e93b0bd7ff8cc59d455c6c4ad8339ce0ed2f4839144ae74370b9975443191f0699cdf2c51a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;MoWorld 3D&lt;/strong&gt;: the first collaborative world model released by China's National AI Application Pilot Base (Embodied Intelligence), developed jointly with Huawei Cloud compute &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk1NzI4MTIyNw==&amp;amp;mid=2247492570&amp;amp;idx=1&amp;amp;sn=94d638b27b8f9b2f7f19391c69dd589c&amp;amp;chksm=c290a88b255532cf456eb588a26909791c3fbefc0a964190f35e2ff5b96e80a7ac1c65097fcb#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;EmbodiedCLUE-World 2.0&lt;/strong&gt;: an updated release of an embodied world-model evaluation benchmark, led by Peking University's PF-Cosmos, emphasizing physical laws and executable manipulation workflows &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5NzAxNTA0MQ==&amp;amp;mid=2247576934&amp;amp;idx=1&amp;amp;sn=e0d0b085e273014013121437f854419d&amp;amp;chksm=911f0bf7f7c94f0f4385396a2697e4941f2558bbb540ffad38f7ccf26a5b6f11c3e2f8d573ee#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;Xynova (Chinese dexterous-hand startup) | Series A+ | RMB 500M | Reaches Unicorn Status&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Led by Meituan, with follow-on from NIO Capital, China Merchants Capital, and an unnamed major internet company, plus additional backing from existing strategic investor Xiaomi. Xynova makes &lt;strong&gt;dexterous hands&lt;/strong&gt; for humanoid robots; founded in late 2024, it has completed &lt;strong&gt;4 funding rounds totaling roughly RMB 1.5B&lt;/strong&gt; in under two years. Its flagship product, Flex 2, uses a hybrid "tendon-driven + direct-drive" architecture with 23 degrees of freedom, a total hand weight under 400 grams, and fingertip force exceeding 20N. The company has built a 5,400-sqm factory in Hangzhou and plans to reach annual capacity of 10,000 dexterous hands and 200,000 micro linear actuators by the end of 2026 — the shift from "building one hand" to "reliably replicating ten thousand hands" is exactly the threshold for competing to become a Tier 1 supplier. Industrial capital including CATL, Xiaomi, JD, Li Auto, Meituan, and NIO is placing dense bets on this "last centimeter." Source: NE时代智能体 &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg5MTA0NzQwOA==&amp;amp;mid=2247495168&amp;amp;idx=1&amp;amp;sn=07fcd01a9e4f2b2e3442e92ebed269d2&amp;amp;chksm=ce4a550856ae4c232ea0beed82dd61eb3e4de36407f430c4db5e68ca80e7c53066200f2de6fc#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MoSense (Chinese tactile-sensing startup) | Angel Round | Tens of Millions RMB&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Jointly invested by Sequoia China, Hillhouse Ventures, and &lt;strong&gt;AgiBot&lt;/strong&gt;. MoSense builds &lt;strong&gt;whole-body multimodal fusion tactile&lt;/strong&gt; systems for robots; founded in May 2026, headquartered in Shanghai with an R&amp;amp;D center in Shenzhen's Qianhai. Tactile sensing is the "skin" that connects intelligent decision-making to the physical world — top-tier VCs joining forces with industry players continues this week's capital heat in the tactile/dexterous-hand sector. Source: 机器人前瞻 &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NDU5NjMwMA==&amp;amp;mid=2247492939&amp;amp;idx=1&amp;amp;sn=b61a21e94356f5b9f89ced327e66e898&amp;amp;chksm=c25bf51d5978233239bcfba97a038a7327216bf40be1e798a1e66b7b4db749c0d137aa3b2073#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kunlunxing Robot | Three Rounds in 90 Days Since Registration | Tens of Billions RMB Cumulative&lt;/strong&gt; · embodied ⚠️ single-source claim&lt;/p&gt;

&lt;p&gt;Registered less than &lt;strong&gt;90 days&lt;/strong&gt; ago, the company has already landed three consecutive funding rounds, with Hillhouse Capital, HighLight Capital, and Chinaco Ventures each adding on. The company states its valuation now exceeds $1 billion, making it a unicorn — the fastest such run in the embodied-intelligence industry (pace and cumulative amount are company-disclosed figures). Source: 有材 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIwMTA0OTcwMg==&amp;amp;mid=2247614865&amp;amp;idx=1&amp;amp;sn=43b18088879a611d628ccaf4a19dc4e4&amp;amp;chksm=97ac8b2ea67022265a0625d6244d2406ee690a0f66025e671bffcfb14a6cc6ef8876ae6ed450#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Humanoid (UK) | New Round | $150M | Unicorn&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;UK humanoid robotics company &lt;strong&gt;Humanoid&lt;/strong&gt; has closed a $150M round and reached unicorn status, adding another high-valuation player to Europe's humanoid race. Source: 智东西 &lt;a href="https://zhidx.com/p/576551.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;X Square Robot (自变量机器人, Chinese embodied-AI startup) | Four Rounds Raised | Valuation Over $2.8B&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Focused on embodied foundation models (Physical AI foundation model), the company has completed four consecutive funding rounds, with valuation surpassing &lt;strong&gt;$2.8B&lt;/strong&gt;, placing it in the top-valuation tier of China's embodied-foundation-model leaders. Source: AOL.com &lt;a href="https://www.aol.com/articles/x-square-robot-secures-four-110000000.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BXI Robotics (半醒具身) | New Round | Tens of Millions RMB&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;A humanoid robot &lt;strong&gt;ODM solutions provider&lt;/strong&gt;; the investor is A-share listed company Suochen Technology, with funds earmarked for next-generation humanoid R&amp;amp;D and overseas market expansion — a listed company using an equity stake to enter the humanoid supply chain. Source: 机器人前线 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzMzA0MTUxOQ==&amp;amp;mid=2454643460&amp;amp;idx=1&amp;amp;sn=34f13adc1959f77e0f56a4b7b3179c64&amp;amp;chksm=fe4cc74a03ec468d23587c1fa7a08ef5a0d82aa93b010010515cabcbf8ef1202aef515179811#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;AgiBot's Genie G2 Max Enters JD's Smart Wolf Warehouse: First Humanoid Robot in a Real Production Warehouse&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;At WAIC on July 17, JD Logistics and AgiBot jointly unveiled the safety-rated, heavy-payload humanoid robot &lt;strong&gt;Genie G2 Max&lt;/strong&gt;, announcing its deployment at JD Logistics' &lt;strong&gt;Smart Wolf Warehouse&lt;/strong&gt; — officially described as the first time a humanoid robot has been deployed in a real warehouse production workflow rather than a trade-show demo. G2 Max is focused on inbound handling and depalletizing: it has human-like arm proportions and a heavy-load force-control system, can grip and move standard totes around the clock, and interfaces with upstream and downstream automation equipment. The Smart Wolf Warehouse is JD's self-developed "goods-to-person" system, with vertical racking over 10 meters tall and storage density about &lt;strong&gt;4 times&lt;/strong&gt; that of a traditional warehouse, already deployed at scale in Beijing, Wuhan, Chengdu, and the UK. AgiBot's Genie G2 had previously surpassed 15,000 units shipped (previously reported); this move advances "first at-scale deployment scenario" from a shipment figure to embedding in a real production line. JD Logistics says it plans to procure 3 million robots over the next five years. Source: JD Logistics (京东物流JDL) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzODczNzU2Ng==&amp;amp;mid=2247488694&amp;amp;idx=2&amp;amp;sn=024e7647345373e5d8f2b75f9d229dbb&amp;amp;chksm=c3f9624c54c742ff8c6f6ff67582ea2137a3bf1b33d684195991b4f663f235ceaffc626342de#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTECH's Walker U1: Orders Top 13,000 Units Across All Channels, Deliveries Start in September&lt;/strong&gt; · humanoid ⚠️ single-source claim&lt;/p&gt;

&lt;p&gt;UBTECH's "full-size ultra-lifelike humanoid robot" Walker U1, which went on sale in June, had accumulated more than &lt;strong&gt;13,361 units&lt;/strong&gt; in orders across all channels as of June 30, with deliveries starting September 16. The full-body version is priced at &lt;strong&gt;RMB 159,800&lt;/strong&gt;, with the series spanning RMB 119,800–990,000, and is marketed for companionship (explicitly stated as "not a boyfriend/girlfriend/partner," shipped with custom makeup, not eligible for seven-day no-reason returns). The order volume is notable, but figures come from company disclosure, and delivery and mass production remain to be proven out. Source: 维科网人形机器人 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5OTE3MTk2Mg==&amp;amp;mid=2247486871&amp;amp;idx=3&amp;amp;sn=73b6c57888103ba5b5b34fb199b3d08b&amp;amp;chksm=975df36eb9736b3423fe070694cf45208f4675699d45d1214e45f6728cb55365b26aed2b6e2e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; · 新识研究所 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYyMTkwNTI0MQ==&amp;amp;mid=2247496575&amp;amp;idx=7&amp;amp;sn=ab2bc4505272723fa89528d017b73476&amp;amp;chksm=fe7f63d14ebe8d2e1569b0e80ca69a1c90877980867eaf4f2b09a4fa07a80e15acadbbf615f9#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ant Group's Lingbo "Smart Pharmacy" Named a WAIC "Showcase Highlight"&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Ant Group's Lingbo unit deployed a "one brain, many robots" architecture in a smart pharmacy scenario, with multiple robots coordinating on large-scale picking and sorting, earning recognition as a WAIC 2026 "showcase highlight"; described as China's first robotic pharmacy, it was also featured as a conference highlight — a real example of embodied intelligence deployed in a vertical commercial setting. Source: 上观新闻 &lt;a href="https://m.jfdaily.com/news/detail?id=1145717" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Volkswagen's Moia to Pilot Robotaxi Service in Hamburg&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Volkswagen's mobility brand &lt;strong&gt;Moia&lt;/strong&gt; has announced a robotaxi pilot launching in Hamburg, Germany, entering local European autonomous-mobility operations — another example of a legacy automaker running its own robotaxi service. Source: 디지털투데이 &lt;a href="https://www.digitaltoday.co.kr/en/view/82583/volkswagen-moia-to-pilot-robotaxi-service-in-hamburg" 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;Xi Jinping Attends WAIC for the First Time, Frames AI as "Moving from the Digital World into the Physical World"&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;On July 17, the 2026 World Artificial Intelligence Conference and High-Level Meeting on Global AI Governance opened in Shanghai, with China's President Xi Jinping &lt;strong&gt;attending for the first time&lt;/strong&gt; and delivering the keynote address, stating clearly that "artificial intelligence is moving from the &lt;strong&gt;digital world&lt;/strong&gt; into the &lt;strong&gt;physical world&lt;/strong&gt;." This marks the first time China's top leadership has linked AI's next phase to the "physical world" at the highest-level setting, and industry observers read it as the &lt;strong&gt;highest-level policy endorsement&lt;/strong&gt; yet for embodied intelligence. Earlier signals had been building progressively: in March, the National Development and Reform Commission added "embodied intelligence" to its strategic emerging industries catalog, and in May the Ministry of Science and Technology released a draft Action Plan for Embodied Intelligence Innovation and Development. The speech, combined with the density of industry activity on WAIC's first day — leading companies racing toward capital markets, real factory settings opening up for large-scale validation — still leaves three hurdles unaddressed industry-wide: mass production, real paying use cases, and profitability models have yet to be broadly proven out. A policy green light solves "can it go public," not "can it make money." Source: 天瑞丰年 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA3NDgzMzQyMA==&amp;amp;mid=2651738645&amp;amp;idx=1&amp;amp;sn=a8787d98c3ffbd5f110113fcefc2aec8&amp;amp;chksm=8552fbfc49f86523256ed8b8f26417b5db021f4a6ca0ccd330cb7eb1dc4b4333e3acf49bcabf#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zoox Issues Software Recall After Thick-Smoke Misjudgment, Covering 105-Vehicle Fleet&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Amazon's &lt;strong&gt;Zoox&lt;/strong&gt; issued a software update recall covering its entire &lt;strong&gt;105-vehicle&lt;/strong&gt; fleet after a robotaxi, in June, braked hard and became stuck at a fire scene shrouded in thick smoke with no cones set up to cordon it off — the update adds recognition and response capability for "emergency scenes obscured by thick smoke." No one was in the vehicle at the time and no one was injured; a remote operator ultimately reversed the vehicle out of the scene. This is Zoox's second recall, following a hard-braking issue in March 2025, and the timing is notable — the recall decision was made on July 7, one day before NHTSA's administrator sent a letter to the entire industry demanding robotaxis stop obstructing emergency responders; regulators explicitly characterized "failure to recognize emergency scenes" as a "functional insufficiency" rather than a rare edge case (following on NHTSA's earlier ultimatum, previously reported). Around the same time, San Francisco's mayor called for tighter regulation after a Waymo traffic incident — regulatory scrutiny on U.S. robotaxis is tightening. Source: TechCrunch &lt;a href="https://techcrunch.com/2026/07/17/zoox-issues-software-recall-after-a-robotaxi-got-confused-by-heavy-smoke/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OFweek: Mainland China's Humanoid Robot Production Topped 30,000 Units in H1, Shipments About 23,000&lt;/strong&gt; · humanoid ⚠️ institutional estimate&lt;/p&gt;

&lt;p&gt;According to OFweek's "2026 Humanoid Robot Industry Insight Report," China produced &lt;strong&gt;over 30,000 units&lt;/strong&gt; of humanoid robots and shipped roughly &lt;strong&gt;23,000 units&lt;/strong&gt; in H1 2026, with full-year output projected at around 50,000 units. Leading-producer tallies: AgiBot shipped its 15,000th unit in June, with a full-year estimate of about 20,000; Unitree produced roughly 11,000 units of a single model from January–May, with full-year shipments potentially reaching 15,000; UBTECH's Walker U1 has orders exceeding 13,000, deliveries starting in September; and LimX Dynamics' Foshan production line has annual capacity in the tens of thousands. Compared with roughly &lt;strong&gt;16,000 units&lt;/strong&gt; installed globally in 2025, the production curve is climbing rapidly — these are third-party report estimates. Source: 维科网人形机器人 &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5OTE3MTk2Mg==&amp;amp;mid=2247486871&amp;amp;idx=3&amp;amp;sn=73b6c57888103ba5b5b34fb199b3d08b&amp;amp;chksm=975df36eb9736b3423fe070694cf45208f4675699d45d1214e45f6728cb55365b26aed2b6e2e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XPeng's MONA L03 Launches Globally in Munich, Starting at RMB 123,800, With Second-Gen VLA&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Following its second-generation VLA passing local certification in Germany (previously reported), XPeng's &lt;strong&gt;MONA L03&lt;/strong&gt; launched in Munich starting at &lt;strong&gt;RMB 123,800&lt;/strong&gt;, with plans to reach 65 countries, marketed around "one autonomous-driving stack spanning China and Europe" — requiring only a small amount of local European post-training data to adapt. Chinese autonomous-driving exports are shifting from "simple replication overseas" toward pushing flagship-tier autonomous driving down into mainstream-priced vehicles. Source: 汽车之家 &lt;a href="https://chejiahao.autohome.com.cn/info/25987281?reply=reply" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NIO Puts Its Automotive-Grade 5nm "Shenji" Chip into Robots, Launches Embodied-Intelligence Development Platform&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;NIO showcased at WAIC putting its automotive-grade &lt;strong&gt;5nm&lt;/strong&gt; chip, "Shenji," to use in robots, and launched an embodied-intelligence development platform, opening its in-vehicle compute and toolchain to robot manufacturers — repurposing its smart-vehicle compute and chip capabilities for the embodied-intelligence space. Source: 驱动之家 &lt;a href="https://news.mydrivers.com/1/1137/1137265.htm" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BrainCo Unveils "World's First" Brain-Controlled Robot Development Platform&lt;/strong&gt; · adjacent ⚠️ demo claim&lt;/p&gt;

&lt;p&gt;BrainCo debuted a brain-computer-interface-driven robot training platform at WAIC, claiming that &lt;strong&gt;10 minutes&lt;/strong&gt; is enough to achieve "mind control" of a robot (capability based on a live demo and vendor claims). Source: StreetInsider &lt;a href="https://www.streetinsider.com/PRNewswire/BrainCo+Debuts+Worlds+First+Integrated+Brain-to-Robot+AI+R%26amp%3BD+Platform+at+WAIC+2026/26781980.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MIIT Standards Committee Holds Annual Plenary Session, Building Out Embodied Intelligence's "Rules Foundation"&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;The 2026 annual plenary of the Ministry of Industry and Information Technology's Standardization Technical Committee for Humanoid Robots and Embodied Intelligence, alongside "Standards Week," was held in Shaoxing, Zhejiang, with NavInfo taking the lead as chair unit of the &lt;strong&gt;Data Standards Working Group&lt;/strong&gt;; industry standards for dexterous hands are now open for public comment (previously reported). As the industry races toward mass production, it is simultaneously moving to fill in the foundational rules and data standards. Source: 砍柴网 &lt;a href="https://news.ikanchai.com/2026/0717/662811.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;· &lt;strong&gt;Dexterous Hand Price Cuts and Volume Ramp&lt;/strong&gt;: GGII estimates that China's dexterous-hand shipments will surge from 19,200 units in 2025 to 70,200 units in 2026 (+260%), with downstream volume ramp forcing localization of core joint components like micro motors, driving a wave of financing in the micro-motor sector &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU5NTg4NDIyNg==&amp;amp;mid=2247506161&amp;amp;idx=1&amp;amp;sn=70a6bd5628dfb18d998d6b26f66a70ed&amp;amp;chksm=ff26b8649a4ba1692c94640f11f0bed6cd8a6865a127ed908ff8a5875ccbf174b6f0ef5a5989#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Joyson Electronic (均胜电子)&lt;/strong&gt;: unveiled core robot components including dexterous hands and hybrid solid-liquid batteries at WAIC, marking a Tier 1 auto-parts supplier entering the embodied-intelligence supply chain &lt;a href="https://i.gasgoo.com/news/70466286.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Zhongda Leader (中大力德)&lt;/strong&gt;: holds roughly RMB 3.2B in orders from Unitree, supplying 63%–80% of its components, yet gross margin fell from 25.77% to 21.44% — "selling more, earning less," reflecting upstream price-war pressure &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkyNjIyMzM0Mg==&amp;amp;mid=2247486644&amp;amp;idx=1&amp;amp;sn=b9b6a96b0e039cce98be8ed812a355be&amp;amp;chksm=c34e09249c50803a788ce6c20f23b6f08d1623401ec945f443dc019060801fa65debcae5e79c#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 60 (07/17)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Thu, 16 Jul 2026 14:48:44 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-60-0717-5576</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-60-0717-5576</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· SoftBank exercises its put option, Hyundai buys out Boston Dynamics' last 9.65% stake for &lt;strong&gt;$325 million&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· Nvidia teams up with the Japanese government to build the world's first national-level physical AI compute base, with &lt;strong&gt;27,500 Rubin GPUs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· RSS 2026 Best Paper FlashSAC: humanoid locomotion sim2real training &lt;strong&gt;compressed from hours to minutes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· Harmonic reducer prices halve in three years, bulk quotes down to &lt;strong&gt;just over 2,000 yuan&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· NHTSA to finalize new driverless-vehicle rules by &lt;strong&gt;2028&lt;/strong&gt;, replacing hardware-design clauses with a "behavioral capability" test&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;FlashSAC: compressing humanoid locomotion sim2real training from hours to minutes&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;RSS 2026 Best Paper. The conference this year accepted &lt;strong&gt;210 of 708 submissions&lt;/strong&gt;, a 29.7% acceptance rate, with 8 papers making the finalist list. The work tackles an old problem in off-policy reinforcement learning for high-dimensional robot control — slow, unstable training. It goes against convention by reducing the number of gradient updates while simultaneously scaling up model size, data throughput, and the experience replay buffer, then controlling value-network error accumulation by bounding weight, feature, and gradient norms. It outperforms PPO and various off-policy baselines overall across &lt;strong&gt;10 simulators and 60-plus tasks&lt;/strong&gt;, and the most visible result is a humanoid locomotion sim2real experiment where training time shrank from hours to minutes. The authors are from Holiday Robotics, KAIST, KRAFTON, TU Darmstadt, and KTH — Holiday Robotics is the same company that set a new Korean Series A record of KRW 155 billion just last week.&lt;/p&gt;

&lt;p&gt;Donghu Kim, Youngdo Lee et al. (Holiday Robotics × KAIST × KRAFTON) · RSS 2026 Best Paper · Analysis: QbitAI &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247904431&amp;amp;idx=2&amp;amp;sn=21d0017b87f0ff9f511a2eae7bd49201&amp;amp;chksm=e9471a1ac911486f460ec138cacb80583e734bb8e2b4b3b02f60e8c36baa598f1205fc1327c1&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;NeuralActuator: giving low-cost robot arms a sense of how much force they're feeling, without torque sensors&lt;/strong&gt; · perception&lt;/p&gt;

&lt;p&gt;RSS 2026 Best Systems Paper. Friction, backlash, and temperature drift throw off the traditional current-to-torque relationship — a major source of sim2real gap for cheap robot arms. This work uses a transformer combined with differentiable simulation to jointly predict actuator torque, external contact force, contact probability, and motor state, letting robots sense applied force at deployment &lt;strong&gt;without dedicated force/torque sensors&lt;/strong&gt;. It was validated on three classes of robot arms ranging &lt;strong&gt;from about $500 to over $30,000&lt;/strong&gt;, and the team also released the NAD dataset collected via bimanual teleoperation.&lt;/p&gt;

&lt;p&gt;Zhiyang Dou et al. (MIT CSAIL) · RSS 2026 Best Systems Paper · Analysis: QbitAI &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247904431&amp;amp;idx=2&amp;amp;sn=21d0017b87f0ff9f511a2eae7bd49201&amp;amp;chksm=e9471a1ac911486f460ec138cacb80583e734bb8e2b4b3b02f60e8c36baa598f1205fc1327c1&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;DAPL: robots learn to "use the environment as leverage," extracting objects without grasping&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Selected for the RSS 2026 finalist list. The framework first uses a world model to learn the dynamics of collisions, sliding, and tipping among objects in cluttered scenes, then uses these dynamics representations to guide reinforcement learning — so the robot no longer relies solely on direct grasping, and can also complete "extrinsic dexterous manipulation" like pushing, nudging, and flipping by making contact with surrounding objects and the environment. In unseen simulated cluttered scenes, success rate improved &lt;strong&gt;by more than 25 percentage points over baselines&lt;/strong&gt; such as grasping and teleoperation, and reached about &lt;strong&gt;50%&lt;/strong&gt; across 10 categories of real-world scenes; it has already been used for shelf-picking tasks. The authors emphasize these behaviors emerged autonomously from the model rather than being tuned via reward hacking.&lt;/p&gt;

&lt;p&gt;Yixin Zheng, Jiangran Lyu et al. (CASIA × BAAI × Galbot × Peking University × SJTU) · RSS 2026 Final List · Analysis: QbitAI &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247904431&amp;amp;idx=2&amp;amp;sn=21d0017b87f0ff9f511a2eae7bd49201&amp;amp;chksm=e9471a1ac911486f460ec138cacb80583e734bb8e2b4b3b02f60e8c36baa598f1205fc1327c1&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;UniTac: letting VLA "imagine" the feel of touch before contact&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;The difficulty in bringing touch into VLA isn't a lack of data, but that the data is locked inside heterogeneous sensors — the same object can produce completely different signals across different tactile sensors. UniTac splits touch into two separately modeled parts — "object physical properties" and "sensor configuration" — and learns a unified representation from &lt;strong&gt;over 400,000&lt;/strong&gt; publicly available tactile videos, then predicts latent tactile states from vision and feeds them into VLA, shifting touch from post-contact feedback to a pre-contact prior. On the understanding side it scores &lt;strong&gt;66.51&lt;/strong&gt; on PHYSICLEAR-Test, ahead of models like Octopi; on the generation side it achieves an average SSIM of &lt;strong&gt;0.836&lt;/strong&gt; across four sensor types. The value lies in scenarios like paper cups or towels — objects that "break if you squeeze wrong" — where correcting after contact is already too late.&lt;/p&gt;

&lt;p&gt;UniX AI × Zhejiang University × MIT × Oxford × Yale × SJTU · Accepted at ECCV 2026 · Analysis: QbitAI &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247904211&amp;amp;idx=1&amp;amp;sn=81c29a58ca36a0ea8c11ede798c7a651&amp;amp;chksm=e979ca7172e3c21548ba764c9060f9b74c234a0928bbb31ee2864eec33aa40f6b04a7a515706&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;GigaWorld-Policy-0.5: a world-action model that no longer generates video at inference time&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;21↑ on Hugging Face trending. Existing world-action models (WAMs) generally generate explicit future video at inference time, and the compute overhead is heavy enough to break real-time closed-loop control. This version takes an "action-centric" approach — using dense supervision from future visual dynamics during training, decoding only actions at inference, and introducing a Mixture-of-Transformers to split visual dynamics modeling and action generation across different experts, &lt;strong&gt;achieving 85ms inference latency on a single RTX 4090&lt;/strong&gt;. The team also used an agentic AutoResearch pipeline to automatically search training configurations, cutting out a large amount of manual tuning.&lt;/p&gt;

&lt;p&gt;GigaWorld Team, Angen Ye et al. · arXiv 2607.13960 &lt;a href="https://arxiv.org/abs/2607.13960" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WANDA: synthesizing a trainable world from a single real-robot demonstration&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;The labor cost of teleoperation and UMI-based data collection simply doesn't scale for open-world mobile manipulation. WANDA's approach is to squeeze maximum value from a &lt;strong&gt;single demonstration&lt;/strong&gt;: it first reconstructs a background Gaussian splat and robot-object interaction trajectories from RGBD observations as a "world substrate," then rearranges contact-rich interaction segments across many spatial configurations and strings them into new trajectories via whole-body motion planning, synthesizing realistic observations across diverse 3D worlds generated from everyday photos. Experiments show policies trained this way simultaneously gain long-horizon robustness, spatial generalization, and cross-environment generalization, and naturally support cross-embodiment data generation — it has already been zero-shot deployed on another mobile manipulation robot with a different form factor.&lt;/p&gt;

&lt;p&gt;Lingxiao Guo, Huanyu Li, Guanya Shi · arXiv 2607.13154 &lt;a href="https://arxiv.org/abs/2607.13154" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;APT-RL: quadrupeds autonomously switch gaits for high-speed traversal in the wild, using only onboard sensors&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;The difficulty in multi-skill locomotion lies in the handoff between skills — when to switch gaits and to which one is usually decided by a hand-crafted state machine. This framework uses an action-pretrained transformer to unify multi-skill locomotion, enabling autonomous skill switching and high-speed traversal across complex terrain using &lt;strong&gt;only onboard perception and compute&lt;/strong&gt;, validated from rugged wilderness to urban environments.&lt;/p&gt;

&lt;p&gt;Jun-Gill Kang, Jaehyun Park et al. · arXiv 2607.13579 &lt;a href="https://arxiv.org/abs/2607.13579" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other papers today: M4World, a multi-view multimodal driving world model supporting object-level interaction and minute-scale streaming generation (arXiv 2607.14005 &lt;a href="https://arxiv.org/abs/2607.14005" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Kepler-Encoder-v0.1, treating proprioceptive state as a modality fused with vision and force/torque into a shared latent space — vision-only features reading force have an R² as low as 0.10 (arXiv 2607.13522 &lt;a href="https://arxiv.org/abs/2607.13522" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Anchor-Align, using a frozen VLM copy for layer-wise distillation to prevent behavior-cloning fine-tuning from overwriting pretrained representations (arXiv 2607.13429 &lt;a href="https://arxiv.org/abs/2607.13429" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Semantic Anchoring, anchoring action representations back to a semantic manifold and splitting them into shared-semantic and private channels (arXiv 2607.13597 &lt;a href="https://arxiv.org/abs/2607.13597" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Reverse to Advance, exploiting a task's directional asymmetry, using an "easy reverse task" to lower teleoperation collection cost for hard tasks (arXiv 2607.13455 &lt;a href="https://arxiv.org/abs/2607.13455" rel="noopener noreferrer"&gt;source&lt;/a&gt;); PhysClaw-0, letting language corrections persist and be reused across turns so supervision cost scales with the number of problem types rather than conversation length (arXiv 2607.14047 &lt;a href="https://arxiv.org/abs/2607.14047" rel="noopener noreferrer"&gt;source&lt;/a&gt;); UniPhysGen, automatically converting raw 3D assets into simulation-ready assets with articulation semantics and physical properties (arXiv 2607.13586 &lt;a href="https://arxiv.org/abs/2607.13586" rel="noopener noreferrer"&gt;source&lt;/a&gt;); From Pixels to States, examining interactive world models through four game-engine dimensions, with a data engine featuring over 90 hours of "Black Myth: Wukong" data (arXiv 2607.14076 &lt;a href="https://arxiv.org/abs/2607.14076" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Grounded world models, proposing five reference points for embodied world models drawn from biological neural circuits (arXiv 2607.13560 &lt;a href="https://arxiv.org/abs/2607.13560" rel="noopener noreferrer"&gt;source&lt;/a&gt;); showing the SIGReg objective is equivalent to variational free energy, providing JEPA world models with a normative active-inference interpretation (arXiv 2607.13612 &lt;a href="https://arxiv.org/abs/2607.13612" 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;X-TouchMind V1 and TacVerse 1k&lt;/strong&gt;: Qianjue Robotics released what it says is the industry's first tactile-focused VTLA embodied foundation model, paired with a &lt;strong&gt;1,000-hour&lt;/strong&gt; native visual-tactile dataset — 100% tactile data coverage, with vision, touch, force, pose, and high-frequency dynamics captured together rather than tactile data added on after the fact to vision-only data; the model uses a System 0-2 hierarchy, with System 0 dedicated to high-frequency tactile correction &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NDU5NjMwMA==&amp;amp;mid=2247492910&amp;amp;idx=1&amp;amp;sn=dee1fd9fd889831ca8152b05165077e2&amp;amp;chksm=c2ae18ec6610a70ca54ed07a35bfd380e491c051a84e1dd425e974113e062eb1d18d5bf30bbb&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;RLinf v0.3&lt;/strong&gt;: an update to the embodied reinforcement learning framework jointly built by Infinigence AI and Tsinghua University, with five capability upgrades spanning model ecosystem to real-robot deployment &lt;a href="https://www.163.com/dy/article/L1VORPQM05568W0A.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;GPUSimBench&lt;/strong&gt;: a benchmark for GPU-accelerated simulators establishing standards for scalability, physical consistency, and computational determinism, pointing out that unchecked scaling sacrifices reproducibility (arXiv 2607.13059 &lt;a href="https://arxiv.org/abs/2607.13059" rel="noopener noreferrer"&gt;source&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Industrial Dexterity Benchmark&lt;/strong&gt;: an integrated hardware-software benchmark platform for industrial dexterous manipulation, covering cable routing, connector insertion, and precision assembly — tasks still done by hand today (arXiv 2607.14021 &lt;a href="https://arxiv.org/abs/2607.14021" rel="noopener noreferrer"&gt;source&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;HRIBench&lt;/strong&gt;: writes collaborative tasks as executable scripts with explicitly modeled roles, temporal dependencies, and coordination constraints, filling a near-blank spot in VLA evaluation for human-robot interaction structure (arXiv 2607.13056 &lt;a href="https://arxiv.org/abs/2607.13056" 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;Boston Dynamics | Equity Buyout | ~$325 Million | 9.65% Stake&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Following yesterday's reports that Hyundai planned to buy out SoftBank's holding, the trigger and price of the deal were confirmed today: &lt;strong&gt;SoftBank actively exercised its put option&lt;/strong&gt;, selling its remaining 9.65% stake back to Hyundai Motor Group for about &lt;strong&gt;$325 million&lt;/strong&gt;, giving Hyundai 100% ownership. The price is worth a closer look — when Hyundai bought 80% in 2021 for 1 trillion won (about $674 million), Boston Dynamics was valued at about 1.24 trillion won; that valuation has now &lt;strong&gt;surpassed 30 trillion won&lt;/strong&gt;. At the current valuation, 9.65% should be worth roughly $2 billion, meaning SoftBank exited at a discount under the option terms agreed years ago. Hyundai also laid out a timeline for Atlas: entering its Metaplant America factory in Georgia for parts sequencing in &lt;strong&gt;2028&lt;/strong&gt;, expanding to component assembly by &lt;strong&gt;2030&lt;/strong&gt;. Multiple Korean media outlets also noted that consolidating ownership clears the way for a Boston Dynamics IPO in the US.Source: Yonhap &lt;a href="https://en.yna.co.kr/view/AEN20260716006451320" rel="noopener noreferrer"&gt;source&lt;/a&gt; | Bloomberg &lt;a href="https://www.techinasia.com/news/hyundai-motor-seeks-full-ownership-boston-dynamics/amp/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Senior Auto (Chinese autonomous trucking startup) | Series C | RMB 300 Million&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Jointly invested by Xingzheng Capital and Yidao Capital, the funds are primarily for R&amp;amp;D on next-generation &lt;strong&gt;production-grade&lt;/strong&gt; autonomous driving solutions. Founded in 2020, this driverless heavy-truck company follows a "closed → semi-open → open" progressive rollout, monetizing through operating-as-a-service and technology licensing, and has already achieved scaled commercialization in ports and closed parks. Its product is centered on world-model-driven decision-making, covering onboard intelligence, fleet management, and cloud dispatch. Around the Yiyongzhou corridor, it has connected a complete chain across three node types — &lt;strong&gt;Ningbo-Zhoushan Port, the Yiwu Suxi rail yard, and the Yongjin Expressway&lt;/strong&gt; — spanning port drayage, yard transfer, and trunk-line transport. This approach of "using cash flow from closed scenarios to sustain the push into open scenarios" is one of the few autonomous heavy-truck business models in China currently proven to work.Source: PEdaily &lt;a href="https://news.pedaily.cn/202607/566400.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;microagi (Germany) | Seed Round | $55 Million&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Led by Hummingbird, with participation from Northzone, LocalGlobe, Village Global, and redalpine — the &lt;strong&gt;largest seed round in German startup history&lt;/strong&gt;. Founder Bercan Kilic left a job as an aerodynamics engineer at Red Bull Racing shortly after landing it in 2023, and started the company last year out of a hacker house in Munich. The company neither builds robots nor foundation models; instead it &lt;strong&gt;records workers doing their jobs using cameras and sensor gloves&lt;/strong&gt;, then uses that data to fine-tune off-the-shelf robot models into specialists for a customer's production line. Five companies currently contribute data on its platform, with one preparing for deployment. Its consumer-facing offshoot, shift, went viral earlier this year by offering "free housework in New York in exchange for first-person recordings," and this week started offering free private chef services in San Francisco.Source: Business Insider &lt;a href="https://www.businessinsider.com/f1-engineer-quit-redbull-to-build-army-of-factory-robots-2026-7" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Think Surgical (US) | Debt Financing | Up to $65 Million&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;The orthopedic surgical robotics company reached an agreement with healthcare investment firm Symbiotic Capital worth roughly RMB 440 million, to advance commercialization of the handheld micro-orthopedic robot TMINI. Choosing debt over equity typically signals the company places a higher priority on avoiding dilution and has confidence in predictable existing cash flow.Source: MedRobot &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI5Mjc4ODUzOQ==&amp;amp;mid=2247580964&amp;amp;idx=1&amp;amp;sn=2dc8846692b98e2b4a894a569276d00f&amp;amp;chksm=ed3bda44a9f639d0c4d7b7c28c3394a68607e656d62f70f155b7a7bdae91c463dced80fd86d7#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SwitchOn (India) | New Round | $8 Million&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;A physical AI company focused on manufacturing visual quality inspection, funding will go toward scaling production-line inspection deployments.Source: Inc42 &lt;a href="https://inc42.com/buzz/physical-ai-startup-switchon-raises-8-mn-to-scale-manufacturing-inspection/" 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;Machina Labs wins Lockheed Martin JASSM missile qualification contract&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;This marks &lt;strong&gt;the first time components produced by a Machina factory have advanced to qualification testing for a defense missile system&lt;/strong&gt; — a higher bar than a general "partnership intent." The company's proprietary RoboCraftsman cells autonomously handle loading, metal forming, scanning, trimming, and drilling, turning digital designs directly into production-grade metal parts; the delivered component is a &lt;strong&gt;fuel tank&lt;/strong&gt; metal structure, produced at its Los Angeles factory using its RoboForming process combined with precision laser welding, and handed to Lockheed Martin for testing and system integration. Follow-on production volume will be handled by the under-construction &lt;strong&gt;Factory 3&lt;/strong&gt;: &lt;strong&gt;200,000 square feet&lt;/strong&gt;, capable of housing &lt;strong&gt;up to 50&lt;/strong&gt; RoboCraftsman cells. The key bottleneck for robots serving critical structural parts in defense supply chains is replacing tooling and dies with seven-axis flexible forming — once this qualification hurdle is cleared, the marginal cost of switching to a new part becomes a different order of magnitude from traditional stamping.Source: The Robot Report &lt;a href="https://www.therobotreport.com/lockheed-martin-taps-machinas-robots-for-mission-critical-missile-parts/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tesla Robotaxi registered vehicles in Texas rise to 175, up 58 in a single day&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;According to a Texas autonomous-vehicle tracking website, Tesla's registered autonomous vehicles in the state have reached &lt;strong&gt;175&lt;/strong&gt;, with &lt;strong&gt;58&lt;/strong&gt; added in a single day — a marked acceleration in pace. An important caveat: this is the &lt;strong&gt;registered count, not the actual number in active operation&lt;/strong&gt; — Electrek reporters previously conducted an on-the-ground count across thousands of square miles of the Austin metro area and found the number of vehicles actually operating far below the registered total. On the other hand, one data point favors Tesla: according to NHTSA incident reports, its Austin fleet has not reported a single at-fault accident since mid-April this year; the only new incident was a Model Y that was rear-ended while parked.Source: Autohome &lt;a href="https://chejiahao.autohome.com.cn/info/25977672" rel="noopener noreferrer"&gt;source&lt;/a&gt; | LeiPhone &lt;a href="https://mp.weixin.qq.com/s?__biz=MTM2ODM0ODYyMQ==&amp;amp;mid=2651752547&amp;amp;idx=2&amp;amp;sn=5ba4e69fd4efe5e98937ba56d0bf555e&amp;amp;chksm=638fb92e44226ebed3a989f5e491261219f0731c4c4ba51d7620309476e0ecd6ff8fe555728e#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stryker's Mako orthopedic surgical robot power system goes fully commercial in the US, cumulative surgeries surpass 2.5 million&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;The system, aimed at knee replacement, has moved from a limited release to full US commercial launch. The same day, the company disclosed that its Mako platform has completed &lt;strong&gt;over 2.5 million&lt;/strong&gt; surgeries across &lt;strong&gt;47 countries&lt;/strong&gt; — a solid data point that surgical robotics has already cleared the commercialization-validation bar, and also the real benchmark that general-purpose humanoid research results — like papers on Unitree's G1 performing surgery — should actually be measured against.Source: MassDevice &lt;a href="https://www.massdevice.com/stryker-fully-launches-mako-rps-knee/" rel="noopener noreferrer"&gt;source&lt;/a&gt; | Stock Titan &lt;a href="https://www.stocktitan.net/news/SYK/stryker-expands-mako-robotics-portfolio-with-full-market-release-of-slueeg62x3yj.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DHL Malaysia uses AI drones for warehouse inventory checks, cutting cycle time by 92%&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Drones automatically perform cycle counts inside the warehouse, cutting inventory-check time by &lt;strong&gt;92%&lt;/strong&gt;. Warehouse counting is a textbook case of "high-frequency, low-skill, extremely hard to staff" work, and one of the easiest categories for automation ROI to pencil out clearly.Source: BusinessToday Malaysia &lt;a href="https://www.businesstoday.com.my/2026/07/16/ai-drone-cuts-92-cycle-count-time-for-dhl-in-malaysia/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ukraine's Nurse TB20 ground robot enters mass production&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;This ground unmanned platform has begun mass production, mainly for battlefield casualty evacuation and resupply. Wartime demand is compressing the "prototype to mass production" cycle for ground robots well outside the normal defense-industry pace.Source: UA.NEWS &lt;a href="https://ua.news/en/ukraine/v-ukrayini-zapustili-seriine-virobnitstvo-nazemnogo-robota-nurse-tb20" 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;Nvidia and the Japanese government build the world's first national-level physical AI compute base&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Nvidia announced a partnership with Noetra to build a Vera Rubin AI factory, configured with &lt;strong&gt;13,750 Vera CPUs and 27,500 Rubin GPUs&lt;/strong&gt;, &lt;strong&gt;140 megawatts&lt;/strong&gt; of data center capacity, using Vera Rubin NVL72 racks and the DSX platform, interconnected via Spectrum-X Ethernet. This compute will support Japan's METI-launched &lt;strong&gt;FRONTia project&lt;/strong&gt; (developing multimodal foundation models for AI robotics and physical AI), feeding Japanese manufacturing know-how and real industrial data into the models; the pretrained weights Noetra trains will be &lt;strong&gt;opened up to Japan-based model developers and companies&lt;/strong&gt;, alongside open models such as Nemotron, Cosmos, and Isaac GR00T. Announced the same day on the industry side: Japanese manufacturing giants Fanuc, Yaskawa Electric, Kawasaki Heavy Industries, and Toyota's Woven City said they will build their respective physical AI capabilities on &lt;strong&gt;NVIDIA Cosmos&lt;/strong&gt;. Jensen Huang put it bluntly: "Japan invented modern manufacturing, and now it is building the AI factories that will power the next industrial revolution." Set alongside this week's Hyundai buyout of Boston Dynamics and Samsung's plan to build a humanoid base, the three East Asian manufacturing powers are each betting on physical AI according to their own asset structures: Japan is betting on infrastructure and open models, Korea on complete units and bringing embodiment in-house.Source: NVIDIA Newsroom &lt;a href="https://nvidianews.nvidia.com/news/japan-government-industrial-leaders-and-nvidia-launch-the-worlds-first-national-ai-infrastructure" rel="noopener noreferrer"&gt;source&lt;/a&gt; | Chosun Ilbo &lt;a href="https://www.chosun.com/english/world-en/2026/07/16/MYIP67ROJBDLPJTRINBFKN2TEQ/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nvidia launches Jetson Thor T3000/T2000, pushing robot compute into mainstream price points&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;The T3000 delivers &lt;strong&gt;865 FP4 TFLOPS&lt;/strong&gt; of compute at roughly half the size and power draw of the T5000, with a Blackwell GPU, an eight-core Neoverse Arm CPU, &lt;strong&gt;32GB of LPDDR5X&lt;/strong&gt;, and 273GB/s of bandwidth; despite the halved footprint, inference performance on multimodal workloads such as large language models, VLMs, VLA, and world foundation models remains comparable to the T5000. The entry-level T2000 offers &lt;strong&gt;400 FP4 TFLOPS and 16GB&lt;/strong&gt;. Nvidia pointed to a very concrete motivation right now: &lt;strong&gt;moving to the T3000 cuts costs amid rising memory prices&lt;/strong&gt; — and newly released Jetson agent skills can automatically optimize memory usage, letting developers drop a memory SKU tier within the same product class without losing performance. The customer list already includes 1X, Agile Robots, Amazon Robotics, Boston Dynamics, Fanuc, Hitachi, Techman Robot, and UBTech. This extends Nvidia's edge platform lineup from 70 TOPS all the way up to 2,000 TFLOPS.Source: NVIDIA Blog &lt;a href="https://blogs.nvidia.com/blog/jetson-thor-robotics-edge-ai-agent/" rel="noopener noreferrer"&gt;source&lt;/a&gt; | VideoCardz &lt;a href="https://videocardz.com/newz/nvidia-launches-blackwell-based-jetson-thor-t3000-and-t2000-for-robots" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WAIC unveils its "top ten exhibits," only one humanoid robot makes the list&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;The 2026 World Artificial Intelligence Conference opens tomorrow, and its top-ten-exhibits list includes &lt;strong&gt;only one humanoid robot&lt;/strong&gt; — Zhiyuan Robotics' (Chinese humanoid startup) full-size commercial-scenario model Yuanzheng A3 Ultra. Another related selection is Ant Group's Lingbo smart pharmacy, which emphasizes &lt;strong&gt;deploying robots without any store renovation&lt;/strong&gt; under a "one brain, many machines" approach. The shift in judging criteria is more notable than the list itself: doing backflips no longer counts — what counts is running stably on production lines and in stores. Also from the show floor: the number of embodied-intelligence exhibitors rose from about 80 last year to &lt;strong&gt;over 200&lt;/strong&gt; this year, and roughly &lt;strong&gt;60&lt;/strong&gt; full-size humanoid robots will be deployed at the venue for guiding and answering questions.Source: Cailian Press &lt;a href="https://www.sohu.com/a/1051184430_161795?scm=10001.7746_13-119000.0.0-0-0-0-0.0" rel="noopener noreferrer"&gt;source&lt;/a&gt; | Purple Cow News &lt;a href="https://m.sohu.com/a/1051024396_121448078?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;Samsung Electronics reportedly plans KRW 13 trillion humanoid robot base in Gumi&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;According to Korean outlet The Elec, the base would be overseen by Samsung Electronics' DX division, with the humanoid production line tentatively sited at an unused factory in Gumi's No. 1 Industrial Complex, while Samsung SDS builds a supporting AI data center locally. ⚠️ Reported by Korean media, unconfirmed Samsung has not publicly confirmed this, and both scale and timeline remain to be finalized. Samsung's existing positioning offers context: it has raised its stake in Korean robotics company Rainbow Robotics to &lt;strong&gt;35%&lt;/strong&gt; through investment and exercising call options, participated in a RMB 1 billion strategic round for Xingdong Jiyuan (Chinese humanoid startup) in March, and this week Samsung Ventures joined Walden Robotics' $300 million seed round.Source: WeChat Humanoid Robotics &lt;a href="https://mp.weixin.qq.com/s?__biz=MzE5OTE3MTk2Mg==&amp;amp;mid=2247486850&amp;amp;idx=1&amp;amp;sn=7838b2b3a3fa757ffc258e6c4f101dab&amp;amp;chksm=977d2be8ad7ce0f7940680dac639b55e637993e7d393c1306518fb75badd5f5a66654fea574c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Public consultation launched on industry standard for humanoid robot dexterous hands&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;The standard sets out a full set of technical requirements and standardized test methods for dexterous hands, covering degrees of freedom in appearance, motion performance, perception capability, grasping and manipulation capability, common device interfaces, electromagnetic compatibility, environmental adaptability, and operational reliability, along with accompanying test procedures — filling a regulatory gap in this segment. Dexterous hands are currently the highest-priced single component and also the one with the least cross-comparable specifications — every manufacturer quotes its own degrees of freedom, payload, and tactile channels differently. Once the standard takes effect, buyers will at least have a common yardstick.Source: Household Service Robot Committee &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5ODI3NTk4Mw==&amp;amp;mid=2247484232&amp;amp;idx=1&amp;amp;sn=bdb6a1a9590dc29e92fa70223592597b&amp;amp;chksm=f57ec7cd2739d5fedfd537c4cd8cbe53b422978836e3d3806de6a757fe49c78f92521e28cd71#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;China adds 27 vocational-education majors including "humanoid robot engineering technology"&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;China's Ministry of Education added 27 new majors to its vocational education catalog, with humanoid robot engineering technology among them. What actually bottlenecks factory-floor deployment at the ten-thousand-unit scale is often not the model, but people who can commission, maintain, and script the workflows — a change to the major catalog signals the supply side is beginning to gear up on an industrialization timeline rather than a research one.Source: China News Service &lt;a href="https://www.chinanews.com.cn/gn/2026/07-16/10660418.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nvidia reshuffles autonomous-driving leadership, Wu Xinzhou (Nvidia autonomous driving VP) consolidates authority&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;According to an exclusive from 36Kr, Nvidia carried out a major personnel reshuffle in its autonomous driving business, with authority consolidating around Wu Xinzhou. This follows yesterday's reported hire of a former Qualcomm autonomous-driving VP — the convergence of "ex-Qualcomm" and "ex-Xpeng" factions within Nvidia's automotive unit is becoming clearer.Source: 36Kr &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI2NDk5NzA0Mw==&amp;amp;mid=2248895684&amp;amp;idx=3&amp;amp;sn=0229b29641c3c337052dc0111ca3d26a&amp;amp;chksm=e8d52283af593a1eb686b898ac86b431d75e4bbbeae2cef8af5d21d9d10d82e5745550f1e89b&amp;amp;scene=126&amp;amp;sessionid=0#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;D-Robotics Sunrise S600&lt;/strong&gt;: this high-compute chip aimed at embodied intelligence has entered mass-production validation, endorsed by &lt;strong&gt;over 20&lt;/strong&gt; leading embodied-intelligence companies (carried over from yesterday's report) &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5NjU1MzM1Mw==&amp;amp;mid=2660994678&amp;amp;idx=6&amp;amp;sn=5632f5c4d434d7f9d5828a3d992dd34b&amp;amp;chksm=bcc53aaf608fe4b03366b1167b4fa7633d5cb711ebe103067acb921529fd2ba0c7c27829039c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Xinjian Transmission&lt;/strong&gt;: a planetary roller screw manufacturer pushing for a ChiNext IPO, planning to &lt;strong&gt;raise RMB 2.822 billion&lt;/strong&gt; to expand production; the company was the first to achieve large-scale mass production of planetary roller screws in China in 2022, and is a Tier-1 screw supplier for Tesla Optimus &lt;a href="https://mp.weixin.qq.com/s?__biz=MzkzNTY2NDE3MA==&amp;amp;mid=2247580657&amp;amp;idx=3&amp;amp;sn=44b13be93708267b121f7aa47df4a996&amp;amp;chksm=c3903684b3a4148ab3db1e667723a6e067d03accfe5ca21aad86b1429809dca249159453191c#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Jinghua New Material&lt;/strong&gt;: its subsidiary Jingzhigan has established deep business collaboration with multiple dexterous-hand and embodied-intelligence companies &lt;a href="https://finance.eastmoney.com/a/202607163809226294.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;SK On&lt;/strong&gt;: solid-state batteries for robots must first prove their economics — the battery maker struck a rare note of caution about this new customer segment, humanoid robots &lt;a href="https://www.thelec.net/news/articleView.html?idxno=12291" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  V. This Week's Observations
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;NHTSA to finish new driverless-vehicle rules by 2028: shifting from "what's in the car" to "what the car can do"&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;NHTSA Administrator Jonathan Morrison confirmed to Bloomberg that the Trump administration plans to complete new autonomous-driving safety requirements &lt;strong&gt;by the end of this term, i.e. by 2028&lt;/strong&gt;. The direction is to replace decades-old &lt;strong&gt;design-based rules&lt;/strong&gt; that assume "a person sits behind the steering wheel" with &lt;strong&gt;performance-based standards&lt;/strong&gt;: soliciting public and industry input to define what "behavioral capabilities" a self-driving car should have, then designing objective tests to determine compliance — for example, whether it can safely navigate around a double-parked fire truck, rather than what control hardware is installed in the vehicle. Morrison's framing centers on predictability: "manufacturers producing vehicles must be able to know for certain whether their vehicles meet the standard." Hardware-side deregulation is already underway: last month a proposal to amend FMVSS No. 135 to remove the &lt;strong&gt;brake pedal&lt;/strong&gt; requirement for fully self-driving designs was put forward, mandatory steering wheels are also under review, and clauses on rearview mirrors, gear displays, wipers, sun visors, defrosting systems, and tire labels have all been proposed for removal — directly benefiting purpose-built robotaxis like Cybercab and Zoox. On the other side, regulatory pressure hasn't eased: Waymo, the largest robotaxi operator in the US (about &lt;strong&gt;4,000 vehicles&lt;/strong&gt;), recently recalled nearly its entire fleet and paused highway operations after vehicles drove through construction zones at highway speed; the NTSB and others have investigated multiple incidents of robotaxis passing stopped school buses; a January incident where a vehicle struck a child near an elementary school remains under investigation.Source: Automotive World &lt;a href="https://www.automotiveworld.com/news/nhtsa-sets-2028-deadline-for-new-robotaxi-safety-rulebook/" rel="noopener noreferrer"&gt;source&lt;/a&gt; | Bloomberg &lt;a href="https://www.bloomberg.com/news/articles/2026-07-16/us-takes-aim-at-autonomous-car-mishaps-in-safety-rulemaking-push" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Morgan Stanley: 2026 is the inflection year for robotaxis, a trillion-dollar market by 2040&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Morgan Stanley's latest global robotaxi outlook judges the industry to be moving from technical trials to commercial scale-up, with a timeline of: mainstream operators reaching per-mile breakeven by &lt;strong&gt;2028&lt;/strong&gt;, scaled operations by &lt;strong&gt;2030&lt;/strong&gt;, a global fleet of &lt;strong&gt;2.5 million vehicles&lt;/strong&gt; by &lt;strong&gt;2035&lt;/strong&gt;, and a trillion-dollar-scale market by 2040. Cost deflation is the biggest catalyst — lidar and compute chip costs are falling 3-5% annually, and per-mile operating costs in some Chinese cities have already dropped &lt;strong&gt;below $0.50&lt;/strong&gt;; the report cites two manufacturer-specific figures: Tesla's Cybercab targeting a cost of &lt;strong&gt;$0.30/mile&lt;/strong&gt;, and Chinese vehicle BOM costs compressed to &lt;strong&gt;$35,000-40,000&lt;/strong&gt;. Regionally, the report expects the US and China to lead (with Waymo and Tesla projected to split nearly 70% of US autonomous-driving miles by 2032), while Europe lags 3-5 years behind due to fragmented regulation slowing profit realization, and Japan and Korea treat it more as a solution to labor shortages. ⚠️ Single-bank view This diverges from Citi's assessment last week that "scaling up is a decade-long marathon" — the disagreement centers on the timing of breakeven.Source: Morgan Stanley research &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0ODg3NjQxNA==&amp;amp;mid=2247489521&amp;amp;idx=5&amp;amp;sn=e432637091c5558d2df79be8501287b0&amp;amp;chksm=c28b445a81d9ca97a4ae7e259ca6348d48d06fe8bad26decf551ef3b6be8dc477c4cf2c24c1d#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TrendForce: companion humanoid robot output value only $1.1 billion by 2030&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;TrendForce forecasts that caregiving and emotional-companionship demand will push the companion humanoid robot market to &lt;strong&gt;$1.1 billion by 2030&lt;/strong&gt;. The significance of this figure is that it puts a yardstick on the "humanoids pivoting to consumers" narrative — $1.1 billion is a rounding error next to Barclays' forecast last week that the humanoid market could reach $200 billion in a decade. This week UBTech was read as "sidestepping the labor-task logic, pivoting toward emotion and companionship, and going after consumers," but per this forecast, companionship alone won't support a leading manufacturer's core business, at least not before 2030.Source: TrendForce &lt;a href="https://www.guandian.cn/article/20260716/573906.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This week's supply chain roundup: harmonic reducer capacity has come online, and prices have collapsed&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;This is the most notable supply-chain signal this week, and it runs counter to the "supply chain chokepoint" narrative — &lt;strong&gt;it's not a shortage, it's a glut&lt;/strong&gt;. On the capacity side: global harmonic reducer production capacity was 4.897 million units in 2024, jumping straight to &lt;strong&gt;6 million units&lt;/strong&gt; in 2025; against that, GGII data shows global industrial-robot harmonic reducer consumption was only 1.2187 million units in 2024 (795,500 in China) — existing capacity can absorb all global industrial-robot demand with plenty to spare. Prices have collapsed accordingly: the average price of a standard Chinese-made unit was about &lt;strong&gt;RMB 4,500&lt;/strong&gt; in 2023 and RMB 3,200 in 2024; by 2026, quotes of &lt;strong&gt;just over RMB 2,000&lt;/strong&gt; for bulk orders are common, with some smaller models falling below RMB 1,000 — &lt;strong&gt;a halving in three years&lt;/strong&gt;. Three forces are compounding: after a single factory's annual output exceeds 300,000 units, economies of scale push unit cost down more than 30%; new entrants supply near cost price to secure test reports from benchmark customers (one company quoted 40% below the average price just to earn "designated supplier" status); and downstream demand has shifted from industrial robots to humanoids and collaborative robots, which are extremely cost-sensitive — cutting RMB 1,000 off a single reducer saves over RMB 10,000 on a full unit. But there's a hard floor to how far prices can fall: material and processing costs for a standard unit run about &lt;strong&gt;RMB 1,500&lt;/strong&gt;; last year a manufacturer in southern China bought reducers priced at RMB 1,600, and within three months of deployment saw a &lt;strong&gt;30%&lt;/strong&gt; return rate. Leading makers are responding by digesting existing capacity rather than expanding — Leaderdrive's capacity utilization rose from &lt;strong&gt;42.67%&lt;/strong&gt; in 2024 to 67.76% in 2025, with output jumping from 251,700 to 433,700 units, while it pushed back a planned 1-million-unit capacity expansion project from &lt;strong&gt;the end of 2026 to the end of 2028&lt;/strong&gt;; even so, its 2025 revenue of RMB 571 million rose 47% year-over-year, with net profit up &lt;strong&gt;121%&lt;/strong&gt; — prices are falling, yet profit growth is outrunning revenue growth.Source: Zhiti Xinju &lt;a href="https://mp.weixin.qq.com/s?__biz=MzUxNDMzNDI5NA==&amp;amp;mid=2247484379&amp;amp;idx=3&amp;amp;sn=91bb858b5e2ff54b2b80f700fda6a73d&amp;amp;chksm=f8cd16b2aa30e9e474e681009af661a12654f4ff0ca2d28e7b8835190b2c0e14a62648130dfb#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; | Daoyi Institute &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg2MTg4OTA0Ng==&amp;amp;mid=2247518818&amp;amp;idx=1&amp;amp;sn=a1fbb46bd6b02997b3df364caabdbd76&amp;amp;chksm=cf2f87665010ba00cb28bf4367191b3ecb748fe1e133a2724423facf08326dab790c1f0689dd#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reconciling demand: humanoid unit sales went from 50 to 15,000 in two years, reducers sell 430,000 units a year&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Following on from the previous item, here's the demand-side accounting. Per MIR DATABANK, sales of complete-form humanoid robots in China were about &lt;strong&gt;50 units&lt;/strong&gt; in 2023 and about &lt;strong&gt;15,000 units&lt;/strong&gt; in 2025; a single standard humanoid uses &lt;strong&gt;more than 14&lt;/strong&gt; reducers, corresponding to third-party reducer sales of about &lt;strong&gt;430,000 units&lt;/strong&gt; for China's humanoid sector in 2025. The prevailing configuration is "harmonic drives for the upper body, planetary for the legs" — harmonic drives are dominated by Leaderdrive, Laifual, Radial Drive, and Tongchuan, while planetary drives are led by Zhongda Leader and NUODAR, which together account for over &lt;strong&gt;70%&lt;/strong&gt; of that market and primarily supply Zhiyuan Robotics and Unitree; cycloidal reducers sit between the two in load capacity and precision — theoretically a better fit for humanoids — but have complex manufacturing and higher costs, and remain in small-batch validation. Worth noting is a loosening at the component end: in the past only a handful of manufacturers worldwide could make &lt;strong&gt;6mm micro harmonic drives&lt;/strong&gt;, with overseas units selling for over RMB 2,000 each; Chinese manufacturers achieved mass-production breakthroughs this year and drove costs down to &lt;strong&gt;under RMB 1,000&lt;/strong&gt;, recalculating the materials-cost math for dexterous hands. By contrast, another part of the chain remains tight: a humanoid uses 14 planetary roller screws, accounting for about &lt;strong&gt;19%&lt;/strong&gt; of a unit's total materials cost — more than harmonic drives and servo motors combined — and depends on imported high-end grinding machines with long validation cycles, which is why Xinjian Transmission is pushing for an IPO this week to raise RMB 2.822 billion for expansion. &lt;strong&gt;Reducer oversupply and roller-screw scarcity coexisting&lt;/strong&gt; — that's the real shape of this supply chain right now.Source: MIR Rui Industry &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5ODAxMTUzNA==&amp;amp;mid=2649844473&amp;amp;idx=1&amp;amp;sn=bc3610bd7e3d7fe8cc61cd5126d26a23&amp;amp;chksm=89f939004fc3e16194f1bd30378a1b0e1e8ec793408de5730bd65512a636a46634933e224afe#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt; | Robot Chain &lt;a href="https://mp.weixin.qq.com/s?__biz=MzY5MTM4MzMxNQ==&amp;amp;mid=2247483666&amp;amp;idx=1&amp;amp;sn=cfb517866183c85ba185947e06868aac&amp;amp;chksm=f5d9bfc24481651e3e7e27344b373c2789c1efd6b102cd55f742759c83c251cd74bcff30d936#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 59 (07/16)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Wed, 15 Jul 2026 14:45:23 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-59-0716-27pb</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-59-0716-27pb</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· Xiaomi open-sources &lt;strong&gt;38-billion-parameter&lt;/strong&gt; world foundation model U0, topping the World Arena leaderboard for embodied video generation&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Walden&lt;/strong&gt; exits stealth with $300 million backed by Toyota and Nvidia, $1.1 billion valuation&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;RoboParty&lt;/strong&gt; closes two rounds totaling nearly RMB 500 million, with CATL leading exclusively&lt;/p&gt;

&lt;p&gt;· XPeng's second-generation VLA passes German certification &lt;strong&gt;without retraining&lt;/strong&gt;, sprinting toward Europe deployment&lt;/p&gt;

&lt;p&gt;· LimX Dynamics releases &lt;strong&gt;COSA 0.5&lt;/strong&gt; humanoid brain system, argues "the model is not the brain"&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Xiaomi U0: Turning a world foundation model directly into an embodied synthesis engine&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Following yesterday's preview of "world models as data factories," &lt;strong&gt;Xiaomi&lt;/strong&gt; officially open-sourced the model and released the paper today. U0 is a &lt;strong&gt;38-billion-parameter&lt;/strong&gt; multimodal autoregressive model that unifies text-to-image generation, image editing, embodied scene generation, cross-embodiment transfer, and embodied video generation into a single framework via unified next-token prediction, initialized from the open-source EMU3.5 (Qwen-3-32B). It is the first to support high-quality multi-view scene generation across multiple robot embodiments, &lt;strong&gt;ranks first on the World Arena benchmark&lt;/strong&gt; for embodied video generation, and lifts the generalist policy π₀.₅'s out-of-distribution success rate on real-world manipulation tasks from &lt;strong&gt;36.9% to 63.2%&lt;/strong&gt;; paired with anti-diagonal decoding, 1024² image generation is roughly &lt;strong&gt;83x faster&lt;/strong&gt; than native autoregressive generation. The key takeaway is that it validates the idea that a foundation world model can serve both as an embodied world model and as a scalable data engine.&lt;/p&gt;

&lt;p&gt;Xiaomi Robotics · arXiv 2607.11643 &lt;a href="https://arxiv.org/abs/2607.11643" 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=2247495479&amp;amp;idx=1&amp;amp;sn=05892f425a861bcc6541a8324d0f008c&amp;amp;chksm=cf313d0cd76bdafadd17073f3708769593477f7d3902b160e6a4c7c372b3025e242a49a3513b#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FlowWAM: Using optical flow as a "universal action language" to unify world action models&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Uses &lt;strong&gt;optical flow&lt;/strong&gt; as a unified action representation for world action models (WAM), aligning well with pretrained video generators while carrying enough motion cues for control—an attempt to answer "how to find an action representation for video generators that is both alignable and drivable."&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;VistaVLA: Adding an explicit 3D scene representation to VLA&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Existing VLAs map language and 2D images directly to actions, lacking scene-level 3D representations and struggling to reason about spatial layout and geometric constraints. VistaVLA uses &lt;strong&gt;3D Gaussians&lt;/strong&gt; to ground geometry and semantics, enabling manipulation policies to explicitly reason about spatial relationships.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;TrustVLA: Defending VLA's "visual backdoors" at inference time&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;End users can't audit a VLA's deployment pipeline; a poisoned model can behave normally on clean footage yet hijack long-horizon policies the moment a small visual trigger appears, before any failure surfaces. This work proposes a mechanism-guided &lt;strong&gt;inference-time defense&lt;/strong&gt; that identifies and suppresses backdoor triggers without retraining—a safety angle rarely seen in VLA work but a critical one.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Jetson-PI: Getting VLA to run real-time control on Jetson&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;VLA is computationally heavy, causing high latency and low control frequency when deployed on low-power boards like the &lt;strong&gt;Jetson Orin&lt;/strong&gt;. This work uses "lookahead-aligned asynchronous inference" to enable onboard real-time control, addressing a real bottleneck for on-device deployment on physical robots.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;GaitSpan: A humanoid that can walk shouldn't have to learn to run from scratch&lt;/strong&gt; · locomotion&lt;/p&gt;

&lt;p&gt;Humanoid robots shouldn't have to relearn locomotion from zero just to jog or run. GaitSpan lets gait "&lt;strong&gt;grow&lt;/strong&gt;" from walking to running, avoiding the skill fragmentation that comes from existing methods relying on preset gait timing or imitating motion clips.&lt;/p&gt;

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

&lt;p&gt;Other papers today: ChunkFlow eliminates boundary jitter in chunked action heads (arXiv 2607.12992 &lt;a href="https://arxiv.org/abs/2607.12992" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Reducing Temporal Redundancy cuts VLA inference time redundancy for a speedup (arXiv 2607.12287 &lt;a href="https://arxiv.org/abs/2607.12287" rel="noopener noreferrer"&gt;source&lt;/a&gt;); ExToken uses structured exploration to improve VLA reinforcement fine-tuning efficiency (arXiv 2607.12931 &lt;a href="https://arxiv.org/abs/2607.12931" rel="noopener noreferrer"&gt;source&lt;/a&gt;); DenseReward learns dense rewards from synthesized failures (arXiv 2607.13033 &lt;a href="https://arxiv.org/abs/2607.13033" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Robust In-Hand Manipulation achieves robust in-hand manipulation without external perception (arXiv 2607.12105 &lt;a href="https://arxiv.org/abs/2607.12105" rel="noopener noreferrer"&gt;source&lt;/a&gt;); Hy-Embodied-VLM-1.0, Tencent's efficient embodied VLM from its Hunyuan team (arXiv 2607.12894 &lt;a href="https://arxiv.org/abs/2607.12894" rel="noopener noreferrer"&gt;source&lt;/a&gt;); MAMMOTH is a robust off-road end-to-end policy under missing modalities (arXiv 2607.12965 &lt;a href="https://arxiv.org/abs/2607.12965" rel="noopener noreferrer"&gt;source&lt;/a&gt;); TerraZero is a zero-demonstration self-play driving simulator (arXiv 2607.13028 &lt;a href="https://arxiv.org/abs/2607.13028" 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;WorldArena 2.0 Challenge&lt;/strong&gt;: a "real exam" for world models launched by Jiqizhixin (Chinese AI media outlet) and others; Track 2 places world models inside an online reinforcement-learning loop—receiving policy actions, predicting the next observation, and returning a reward—testing whether a model can "serve as a training environment" rather than just generate a video clip &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA3MzI4MjgzMw==&amp;amp;mid=2651044647&amp;amp;idx=2&amp;amp;sn=7e6700558169082bfb7df4013eb52e83&amp;amp;chksm=85ee844bac2e77c46ba214401030c30067aea61ede34d49e45def5318d7e8ff3dfa6b353ecc5#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Ruka-v2&lt;/strong&gt;: an open-source tendon-driven dexterous hand under &lt;strong&gt;$1,500&lt;/strong&gt;, with an upgraded wrist and e-flesh soft fingertips, capable of writing, flipping pages, and holding a pen &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzOTMyNDEwMA==&amp;amp;mid=2247659366&amp;amp;idx=1&amp;amp;sn=05d5e51e849f8cd61c0f83035ab8b22d&amp;amp;chksm=e879cb1096f3b45fb8498f136c043aac88e1f4c85e11e9ec7a57047ae3b0e9748d45ae7e5dde#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Walden Robotics | First round out of stealth | $300 million | $1.1 billion valuation&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Co-led by &lt;strong&gt;Toyota&lt;/strong&gt; and Deviation Capital, with participation from Nvidia, Boeing, Samsung, Prologis, and CoreWeave, among others. The company spun out of the Toyota Research Institute (TRI) this past January; its founder and CEO is &lt;strong&gt;Russ Tedrake&lt;/strong&gt;, an MIT professor and former head of TRI's large behavior models effort, pursuing a "full-stack physical AI" approach that builds on Diffusion Policy and Large Behavior Models. The most notable point isn't the valuation: its robots have &lt;strong&gt;been in production at a Toyota North America factory since February&lt;/strong&gt;, going from pilot to production line in under two months, targeting labor-constrained industries including automotive, aerospace, semiconductors, electronics, logistics, and life sciences.Source: The AI Insider &lt;a href="https://theaiinsider.tech/2026/07/15/walden-robotics-emerges-from-stealth-with-300m-in-funding-to-develop-general-purpose-robots-for-industry/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RoboParty | Angel++ round + Pre-A round | Nearly RMB 500 million&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CATL&lt;/strong&gt; led the Pre-A round exclusively, with Shunwei Capital, Matrix Partners China, and Xiaomi's strategic investment arm adding on; the two rounds together total nearly RMB 500 million. The company builds an &lt;strong&gt;open-source full-stack embodied platform&lt;/strong&gt;, with a founding team of 22-year-olds from the Harbin Institute of Technology background; CATL leading the round in person signals that battery and industrial capital are pushing upstream into embodied platforms along the "hardware-components" chain.Source: Embodied Emergence (Chinese embodied-AI media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMzYwNTEwMg==&amp;amp;mid=2247493229&amp;amp;idx=1&amp;amp;sn=1bb8933876968ef57c6c06df10182365&amp;amp;chksm=f19e0a9b6f27dc193cd7f76f91a5ee710ac2fe27a47a2d2db2d6a950b363c023c61b09131b17#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Monumental (Netherlands) | New round | $32 million&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Led by Khosla Ventures, founded by two former Palantir employees; the funds will go toward expanding its fleet of &lt;strong&gt;150 brick-laying robots&lt;/strong&gt; across Europe and into the United States, addressing labor shortages in construction trades in places like the UK.Source: Tech Funding News &lt;a href="https://techfundingnews.com/monumental-raises-32m-khosla-ventures-bricklaying-robots/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cytronic | Seed round | $13.5 million&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Reported exclusively by Axios; builds warehouse fulfillment (order picking) robots, targeting the mid-sized warehouse segment that large-scale automation hasn't yet reached.Source: Axios &lt;a href="https://www.axios.com/pro/supply-chain-deals/2026/07/15/robotic-fulfillment-cytronic-13m" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yuejiang Technology | Upcoming ChiNext IPO review | First "H-to-A" listing in the Greater Bay Area&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Yuejiang, a maker of collaborative and humanoid robots, goes before the review committee next week and will become the first company in the Guangdong-Hong Kong-Macao Greater Bay Area to complete an "H-to-A" listing (moving from a Hong Kong listing to an A-share listing).Source: 21jingji (Chinese financial media) &lt;a href="https://m.21jingji.com/article/20260715/herald/c3f19a7d8572e488f9e91e10f9c3f6e5.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deyi Medical | Series A++ round | Tens of millions of RMB&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;A fund under Tiantu Capital invested exclusively; the company builds AI-plus-healthcare embodied robots and has now closed two funding rounds within the year.Source: Tiantu Capital &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5OTE4MTgzOA==&amp;amp;mid=2654597371&amp;amp;idx=1&amp;amp;sn=26f052070b1a3dd70d61c03e99606830&amp;amp;chksm=8a0d9d2016defba38482695e0b6a0df3ba1c5a29a97007bcb2d4da8d4c58e79962c6e3e30610#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Agibot's Genie G2 hits 15,000 units cumulative, launches G2 Max with JD Logistics&lt;/strong&gt; · humanoid ⚠️ vendor claim&lt;/p&gt;

&lt;p&gt;According to Agibot (Zhiyuan Robotics, Chinese humanoid startup), its Genie G2 reached its &lt;strong&gt;15,000th unit&lt;/strong&gt; off the line by late June and has been deployed on production lines at a Longqi Technology factory, taking roughly three months to go from 10,000 to 15,000 units; for reference, Omdia data put total global humanoid shipments last year at around &lt;strong&gt;13,000 units&lt;/strong&gt;, meaning this single batch already exceeds last year's global total—Agibot held nearly 40% of global humanoid market share last year. Its paired "Data Collection 2.0" dual-track collection (real robot plus simulation) aims to shore up sim-to-real gaps, and is also central to its partnership with Aishida—though it should be noted that &lt;strong&gt;Aishida assembles the Cooper quadruped, not the full humanoid unit&lt;/strong&gt;. Today, JD Logistics and Agibot jointly launched the embodied robot &lt;strong&gt;Genie G2 Max&lt;/strong&gt;. Leading in production volume is not the same as a "technical leap"—the mass-production numbers are, more than anything, favorable conditions for accumulating data.Source: Zhizhen Guan (Chinese robotics media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzcwNTIyOTc3NA==&amp;amp;mid=2247484602&amp;amp;idx=1&amp;amp;sn=19b00677d68690db6388d630a58baa5a&amp;amp;chksm=f57c4e5837347c1289cbe0237fb7de58c4515ef365d354d9e3cf867c28de0fea221e6b97c98a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unitree's G1 goes abroad to "lay bricks": Japanese construction firm puts a humanoid on-site&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;A Japanese construction company has deployed Unitree's &lt;strong&gt;G1&lt;/strong&gt; humanoid robot on a construction site—another instance of a Chinese humanoid robot going overseas into a real industrial setting, rather than a stage demonstration.Source: IT Home (Chinese tech media) &lt;a href="https://news.mydrivers.com/1/1136/1136669.htm" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gausium named world's No. 1 commercial cleaning robot supplier by IDC&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;An IDC report ranks &lt;strong&gt;Gausium&lt;/strong&gt; as the world's top commercial cleaning robot supplier by shipments; the company says it is shifting from winning flagship contracts toward scalable growth. Cleaning remains one of the few commercial service robot categories that has already achieved scale.Source: PR Newswire &lt;a href="https://www.prnewswire.com/news-releases/gausium-ranked-worlds-no1-commercial-cleaning-robot-supplier-by-idc-shifting-from-flagship-wins-to-scalable-growth-302826205.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Boston Dynamics trials robot dog Spot for door-to-door package delivery&lt;/strong&gt; · adjacent ⚠️ pilot&lt;/p&gt;

&lt;p&gt;Boston Dynamics demonstrated its &lt;strong&gt;Spot&lt;/strong&gt; robot completing "the last fifty feet" of door-to-door package delivery; this remains a pilot demonstration, not scaled delivery.Source: The Verge &lt;a href="https://www.theverge.com/tech/965378/boston-dynamics-spot-robot-dog-delivery-assistant" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Warehouse and retail robots land at multiple sites: Amazon, Tesco, Colruyt&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;Amazon has reportedly been building a roughly &lt;strong&gt;$1 billion&lt;/strong&gt; robotic warehouse in western Sydney; UK grocer Tesco is piloting a 6.5-foot-tall robot that patrols stores to automatically detect shelf out-of-stocks; Belgium's Colruyt has teamed up with KION to establish an AI warehouse robotics center. Warehousing and shelf fulfillment are becoming among the fastest-scaling deployment scenarios.Source: The Urban Developer &lt;a href="https://www.theurbandeveloper.com/articles/475-badgerys-creek-road-aerotropolis-amazon-ingham-western-sydney" 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;LimX Dynamics releases COSA 0.5 humanoid brain system, reiterates "the model is not the brain"&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;LimX Dynamics released a teleoperation-free, single-take demo of its humanoid brain system &lt;strong&gt;LimX COSA 0.5&lt;/strong&gt;: the robot Oli continuously performs long-horizon household chores including hanging laundry, putting things away, stacking and moving boxes, and deep bending to pick up objects. Founder &lt;strong&gt;Zhang Wei&lt;/strong&gt; states plainly that "the model is a skill, the system is the brain"—the brain should be an operating system that orchestrates VLM/LLM/VLA and other models and tools, not a single ever-growing model. The system has three layers: S2 cognitive scheduling (roughly 1 Hz), S1 skill layer (VLA/world action models generating whole-body motion policies), and S0 whole-body motor control (LimX WBT, roughly &lt;strong&gt;ten million parameters, running at 1000 Hz&lt;/strong&gt; on the physical body). LimX reports WBT's average joint position error at &lt;strong&gt;12.85 millimeters&lt;/strong&gt;, slightly better than SONIC, the industry's strongest whole-body tracking model it benchmarks against (13.75 millimeters). This contrasts with Figure's emphasis on an end-to-end unified neural system, putting the debate over "is the brain a system or a large model" on the table; the single-take demo remains a capability showcase—scaling will depend on whether it can be reliably reproduced.Source: DeepTech (Chinese tech media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA3NTIyODUzNA==&amp;amp;mid=2649800756&amp;amp;idx=1&amp;amp;sn=c458cac8bb5195d2785eaa8157fad250&amp;amp;chksm=86a800f315d54cc9afcb8319999f9076b5b66eda825defc7a766f13387d790a20ae241f2297b#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stardust Intelligence releases embodied foundation model Lumo-2 and physical AI agent Philia&lt;/strong&gt; · world-model ⚠️ vendor claim&lt;/p&gt;

&lt;p&gt;Lumo-2 is positioned as a "household Latent World-Action Model": before acting, it predicts task-relevant physical changes in a compressed latent space, then generates actions accordingly—sitting between traditional VLA and full video world models, and covering &lt;strong&gt;22 household tasks&lt;/strong&gt; such as catching a ball, flipping food in a pan, weighing rice, and tying a bow. According to its paper, end-to-end latency on a single &lt;strong&gt;RTX 5090&lt;/strong&gt; drops from about 253.66 ms to &lt;strong&gt;93.53 ms&lt;/strong&gt;, outperforming baselines such as π0.5 and Fast-WAM overall. Also released alongside it, Philia turns robots into "physical executors" that agents can call, exposing standardized capabilities via a Robot Gateway, pointing toward a "systems engineering" phase for embodied AI.Source: AI Faner (Chinese tech media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MjgzMTAwODI0MA==&amp;amp;mid=2652457349&amp;amp;idx=2&amp;amp;sn=0dce72e475a3b564709bbd7e441b54ba&amp;amp;chksm=9a45a5f22f6b362ce5153514ab3923325f691489d0f525456b3558a37637b39a81f639c6c47a#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XPeng's second-generation VLA passes localization certification in Germany, He Xiaopeng attends in person&lt;/strong&gt; · autonomy ⚠️ certification claim&lt;/p&gt;

&lt;p&gt;XPeng's Turing AI-assisted-driving NGP second-generation &lt;strong&gt;VLA&lt;/strong&gt; model has completed localization certification testing in Europe, with He Xiaopeng traveling to Germany personally for the certification; the company states the same model adapts to European road signs and traffic regulations &lt;strong&gt;without retraining&lt;/strong&gt;, aiming to be the first Chinese brand to deploy advanced driver-assistance in Europe. This is the company's own certification claim; commercial deployment still awaits local regulatory approval.Source: IT Home (Chinese tech media) &lt;a href="https://news.mydrivers.com/1/1136/1136646.htm" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hyundai reportedly moving to buy out SoftBank's stake in Boston Dynamics&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;According to Korean media reports, as a deadline approaches, &lt;strong&gt;Hyundai Motor&lt;/strong&gt; is reportedly moving to acquire SoftBank's stake in Boston Dynamics, further consolidating ownership of the veteran robotics company.Source: Korea Financial News &lt;a href="https://www.fntimes.com/html/view.php?ud=202607150802452233141825007d_18" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTech signs "the Mercedes-Benz of dealerships" group, humanoid robots enter auto dealership channels&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UBTech&lt;/strong&gt; has signed a sales partnership for its humanoid robots with a dealership group known as "the Mercedes-Benz of 4S stores," which becomes its first authorized partner in the Beijing-Tianjin-Hebei region—robots are beginning to reach customers through auto dealership channels.Source: Sina Finance &lt;a href="https://t.cj.sina.cn/articles/view/1644983660/620c756c02001t4yi" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Policy and capital both ramp up ahead of WAIC, embodied AI gets its own track&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;This year's World Artificial Intelligence Conference (&lt;strong&gt;WAIC 2026&lt;/strong&gt;) is establishing a dedicated embodied AI zone for the first time, splitting "AI computing" and "embodied intelligence" into two independent core tracks; concurrently, Guangdong launched a &lt;strong&gt;RMB 100 billion&lt;/strong&gt; strategic emerging industry fund, and robotics ETFs have seen consecutive days of inflows. On the official data side, China's National Bureau of Statistics reports 3D printing equipment output up &lt;strong&gt;48.5%&lt;/strong&gt; year-over-year in the first half of the year. Policy, capital, and industry are moving in sync, setting the tone for the sector right now.Source: Cailianshe (Chinese financial media) &lt;a href="https://www.cls.cn/detail/2381183" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Former Qualcomm autonomous-driving VP set to join Nvidia, "Qualcomm alumni" and "XPeng alumni" converge&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Qualcomm's former VP of engineering for autonomous driving is set to join &lt;strong&gt;Nvidia&lt;/strong&gt;'s autonomous driving team, seen as another reinforcement of Nvidia's automotive autonomous driving effort.Source: Sina Finance &lt;a href="https://wap.cj.sina.cn/7x24/4989213" 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;Galaxea (Chinese robotics startup)&lt;/strong&gt;: will showcase at WAIC a dexterous-hand solution priced at the &lt;strong&gt;RMB 10,000-level&lt;/strong&gt; (⚠️ vendor claim, conference promotion) &lt;a href="https://i.gasgoo.com/news/70465872.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Linker Hand&lt;/strong&gt;: claims peak monthly output of over &lt;strong&gt;4,000 units&lt;/strong&gt; and over &lt;strong&gt;80%&lt;/strong&gt; global share of high-degrees-of-freedom dexterous hands, with a valuation of RMB 40 billion (⚠️ vendor claim) &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk2NDQ1NjQ1NA==&amp;amp;mid=2247488400&amp;amp;idx=1&amp;amp;sn=09201844fa4cdd80fb07bf77426dae58&amp;amp;chksm=c5e095540557d389714aefd75c393afa787f4d3a6b96d228b47fb1925316b35b26230d8bd8a2#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Cost breakdown (Yiou, Chinese tech media)&lt;/strong&gt;: a 17-actuator, 5-sensor linkage-driven dexterous hand has a BOM cost of about &lt;strong&gt;RMB 51,800&lt;/strong&gt;, with actuation and transmission accounting for roughly 60% of it—this is the reference point against which the "RMB 10,000-level" pricing claim should be read &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA5NTI1MDEyNA==&amp;amp;mid=2652729429&amp;amp;idx=1&amp;amp;sn=3589ae9553d439f1956ef3ee0007fc6e&amp;amp;chksm=8ac299deebbbe84096f4c374df357011f59783e90ce0603a7d00b3d5bd9b2383f36879f46736#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Horizon Robotics' Sunrise S600&lt;/strong&gt;: has entered mass-production validation for its embodied AI chip, claiming recognition from &lt;strong&gt;20+&lt;/strong&gt; leading customers (⚠️ mass-production validation claim) &lt;a href="https://finance.sina.cn/stock/jdts/2026-07-15/detail-inihwrre1217414.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;Joyson Electronics&lt;/strong&gt;: will showcase a full robotics component lineup at WAIC—dexterous hands, head assemblies, and embodied AI "brains" &lt;a href="https://auto.gasgoo.com/news/202607/15I70465850C601.shtml" 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 58 (07/15)</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Tue, 14 Jul 2026 14:45:44 +0000</pubDate>
      <link>https://dev.to/future_x/futurex-physical-ai-daily-issue-58-0715-19gd</link>
      <guid>https://dev.to/future_x/futurex-physical-ai-daily-issue-58-0715-19gd</guid>
      <description>&lt;p&gt;Today's Highlights&lt;/p&gt;

&lt;p&gt;· After 4 months of on-the-job training in a car factory, Xiaomi's humanoid robot's nut-fastening success rate has risen to &lt;strong&gt;98%&lt;/strong&gt;, just one percentage point short of the human benchmark&lt;/p&gt;

&lt;p&gt;· Amap released and open-sourced the general-purpose world model workshop ABot-World Studio, which can run locally on a single &lt;strong&gt;RTX 5090&lt;/strong&gt; with continuous inference for over an hour&lt;/p&gt;

&lt;p&gt;· The HiPhi (Huawei-backed EV brand) G9 became the first vehicle in Beijing to receive an L3 autonomous driving road test license rated for &lt;strong&gt;120 km/h&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;· Two tactile/dexterous-hand deals in one day: &lt;strong&gt;Xense Robotics&lt;/strong&gt; raised over 100 million yuan, and DexRobot's Series A of several hundred million yuan was led by Shanghai Electric&lt;/p&gt;

&lt;p&gt;· Xiaomi's U0 treats the world model as a data factory, lifting pi0.5's out-of-distribution success rate from &lt;strong&gt;36.9% to 63.2%&lt;/strong&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Xiaomi-Robotics-U0: World models don't belong in the control loop — use them as a robot data factory instead&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;This paper offers a pragmatic answer to "how should world models actually be used in robotics": rather than doing real-time planning for the robot at inference time, it "manufactures" scenarios the robot has never seen before training. Xiaomi (Chinese consumer electronics and EV company) proposes a unified embodied synthesis framework that uses a world foundation model to generate multi-view-consistent, geometrically coherent, embodiment-constrained interaction data — directly filling the most expensive gap in real-robot data: out-of-distribution scenarios. The result: &lt;strong&gt;pi0.5&lt;/strong&gt;'s out-of-distribution task success rate rose from &lt;strong&gt;36.9% to 63.2%&lt;/strong&gt;, nearly doubling, with no additional real-robot data collection.&lt;/p&gt;

&lt;p&gt;Xinghang Li et al. (Xiaomi) · arXiv 2607.11643 &lt;a href="https://arxiv.org/abs/2607.11643" rel="noopener noreferrer"&gt;source&lt;/a&gt; · Commentary: ICCV &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk4ODA2NjkzMA==&amp;amp;mid=2247483823&amp;amp;idx=1&amp;amp;sn=50fcbdcfac1859b386dfab4939f0892b&amp;amp;chksm=c407ec2685d4eaf47fbcf43bb1e9be313daffb409b27a0fcf8bf23858773a5e3fe80cb9cc2af#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ABot-N1: Turning vision-language navigation into a general-purpose foundation model&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;The most-discussed paper of the day in the community (&lt;strong&gt;HF↑76&lt;/strong&gt;). Most existing navigation foundation models are monolithic policies that map observations directly to actions, which are prone to coordinate drift and struggle with long-tail semantics. ABot-N1 separates deep spatial reasoning from multi-task generality and then unifies them, aiming for a VLN backbone that generalizes across embodiments and scenarios. It belongs to the same ABot series that Amap (Alibaba's mapping subsidiary) released together today, alongside the two papers below.&lt;/p&gt;

&lt;p&gt;Ruiyan Gong et al. (Amap) · arXiv 2607.10383 &lt;a href="https://arxiv.org/abs/2607.10383" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ABot-3DWorld 0: Turning a sentence, image, or video into an explorable 3D world&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;This is the 3D generation engine behind Amap's ABot-World Studio, which launched today — the model has been open-sourced. Its core is a compact representation called the &lt;strong&gt;Spatial Generative Primitive&lt;/strong&gt; (SGP) — a high-quality panorama paired with a spatial point cloud — used to uniformly describe arbitrary 3D spaces. This converges text, image, and video inputs into a single, real-time-explorable world representation, directly serving robot training and simulation data collection.&lt;/p&gt;

&lt;p&gt;Mingchao Sun et al. (Amap) · arXiv 2607.11673 &lt;a href="https://arxiv.org/abs/2607.11673" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ABot-AgentOS: Giving robots an "operating system" with lifelong memory&lt;/strong&gt; · benchmark&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HF↑66&lt;/strong&gt;. VLM/VLA models have advanced perception and action prediction, but long-horizon tasks still lack a general runtime layer — someone still has to manage reasoning, memory, tool calling, result verification, and cross-embodiment execution. This paper abstracts that layer into a general-purpose robot Agent OS with cross-modal lifelong memory — addressing a gap in "upper-layer orchestration" that papers tend to overlook but that shows up daily in real-world deployment.&lt;/p&gt;

&lt;p&gt;Jiayi Tian et al. (Amap) · arXiv 2607.10350 &lt;a href="https://arxiv.org/abs/2607.10350" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EgoSteer: Feeding dexterous hands "steerability" from first-person human video&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;Steerability — doing what you're told, and changing course when told to — is a capability general-purpose policies should have but dexterous-hand systems largely lack. The bottleneck is data: there's a shortage of large-scale, language-aligned, action-precise demonstrations. EgoSteer offers a full-stack solution that uses first-person human video to scale up pretraining for dexterous-hand VLA models, followed by post-training with a very small amount of real-robot data.·&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Mixture of Frames Policy: Action denoising shouldn't happen in just one coordinate frame&lt;/strong&gt; · manipulation&lt;/p&gt;

&lt;p&gt;Manipulation is inherently multi-frame: fine end-effector motion is simplest to express in the tool frame, while transport, righting, and whole-body coordination make more sense in the base frame. This paper has the policy denoise separately in multiple reference frames and then blend the results, targeting bimanual mobile manipulation — a structural correction to diffusion/flow policy action representations rather than just more parameters.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;VIA: Letting foundation models control robots by "looking at" and "clicking on" an interface&lt;/strong&gt; · vla&lt;/p&gt;

&lt;p&gt;General foundation models already have strong vision and reasoning; their weak point is closed-loop control. Sadigh's group's approach isn't to hard-train an end-to-end policy, but to give the foundation model a visual interaction interface as a middle layer, letting it operate the robot agent-style — realigning "what the model is good at" with "what the robot needs."&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Cycle-World: Using "backward prediction" to curb drift in long-horizon video world models&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;In autoregressive diffusion for long video generation, errors accumulate step by step into structural collapse — a wall every team hoping to use video world models as simulators runs into. This paper adds a backward-prediction cycle-consistency constraint, letting the model check for itself whether "the present can be recovered from the future," thereby suppressing long-horizon generation drift.&lt;/p&gt;

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

&lt;p&gt;Other papers today: Towards Human-level Dexterous Teleoperation, a teleoperation system for in-hand regrasping and finger gaiting (arXiv 2607.11481 &lt;a href="https://arxiv.org/abs/2607.11481" rel="noopener noreferrer"&gt;source&lt;/a&gt;); WALA, learning executable latent actions simultaneously from action-labeled demonstrations and action-free video (arXiv 2607.11397 &lt;a href="https://arxiv.org/abs/2607.11397" rel="noopener noreferrer"&gt;source&lt;/a&gt;); WarpMPC, solving a hundred thousand MPC subproblems in parallel on a GPU (arXiv 2607.11603 &lt;a href="https://arxiv.org/abs/2607.11603" rel="noopener noreferrer"&gt;source&lt;/a&gt;); TAC-LOCO, integrating touch into quadruped whole-body control for dynamic loco-manipulation (arXiv 2607.10132 &lt;a href="https://arxiv.org/abs/2607.10132" rel="noopener noreferrer"&gt;source&lt;/a&gt;); A Minimalist Retargeting-Guided RL Recipe, testing whether the "retargeting + RL" recipe from humanoid whole-body control transfers to dexterous manipulation (arXiv 2607.11874 &lt;a href="https://arxiv.org/abs/2607.11874" rel="noopener noreferrer"&gt;source&lt;/a&gt;); From World Action Models to Embodied Brains, a roadmap from world-action models toward open-world physical intelligence (arXiv 2607.11689 &lt;a href="https://arxiv.org/abs/2607.11689" 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;Horizon Robotics simulation-training generation engine&lt;/strong&gt;: open-sourced; the same scene can run across MuJoCo, Genesis, and IsaacSim simultaneously — the first time robot training can reuse a single scene asset across simulators &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg5Mjc3MjA5Nw==&amp;amp;mid=2247498614&amp;amp;idx=1&amp;amp;sn=f32789dbd529cc331c12852713902beb&amp;amp;chksm=c1b3c96aefbf4a475a25b8bf70d6395fae4e7c517fa10df544d1208d8cce85dfdcf782ee5870&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;ABot-World series&lt;/strong&gt;: alongside ABot-World Studio, Amap open-sourced two model weights — ABot-World0 (interactive video generation) and ABot-3DWorld0 (3D scene generation) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA4NTQ4NzM1NQ==&amp;amp;mid=2651749265&amp;amp;idx=1&amp;amp;sn=d4251add6a70295818dde1bb58e6541c&amp;amp;chksm=852b2775ce845ede254e13e873e1631f9c4d197ff2712cc06a60fe8a2269d5ccab0880b6dec5#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;GigaWorld-1&lt;/strong&gt;: a cost-reduction approach for real-robot policy evaluation, using generative world models to replace part of real-robot trial runs &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0ODY4MjU3MQ==&amp;amp;mid=2247538359&amp;amp;idx=1&amp;amp;sn=1191f833c9263398f46dc2eff0462f85&amp;amp;chksm=c2766ef2ccc306d449278c64e5154facd963b48b96454f133c3d20253aff65b505f526ffccd9&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;
  
  
  II. Funding &amp;amp; Deals
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Xense Robotics (千觉机器人) | New round | Over 100 million yuan&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Strategic investment from a top embodied-intelligence industry player and &lt;strong&gt;Chigo (Chinese home appliance maker)&lt;/strong&gt;, with follow-on from Tianji Capital. Founded in May 2024 by Ma Daolin, an associate professor at Shanghai Jiao Tong University and the sole global winner of the &lt;strong&gt;ICRA 2021&lt;/strong&gt; Best Paper Award, the company builds an integrated solution combining multimodal tactile sensors with vision-tactile data and models, and says it has served over &lt;strong&gt;300&lt;/strong&gt; leading industry clients. The funding will go toward industrializing high-precision, three-color-light vision-tactile sensors. Touch sensing is moving from "a modality in papers" to a component with real orders and a place in the supply chain — this is the second tactile-sensing company to raise over 100 million yuan this week.Source: Sensor Expert Network &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU2OTc3NDUzMA==&amp;amp;mid=2247668969&amp;amp;idx=1&amp;amp;sn=f594a8878168901785089a2ac81efd5e&amp;amp;chksm=fd7cec58ae92500cc6b6428401bd8fc7bb7d3b5424a0115878362044101531bb48ba83791119#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DexRobot (灵巧智能) | Series A | Several hundred million yuan&lt;/strong&gt; · embodied&lt;/p&gt;

&lt;p&gt;Investment from &lt;strong&gt;Shanghai Electric&lt;/strong&gt;. The company specializes in robot end-effectors and dexterous manipulation systems, describing its mission as solving the "last centimeter" of a robot's interaction with the physical world. The funding will go toward product iteration for its dexterous hands and scaled deployment across multiple industries. Industrial capital (rather than pure financial VC) betting directly on end-effectors points to real industrial demand for "hands that can do fine work."Source: Robotics Open Community &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzg4NTgwNzg5Ng==&amp;amp;mid=2247488284&amp;amp;idx=1&amp;amp;sn=d99b7a85cb726786c7268f37eec37f4a&amp;amp;chksm=cee28df912dc413a142072f2f5013f8d43297c2cb128fb5a999d0a724e7017ff0804d8340dfe#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LimX Dynamics (逐际动力) | Pre-IPO round | Nearly $200 million | Post-money valuation 15 billion yuan&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Following disclosure of this round earlier in the week, the company officially confirmed closing and finalized the valuation today. Investors include &lt;strong&gt;IDG Capital&lt;/strong&gt;, Lens Technology, Hefei Binhu Financial Holdings Group, GGG Group and Redstone VC, Huashan Capital, and Legend Capital, among others; the company says it has raised &lt;strong&gt;$400 million&lt;/strong&gt; cumulatively over the past six months. For context: Crunchbase data shows global robotics startup funding reached &lt;strong&gt;$18.8 billion&lt;/strong&gt; in the first half of 2026, already surpassing the full-year 2025 total of $15 billion.Source: Shanghai Securities News &lt;a href="https://mp.weixin.qq.com/s?__biz=MjM5MDIwNDEyMg==&amp;amp;mid=2651255395&amp;amp;idx=2&amp;amp;sn=cb95cfe78f6338083f2ca07ad02da300&amp;amp;chksm=bcee08274e56e32d24e0fb94a3cf9b88e4324c9e159c6bb2c2f37a22fe66704ff221212fc7d1#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quadric | Series C | $46 million&lt;/strong&gt; · hardware&lt;/p&gt;

&lt;p&gt;Builds a programmable AI chip platform for edge inference. Robot compute solutions still rely heavily on general-purpose GPUs, and programmable edge chips are one path around that dependency.Source: Pulse 2.0 &lt;a href="https://pulse2.com/quadric-raises-46-million-series-c-to-advance-programmable-ai-chip-platform/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NovaTech (South Korea) | New round | 7 billion won (~$5 million)&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;With participation from &lt;strong&gt;Hyundai Motor Group&lt;/strong&gt;. The company builds robot orchestration software, coordinating multiple robot brands via its PiPER platform; this round's funding will go toward expanding into the North American market. An automaker betting on the "orchestration layer" rather than the robot itself is a side signal that multi-robot coordination on production lines is a real pain point.Source: Chosunbiz &lt;a href="https://biz.chosun.com/en/en-industry/2026/07/14/LHQG7ATVAZAALCLX44KBHZSMVA/?outputType=amp" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ondas acquires DZYNE | $875.8 million&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Unmanned systems company Ondas acquired defense drone maker DZYNE, expanding its defense capabilities. This is the largest robotics-related acquisition of the week by value.Source: The Robot Report &lt;a href="https://www.therobotreport.com/ondas-acquires-dzyne-875-8m-expanding-its-defense-capabilities/" 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;Xiaomi's humanoid robot completes 4 months of "internship" in a car factory, nut-fastening success rate hits 98%&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lei Jun&lt;/strong&gt; (Xiaomi founder) disclosed the latest data on the humanoid robot's on-the-job training at the factory: at the &lt;strong&gt;self-tapping nut installation station&lt;/strong&gt;, the bilateral operation success rate rose from &lt;strong&gt;90.2% to 98%&lt;/strong&gt; over 4 months of iteration — just one percentage point short of the human-operator pass rate. More notably, newly unlocked stations — installing the center console side panel and folding/recycling parts bins — both reached &lt;strong&gt;90%&lt;/strong&gt; success rates; the side panel is large, irregularly shaped, and highly flexible, with the task involving multiple pick-and-place cycles at multiple positions, marking the first time a robot has completed long-duration handling of a flexible workpiece on a real production line. What makes this significant isn't the 98% figure itself, but that it's one of the rare publicly disclosed, time-series production-line training curves: over the past year, the industry has mostly offered single demos or "X hours without human intervention," whereas "same station, four months, success rate climbing from 90.2 to 98" provides a previously almost never-disclosed metric — the rate of iteration. Of course, 98% is still a single-station training result, still some distance from production-line metrics like overall cycle time, uptime, and defect cost.Source: QbitAI (Chinese tech media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzIzNjc1NzUzMw==&amp;amp;mid=2247903810&amp;amp;idx=1&amp;amp;sn=cb5ff714403b8209712b95aabf407aa0&amp;amp;chksm=e9993d2627438a11f77b5d0f82c34727650fa15dd37fe5725cfbc13fad00b80b2827db05fea3&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;DEEP Robotics' quadruped robot deployed at Switzerland's Leibstadt nuclear power plant&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;DEEP Robotics (云深处) announced its quadruped robot has been deployed at Switzerland's &lt;strong&gt;Leibstadt nuclear power plant&lt;/strong&gt;, handling digitized inspection and maintenance — replacing human workers on instrument readings, thermal imaging, and vibration baseline collection in radiation zones. Nuclear power is one of the few scenarios where quadruped robots have already proven a viable paying-customer logic (humans shouldn't linger, paths are fixed, data is structurable), and it's a relatively realistic entry point for Chinese robot makers into European industrial clients.Source: ACCESS Newswire &lt;a href="https://www.digitaljournal.com/pr/news/access-newswire/deep-robotics-quadruped-robots-deployed-1274826489.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tesla expands Robotaxi to Miami, develops wheelchair-accessible model in Texas&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Tesla's Robotaxi service launched in &lt;strong&gt;Miami&lt;/strong&gt; this week, and the company confirmed it is developing a &lt;strong&gt;wheelchair-accessible&lt;/strong&gt; autonomous vehicle model in Texas. The accessible model isn't just a product-line addition: many U.S. jurisdictions require ride-hailing operators to maintain a minimum proportion of accessible vehicles in their fleets, and Robotaxi can't truly replace taxi fleets without clearing this bar.Source: Electrek &lt;a href="https://electrek.co/2026/07/13/tesla-wheelchair-accessible-robotaxi/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Turkey's Tripy Mobility to deploy Robotaxis using WeRide-Vision (Chinese autonomous driving supplier) tech&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;Chinese autonomous driving solutions provider WeRide-Vision (天瞳威视) has won the Robotaxi project for Turkish mobility platform Tripy Mobility. Chinese autonomous driving solutions are moving beyond exporting vehicles or licensing algorithms toward the deeper commitment of supplying full-stack solutions to local operators.Source: Sina Finance &lt;a href="https://finance.sina.cn/stock/jdts/2026-07-14/detail-inihunsa5207463.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;Tesco trials 5-foot shelf-inspection robot&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;UK retail giant Tesco has begun trialing a &lt;strong&gt;5-foot&lt;/strong&gt;-tall aisle-inspection robot that automatically identifies out-of-stock shelf locations. Retail inspection is one of the few mobile-robot scenarios that can create value through perception alone, without grasping — but it remains at the trial stage, with no large-scale procurement yet.Source: The Grocer &lt;a href="https://www.thegrocer.co.uk/news/tesco-trials-5ft-tall-aisle-roaming-robot-that-spots-gaps-on-shelves/721255.article" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Serbia to launch China-backed humanoid robot production in August&lt;/strong&gt; · humanoid&lt;/p&gt;

&lt;p&gt;Serbia will launch a humanoid robot production line with Chinese backing in &lt;strong&gt;August&lt;/strong&gt;. ⚠️ Plan stage Production scale and the specific robot model have not yet been disclosed; the outcome remains to be verified.Source: IntelliNews &lt;a href="https://www.intellinews.com/serbia-to-launch-chinese-backed-humanoid-robot-production-in-august-454388/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Amap releases general-purpose world model workshop ABot-World Studio, all models open-sourced&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;Alibaba's Amap officially launched &lt;strong&gt;ABot-World Studio&lt;/strong&gt; today and opened it for testing, while also open-sourcing the two models behind it: ABot-World0 (interactive video generation) and ABot-3DWorld0 (3D scene generation). The product's technical framing is clear: world models have previously split into two separate paths — interactive video generation offers strong immersion but interaction ends once the video finishes, while 3DGS scene generation offers high fidelity but isolated, non-interconnected worlds. ABot-World Studio brings both paths into a single platform: users input text or an image and get a real-time-interactive, shareable world, which can be saved either as video or as a 3DGS file. It also includes a "&lt;strong&gt;portal&lt;/strong&gt;" mechanism — passing through a door jumps you into another complete 3D world, weaving previously isolated scenes into an infinitely explorable network. Two engineering figures are worth industry attention: the company says it can be deployed locally on a single &lt;strong&gt;RTX 5090&lt;/strong&gt;, and a single continuous inference session runs stably for &lt;strong&gt;over 1 hour&lt;/strong&gt; without crashing or quality degradation — whereas comparable world models today typically generate for around 1 minute. For embodied-AI teams, this means the barrier to simulation-based data collection has dropped from a GPU cluster to a single card.Source: Amap &lt;a href="https://mp.weixin.qq.com/s?__biz=MzA4NTQ4NzM1NQ==&amp;amp;mid=2651749265&amp;amp;idx=1&amp;amp;sn=d4251add6a70295818dde1bb58e6541c&amp;amp;chksm=852b2775ce845ede254e13e873e1631f9c4d197ff2712cc06a60fe8a2269d5ccab0880b6dec5#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HiPhi G9 approved for Beijing L3 road test license, first model rated for 120 km/h&lt;/strong&gt; · autonomy&lt;/p&gt;

&lt;p&gt;The HarmonyOS Intelligent Mobility HiPhi G9 has officially received a Beijing municipal &lt;strong&gt;L3&lt;/strong&gt; autonomous driving road test license, becoming the first vehicle model in Beijing to qualify for L3 testing at &lt;strong&gt;120 km/h&lt;/strong&gt;. Its technical approach uses multi-sensor fusion combining LiDAR, vision, and millimeter-wave radar, with a Huawei &lt;strong&gt;896-line&lt;/strong&gt; LiDAR unit standard across the lineup; it has passed simulation testing, closed-course testing, and four rounds of validation covering functional safety, safety of the intended function, cybersecurity, and data security. Its L3 operational design domain covers nighttime scenarios and supports lane changes on highways/expressways. Viewed against last week's publicized mandatory national standard for autonomous driving (effective 2027, requiring heterogeneous redundant sensing for L3), the fusion-sensing approach's first-mover advantage in China's L3 approval process is now being converted into an actual license.Source: Yicai &lt;a href="https://www.163.com/dy/article/L1QPNH4F0511A6N9.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ByteDance's head of generative AI, Yuan Zehuan, departs to start a world-model venture&lt;/strong&gt; · world-model&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yuan Zehuan&lt;/strong&gt;, who previously led ByteDance's generative AI direction, has left to start a venture in the world-model space. ⚠️ Single source Combined with this week's report that ByteDance's Seed world-model team is exploring autonomous driving (officially denied as having any business plan), world models are simultaneously drawing away both capital and talent from big tech companies.Source: AIcore (Chinese tech media) &lt;a href="https://mp.weixin.qq.com/s?__biz=MzU4OTE0MTA2Nw==&amp;amp;mid=2247485145&amp;amp;idx=1&amp;amp;sn=ee0e4a46f46da3341294e67bd9565155&amp;amp;chksm=fc17c440df98223b5cd39a3da9382eb1f4ea71d5cfe2d1b43997b35fe70527adcf9bf1b51a5a&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;Beijing builds and opens embodied-AI robot pilot validation platform for the power industry&lt;/strong&gt; · industrial&lt;/p&gt;

&lt;p&gt;An embodied-AI robot pilot validation platform for the power industry has been built in Beijing and is now officially open for external service. Pilot platforms address what robot makers most lack — batch validation under real power-grid conditions (high voltage, live wires, narrow corridors) rather than benchmark testing in a lab. Such industry pilot facilities, led by grid operators and power research institutes, are becoming the actual chokepoint through which embodied AI must pass on its way from demo to industry admission.Source: Guandian.cn &lt;a href="https://www.guandian.cn/article/20260714/573233.html" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JD's robotics ecosystem adds two more partnerships: Huilun Technology, Luming Robotics&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Following the groundbreaking of its Guangzhou RoboBase, JD (Chinese e-commerce giant) signed strategic partnerships this week with embodied-AI companies Huilun Technology and Luming Robotics; Luming disclosed a partnership target of &lt;strong&gt;1 billion yuan in sales over 3 years&lt;/strong&gt;, with multiple robot hardware products set to launch on JD in 2026. JD's approach differs from both robot makers and algorithm companies: trading channel and supply-chain access for ecosystem position, positioning itself as the sales and infrastructure backbone for robotics.Source: Gasgoo &lt;a href="https://auto.gasgoo.com/news/202607/14I70465668C601.shtml" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;14 institutions across Japan, the US, and Europe join forces on physical AI research; Bengio joins Noetra&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;Led by Japan, &lt;strong&gt;14&lt;/strong&gt; institutions across the US, Europe, and Japan have formed a physical AI research collaboration network aimed at building a Japan-native physical AI model; &lt;strong&gt;Yoshua Bengio&lt;/strong&gt; has joined the affiliated company Noetra to help drive its commercialization. Japan's underlying motivation here is easy to read: its robot hardware and components remain world-class, but its "brain" layer — model capability — now clearly lags behind China and the US.Source: The Japan News &lt;a href="https://japannews.yomiuri.co.jp/business/economy/20260714-338179/" rel="noopener noreferrer"&gt;source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;South Korea's SKT and KT launch AI-RAN trial networks to lay groundwork for physical AI services&lt;/strong&gt; · adjacent&lt;/p&gt;

&lt;p&gt;South Korea's two largest carriers, SK Telecom and KT, are deploying "AI base stations" at industrial sites, launching an AI-RAN pilot worth roughly &lt;strong&gt;$11.5 million&lt;/strong&gt; as a core piece of South Korea's "AI highway" initiative. Carriers are treating physical AI as the next growth driver after 5G/6G — robots on factory floors need to upload video and receive policy updates in real time, and the network layer is indeed an often-overlooked bottleneck.Source: Seoul Economic Daily &lt;a href="https://en.sedaily.com/technology/2026/07/14/skt-kt-launch-ai-ran-project-at-core-of-koreas-ai-highway" 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;Dedicated dexterous-hand chips&lt;/strong&gt;: CAS Wireless Semiconductor (中科无线半导体) has launched China's first integrated dexterous-hand chip solution, the CT-2001H/CT-1906H, paired with a CT-HS01 4D spectral sensor achieving 0.1mm positioning precision and microsecond-level latency; the company says it cuts hardware costs by 30% and is natively compatible with VLA models &lt;a href="https://mp.weixin.qq.com/s?__biz=Mzk0NTQwODAzMg==&amp;amp;mid=2247484102&amp;amp;idx=1&amp;amp;sn=25e61145e83b5121a374c7fe8128cdd9&amp;amp;chksm=c28923175f7f79a83704141f2c7ea538c293afba897d9d928299984c750a7f1d7a7b6f8a5538#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Boya Intelligence (伯牙智能) Gaoshan S1&lt;/strong&gt;: a dexterous hand weighing just 500 grams with 30N of fingertip force, developed by a team co-founded by a former Alibaba executive and a robotics professor &lt;a href="https://mp.weixin.qq.com/s?__biz=MzYzMjE1ODUxOQ==&amp;amp;mid=2247504997&amp;amp;idx=4&amp;amp;sn=acff76128c8ec58e1160f8ac2ed54b87&amp;amp;chksm=f1bbb34ec10ed40dac498e0adf25408d9e1b7998a819232e3408b727e2f12ad2b003db5ce9b0#rd" rel="noopener noreferrer"&gt;source (WeChat, CN)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;· &lt;strong&gt;Yuequan Bionics (月泉仿生) Yingshou Y-Hand M1&lt;/strong&gt;: the full hand weighs 299.7 grams; rather than competing on degrees-of-freedom specs, it uses a bionic tension-compression transmission design &lt;a href="https://mp.weixin.qq.com/s?__biz=MzI5MzE0NDUzNQ==&amp;amp;mid=2650434749&amp;amp;idx=1&amp;amp;sn=0399f12bf7e2def884f90e3abf0bc6dd&amp;amp;chksm=f5f84b5d2c82766e99aaedeeab983c52f90302fb6a51cd3537f803e14b05af48d45b8f4b3be9#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>
  </channel>
</rss>
