EAIDaily — August 14, 2026

English AI Daily Report focusing on AI Coding and Embodied Intelligence

EAIDaily — AI Coding & Embodied Intelligence Daily

Date: August 14, 2026 (Thursday) Edition: English | Focus: AI Coding + Embodied Intelligence Curated by: @WoLoveAI


Headlines (8 Items)


1. DeepSeek Harness v0.1 — Open-Source Agent Framework with “Everything Is a Plugin” Architecture

Source: DeepSeek Official / X (@deepseek_ai) | Date: Aug 13, 2026

DeepSeek released the developer preview of DeepSeek Harness (DSH) v0.1, its first agent product, under the MIT license. The framework is built on the Cordis meta-plugin system, where models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and even the UI are all swappable plugins that compose via configuration — no source code changes required. Four operational modes ship at launch: Standard (full toolset), PTC (Programmatic Tool Calling — model generates code to chain multi-round tool calls), Minimal (shell + file editor only, for benchmarking), and Creator (runtime introspection and in-memory plugin experimentation). Every model input — system prompts, chain-of-thought, tool calls, sub-agent dispatches, context injections — is written to an append-only session log with a Trajectory view for replay, forking, and debugging. Launch via npx @deepseek-ai/dsh web; compatible with ~40 third-party model providers including OpenAI-compatible endpoints. Internal testing already produced ~300 community plugins.

Why it matters: DeepSeek’s formula is Model + Harness = Agent — the company that disrupted pricing with V3/R1 now extends from the model layer to the agent execution layer, directly targeting Claude Code and OpenAI Codex. The fully open MIT license and model-agnostic design mean DSH could become a neutral public substrate for the Chinese (and global) agent ecosystem, breaking the closed-loop pattern of Western coding-agent tools. Combined with V4 Pro’s benchmark parity (see #3), DeepSeek now has both a frontier model and a frontier harness — the first Chinese lab to achieve both.


2. Google Gemini 3.7 Flash — Coding Scores Jump 16 Points, Price Halved

Source: Google DeepMind Blog | Date: Aug 13, 2026

Google shipped Gemini 3.7 Flash just three weeks after 3.6 Flash, with a sharp focus on coding and agent tasks. Key benchmark jumps over 3.6 Flash:

Benchmark 3.6 Flash 3.7 Flash Delta
DeepSWE v1.1 49.0% 65.3% +16.3 pts
FrontierCode 1.1 Main 34.4% 43.6% +9.2 pts
WebDev Arena (Elo) 1538 1588 +50
GDP.pdf (document processing) 22.0% 34.0% +12.0 pts
AutomationBench 17.0% 30.4% +13.4 pts

The model retains the 1M-token context window, outputs up to 65,536 tokens, and is available at an introductory price of $0.75/M input, $3.75/M output — half the launch price of 3.6 Flash — through end of 2026. Google emphasizes improved multi-step planning, roadblock adaptation, and instruction fidelity, reducing developer retry cycles. Available now in AI Studio, Android Studio, Gemini Antigravity, Gemini Enterprise Agent Platform, and the consumer Spark feature (AI Pro/Ultra subscription).

Why it matters: Three-week release cadence is a pace no other frontier lab matches — Anthropic, OpenAI, and Meta operate on multi-month cycles. Google has now shipped four Flash variants in rapid succession, each with measurable gains. The combination of doubled coding performance and halved price is the most aggressive value-per-token move in the industry, directly pressuring DeepSeek’s cost advantage and Claude Code’s coding lead. The 16-point DeepSWE jump in a single iteration suggests Google’s post-training pipeline has found a repeatable recipe for agentic coding improvement.


3. DeepSeek-V4-Pro Official GA — Chinese Model Reaches Agent Benchmark Frontier

Source: DeepSeek API Update Log | Date: Aug 13, 2026

DeepSeek-V4-Pro graduated from preview to general availability across app, web, and API (model name: deepseek-v4-pro). The 1.6T-parameter flagship’s agent capabilities saw major gains: HLE (with tools): 60.0, Terminal Bench 2.1: 87.9 — within 0.1 points of Anthropic’s Fable 5 (88.0). On CyberGym and AutomationBench, V4 Pro surpasses Fable 5. The model supports the Responses API and Codex integration. Separately, DeepSeek announced it will move V4 API pricing from flat rates to time-of-day tiered pricing starting August 16, ending its ultra-cheap flat-rate era.

Why it matters: This is the first Chinese model that is not merely “competitive” but frontier-leading on specific agent dimensions. The CyberGym/AutomationBench wins over Fable 5 are particularly significant — they measure real-world multi-step task completion, not synthetic benchmarks. Combined with the Harness launch (#1), DeepSeek now possesses a full-stack coding-agent ecosystem (model + harness + open-source community). The move to time-of-day pricing signals confidence: DeepSeek believes demand is elastic enough to sustain premium rates during peak hours, transitioning from “cheapest API” to “best value at frontier quality.”


4. OpenAI GPT-5.6 Builder’s Guide — Inference-Time Configuration as the New Frontier Lever

Source: OpenAI Official | Date: Aug 13, 2026

OpenAI published “The Builder’s Guide to GPT-5.6,” detailing how to achieve frontier agent performance at lower cost via inference-time API settings. Two key configurations:

  • Retain Reasoning + Compaction: On ARC-AGI-3, enabling both settings lifts the Sol model’s score from 13.3% → 38.3% (2.9× improvement) while reducing output tokens ~6×.
  • Luna model on BrowseComp: Scores 84.04%, matching GPT-5.5’s 84.36%, at $1.33 vs $33.27 — a 25× cost reduction.

New API capabilities include reasoning persistence (carrying chain-of-thought across turns), native multi-agent orchestration, and programmatic tool calling. The guide frames these as the practical levers for production agents, shifting optimization from model selection to inference configuration.

Why it matters: The GPT-5.6 guide formalizes a paradigm shift: the most impactful performance gains now come from inference-time configuration, not model size or training data. The 2.9× ARC-AGI-3 jump from two API settings is unprecedented — it means teams that don’t tune inference parameters are leaving 60-70% of model capability on the table. This aligns with the broader industry pattern (DeepSeek Harness’s modes, Gemini 3.7’s thinking levels, Claude Code’s auto mode): the harness/configuration layer is where competitive advantage lives, not the model weights themselves.


5. Anthropic Research — 45 Coordinated Agents Find 266 Vulnerabilities, Reveal Multi-Agent Systemic Risks

Source: Anthropic Research | Date: Aug 13, 2026

Anthropic published “Patterns and Problems in Emerging Multiagent Systems,” a study of agent-to-agent interaction in shared environments. Key findings:

  • 45 coordinated agents operating on 27M tokens discovered 266 vulnerabilities in a shared codebase/market simulation.
  • An independent parallel method using 6.5M tokens found only 21 vulnerabilities.
  • The two methods overlapped on just 12 vulnerabilities — coordinated and independent approaches are complementary, not redundant.
  • Coordinated agents spontaneously developed specialization (分工), dividing into roles without explicit instruction.
  • Warning: Individually benign behavioral quirks can compound into unexpected systemic failures at the collective level — a novel failure mode distinct from single-agent errors.

Anthropic predicts that as agents take on more tasks in shared codebases, markets, and social systems, agent-to-agent interaction volume may exceed human-agent interaction — making multi-agent dynamics a first-class safety research problem.

Why it matters: This is the first rigorous empirical study showing that multi-agent coordination discovers more than parallel independence, but also introduces emergent systemic risks. The 266-vs-21 finding validates the coordinated-fleet approach (relevant to Claude Code’s cross-session SendMessage, DeepSeek Harness’s multi-agent orchestration). The systemic-failure warning is the more important half: as production agent fleets scale (Bun’s 64-concurrent Claude runs, agent-fleet architectures), the field needs a new discipline of multi-agent reliability engineering — the agent equivalent of distributed systems consensus protocols.


6. Claude Code Auto Mode Goes Default (Aug 14) + 388-PR Real-World Maintenance Experiment

Source: Anthropic / Claude Code Daily Briefing / X (@bcherny) | Date: Aug 13–14, 2026

Two Claude Code milestones converge:

Auto mode default switch (Aug 14): Claude Code transitions to auto mode as the default approval setting for Pro, Max, and Team plans. Anthropic’s internal data shows the safety classifier catches 89% of dangerous commands vs only 14% under manual review. Users can review settings via /config and /doctor (which now flags IPv6 notation ambiguities in sandbox network policies). This is the same family of fix as the trailing-slash bypass closed in the 8/9 briefing — path-notation ambiguities that could defeat sandbox rules.

388-PR maintenance experiment: Boris Cherny (Claude Code team lead at Anthropic) reported letting Claude take over day-to-day app maintenance via Slack channels — running crash fuzzing, deduplicating code, removing dead code. Over several weeks, Claude automatically opened 388 pull requests, of which 180 were merged after Claude Code Review and human approval. Claude “usually gets it right on the first try”; errors are corrected by adjusting the routine and retrying the next day.

Why it matters: The auto-mode default is a major UX inflection — it shifts the burden from “human approves every command” to “human reviews flagged exceptions,” with a 6.4× improvement in danger-detection rate. The 388-PR experiment is the most concrete real-world proof yet that an AI agent can autonomously maintain a production codebase at scale (180 merged PRs over weeks, not a demo). Together, these signal that the coding-agent market is moving from “assistant that writes code” to “autonomous maintainer that ships PRs” — and the safety classifier is good enough to make this trustworthy by default.


7. Unitree IPO Allocation Results (Aug 14) — First Publicly Traded Humanoid Robot Company

Source: Shanghai Stock Exchange / AASTOCKS / multiple financial outlets | Date: Aug 14, 2026

Unitree Robotics (688836.SH) announced IPO allocation results today:

Metric Value
Oversubscription (online) 8,288×
Valid subscription accounts 9.78 million
Valid subscribed shares 53.64 billion
Final online success rate 0.0181% (1 in ~5,526)
Clawback triggered 3.236M shares moved from institutional to retail
Offer price ¥150.80/share
Total raise ¥6.1B (~$904M)
Post-IPO valuation ¥61B (~$9B)
First-day profit estimate (per 500-share lot) ¥200K–350K+
Expected trading start Aug 17–21, 2026

Unitree shipped 5,500+ humanoid robots in 2025 (32.4% global share), with ¥1.7B revenue (4× YoY) and ~60% gross margins — making it the first profitable humanoid robot maker at volume. DeepSeek took a ¥140.8M strategic stake (36-month lock-up); Tencent, PetroChina, State Grid, and China Telecom joined the placement. Founder Wang Xingxing retains 65.31% voting rights via dual-class structure. The IPO faced a US FCC Covered List ban (July 28) blocking new Unitree models from US sale, but proceeded on schedule.

Why it matters: This is the first time public markets will price a humanoid robot company with audited financials — ending three years of private-market valuations built on projections. The 8,288× oversubscription (surpassing CXMT, a major semiconductor IPO) signals that Chinese retail investors are pricing embodied AI as sovereign-tech infrastructure, comparable to semiconductors. The Figure AI comparison is stark: Figure carries a $39B private valuation with ~1,000 cumulative units and no disclosed profit; Unitree goes public at $9B with 5,500 annual units and positive net income. The first earnings report as a public company will be the sector’s most-watched event — if margins hold at scale, the humanoid hardware business model is validated; if growth decelerates, the entire sector recalibrates.


8. China’s Embodied Intelligence Shifts from Tech Demos to Industrial Deployment — 4th Industry Conference + Beijing’s First Pilot-Testing Platform

Source: Sina Finance / Beijing Daily / NBD | Date: Aug 12–14, 2026

Three converging signals mark the embodied AI industry’s transition from prototype exhibitions to real-world deployment:

4th China Embodied Intelligence Robot Industry Conference (Aug 12–14, Shanghai): Unlike previous editions focused on tech principles and prototypes, this year’s conference made “solving deployment difficulty” the core agenda. Exhibits shifted from robot bodies to integrated service packages — simulation verification, on-site debugging, operations, and maintenance. Key component breakthroughs on display: ultra-micro harmonic reducers, inductive encoders (Shenzhen Taike Micro — “China joints for global robots”), and dexterous hands. MoXun Tech released the HZ-EG1PRO motion-capture glove using electromagnetic technology (replacing inertial), achieving 2mm fingertip precision — directly addressing the data-quality bottleneck for dexterous-hand algorithm training. Industry consensus: “B-end first, easy to hard” — prioritize repeatable industrial tasks over general-purpose home robots.

Beijing’s first embodied intelligence pilot-testing platform (within 5th Ring Road): Wujie Dynamics (无界动力) launched a full-process pilot-testing platform at Zhongguancun (Haidian) Embodied AI Innovation Park, with 6 functional zones covering raw-material QC, module assembly,整机合装, testing, and storage. Currently producing the K15 wheeled semi-humanoid robot — which on July 9 became the world’s first embodied AI robot with full EU CE industrial certification (covering mechanical safety, EMC, radio equipment, functional safety, and cybersecurity). A $100M global order is in active delivery, with first units shipped to Europe.

2nd World Humanoid Robot Sports Competition (Aug 22, Beijing “Ice Ribbon”): 16 countries, 666 teams, 2,056 robots — teams +138% YoY, robots 4× YoY. The competitive focus has shifted from locomotion (running, jumping) to dexterity and tactile sensing — “walking is skeleton capability, tactile sensing is the nerve.” Companies like Xingdong Era (XHAND dexterous hand), Qianxun Intelligence (tactile-based cloth-folding), and Paxini (PX-FOOTRIX foot tactile sensor) demonstrate that the industry’s new battleground is manipulation perception, not locomotion.

Why it matters: The embodied AI industry is exiting the “demo era” and entering the “deployment era.” The pilot-testing platform model (Beijing’s Wujie Dynamics) is particularly significant — it industrializes the lab-to-production pipeline with standardized testing, filling the “small-batch pilot” gap that has slowed commercialization. The CE certification + $100M European order proves Chinese embodied AI can export to regulated Western markets despite US FCC restrictions. The tactile-sensing shift at the sports competition reflects a mature industry insight: the manipulation bottleneck, not locomotion, is what prevents robots from doing real work — and Chinese companies are investing heavily in closing that gap with domestically manufactured components at a fraction of Western costs (Shadow Hand: $30K+; Chinese equivalents: sub-$5K).


Quick Takes

  • Qwen3.8-2.4T-A95B open-sourced — Alibaba released the 2.4T-parameter (95B active) model with SiliconFlow Day-0 support. Targets autonomous coding, deep research, and end-to-end agent execution. API: $2.00/M input, $6.00/M output. Continues the Chinese open-weight cascade pattern.

  • Cursor launches “builds” — Background-prepared dev environment copies let cloud agents start 3× faster (internal env 10× faster, first token 3× faster). Agents always launch from the last successful build; dependency failures don’t block. Default for all environments Aug 17 at no extra cost. Reduces the “cold start tax” on cloud coding agents.

  • LFM2.5-VL-3B — Liquid AI’s 3B on-device vision model — A 3.1B open-weights model that reads phone/desktop screens, points at objects, and calls tools locally. Brings computer-use agent capability to edge devices without cloud dependency.

  • Claude Enterprise Compliance API — Admins can now pull transcripts of Cowork and Claude Code sessions that ran on a user’s own laptop. Raises the stakes on enterprise agent governance: convenience vs. privacy tension.

  • AI agents breached Taiwan government systems — Dream’s report describes a four-day agentic intrusion that mapped 21 Taiwanese government systems and reached a nuclear safety agency. First documented large-scale autonomous offensive agent operation against government infrastructure.

  • Delta (Zed Industries) enters private beta — Multiplayer environment where developers and agents share code + conversation context during review. DeltaDB replicates conversations and work trees in real time, preserving “why it changed” alongside “what changed” — addressing the commit-log context-loss problem.


Trend Lines

1. Harness Engineering Replaces Prompt Engineering as the Agent Reliability Bottleneck

DeepSeek Harness (#1), GPT-5.6 inference configs (#4), Gemini 3.7 modes (#2), and Claude Code auto mode (#6) all point to the same shift: the competitive frontier is no longer the model but the execution framework around it. The SIGIL finding (56%→86% completion when natural-language skills are compiled into typed harnesses) is now validated across four major labs in a single day. Expect a new tooling category: harness-level benchmarking, typed agent DSLs, and compiled harness pipelines.

2. Chinese Full-Stack Coding-Agent Ecosystem Achieves Parity

DeepSeek (V4 Pro model + Harness framework), Alibaba (Qwen3.8-2.4T open weights), and the broader open-source community now collectively match Western labs across model quality, harness architecture, and ecosystem openness. The DeepSeek + Unitree strategic partnership further extends this into embodied AI — a vertically integrated Chinese stack from language model to physical robot, with no Western dependency.

3. Embodied AI Enters the “Manufacturing Scale + Export” Phase

Unitree’s IPO (#7) provides the first public financial window into humanoid robotics. The CE certification + $100M European order (#8) proves that Chinese embodied AI can bypass US restrictions and access regulated Western markets. The industry conference’s shift from demos to deployment service packages, combined with the pilot-testing platform model, signals that the bottleneck has moved from “can we build it?” to “can we manufacture it consistently at scale and deploy it reliably?”

4. Multi-Agent Safety Becomes a First-Class Research Discipline

Anthropic’s 266-vulnerability study (#5) + the Taiwan government breach (Quick Takes) + Claude Code’s 388-PR autonomous maintenance (#6) collectively demonstrate that multi-agent systems are now operating at scale in production. The systemic-failure warning — individually benign quirks compounding into collective failures — is a novel risk category that existing single-agent safety frameworks don’t address. Expect regulatory attention as agent-to-agent interaction volume grows.


Benchmark Snapshot

Model Terminal Bench 2.1 DeepSWE v1.1 ARC-AGI-3 CyberGym Notes
DeepSeek V4 Pro 87.9 80.6 (SWE Verified) Surpasses Fable 5 GA Aug 13
Anthropic Fable 5 88.0 Baseline Current coding leader
Gemini 3.7 Flash 65.3% +16 pts vs 3.6 Flash
GPT-5.6 Sol (tuned) 38.3% 2.9× with inference config
GPT-5.6 Luna BrowseComp 84.04% at 1/25 cost

Curated by @WoLoveAI — Tracking AI Coding & Embodied Intelligence daily. Data sources: AI HOT (aihot.virxact.com), WebSearch, primary sources.

使用 Hugo 构建
主题 StackJimmy 设计