<?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: 武乐丹</title>
    <description>The latest articles on DEV Community by 武乐丹 (@_1a008d053e73e4a54d13a).</description>
    <link>https://dev.to/_1a008d053e73e4a54d13a</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%2F3947051%2F6ca1bdfb-e6fc-4989-9035-ac88d75ec333.png</url>
      <title>DEV Community: 武乐丹</title>
      <link>https://dev.to/_1a008d053e73e4a54d13a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_1a008d053e73e4a54d13a"/>
    <language>en</language>
    <item>
      <title>Qwen 3.8-27B Week Two: The Default-Overthinking Problem Nobody Wanted, and the Speed Wave That Followed</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Mon, 17 Aug 2026 00:43:24 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/qwen-38-27b-week-two-the-default-overthinking-problem-nobody-wanted-and-the-speed-wave-that-13m3</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/qwen-38-27b-week-two-the-default-overthinking-problem-nobody-wanted-and-the-speed-wave-that-13m3</guid>
      <description>&lt;p&gt;A week after Qwen3.8-27B dropped (Aug 14, Apache 2.0, vision-capable, 27B dense, 262K native context), the community has gone from "is it good?" to "how do I actually run it without it spiraling?" The launch-week debate was quants and KL divergence. The week-two harvest is different: real hands-on reports on the model's &lt;em&gt;default behavior&lt;/em&gt; — and the most interesting one is a genuinely funny bug that's actually a config problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The default is xhigh reasoning effort — and it's hilarious (until it costs you 21 minutes)
&lt;/h2&gt;

&lt;p&gt;Simon Willison, who ran the model on both a 128GB M5 Max MacBook Pro and a DGX Spark (LM Studio, plus llama-server direct), opened his Aug 16 post with the line everyone's quoting: &lt;strong&gt;"Qwen3.8 comes with official support for reasoning_effort... xhigh (default). This is a hilarious default. It's absolutely not a good way to run the model."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The evidence is a masterpiece of overkill. His first prompt — an SVG of a pelican riding a bicycle — came back after &lt;strong&gt;21 minutes, using 22,276 reasoning tokens to produce 3,223 output tokens&lt;/strong&gt;. The result was genuinely the best local-model SVG he'd generated (correct bicycle frame, legs on both sides of the bike, wings touching the handlebars). "Was that worth waiting 21 minutes for? Absolutely not."&lt;/p&gt;

&lt;p&gt;Then the same prompt with reasoning off: &lt;strong&gt;3,715 tokens, 137 seconds — under two and a half minutes.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And the one that made the point stick: "draw an svg of a circle" at the default xhigh setting produced a reasoning trace that read like a design brief ("geometric 'circle study'... pulsing glow... Bauhaus/compass-drawing vibe...") and delivered — "several minutes later" — a beautiful animated circle that was "entirely not what I had asked for."&lt;/p&gt;

&lt;p&gt;Two practical takeaways buried in there:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;He hit LM Studio's 8,192-token default context limit immediately&lt;/strong&gt; — the model used all of it thinking about mundane problems. Loading with the full 262,144 max context fixed it. If you're testing the 27B on a laptop, set the context to the model's native limit or you'll see truncated/spiraling outputs and blame the model for a config choice.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The reasoning_effort parameter is the single most important setting on this model.&lt;/strong&gt; xhigh is a default for the Qwen Cloud API's use case, not for local consumer hardware. Set it to medium or low (or off) for interactive work.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2. The speed wave: 2x on a 5090, Cerebras on the way
&lt;/h2&gt;

&lt;p&gt;Where launch week was about quants, week two is about throughput — the community isn't waiting for Qwen to tune defaults, it's shipping fixes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;balto-speedrunner&lt;/strong&gt; (GitHub, Aug 16): a repo claiming &lt;strong&gt;Qwen 3.8 27B at 2x speed on an RTX 5090&lt;/strong&gt; — a snapshot in the "make the 27B run fast on consumer Blackwell" race. Expect a flood of speculative-decoding/attention-optimization forks targeting the same hardware class.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cerebras&lt;/strong&gt; (Aug 16): official "Qwen3.8 27B Coming to Cerebras" — inference at 40GB/s-class memory bandwidth with no VRAM constraint. For anyone who wants the full 262K context without quantization trade-offs, Cerebras (and equivalents like Groq's roster) is the zero-VRAM path.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Show HN (Aug 17): a hosted Qwen3.8-27B API at 140 tok/s on one GPU&lt;/strong&gt; — someone is already selling the "one GPU" story as a product, which is the fastest possible signal that this model's deployment lane (27B dense on a single accelerator) is the one the market actually wants.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The pattern is visible: the 27B is becoming the default "runs on my hardware" model, and the week-two activity is all about the two things that decide whether that default is pleasant: reasoning-effort defaults and tokens-per-second.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. The "endless whiteboard" demo: what the model's overthinking is actually good for
&lt;/h2&gt;

&lt;p&gt;Kenton Varda (Cloudflare) shipped a fun one: &lt;strong&gt;"Qwen 3.8 27B in Cloudflare OS made me a collaborative whiteboard"&lt;/strong&gt; — using the model as the local "brain" of a shared canvas. It's a small demo, but it's the right shape: a 27B vision model running locally as an always-on ambient agent. That's the use case the xhigh default accidentally serves — when you &lt;em&gt;want&lt;/em&gt; the model to keep generating ideas, the overthinking ceases to be a cost and becomes the product.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. What to watch in week three
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The "I changed the default" crop&lt;/strong&gt;: now that reasoning_effort is common knowledge, expect a wave of retests with medium/low showing 5-20x wall-clock improvements on simple tasks. The honest benchmarks of the model are being written &lt;em&gt;against the default&lt;/em&gt;, so the next round of "Qwen 27B is fast" posts will quote the tuned config.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NVFP4 / Balto / driver-level speedups&lt;/strong&gt; landing on 5090-class hardware — watch for verified (not vendor-claimed) throughput numbers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Long-context agentic tests&lt;/strong&gt; with the 262K context and reasoning set to low: the launch-week thread flagged quantized models losing focus after long context; week three should tell us whether official weights + low reasoning makes the 27B a genuine long-horizon agent core.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cerebras/Groq availability&lt;/strong&gt; turning the "local model" story into "frontier-speed open model without a GPU."&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;Week-two verdict on Qwen 3.8-27B: &lt;strong&gt;the model is excellent and the default is wrong.&lt;/strong&gt; The overthinking isn't a defect — it's a config choice shipped for cloud API economics, and Simon Willison's 21-minute pelican is the funniest documentation of that since the model launched. The community's response is already the right one: tune the reasoning effort, widen the context window, and race to make it fast on consumer hardware. If you're trying the 27B this week, skip the benchmark arguments — spend the first five minutes changing the default and setting the context to 262K. That's the single highest-leverage move the launch threads produced.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;AI Tools is a practical briefing on the AI tools, models, and licenses shaping developer workflows.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Unitree Faces the "Trillion-Yuan Exam": 0.018% Subscription Rate, 219x P/E, and the Morning the Humanoid Sector Gets a Valuation Anchor</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Mon, 17 Aug 2026 00:38:35 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/unitree-faces-the-trillion-yuan-exam-0018-subscription-rate-219x-pe-and-the-morning-the-2moc</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/unitree-faces-the-trillion-yuan-exam-0018-subscription-rate-219x-pe-and-the-morning-the-2moc</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;SinoBot Pulse #67&lt;/strong&gt; | Monday, Aug 17, 2026 — a daily briefing on China's robotics and embodied AI landscape. Based on &lt;a href="https://sinobot.vercel.app" rel="noopener noreferrer"&gt;sinobot.vercel.app&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Unitree Faces the "Trillion-Yuan Exam": 0.018% Subscription Rate, 219x P/E, and the Morning the Humanoid Sector Gets a Valuation Anchor
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Subtitle:&lt;/strong&gt; On the eve of A-share's first humanoid-robot stock listing, the debate is no longer "how high will it open" — it's "what is a robot company worth." Economic Daily says the sector has moved from burning cash on stories to proving profitability. Five fund managers say the listing sets the anchor the entire industry will price against. Meanwhile the robot IPO wave is accelerating (Realman files, Mech-Mind passes HKEX hearing, ~30 firms in queue), China Telecom leads a round into Zhiyuan's "data desert" play, JD's first 24h unmanned coffee shop is serving 1,900+ cups, and Hangzhou opens China's first embodied-AI talent certification center.&lt;/p&gt;




&lt;p&gt;Yesterday was the countdown. Today is the exam. With Unitree's listing entering its final window, the humanoid sector is getting the thing it has never had: a public-market anchor. The numbers are deliberately stark — a STAR-Market-record-low 0.018% subscription rate and a 219x offering P/E (vs ~38x industry average) — and the commentary arriving this morning is about what those numbers mean, not how high the open will be.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The "trillion-yuan exam": what Economic Daily's signed commentary actually argues
&lt;/h2&gt;

&lt;p&gt;Economic Daily's passage on Unitree's listing carries three judgments worth reading carefully:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The industry has formally moved from "burning cash on stories" to "proving profitability."&lt;/strong&gt; The two paper problems the commentary flags: business models that aren't closed (humanoids are expensive; for handling/assembly, specialized automation is often cheaper), and technical bottlenecks that aren't resolved (endurance, dexterous-hand durability, multimodal perception nowhere near industrial-grade reliability yet).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Competition is intensifying from the wrong direction for pure-play robot makers.&lt;/strong&gt; Carmakers and phone giants are entering with capital &lt;em&gt;and&lt;/em&gt; supply chains — the price of entry to this race has already gone up.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Application revenue is still thin.&lt;/strong&gt; In 2025's first three quarters, Unitree's humanoid revenue split was 73.60% R&amp;amp;D/education, 17.39% commercial consumption, and just 9.01% industry applications. That's the single most important stat in today's debate: the story is real, but it's being priced as if the industrial phase has arrived.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2. The five fund managers and the "valuation anchor" thesis
&lt;/h2&gt;

&lt;p&gt;Securities Times' Fund Research Institute gathered five public-fund managers (Ping An's Zhang Yinxian, Yongying's Zhang Lu, China AMC's Hua Long, plus others) for the most systematic pricing discussion yet:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ping An's Zhang Yinxian&lt;/strong&gt;: Unitree shipped 5,000+ humanoids in 2025 — genuinely first-tier globally — so the listing price isn't pricing current earnings so much as discounting a trillion-yuan future.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Yongying's Zhang Lu&lt;/strong&gt;: the true "mass-production explosion" is a 2027-2030 event, conditional on hardware cost thresholds, VLA/world models reaching general manipulation, and proven warehouse/factory ROI.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;China AMC's Hua Long&lt;/strong&gt;: the listing's core value is establishing a &lt;em&gt;valuation anchor&lt;/em&gt; — every private humanoid company (Galbot, Agibot, ShiYun, the dozens behind them) will price its next round against Unitree's public number.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The logic shift is the story: from theme speculation (what will the first day do) to industry pricing (what is this track worth over the cycle). Competition focus moves from robot hardware to the "embodied brain" and data reserves — and that's exactly where today's other headlines point.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. The IPO wave: Realman files, Mech-Mind passes, ~30 in queue
&lt;/h2&gt;

&lt;p&gt;The upstream chain is going public in step:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Realman Intelligence&lt;/strong&gt; (ultra-lightweight humanoid arms — 5kg rated / 9kg peak on a 7-DOF humanoid wrist) filed A-share counseling materials with the Beijing CSRC bureau. Backed by Ecovacs (Series A+, 2023) plus a ~¥500M strategic round in March 2026, it was operationally profitable in 2025. Its 150-robot Changzhou data platform went live in May 2026.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mech-Mind Robotics&lt;/strong&gt; passed its HKEX listing hearing (post-hearing information pack released Aug 16).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;~30 robot firms&lt;/strong&gt; (ROKAE, SEER Robotics, and others) are reportedly advancing listing plans across STAR, ChiNext and HKEX 18C.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The benchmark has changed: not demo performance but supply-chain capability, mass-production delivery, scenario ROI and cash-flow health. The market is starting to price "tickets" for firms with real revenue and self-developed core components, and discount storytellers.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. China Telecom leads a round into the "data desert"
&lt;/h2&gt;

&lt;p&gt;Mifeng Tech — the physical-AI data services platform under Zhiyuan Robotics — closed a new hundreds-of-millions-yuan round led by China Telecom, with Zhangjiang Group following and Sequoia China/Yuanqi Innovation over-subscribing. The money targets: breaking the industry's "data desert" bottleneck, platform-type data-supply infrastructure, scaling MEgo bodyless devices, and delivering tens of millions of hours of physical-interaction data capacity.&lt;/p&gt;

&lt;p&gt;Read against the fund managers' point in section 2, this is the "data shovel" thesis becoming real allocation. A telecom operator leading an embodied-AI data round is a strong signal: data capacity is now treated as infrastructure-grade, in the same category as compute.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Deployment stories that pass the smell test
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JD's 7Fresh opened its first 24-hour unmanned coffee shop&lt;/strong&gt; at Beijing Galaxy SOHO (where Luckin opened its first store in 2017, and where Starbucks/MANNER/Luckin now cluster within 100m). A robotic arm serves a cup in 20-30s; classic Americano ¥5.9, latte ¥9.9. 202 cups in the first hour, 1,900+ in the first 19 hours. After stabilization, fully unmanned 24/7. The economics question: when ¥5.9 covers the marginal cost of robotic serving, unmanned retail stops being a demo.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hangzhou launched China's first embodied-AI talent training &amp;amp; certification center&lt;/strong&gt;, co-built with Unitree and Zhejiang University's College of Control Science and Engineering (Fengyuzhu co-builds the first practical course). Training-certification-employment loop: the industry is building quantifiable skill standards right as China's humanoid output is expected to break 100,000 units in 2026.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;Today's through-line: &lt;strong&gt;the humanoid sector is getting priced, standardized, and staffed all at once.&lt;/strong&gt; The 0.018% subscription rate and 219x P/E are the two faces of this IPO — record heat on one side, record valuation pressure on the other. Economic Daily pulls the debate from "how high will day one print" to "how many factories do the robots actually work in." The fund managers supply the framework (2027-2030 mass-production event, valuation anchor, brain-and-data competition), the IPO wave supplies the pipeline, and the coffee shops and certification centers supply the proof-of-deployment. What Unitree's first-day print decides isn't just one stock's price — it's the number every humanoid company in the world prices itself against for the next year.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What to watch this week:&lt;/strong&gt; the Unitree debut window (same day, Pinzhun Laser — the year's most expensive new stock at ¥186.88 — also debuts on STAR); World Robot Conference opens Aug 19 (robot shopping street debut); Alibaba/Xiaomi earnings; World Humanoid Robot Games opens Aug 22 (2,056 robots, 666 teams, 16 countries).&lt;/p&gt;




&lt;p&gt;&lt;em&gt;SinoBot Pulse is a daily briefing on China's robotics and embodied AI landscape.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>news</category>
    </item>
    <item>
      <title>Qwen 3.8-27B One Week In: What 587 HN Comments Actually Say About Running It</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Sun, 16 Aug 2026 00:27:45 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/qwen-38-27b-one-week-in-what-587-hn-comments-actually-say-about-running-it-1ejn</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/qwen-38-27b-one-week-in-what-587-hn-comments-actually-say-about-running-it-1ejn</guid>
      <description>&lt;p&gt;&lt;strong&gt;Subtitle:&lt;/strong&gt; The launch-week verdict on Alibaba's 27B dense — quant picks, VRAM reality, the "does it really beat Opus" fight, and why the KL-divergence debate is the most useful argument the thread produced.&lt;/p&gt;




&lt;p&gt;A week after Qwen3.8-27B dropped (Aug 14, HN ~900 points, 587 comments), the noise has settled into a surprisingly clear picture: this is the release the local-model crowd has been waiting for, with two real debates underneath — how to quantize it, and whether the benchmark story survives contact with real work. Here's what the thread actually says, organized by decision.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. What to run: official weights vs GGUF vs NVFP4
&lt;/h2&gt;

&lt;p&gt;The hardware split is the first thing the thread settles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Have the VRAM? Run official weights.&lt;/strong&gt; The most-upvoted practical advice in the thread: "quantized models lose focus after long context and can do damages or thinking loop" — for agentic or long-context work, official FP8/safetensors on vLLM is the safe path, especially at high concurrency where Blackwell's native W4A4 MLP path (NVFP4) is ~1.2-1.5x faster than FP8 for data-enrichment workloads.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Running llama.cpp?&lt;/strong&gt; Unsloth's GGUFs are the default ("run on pretty much every single potato"): one commenter's measured rule across Qwen3.5/3.6 27B quants — scores drop 0-5% between UD-Q6 and UD-Q3 depending on the eval.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Mac crowd is real&lt;/strong&gt;: "My Strix Halo is about to go overdrive" was one of the first comments, and DGX Spark vLLM configs plus RTX 4090 llama.cpp configs circulated within hours. A 27B dense with vision is a 24GB-class model, which is exactly why it's the deployment-friendly pick vs the 2.4T flagship.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2. The debate that's actually useful: KL divergence is not a benchmark
&lt;/h2&gt;

&lt;p&gt;The thread's best exchange started when Unsloth published KL-divergence numbers for its quants. The pushback was fast and correct: "KL divergence is nothing close to a replacement for benchmarks... barely useful signal." Unsloth's reply was the right one — they do publish real benchmarks for NVFP4 (MMLU Pro, GPQA, AIME 2025) and pointed out KL divergence is a &lt;em&gt;complementary&lt;/em&gt; distribution-shift measure, not a score. The takeaway for buyers: ignore anyone selling KL divergence as "quality"; look for benchmark deltas per quant level (the 0-5% UD-Q6→UD-Q3 range is the honest reference), and for your own workflow, benchmark the quant you'll actually run.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. The fight that won't die: "beats Opus" vs "real-world usage"
&lt;/h2&gt;

&lt;p&gt;Two camps, both right in their own frame:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Benchmarks&lt;/strong&gt;: DeepSWE 1.1 42.2 (vs 40 for Opus 4.7 Max with a Claude Code harness), SWE-bench Pro 61.7 (above Opus4.6 Max's 53.4), Terminal Bench 2.1 73.0 — these are real numbers against the same harness.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-world skepticism&lt;/strong&gt;: the strongest counter-comment — "They do not beat opus on real-world usage... Qwen models are [good], but no" — and its follow-up is the honest version of the debate: &lt;em&gt;"then we just need meaningful benchmarks that clearly show that! Otherwise it's hand waving."&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The synthesis most of the thread lands on: the 27B is now close enough that benchmark-vs-real-world arguments are about &lt;em&gt;margins&lt;/em&gt;, not about whether the model is usable. And the best single rule posted: "only useful benchmarks are those you don't have access to" — i.e., the benchmark you build for your own stack.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. What to watch this week
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Community evals&lt;/strong&gt;: embedded-systems Rust/C repos, long-horizon agentic tasks, and vision-heavy workloads are where the 27B's real scoreboard will be written — expect a wave of "I replaced X with Qwen3.8-27B" posts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tooling maturation&lt;/strong&gt;: tool-calling fixes (Unsloth historically patches these), NVFP4 configs for more GPUs, and MLC/on-device ports will determine how far the "runs on a laptop" promise goes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The 1M-context question&lt;/strong&gt;: it's Qwen Cloud-only in the open release — expect community long-context evals to keep testing the 262K native limit.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;One week in, Qwen3.8-27B has done what open releases are supposed to do: made frontier-adjacent capability actually deployable (Apache 2.0, vision, 262K context, 27B dense), and produced a genuinely useful community argument — the KL-divergence-vs-benchmark exchange — that will make everyone's next quant decision better informed. If you run local models and haven't tested it yet, this is the week to do it against your own eval, not the hype.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;AI Tools is a practical briefing on the AI tools, models, and licenses shaping developer workflows.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Unitree Priced Its IPO at $9B — the Pre-IPO Market Already Values It Near $38B: The Humanoid "First Stock" Countdown Enters Its Final Weekend</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Sun, 16 Aug 2026 00:26:00 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/unitree-priced-its-ipo-at-9b-the-pre-ipo-market-already-values-it-near-38b-the-humanoid-first-20de</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/unitree-priced-its-ipo-at-9b-the-pre-ipo-market-already-values-it-near-38b-the-humanoid-first-20de</guid>
      <description>&lt;p&gt;&lt;strong&gt;Subtitle:&lt;/strong&gt; Unitree's Shanghai IPO closed with a ~$9B valuation and record retail demand — 8,000+ times oversubscribed, ~0.018% lottery hit rate, ~¥800B+ in frozen subscriptions. But Hyperliquid and MEXC pre-IPO markets are already pricing the debut at 3-4x that, setting up the most watched first-day print in A-share robotics history. Meanwhile the World Humanoid Robot Games hit T-minus 6 days, and BYD put its 31-DOF "Xiao Di" robot in showrooms right as the US debate over Chinese robots peaks.&lt;/p&gt;




&lt;p&gt;Unitree's listing is now priced and fully subscribed, which means the humanoid sector finally has a number to argue about — actually two numbers. The IPO priced the company near &lt;strong&gt;$9B&lt;/strong&gt;. The offshore pre-IPO market (Hyperliquid, MEXC futures) has been trading it anywhere from &lt;strong&gt;~$24B to $38B+&lt;/strong&gt;. Between those two numbers sits the entire valuation debate for China's humanoid industry, and the first-day print will settle which number wins.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The numbers that matter: $9B priced, ¥800B+ frozen, 0.018% hit rate
&lt;/h2&gt;

&lt;p&gt;The subscription window told the story before trading even started:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;8,000+ times oversubscribed&lt;/strong&gt; by retail (Reuters; Bloomberg reports ~5,526x subscription), with total frozen funds reported around &lt;strong&gt;¥800 billion&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;~0.018% lottery hit rate&lt;/strong&gt; — a STAR Market record low, meaning most applicants got nothing or a token lot.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;~37 insurers allocated ~¥1.03B&lt;/strong&gt; in the offline tranche (from Friday's Pulse) — institutions showed up too.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;IPO price implies ~$9B&lt;/strong&gt; ($6.5B+ raised at the reported terms; CNBC/Reuters cite the $9B valuation).&lt;/li&gt;
&lt;li&gt;The underwriter took the remainder of the tiny abandoned-lot pool (8,734 shares online) — essentially zero failed demand.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Retail fought for scraps, insurers placed real bets, and the only people who "missed" were the ones who got nothing in the lottery. Demand was not the question. The question is price discovery on day one.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. The split screen: $9B IPO vs $38B pre-IPO market
&lt;/h2&gt;

&lt;p&gt;Here's where it gets interesting. The listed-company valuation at the IPO price is ~$9B, but the pre-IPO derivatives market has been trading far above that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Hyperliquid&lt;/strong&gt; traders have been pricing Unitree at multiples of the IPO price — CoinDesk reports positions implying &lt;strong&gt;~4x upside&lt;/strong&gt; from the IPO price (i.e., ~$38B).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MEXC&lt;/strong&gt; listed Unitree pre-IPO futures first, and daily trading volume on those contracts &lt;strong&gt;surged ~1,104%&lt;/strong&gt; as the listing approached.&lt;/li&gt;
&lt;li&gt;The spread between "priced" ($9B) and "traded" ($24-38B) is exactly the gap that first-day trading will have to close — one way or the other.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The optimistic read: institutional comps (CCB International's ~¥109B ≈ $15B model, some institutions projecting ¥200-300B ≈ $28-42B) support a higher anchor. The cautious read: pre-IPO futures are thin, retail-driven markets that overshoot; Tech Times highlighted that Unitree's own filing admits &lt;strong&gt;robots cannot yet do real work&lt;/strong&gt; at scale — the revenue story is real but small relative to a $38B price tag.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Why this debut matters beyond Unitree
&lt;/h2&gt;

&lt;p&gt;The first-day print sets the &lt;strong&gt;valuation anchor for the entire A-share humanoid sector&lt;/strong&gt; — this is the "first humanoid robot stock," and every private humanoid company (Galbot, Agibot, ShiYun, the dozens behind them) will price its next round against it.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If Unitree holds $20B+, the capital door opens wider for the whole pipeline — more listings, more rounds, more production capacity.&lt;/li&gt;
&lt;li&gt;If it fades toward the $9B IPO price, the sector gets a reality-check discount, and the "spec-sheet vs revenue" debate gets louder.&lt;/li&gt;
&lt;li&gt;Either way, the August 17-18 window (the expected debut, after the weekend) is the single most important event for the global humanoid narrative this month.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The US side adds context: NYT ran "America Wants to Make Its Own Humanoid Robots. That Won't Be Easy." and Bloomberg reported &lt;strong&gt;China holds ~97% of H1 2026 global humanoid shipments&lt;/strong&gt; — the financing story and the manufacturing story are converging on the same week.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. World Humanoid Robot Games: T-minus 6 days, 2,056 robots, no remote controls
&lt;/h2&gt;

&lt;p&gt;The 2nd World Humanoid Robot Games (Aug 22-26, Beijing's Ice Ribbon) is a week out, and the program keeps getting harder:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;2,056 robots from 666 teams across 16 countries&lt;/strong&gt;, 51 events, 1,301 matches.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Robots stripped of remote controls&lt;/strong&gt; for several events (Global Times) — autonomous operation is now the requirement, not a bonus.&lt;/li&gt;
&lt;li&gt;Floor-exercise teams grew 3→18; the routine library expanded to 8 categories with 20+ moves.&lt;/li&gt;
&lt;li&gt;Robots are expected to break last year's records in several events (CGTN).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read together with Unitree's listing: China is simultaneously financing its robot champions, standardizing their testing (7 national test-method standards, from Friday's Pulse), and staging the world's largest public demonstration of them. The games are the marketing layer; the IPO is the capital layer; the standards are the quality layer. All three are moving in the same week.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. BYD's Xiao Di: 31-DOF humanoid lands in showrooms
&lt;/h2&gt;

&lt;p&gt;BYD's humanoid robot — &lt;strong&gt;31 degrees of freedom, "Xiao Di"&lt;/strong&gt; — has entered dealership showrooms, unveiled days after the US FCC finalized its ban on Chinese robot vacuums (a timing coincidence, but a sharp one). BYD's Stella Li has said she wants humanoids in every showroom; the robots greet customers, pitch cars, and demo the company's AI ambitions. It's a small commercial deployment, but it's the most visible "humanoid as retail employee" case yet, and it shows the consumer-facing playbook: use showrooms as training data collection and brand theater at the same time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;This weekend's through-line: &lt;strong&gt;priced, oversubscribed, and one print away from re-pricing the whole sector.&lt;/strong&gt; Unitree's ~$9B IPO price vs ~$24-38B pre-IPO trading sets up the most consequential first-day print in robotics this year — the gap between the two numbers is the humanoid sector's valuation debate in miniature. Add the Robot Games going fully autonomous, the standards program, and BYD's showroom robots, and the picture is clear: China is financing, standardizing, and demonstrating humanoids all at once. Monday's open decides the anchor.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;SinoBot Pulse is a daily briefing on China's robotics and embodied AI landscape.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>robotics</category>
      <category>ai</category>
      <category>news</category>
    </item>
    <item>
      <title>Qwen 3.8-27B Is Out: the "Opus at Home" Dense Model That Beats Frontier Models on DeepSWE — Under Apache 2.0</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Sat, 15 Aug 2026 00:45:12 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/qwen-38-27b-is-out-the-opus-at-home-dense-model-that-beats-frontier-models-on-deepswe-under-232p</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/qwen-38-27b-is-out-the-opus-at-home-dense-model-that-beats-frontier-models-on-deepswe-under-232p</guid>
      <description>&lt;h2&gt;
  
  
  Qwen 3.8-27B Is Out: the "Opus at Home" Dense Model That Beats Frontier Models on DeepSWE — Under Apache 2.0
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Subtitle:&lt;/strong&gt; Alibaba shipped the 27B dense variant of Qwen 3.8 on Aug 14, a day early — and it's Apache 2.0, native vision-language, 262K context, and the first open model to crack DeepSWE 1.1 above 40 with a Claude Code harness. HN's verdict in the first 24 hours: "the most important release since most use cases don't need frontier."&lt;/p&gt;




&lt;p&gt;Yesterday I wrote that the 27B everyone can actually run was coming "tomorrow." It landed a day early: &lt;strong&gt;Qwen3.8-27B went live on Hugging Face on Aug 14&lt;/strong&gt; (HN ~850 points, 555+ comments at last check) — and the community reaction reads like a release poster: "27b dense model at Opus 4.6 level," "Opus at home," "something you can actually run on a laptop." Here's what's actually in it, what the benchmarks say, and where the skepticism is healthy.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The model: 27B dense, native vision-language, Apache 2.0
&lt;/h2&gt;

&lt;p&gt;Unlike the 2.4T MoE flagship (custom license, revenue gate), the 27B is the deployable one:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;27B dense&lt;/strong&gt; causal LM with a vision encoder — native image &lt;em&gt;and video&lt;/em&gt; understanding, from STEM diagrams to hour-scale video.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;262,144-token native context, extensible to 1,000,000&lt;/strong&gt; on the hosted version.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexible thinking control&lt;/strong&gt;: thinking mode on by default, disable per request, tune depth via &lt;code&gt;reasoning_effort&lt;/code&gt;, retain reasoning context via &lt;code&gt;preserve_thinking&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;License: Apache 2.0&lt;/strong&gt; — the permissive, commercial-friendly license, in contrast to the Qwen3.8-Max License's $50M revenue gate for the flagship.&lt;/li&gt;
&lt;li&gt;FP8 and safetensors on launch; Unsloth GGUF (including NVFP4 for Blackwell) was up within hours.&lt;/li&gt;
&lt;li&gt;Hosted version coming soon on Qwen Cloud (1M context by default, built-in tools).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Architecture note: the hidden layout is &lt;code&gt;16 × (3 × (Gated DeltaNet → FFN) → 1 × (Gated Attention → FFN))&lt;/code&gt; — a hybrid linear-attention/attention stack, 64 layers, 5,120 hidden dim.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. The benchmarks: where 27B punches above its weight
&lt;/h2&gt;

&lt;p&gt;The headline numbers, all against the same Claude Code harness where noted:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Benchmark&lt;/th&gt;
&lt;th&gt;Qwen3.8-27B&lt;/th&gt;
&lt;th&gt;Qwen3.6-27B&lt;/th&gt;
&lt;th&gt;Opus4.6 Max&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Terminal Bench 2.1 (agentic terminal coding)&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;73.0&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;63.4&lt;/td&gt;
&lt;td&gt;78.2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SWE-bench Pro&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;61.7&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;53.5&lt;/td&gt;
&lt;td&gt;53.4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeepSWE 1.1&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;42.2&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;13.3&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;QwenSWEBench&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;79.0&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;49.3&lt;/td&gt;
&lt;td&gt;63.8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CoWorkBench (long-horizon office)&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;70.7&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;61.0&lt;/td&gt;
&lt;td&gt;68.2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LiveCodeBench v6&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;90.3&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;83.9&lt;/td&gt;
&lt;td&gt;88.8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GPQA Diamond&lt;/td&gt;
&lt;td&gt;89.2&lt;/td&gt;
&lt;td&gt;87.8&lt;/td&gt;
&lt;td&gt;91.3&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The two numbers that made HN do a double-take:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;DeepSWE 1.1: 42.2 vs 13.3&lt;/strong&gt; for the previous 27B — a 3x jump in a benchmark designed for realistic, long-horizon software engineering. One commenter noted it also edges Opus 4.7 Max (42.2 vs 40) on the same benchmark.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SWE-bench Pro: 61.7 vs 53.5&lt;/strong&gt;, now above Opus4.6 Max's 53.4 on that eval.&lt;/li&gt;
&lt;li&gt;Plus a real-world datapoint: an HN engineer running an internal eval on embedded-systems Rust/C repos measured &lt;strong&gt;Qwen3.6-27B only 4% below Opus-4.8 pass@1 (n=250)&lt;/strong&gt; — suggesting the 27B line's gap to frontier on real code work is already small, and 3.8 closes more of it.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  3. The healthy skepticism (worth reading before you over-index)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;"Beats Opus" claims need context.&lt;/strong&gt; A top comment: "they do not beat opus on real-world usage" — and the counter-argument that most benchmark harnesses reward harness-specific behaviors. One commenter's rule: &lt;em&gt;the only useful benchmark is the one you build for your own workflow&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quantization caveats&lt;/strong&gt;: "quantized models lose focus after long context and can do damage or thinking loops" — official weights if you have the VRAM; GGUF if you don't. Unsloth publishes KL-divergence numbers, and the community is (rightly) skeptical that KL divergence replaces benchmarks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No 1M context in the open weights&lt;/strong&gt; — that's a Qwen Cloud feature.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local hardware reality&lt;/strong&gt;: a 27B dense with vision runs on a 24GB+ GPU class comfortably at reasonable quants — "My Strix Halo is about to go overdrive" and DGX Spark vLLM configs circulated within hours, plus RTX 4090 llama.cpp GGUFs.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;Qwen3.8-27B is the strongest argument yet that the useful center of open-weight AI is not the biggest model — it's the one a normal person can actually run. Apache 2.0, native vision-language, 262K context, and frontier-adjacent coding/agentic numbers at 27B dense: that combination is why HN called it "one of the most important model releases since most use cases don't need SOTA." If you run local models, this is the weekend to test it against &lt;em&gt;your&lt;/em&gt; stack.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;AI Tools is a practical briefing on the AI tools, models, and licenses shaping developer workflows.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>Humanoid Robots Just Got a Measuring Stick: 7 National Test Standards, ShiYun's RD3 Ultra Rolls Off the Line, Unitree IPO Countdown at ¥1.03B</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Sat, 15 Aug 2026 00:42:16 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/humanoid-robots-just-got-a-measuring-stick-7-national-test-standards-shiyuns-rd3-ultra-rolls-off-5e0c</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/humanoid-robots-just-got-a-measuring-stick-7-national-test-standards-shiyuns-rd3-ultra-rolls-off-5e0c</guid>
      <description>&lt;h2&gt;
  
  
  China's Humanoid Robots Just Got a Shared Measuring Stick: 7 National Test Standards Launched, ShiYun's First Full-Size RD3 Ultra Rolls Off the Line, and Unitree's IPO Countdown Hits ~¥1.03B in Insurer Allocations
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Subtitle:&lt;/strong&gt; On Aug 13-14, China started drafting seven national "Humanoid Robot Test Methods" standards in Wuhan's Optics Valley — with 200+ delegates from Unitree, Xiaomi Robotics, Deep Robotics and more — giving the industry its first common benchmark language. The same window saw ShiYun's 174cm RD3 Ultra enter production in Tianjin, Unitree's IPO draw ~¥1.03B from insurers, and the World Humanoid Robot Games hit the one-week mark.&lt;/p&gt;




&lt;p&gt;Three signals landed this week that mark where China's humanoid industry actually stands in mid-2026: the government moved to standardize how robots get tested, a second maker moved from prototype to production line, and the "first humanoid robot stock" pulled in nearly ¥1.03 billion from insurers alone. Read together, they say the industry is shifting from spec-sheet wars to measured, comparable, deployable performance.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The standards era begins: seven national test-method standards, one common technical language
&lt;/h2&gt;

&lt;p&gt;The launch meeting for the &lt;strong&gt;'Humanoid Robot Test Methods' national-standard series&lt;/strong&gt; took place Aug 13-14 at the Hubei Humanoid Robotics Innovation Center in Wuhan's Optics Valley. Seven national standards started drafting in parallel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;General principles&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Environmental perception&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Decision &amp;amp; planning&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Motion control&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Manipulation&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Localization &amp;amp; navigation&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Human-robot interaction&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Attendance: &lt;strong&gt;200+ industry delegates&lt;/strong&gt; from Unitree, Xiaomi Robotics, Magic Atom, ZTE, Deep Robotics, Horizon Robotics, Lingxin Robotics and Galbot, joined by Wuhan University, Huazhong University of Science and Technology, and other research teams. The Hubei Humanoid Robot &amp;amp; Embodied Intelligence Standards Working Group was inaugurated with 29 founding member organizations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why this matters:&lt;/strong&gt; the industry's biggest pain points have been divergent technical routes, inconsistent test metrics, incompatible software/hardware interfaces, and no common verification framework. Paper specs often diverge from real-world performance, leaving integrators with no basis for comparison and inflating costs across R&amp;amp;D, pilot, and mass production. Seven parallel standards — covering everything from perception to manipulation — give the industry a shared "technical language": products become testable, data becomes interoperable, technology becomes benchmarkable.&lt;/p&gt;

&lt;p&gt;Two details worth noting: &lt;strong&gt;Chengxin Zhilian (Wuhan)&lt;/strong&gt; leads the localization &amp;amp; navigation standard — a company founded in 2022 that joined the standards committee in 2023 and led a test-method standard by 2025, a useful template for how fast newcomers can climb. And the Hubei center offers &lt;strong&gt;23 categories of real home, industrial, and commercial test scenarios&lt;/strong&gt; — the largest and richest set in China.&lt;/p&gt;

&lt;p&gt;The shift in one line: China's humanoid race is moving from &lt;em&gt;battling launch-day spec sheets&lt;/em&gt; to &lt;em&gt;battling measured performance inside a standard framework&lt;/em&gt;. Whoever proves product strength inside the framework first holds the ticket to the next round of consolidation.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. ShiYun's RD3 Ultra rolls off the line: a 174cm full-size humanoid, built for special operations — with a JD.com elderly-care landing
&lt;/h2&gt;

&lt;p&gt;On Aug 13, &lt;strong&gt;ShiYun Technology&lt;/strong&gt; held the roll-off ceremony for its first batch of full-size humanoid robots, the &lt;strong&gt;RD3 Ultra&lt;/strong&gt;, at Tianjin's Hexi District 764 Embodied Intelligence Industrial Theme Park:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;174cm industrial-grade full-size humanoid&lt;/strong&gt; built for special-industry and high-risk operations, designed to work with human tools and environments.&lt;/li&gt;
&lt;li&gt;Always-on autonomous operation, traversal of complex environments, end-to-end safety control.&lt;/li&gt;
&lt;li&gt;In parallel, &lt;strong&gt;JD.com Robotics and ShiYun jointly launched an "elderly-care scenario"&lt;/strong&gt; now live in Hexi District — a standardized "embodied intelligence + medical/nursing companionship" solution.&lt;/li&gt;
&lt;li&gt;Showcase: a "Fighting Master" robot-combat demo — two full-size robots throwing punches and sidesteps, then instantly rebalancing after hits (dynamic balance + impact-resistance control).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tianjin's first special-operation full-size robot production line and whole-machine test center&lt;/strong&gt; went live at the same time.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The through-line: from running the E-Town half-marathon to standing firm in a combat ring to working reliably in elderly care, capability verification is expanding on multiple fronts — and "dirty, dangerous, dull, difficult" scenarios (special ops, caregiving) are becoming the beachhead for scaled deployment.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Unitree's IPO countdown: ~37 insurers allocated nearly ¥1.03B, listing as early as next week
&lt;/h2&gt;

&lt;p&gt;With the issuance process fully closed — only &lt;strong&gt;8,734 abandoned shares online (≈¥1.32M)&lt;/strong&gt;, &lt;strong&gt;zero offline&lt;/strong&gt;, the underwriter taking the remainder — Unitree's IPO has entered its listing countdown:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Roughly 37 insurance institutions were allocated nearly ¥1.03 billion&lt;/strong&gt; — insurers, normally the cautious money, were among the most active forces in the subscription frenzy.&lt;/li&gt;
&lt;li&gt;Subscription heat recap: &lt;strong&gt;9.7846 million accounts&lt;/strong&gt; (STAR Market record), &lt;strong&gt;0.0181% hit rate&lt;/strong&gt; (historic low).&lt;/li&gt;
&lt;li&gt;Market expects trading to begin &lt;strong&gt;as early as next week&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Valuation divergence: CCB International models ~¥109B market cap (32x 2026E price-to-sales); some institutions project ¥200-300B.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Retail fought for lots, insurers bet big, abandonment was negligible — the capital fever is fully written. Next week's debut is the moment of truth: the first-day print sets the valuation anchor not just for Unitree but for the entire A-share humanoid sector's pricing framework.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. World Humanoid Robot Games: one week out, and the program just got harder
&lt;/h2&gt;

&lt;p&gt;The 2nd World Humanoid Robot Games runs &lt;strong&gt;Aug 22-26 at the National Speed Skating Oval ("Ice Ribbon")&lt;/strong&gt; in Beijing. The one-week-out update:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Floor-exercise teams grew from 3 to 18&lt;/strong&gt; — a 6x jump.&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;routine library expanded from 9 single moves to 8 categories with 20+ moves&lt;/strong&gt; — choreography is now a scored discipline, not a demo.&lt;/li&gt;
&lt;li&gt;Earlier confirmed: 2,056 robots from 666 teams across 16 countries, 51 events, 1,301 matches.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The progress bar keeps moving: the 2026 half-marathon winner's time (50m26s) was under a third of 2025's 2h40m42s. A year ago the games read as a wobbly demo; now the event's own program — strength events, choreography with scoring — only gets added when the hardware can plausibly show up.&lt;/p&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;Aug 15's through-line: &lt;strong&gt;setting standards, rolling off lines, and counting down.&lt;/strong&gt; The test-method standards give the industry a common measuring stick; ShiYun's production line shows full-size humanoids moving from prototype delivery to production-line delivery; Unitree's insurer allocation adds institutional weight to next week's listing; and the Robot Games program keeps escalating a week out. The industry is being measured now — literally — and next week's Unitree first-day print is the next anchor point to watch.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;SinoBot Pulse is a daily briefing on China's robotics and embodied AI landscape.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>robots</category>
      <category>robotics</category>
    </item>
    <item>
      <title>Qwen 3.8's Open Weights Came With a $50M Revenue Gate — the 27B Drops Tomorrow</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Fri, 14 Aug 2026 00:41:58 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/qwen-38s-open-weights-came-with-a-50m-revenue-gate-the-27b-drops-tomorrow-4imm</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/qwen-38s-open-weights-came-with-a-50m-revenue-gate-the-27b-drops-tomorrow-4imm</guid>
      <description>&lt;p&gt;Two things happened this week that, together, change how you should think about open-weight models. First, Alibaba dropped the biggest open-weight model by parameter count ever released — Qwen3.8-2.4T-A95B, a 2.4T-parameter MoE with 95B active — but under a custom license that is emphatically not Apache 2.0. Second, the 27B dense variant that most developers will actually run is expected &lt;strong&gt;tomorrow, Aug 15&lt;/strong&gt;. Here's what's real, what's marketing, and what the license actually changes.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The release: biggest open weights ever, with a moat attached
&lt;/h2&gt;

&lt;p&gt;Qwen3.8-2.4T-A95B went up on Hugging Face and ModelScope on Aug 12 (HN discussion hit ~700 points within a day). Some quick facts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;~4.9TB BF16, ~5TB total&lt;/strong&gt; — by parameter count, the largest open-weight release to date. The 1-bit quant comes in at a stunning &lt;strong&gt;~397GB&lt;/strong&gt; with 95B active, which per early testing puts Opus 4.5-class performance inside a machine a normal person could buy.&lt;/li&gt;
&lt;li&gt;It's a &lt;strong&gt;Kimi K3 rival&lt;/strong&gt; in intent — same playbook Moonshot ran in July: open the weights, drive ecosystem adoption, keep the enterprise tier under control.&lt;/li&gt;
&lt;li&gt;Community caveats immediately surfaced: no vision input and no 1M context on the open-weight version (those are Qwen3.8-Max API features), and only BF16/FP8 at launch — no QAT'd q4, so serving it cheaply needs a deep-pocketed quantizer.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2. The license: Apache 2.0 is over for frontier Qwen
&lt;/h2&gt;

&lt;p&gt;This is the part that matters more than any benchmark. The Qwen3.8-Max License replaces the permissive Apache 2.0 used for previous Qwen generations with a custom commercial gate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Any MaaS or AI work-assistant business with aggregate revenue above $50M in any rolling 12-month period must negotiate a separate commercial license.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;"MaaS" is defined broadly — any third-party access to inference or fine-tuning where the provider controls inputs or parameters.&lt;/li&gt;
&lt;li&gt;Under $50M, it's free. Over it, you're at the negotiating table with Alibaba.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read the strategy plainly: &lt;strong&gt;platform capture, not charity.&lt;/strong&gt; The safe harbor keeps startups hooked; the gate forces anyone who scales into a competitor to Alibaba's own API business to pay or fork. Forkast's framing is correct — this is Alibaba drawing a hard line around the commercial value of frontier-class weights, and the market noticed: Alibaba shares jumped ~7% in HK and ~4.5% on the NYSE after the Aug 3 Max announcement.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. The benchmarks: treat them as marketing
&lt;/h2&gt;

&lt;p&gt;Alibaba's official blog positions Qwen3.8-Max as top-tier — Terminal Bench 2.1 86.6 vs Opus 4.8's 84.6 and GPT-5.6 Sol's 88.8; PaperBench 93.0 vs 90.5. But the comparison is cross-harness and fundamentally apples-to-oranges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Qwen was evaluated on &lt;strong&gt;OpenCode&lt;/strong&gt;; Claude on Claude Code (avg@10, 5-hour timeout); GPT-5.6 on Codex.&lt;/li&gt;
&lt;li&gt;Different timeouts, token limits, and harness tooling make those numbers non-comparable. Treat vendor-reported leaderboard deltas of 2-3 points as noise until independent harnesses replicate them.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  4. What to actually watch tomorrow
&lt;/h2&gt;

&lt;p&gt;The 27B dense variant (expected Aug 15) is the community-adoption play — the model most people can run locally, in the lineage of Qwen3.6-27B which HN crowned "the sweet spot for local development" (1,192 pts in June). Two questions to answer once it lands:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Does the 27B keep a permissive license, or does the $50M gate extend down-market?&lt;/strong&gt; The Max license gates MaaS; if the 27B inherits the same terms, the "free local model" era has a ceiling everywhere, not just on the flagship.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;How does it actually do on SWE-bench Pro with a single harness?&lt;/strong&gt; Qwen3.8-Max posts 67.7 vs Claude's 69.2 — a real gap that matters for agentic coding, and the 27B will likely land below that.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;The open-weights era isn't ending — it's getting a business model. Alibaba is executing the Kimi K3 playbook at $300B+ scale: permissive enough to capture developers, gated enough to tax anyone who builds a competing infrastructure layer. For builders, the new due-diligence question isn't "is the model good" — it's "what happens to my business at $50M revenue." Tomorrow's 27B release will show whether that gate extends to the models most of us actually run.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Unitree's IPO Is Done: 8,734 Unclaimed Shares, Robot Games 4x Bigger, Roborock's 41,000Pa Flagship Drops</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Fri, 14 Aug 2026 00:40:06 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/unitrees-ipo-is-done-8734-unclaimed-shares-robot-games-4x-bigger-roborocks-41000pa-flagship-46bc</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/unitrees-ipo-is-done-8734-unclaimed-shares-robot-games-4x-bigger-roborocks-41000pa-flagship-46bc</guid>
      <description>&lt;p&gt;Three updates landed on the same Friday that, read together, mark where China's robotics story actually stands in mid-2026: the hottest A-share IPO in recent memory just finished its last procedural step; the world's largest humanoid robot competition quadrupled in size; and a consumer robot vacuum with more suction than last year's flagships went on sale. Here's what each one means.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Unitree's issuance is closed — and the abandonment number tells you everything
&lt;/h2&gt;

&lt;p&gt;Unitree published its final issuance results on the evening of Aug 13 (Beijing time). The headline figures from the earlier subscription week were already extraordinary — 9.78 million accounts applied, 8,288x oversubscription, and a 0.0181% allotment rate, the lowest in STAR Market history. The final results add the last data point, and it's the most telling one:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Online investors paid for 9.6983 million shares; only 8,734 shares (≈ ¥1.32M at ¥150.8/share) went unclaimed&lt;/strong&gt; — an abandonment rate below 0.01%, with the underwriter absorbing them.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Offline (institutional) investors: zero abandoned shares.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Cornerstone investors include &lt;strong&gt;DeepSeek and Huanfang Quantitative (Liang Wenfeng's firm) with ~1.19M shares (≈ ¥180M)&lt;/strong&gt; combined, plus the National Social Security Fund and CNPC.&lt;/li&gt;
&lt;li&gt;Valuation anchors floating around: CCB International models ~¥109B (32x 2026 sales); some bulls argue ¥200-300B.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why the abandonment number matters: in the "hottest IPO in recent memory," the people who won lots almost all paid up. The demand didn't end at subscription — it carried through to payment. With issuance complete, the listing is expected &lt;strong&gt;as early as next week&lt;/strong&gt;, and the first-day print will set the valuation anchor for the entire A-share humanoid sector.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Beijing's robot games just quadrupled: 2,056 robots, 16 countries, Aug 22
&lt;/h2&gt;

&lt;p&gt;Beijing officially confirmed the 2nd &lt;strong&gt;World Humanoid Robot Games&lt;/strong&gt; at a press conference on Aug 13: opening &lt;strong&gt;Aug 22 at the National Speed Skating Oval ("Ice Ribbon")&lt;/strong&gt;, co-hosted by the Beijing municipal government and China Media Group.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;2,056 robots across 666 teams from 16 countries across six continents&lt;/strong&gt; — team count up 138% YoY, robot count roughly quadrupled vs. the 2025 edition.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;New events: long jump, weightlifting, tug-of-war, and table tennis&lt;/strong&gt; — added to the half-marathon and sprints. These are strength and endurance disciplines that stress actuators, torque density, and battery life, not just gait stability.&lt;/li&gt;
&lt;li&gt;The progress bar is concrete: the Beijing Yizhuang humanoid half-marathon winner's time went from &lt;strong&gt;2h40m42s in 2025 to 50m26s in 2026&lt;/strong&gt; — under a third of last year's time, and faster than the human record.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The first games (Aug 2025) were read by many as a demo with visible wobble. A year later, the event's own program is the signal: strength events only get added when the hardware can plausibly show up.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Roborock's dual flagships hit the market: 41,000Pa suction and hot-water mopping
&lt;/h2&gt;

&lt;p&gt;On the consumer side, &lt;strong&gt;Roborock's G30S Ultra and P30 Pro both went on sale Aug 14&lt;/strong&gt; in China — the first time the G series uses a roller-mop cleaning structure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;G30S Ultra&lt;/strong&gt;: 41,000Pa peak suction (up from 35,000Pa on the G30S Pro six months ago), roller-mop structure with a "pressurized live-water mopping 2.0" system, &lt;strong&gt;75°C hot-water mopping&lt;/strong&gt;, and a 16-hole spray pattern aimed at kitchen grease and pet hair. The roller design is specifically pitched at &lt;strong&gt;zero hair tangling for long-haired pets&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;P30 Pro&lt;/strong&gt;: the new-generation self-cleaning mop-and-vac, sold alongside as the "classic flagship" option.&lt;/li&gt;
&lt;li&gt;Context: Ecovacs, Dreame, and Roborock took the top three spots in H1 2026 China robot-vacuum sales. This dual-launch is Roborock's answer to the simultaneous flagship pushes from its two main rivals.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The quiet signals that round out the day
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tencent backed Lovable in a $400M Series C at a $13.3B valuation&lt;/strong&gt; (Aug 13) — the AI app-builder space keeps compounding.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Alibaba Cloud launched "Qwen AI Arena"&lt;/strong&gt; (Aug 13), a challenge-and-evaluation platform for AI agents, with a first challenge built around real cross-border e-commerce listing generation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DeepSeek V4 Pro API added Responses API support&lt;/strong&gt; — the model layer keeps standardizing on agent-friendly interfaces.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;Aug 14 is a day where all three layers of China's robotics story moved at once: the capital layer (Unitree's issuance closed, listing imminent), the spectacle layer (robot games quadrupled in size, strength events added), and the consumer layer (a 41,000Pa flagship vacuum with hot-water mopping on sale). The through-line: this industry is now being tested by markets, competitions, and household purchases — not just demos. Next week's Unitree first-day print is the next anchor point to watch.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Nemotron 3.5 Lightning: Nvidia's Open-Weight Agent Executor, the Switchyard Routing Debate, and Qwen's 27B Coming in 48 Hours</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Thu, 13 Aug 2026 01:29:26 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/nemotron-35-lightning-nvidias-open-weight-agent-executor-the-switchyard-routing-debate-and-1kho</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/nemotron-35-lightning-nvidias-open-weight-agent-executor-the-switchyard-routing-debate-and-1kho</guid>
      <description>&lt;p&gt;Nvidia dropped Nemotron 3.5 Lightning on Aug 11 and the open-source community spent two days arguing about it — not about the model itself, but about the routing system Nvidia shipped alongside it. Meanwhile, Qwen's 3.8-27B hits Hugging Face in two days. Here's the signal inside the noise.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Lightning actually is
&lt;/h2&gt;

&lt;p&gt;Nemotron 3.5 Lightning is a &lt;strong&gt;30B mixture-of-experts with 3B active parameters&lt;/strong&gt;, built as the execution layer of long-running agents: the tool calls, result validation, and subagent handoffs a reasoning model triggers but doesn't do itself. Three details matter:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Hybrid Mamba-2 / Transformer architecture.&lt;/strong&gt; The Nemotron 3 family bet on state-space models (Mamba-2) as the backbone. HN commenters flagged this as notable — SSMs are "catching up to regular transformer architectures," and a flagship-ish open model shipping on one is a real data point for the field.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NVFP4 quantization out of the box.&lt;/strong&gt; Shipped in 4-bit FP format, the model card shows a &lt;em&gt;massive&lt;/em&gt; SWEBench drop from bf16 to fp4 — one of the clearest public measurements of what quantization costs on agentic coding.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fully open pipeline, not just weights.&lt;/strong&gt; Nvidia published the complete training recipe (data + recipes alongside weights) in the NeMo repo. As one commenter put it: "I don't think another model this performant exists with fully open source data and recipes alongside the weights."&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Real-world numbers from HN: ~100 tok/s on an M5 Max MacBook Pro (128GB), ~50 tok/s on a 64GB M1 Max. The recurring complaint: it over-thinks — long reasoning traces, second-guessing, sometimes bad output. "It sketched four SVGs before returning a bad pelican riding a bicycle."&lt;/p&gt;

&lt;h2&gt;
  
  
  The Switchyard fight: does smart routing break prompt caching?
&lt;/h2&gt;

&lt;p&gt;The more interesting debate is over &lt;strong&gt;NeMo Switchyard&lt;/strong&gt;, Nvidia's open-source library for routing each request to the "most capable and suitable model." The HN thread (257 pts) went deep on a real tension:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Routers want to switch models per request; prompt caches want you to stay on one model.&lt;/strong&gt; If you've built a 200k-token context on model A and the router bounces you to model B, you lose the cache and pay full prefill again.&lt;/li&gt;
&lt;li&gt;The counterpoint: &lt;strong&gt;cache stickiness vs. routing quality is a tunable tradeoff.&lt;/strong&gt; Some routers are configurable to pick a middle point — and if all models share a distributed cache, switching is far cheaper than people assume.&lt;/li&gt;
&lt;li&gt;The deeper read: with most agentic API spend sitting in &lt;em&gt;cached reads&lt;/em&gt; (not generation), anything that invalidates cache — including "smart" routing — can quietly double your bill. That's why several commenters called router products "snake-oil marketing" and why the ones that survive expose the cache-vs-routing tradeoff explicitly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Qwen 3.8-27B lands Friday
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Qwen 3.8-27B goes openweight in 2 days&lt;/strong&gt; (Aug 15). Context that makes this worth watching: Qwen3.6-35B-A3B (27B-active-class MoE) is already holding up remarkably well against Nemotron — "sure it's ~20% larger, but its scores are also ~20% higher with the same active params," per the HN thread. And Qwen 3.8 Max is described by informed commenters as "really really close to Opus 4.8." The 27B dense/open-weight release Friday is the one to watch for local-dev sweet-spot arguments.&lt;/p&gt;

&lt;h2&gt;
  
  
  The meta-signal: open weights are now a business strategy
&lt;/h2&gt;

&lt;p&gt;The most important thing Nvidia did this week wasn't the model — it's the pattern: open weights, open training recipes, open routing, all positioned as the on-ramp to their hardware. "Commoditize your complements" was the top-voted framing in the thread. Whether you read it as generosity or moat-building, the result is the same: the open-weight ecosystem just got a lot more credible, and the local/on-prem argument gets stronger every release cycle.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;AI Tools Pulse is a daily briefing on AI models, tools, and the debates around them.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>opensource</category>
      <category>nvidia</category>
    </item>
    <item>
      <title>The Robot Phone Is Real: Honor Shipped It, Unitree's IPO Is Hours From Listing, and Beijing Is Prepping a Robot Olympics</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Thu, 13 Aug 2026 01:28:21 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/the-robot-phone-is-real-honor-shipped-it-unitrees-ipo-is-hours-from-listing-and-beijing-is-1e28</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/the-robot-phone-is-real-honor-shipped-it-unitrees-ipo-is-hours-from-listing-and-beijing-is-1e28</guid>
      <description>&lt;p&gt;Three stories crossed the wire this week that, taken together, tell you the humanoid robot industry has stopped being a research field and started being a market. Honor actually shipped a phone with a robot actuator inside it. Unitree's IPO is at the final gate before first-day trading. And Beijing announced the second edition of its humanoid robot games — a spectacle that now includes events designed to show strength, not just agility. Here's what each one means.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Honor's Robot Phone launched — and the supply-chain spillover is now a product
&lt;/h2&gt;

&lt;p&gt;Honor officially launched the &lt;strong&gt;Robot Phone&lt;/strong&gt; on Aug 12 (Beijing time), the world's first phone built around a robot-grade actuator. The details, now confirmed at launch rather than teased:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;4DoF titanium mechanical gimbal&lt;/strong&gt;, shrunk &lt;strong&gt;~65-70% in volume vs. mainstream gimbals&lt;/strong&gt;, embedded in the top of the device, with a micro-motor pan-tilt system spinning up to 360°/s.&lt;/li&gt;
&lt;li&gt;Powered by the &lt;strong&gt;Snapdragon 8 Elite (5th gen)&lt;/strong&gt;, co-developed imaging with &lt;strong&gt;ARRI&lt;/strong&gt; (cinema color science), and ships with the first kernel of &lt;strong&gt;AgenticOS&lt;/strong&gt;, Honor's new multimodal agentic OS (preview first rolling out on the Magic 9 series).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pre-orders exceeded 200,000 units&lt;/strong&gt; before launch.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why this matters beyond phones: a 4DoF gimbal is functionally a miniature robot joint — motors, encoders, precision structure — miniaturized to consumer power, weight, and price constraints. This is the first flagship-scale signal that the humanoid supply chain (motors, encoders, precision parts) is spilling into a market measured in billions of units, not millions. The phone is the vehicle; the component economics are the story.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Unitree IPO: the countdown is real
&lt;/h2&gt;

&lt;p&gt;Unitree's A-share IPO on the STAR Market (Shanghai) passed its final subscription milestones this week:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Online allotment results announced Aug 11&lt;/strong&gt;: 19,414 winning lots (9.707M shares at 500 shares/lot), each requiring ¥75,400 (~$10.6k).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Final online allotment rate: 0.0181%&lt;/strong&gt; — roughly 1 in 5,500 — after retail subscription oversubscription reported at &lt;strong&gt;8,288x&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Aug 12 was the payment deadline&lt;/strong&gt;; unpaid lots revert to underwriters.&lt;/li&gt;
&lt;li&gt;Strategic cornerstones include &lt;strong&gt;DeepSeek (¥141M placement)&lt;/strong&gt;, the National Social Security Fund, and CNPC.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Next step: the listing date and first-day trading, which will set the valuation anchor for the entire humanoid sector in A-shares. The market is pricing "humanoid" as a real asset class for the first time.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Beijing's 2nd World Humanoid Robot Games: strength events are the new signal
&lt;/h2&gt;

&lt;p&gt;The 2nd &lt;strong&gt;World Humanoid Robot Games&lt;/strong&gt; opens &lt;strong&gt;Aug 22 in Beijing&lt;/strong&gt; (announced this spring, now imminent). The program evolved in a telling direction:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;New events: robot tug-of-war, pitch-pot (投壶), and weightlifting&lt;/strong&gt; — added to the 2025 lineup of sprint, boxing, and obstacle courses.&lt;/li&gt;
&lt;li&gt;The shift from agility-only to &lt;strong&gt;strength and endurance&lt;/strong&gt; events matters: pushing, pulling, and lifting stress actuators, torque density, and battery endurance — the exact subsystems that determine whether humanoids can do real work, not just demos.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The first games (Aug 2025) were widely read as a show of progress with visible limitations — robots crashed, wobbled, and fell. A year later, the event adding strength disciplines is a quiet but real signal about where the hardware has gotten to.&lt;/p&gt;

&lt;h2&gt;
  
  
  The quiet signals that round out the day
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Alibaba Cloud's M890 AI supernode went GA in China&lt;/strong&gt; (Aug 12) — infrastructure keeps scaling ahead of model releases.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zhipu's API user base neared 7M&lt;/strong&gt; after adding 50,000+ Chinese AI chips — domestic inference demand is compounding.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ByteDance formed a new AI data &amp;amp; safety department&lt;/strong&gt; — data governance is becoming an org-chart line item.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DeepSeek is expanding hiring for AI data-center infrastructure&lt;/strong&gt; — the model lab is building its own compute layer.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;Aug 12-13 marks the moment the humanoid story became &lt;em&gt;three&lt;/em&gt; stories at once: a consumer product you can pre-order (Honor), a public-market asset about to anchor a valuation (Unitree), and a spectator sport designed to test strength (Beijing's games). Volume, capital, and spectacle — all three converged in one week. The next question isn't whether humanoids are real; it's which product, which price, and which balance sheet wins first.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;SinoBot Pulse is a daily briefing on China's robotics and embodied AI landscape.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>robotics</category>
      <category>ai</category>
      <category>china</category>
      <category>technology</category>
    </item>
    <item>
      <title>"Encrypted" Reasoning Traces Were Never a Security Boundary — This Paper Just Proved It (Again)</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Wed, 12 Aug 2026 00:25:02 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/encrypted-reasoning-traces-were-never-a-security-boundary-this-paper-just-proved-it-again-53ol</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/encrypted-reasoning-traces-were-never-a-security-boundary-this-paper-just-proved-it-again-53ol</guid>
      <description>&lt;p&gt;&lt;strong&gt;Subtitle:&lt;/strong&gt; A new paper shows encrypted chain-of-thought blocks from Anthropic, OpenAI, and Google can be replayed across models and sessions to recover hidden reasoning in plaintext. The HN thread (470 points, 200+ comments) turned it into a debate about agents, ZDR, and what "encryption" actually protects. For anyone building on proprietary reasoning models, the practical takeaways matter more than the exploit.&lt;/p&gt;

&lt;p&gt;Yesterday's top security story on Hacker News wasn't a leak — it was a &lt;em&gt;method&lt;/em&gt;. The paper &lt;strong&gt;"Stealing Reasoning Traces from Proprietary LLM APIs"&lt;/strong&gt; (arXiv:2608.09867) demonstrates that the encrypted reasoning blocks returned to clients by major providers can be &lt;strong&gt;replayed across sessions, users, and models&lt;/strong&gt; to force a weaker sibling model into revealing a frontier model's hidden chain-of-thought in plaintext — no direct jailbreak of the stronger model required. The 200+ comment thread underneath is a surprisingly good field guide to the design tensions behind encrypted reasoning. Here's what's real, what's actually broken, and what it means for agent tooling.&lt;/p&gt;

&lt;h2&gt;
  
  
  The attack, in one paragraph
&lt;/h2&gt;

&lt;p&gt;When you use a reasoning model from Anthropic, OpenAI, or Google, the provider doesn't store your chain-of-thought server-side. Instead, it returns the reasoning as &lt;strong&gt;encrypted blocks to the client&lt;/strong&gt;, which the client passes back with each subsequent request. The paper identifies the architectural consequence: these blocks are &lt;strong&gt;compatible and interchangeable across sessions, users, and models within a provider's ecosystem&lt;/strong&gt; — which is what makes model-switching mid-conversation work at all.&lt;/p&gt;

&lt;p&gt;The exploit: take an encrypted trace from a &lt;em&gt;capable&lt;/em&gt; model (say, Opus or GPT-5.5), inject it into a &lt;em&gt;weaker, less-safeguarded&lt;/em&gt; model from the same provider (Haiku, mini), and that model — which decrypts the block server-side as part of fulfilling the request — will recite the reasoning verbatim when asked. The stronger model never needs to be jailbroken. The encryption isn't broken; the &lt;em&gt;boundary&lt;/em&gt; is.&lt;/p&gt;

&lt;p&gt;The paper documents four attack vectors: bypassing anti-distillation protections, large-scale private data extraction (decoding 315,320 reasoning blocks scraped from public repos recovered 367 PII artifacts and 182 credentials), surfacing hazardous reasoning content even when the model's visible output safely refused, and invisible prompt injection — embedding payloads entirely inside encrypted blocks to poison agentic rollouts.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the HN thread actually argued about
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. This isn't a key leak — it's a UX decision.&lt;/strong&gt;&lt;br&gt;
The most common misconception in the thread: "they must reuse one encryption key, how hard is per-session encryption?" The reply that lands: the provider decrypts the block anyway to put the reasoning into the model's context window — the exploit is convincing the &lt;em&gt;model&lt;/em&gt; to share it, not cracking the cipher. Per-user keys would help with PII leakage but not with plaintext extraction. As one commenter put it: "encryption isn't the issue; the only fix is to stop model-switching mid-session, or strip thoughts when switching — either way you degrade the user experience."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Cross-model replay is a feature, and it's load-bearing.&lt;/strong&gt;&lt;br&gt;
Model-switching mid-conversation is core to real workflows — "plan with Fable, implement with Sonnet," or falling back when credits run out. One commenter (author of an earlier cryptography-engineering blog post on these blobs) confirmed trying replay from GPT-5.5 to 5.5-mini himself: replay wasn't rejected, but the mini didn't hand over plaintext without aggressive pushing. The thread's consensus: this research just guaranteed the providers patch it (the authors note it's already patched), which will mean &lt;strong&gt;stricter trace scoping — and worse interoperability for agent builders.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Zero Data Retention is why the traces are client-side in the first place.&lt;/strong&gt;&lt;br&gt;
Why not store traces server-side? The thread's answer: ZDR commitments and enterprise compliance. Server-side storage would blow up liability and audit surface; client-side encrypted blobs let providers claim they never hold your reasoning. "The choice of using client-side is not too bad if you ensure it's secured properly" — the paper is the counterexample to "secured properly."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. The traces themselves are weird, and that's evidence.&lt;/strong&gt;&lt;br&gt;
The recovered traces show models reasoning in "grug speak" — terse, token-saving shorthand. Commenters confirm the pattern across providers: OpenAI's BlackHat presentation on the HuggingFace incident showed the same, and open models do it too (Muse Glimmer locally, Kimi K2.7's "mild caveman accent," Qwen 3.8-Max's terse traces). The fact that the extracted traces match this known pattern is independent confirmation the method captures real reasoning, not fabrication.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. The distillation question nobody wants to answer.&lt;/strong&gt;&lt;br&gt;
The sharpest thread: "is this how eastern labs 'distill' SOTA models?" If you can extract plaintext CoT from frontier models by replaying into cheap siblings — without ever sending suspicious prompts to the frontier model — anti-distillation becomes theater. And the ethics reply is predictably unresolved: "is it okay to steal from a thief's hoard?" given the open-source data the frontier models themselves trained on.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means for AI tooling builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Encrypted reasoning is obfuscation, not a security boundary.&lt;/strong&gt; If you're building agents that pass reasoning blobs around — or logging them — treat them as plaintext-equivalent. The paper recovered 182 credentials from &lt;em&gt;publicly shared session logs&lt;/em&gt;; anyone shipping agent logs to public repos is shipping reasoning to whoever looks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Trace scoping is coming, and it will break your agent workflows.&lt;/strong&gt; Expect providers to tighten cross-model/cross-session trace compatibility. Builders who depend on model-switching mid-task should design for a world where traces are session-bound — plan artifacts, structured outputs, and explicit state handoffs will matter more than hidden reasoning continuity.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The real fix space is UX, not cryptography.&lt;/strong&gt; The thread's best suggestions (per-user keys, metadata binding, no-downgrade rules) all trade away the seamless model-switch experience. That tension — security vs. agent flexibility — is now a product decision every reasoning-API provider has to make, and a migration risk every agent tooling vendor has to plan around.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The meta-story: every "encrypted" layer between the model and the user is a trust boundary drawn by the provider — and this paper is a reminder that those boundaries are drawn for &lt;em&gt;their&lt;/em&gt; convenience (ZDR, model-switching UX), not necessarily for yours. If you're building on top of reasoning APIs, the safe assumption isn't "my traces are sealed," it's "my traces are readable by anyone motivated enough to ask." Design accordingly.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;AI Tools is a daily brief on developer AI tooling and open models.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>security</category>
    </item>
    <item>
      <title>China Now Ships 97% of the World's Humanoid Robots — and Unitree's IPO Just Cleared Its Last Hurdle</title>
      <dc:creator>武乐丹</dc:creator>
      <pubDate>Wed, 12 Aug 2026 00:24:03 +0000</pubDate>
      <link>https://dev.to/_1a008d053e73e4a54d13a/china-now-ships-97-of-the-worlds-humanoid-robots-and-unitrees-ipo-just-cleared-its-last-hurdle-4ppp</link>
      <guid>https://dev.to/_1a008d053e73e4a54d13a/china-now-ships-97-of-the-worlds-humanoid-robots-and-unitrees-ipo-just-cleared-its-last-hurdle-4ppp</guid>
      <description>&lt;p&gt;&lt;strong&gt;Subtitle:&lt;/strong&gt; New H1 2026 shipment data puts Chinese makers at 19,100 of the ~19,700 humanoid robots shipped globally — nearly 4x last year. The same week, Unitree's IPO moved from lottery to payment deadline, and Honor announced the world's first "robot phone." The sector is crossing from demo to volume, and from volume to consumer-grade execution hardware.&lt;/p&gt;

&lt;p&gt;The humanoid robot industry just got its first hard production numbers, and they reset the conversation. Chinese manufacturers accounted for &lt;strong&gt;more than 97% of global humanoid robot shipments in H1 2026&lt;/strong&gt; — about 19,100 units, up from roughly 5,100 in the same period last year. That's not a trend line; it's a phase change. And it landed in the same news cycle as the final procedural step of Unitree's IPO, a robot-executor-designed smartphone, and a new record in resilient robot morphology. Here's what the numbers and the noise add up to.&lt;/p&gt;

&lt;h2&gt;
  
  
  The shipment data: 19,100 units, one country, two leaders
&lt;/h2&gt;

&lt;p&gt;The H1 2026 shipment report (via IT Home) is the first authoritative volume snapshot of the humanoid market:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Global shipments: ~19,100 units&lt;/strong&gt; in H1 2026, up from ~5,100 a year earlier — nearly 4x growth.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chinese makers: &amp;gt;97% of the total.&lt;/strong&gt; This isn't a niche anymore; it's a domestic industry exporting by default.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AgiBot leads at ~8,400 units (44% of global total)&lt;/strong&gt;, with Unitree second at ~5,900 units.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Industrial and commercial applications now account for &amp;gt;70% of shipments&lt;/strong&gt;, up from ~50% a year earlier — the mix is shifting from demos to deployments.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Full-year projection: ~60,000 units, and 500,000 by 2030.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Two readings. The bullish one: the sector is compounding at a rate that justifies the capital markets' attention (see below). The sober one: even 60k units a year is still small relative to any mass-market hardware category — which is precisely why the industry is now chasing new form factors and new price points.&lt;/p&gt;

&lt;h2&gt;
  
  
  Unitree IPO: lottery done, payment deadline today
&lt;/h2&gt;

&lt;p&gt;The IPO story from yesterday continues with its final mechanical step. Unitree announced the online allotment results on the evening of Aug 11:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;19,414 winning lottery numbers&lt;/strong&gt; (9.707M shares / 500 shares per lot), each requiring &lt;strong&gt;¥75,400 (~$10.6k) in payment&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Final online allotment rate: 0.0181%&lt;/strong&gt; — roughly 1 in 5,500, confirming the extreme demand seen at subscription (reportedly oversubscribed 8,288x online).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Today (Aug 12) is the payment deadline&lt;/strong&gt; — unpaid lots are forfeited and absorbed by underwriters.&lt;/li&gt;
&lt;li&gt;Strategic placement investors include DeepSeek, the National Social Security Fund, and CNPC — the institutional stamp was never in doubt; the retail frenzy was the signal.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After payment, the only remaining question is the first-day listing — which will set the valuation anchor for the entire humanoid sector in A-shares. The industry's public-market pricing story is one step from complete.&lt;/p&gt;

&lt;h2&gt;
  
  
  Honor's Robot Phone: robot actuators, consumerized
&lt;/h2&gt;

&lt;p&gt;In parallel, Honor announced the &lt;strong&gt;world's first "robot phone"&lt;/strong&gt; — the Robot Phone, launching tonight (Aug 12, 19:00 Beijing time). The headline feature is an industry-first &lt;strong&gt;4DoF titanium mechanical gimbal&lt;/strong&gt;: an aviation-grade titanium pan-tilt mechanism, shrunk 65% in volume versus mainstream gimbals, with a titanium gimbal motor spinning at 360°/s. It's co-developed with ARRI (the cinema camera maker) for color science, and pre-orders already exceed 200,000 units.&lt;/p&gt;

&lt;p&gt;Why this matters beyond the phone: &lt;strong&gt;it's robot actuator technology being miniaturized to consumer-electronics cost and size.&lt;/strong&gt; A 4DoF mechanical gimbal is, functionally, a miniature robot joint system — motors, encoders, precision structure — adapted for a phone's power, weight, and price constraints. If the price and volume deliver tonight, this is the first big signal that the humanoid supply chain (motors, encoders, precision parts) is spilling into a market measured in &lt;em&gt;billions&lt;/em&gt; of units, not millions. The robot phone isn't the story; the supply chain economics behind it are.&lt;/p&gt;

&lt;h2&gt;
  
  
  The quieter signals that round out the day
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Roborock G30S Ultra announced&lt;/strong&gt; (launching Aug 14): 41,000Pa peak suction, 75°C hot-water mopping, and a roller-mop design — the robot-vacuum spec war keeps escalating, and hot-water mopping is the new battleground feature.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tensegrity rolling robot survives a 5.7m drop&lt;/strong&gt; (Nature Machine Intelligence): a drop-resistant rolling robot that treats landing as deployment — aimed at planetary exploration and disaster rescue, and a useful reminder that humanoid isn't the only morphology that matters.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unitree's GD01 made TIME's cover&lt;/strong&gt; ("The Big Robot Moment"): the world's first mass-produced manned mech — a signal that the industry's narrative has shifted from research demos to public imagination.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;Aug 12 is the day the humanoid sector's &lt;em&gt;volume&lt;/em&gt; story got numbers, its &lt;em&gt;capital&lt;/em&gt; story got a deadline, and its &lt;em&gt;components&lt;/em&gt; story got a consumer product. 97% share, 4x growth, an IPO days from listing, and actuator tech migrating into phones: the industry is past the "is it real" question. The next questions — who wins at volume, what the first listing prices, and how far the supply chain spillover goes — are all pricing and product questions, which means they're answerable in quarters, not years.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;SinoBot Pulse is a daily briefing on China's robotics and embodied AI landscape.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>robotics</category>
      <category>ai</category>
      <category>news</category>
    </item>
  </channel>
</rss>
