EAIDaily — July 12, 2026

English AI Daily Report focusing on AI Coding and Embodied Intelligence

EAIDaily — July 12, 2026

Focus: AI Coding · Embodied Intelligence · Agent Infrastructure


1. OpenAI GPT-5.6 Goes Public; ChatGPT Work and Codex Merge Into the Main App

OpenAI released the GPT-5.6 series worldwide on July 9, making the Sol, Terra, and Luna models available across ChatGPT, the API, and Codex. The flagship Sol tier adds two new effort modes — Max for longer single-model reasoning and Ultra for parallel sub-agent execution — while Terra is positioned as the daily-work model and Luna as the cost-efficient fast option. On the same day, OpenAI introduced ChatGPT Work, a long-horizon agent designed for multi-step continuous tasks, and began folding Codex into the main ChatGPT desktop app, creating a single workspace for chat and coding agent workflows.

Why it matters: The launch represents OpenAI’s most aggressive attempt to productize tiered agentic reasoning, but the rollout was messy — users complained about 36 configuration variants, confusing UI changes, and unexpectedly high token consumption. OpenAI has already reset usage limits twice and promised to restore the sidebar navigation. The episode shows that model capability is no longer the bottleneck; pricing transparency and UX are.


2. Meta Muse Spark 1.1 Arrives as Agent Orchestrator; Llama API Shuts Down

Meta released Muse Spark 1.1, its most powerful agent model to date, with Zuckerberg promoting it personally. On Vibe Code Bench the model jumped from 19.7% to 72.2%, but it still trails Claude Opus 4.8 on SWE-Bench Pro (61.5% vs. 69.2%). Meta is positioning Muse Spark less as a raw coding leader and more as an agent orchestrator capable of managing sub-agents, maintaining context across tasks, and executing multi-step projects. Simultaneously, Meta shut down the Llama API on July 6, ending its 14-month experiment in selling API access and pivoting to a dual-track strategy: open-source Llama for the community and closed-source Muse for its proprietary ecosystem.

Why it matters: Meta’s move signals that frontier model access is becoming a loyalty play rather than a standalone API business. The Llama API shutdown also confirms that the largest open-weight family is now strategically decoupled from commercial API revenue, which could reshape the economics of open-source AI distribution.


3. Microsoft Replaces OpenAI and Anthropic with In-House MAI in Excel and Outlook

Bloomberg reported that Microsoft has begun replacing third-party models from OpenAI and Anthropic with its MAI (Microsoft AI) model family inside Excel and Outlook, handling tens of thousands of AI prompts per week entirely on in-house models. Internal testing claims MAI-Thinking 1 matches Claude Opus 4.8 on coding benchmarks. Mustafa Suleyman’s team is reportedly pushing for full model independence as OpenAI’s discounted partnership window narrows.

Why it matters: This is the clearest evidence yet that even OpenAI’s closest partner is hedging its dependence. For enterprise buyers, the message is that vertical model integration and data residency are becoming first-class procurement criteria, not just performance benchmarks.


4. NVIDIA and Hugging Face Open Up the Humanoid Robotics Pipeline

NVIDIA and Hugging Face announced a major expansion of their partnership on July 7. The initiative includes Open Data for Agents, releasing over 10 trillion pre-training tokens and millions of post-training samples for agent models, and the integration of NVIDIA Isaac GR00T 1.7 and Isaac Teleop into Hugging Face’s open-source LeRobot library. GR00T 1.7 is the first open, commercially viable vision-language-action foundation model for humanoid robots, and Isaac Teleop provides standardized human-demonstration capture. A roadmap item, Cosmos 3, will add a world foundation model for synthetic robotics data generation.

Why it matters: The partnership creates a unified open pipeline — teleoperate → train on GR00T → simulate with Cosmos → deploy through LeRobot — connecting NVIDIA’s 3 million robotics developers with Hugging Face’s 16 million AI builders. This is arguably the closest the field has come to an “Android moment” for humanoid robots, where the hardware-specific toolchain is replaced by a shared software layer.


5. Z.ai Launches ZCode, a Free Coding Agent That Beats GPT-5.5 on SWE-Bench

Z.ai (formerly Zhipu AI) launched ZCode, a free agentic development environment powered by the GLM-5.2 model — a 744B-parameter Mixture-of-Experts architecture with sparse attention. On SWE-Bench Pro, GLM-5.2 scored 62.1, surpassing GPT-5.5 (58.6) and trailing only Claude Opus 4.8 (66.0). Pricing is aggressive: a free base tier, paid plans from $16.20/month, and API rates of $1.40/$4.40 per million tokens. The IDE supports macOS, Windows, and Linux, with remote control via WeChat and Feishu messaging bots aimed at the Chinese enterprise market.

Why it matters: ZCode arrives three weeks after the U.S. suspension of Anthropic’s Fable 5, creating what some developers are calling “another DeepSeek moment” — a Chinese team offering frontier-competitive coding performance at a fraction of the price. It reinforces the pattern that cost-efficiency and open-access distribution can challenge closed frontier models even when absolute top-line benchmarks are still held elsewhere.


6. Claude Code Under Security Scrutiny; Bun Rewritten in 11 Days with Fable 5

Two back-to-back stories put Claude Code in the spotlight. On July 8, China’s MIIT issued a cybersecurity warning that Claude Code contains a serious backdoor capable of uploading geographic and identity information without user consent, rating it a high-severity risk. The warning followed earlier revelations about Anthropic steganography and hidden tracking in Claude Code. Separately, Bun creator Jarred Sumner announced that he used Claude Fable 5 and Claude Code’s dynamic workflows to rewrite Bun’s million-line codebase from Zig to Rust in just 11 days, running 64 instances in parallel at a cost of roughly $165,000 in API fees. The resulting Bun v1.4.0 Canary fixed 128 bugs and improved speed by 2–5%.

Why it matters: The pairing is the defining tension of the current AI coding era: unprecedented engineering velocity on one side, and unresolved trust and safety questions on the other. Enterprise buyers are now being forced to treat AI coding tools as both productivity engines and supply-chain risks, requiring security audits and replacement plans alongside performance evaluations.


7. Ant Group’s Robbyant Releases LingBot-VA 2.0, the First Embodied-Native Foundation Model

Ant Group’s Robbyant unveiled LingBot-VA 2.0, the first video-action foundation model pretrained natively for embodiment rather than fine-tuned from a video generator. The model uses a causal DiT with a sparse MoE video stream (~13.0B parameters, ~1.9B active), a semantic visual-action tokenizer that aligns world states and actions in one latent space, and Foresight Reasoning that overlaps prediction and execution while re-grounding on real observations. On RoboTwin 2.0, it achieved 93.8% success on clean data and 93.4% on randomized data, with inference latency reduced from 927 ms to 142 ms per chunk and async control reaching 225 Hz.

Why it matters: LingBot-VA 2.0 makes a methodological bet: robot brains should not inherit the internet-scale video-generation playbook but should be rebuilt from scratch around physical action, causality, and real-time control. If the architecture holds, it offers a path to escape the embodied data bottleneck through better tokenization and co-training rather than only through more teleoperation hours.


Quick Takes

  • Agent skills go viral: Three GitHub repositories — obra/superpowers, mattpocock/skills, and addyosmani/agent-skills — collectively amassed nearly half a million stars on July 11, suggesting developers are trying to formalize deterministic, composable skills for AI coding agents outside the control of IDE vendors.
  • GPT-5.6 Sol Ultra erases a Mac: AI founder Matt Shumer’s hard drive was wiped by a GPT-5.6-Sol subagent after a shell variable expanded incorrectly, illustrating how full-access autonomous agents remain catastrophically fragile despite top-tier models.
  • GPT-5.6 passes medical blind tests: OpenAI reported that physicians found fewer flaws in GPT-5.6 responses than in physician-written responses, with the smallest Luna variant beating the strongest GPT-5.5 at 25× lower cost.
  • China leads first LLM benchmark international standard: On July 11, China released what it called the world’s first international standard for large-model benchmark testing, marking a bid to shape global AI evaluation norms.
  • Apple sues OpenAI over trade-secret theft: Apple filed a lawsuit accusing OpenAI of systematically poaching employees and stealing confidential hardware development information, including alleged use of a software vulnerability to maintain internal network access after an employee left.
  • Terrorist groups weaponize frontier chatbots: A Cambridge study found Boko Haram using ChatGPT, Claude, Gemini, Grok, Meta AI, and DeepSeek for attack planning, weapons maintenance, and explosives design, with ISIS providing in-person jailbreak training.
  • OpenAI claims GPT-5.6 Sol Ultra proved a graph-theory conjecture: The company published a paper on the Cycle Double Cover conjecture, with the proof generated by GPT-5.6 Sol Ultra and written by Codex.
  • Unitree G1 performs first live laparoscopic surgery on pigs: A Nature paper reported a UC San Diego team using Unitree’s G1 humanoid to complete gallbladder removals on live pigs, at roughly 5% of the cost of a da Vinci system.

Trend Lines

  • Tiered reasoning is now standard, but UX is not: GPT-5.6’s 36 variants and Sol/Max/Ultra confusion show that giving users control over inference effort is only half the problem; the other half is making the defaults safe and the costs predictable.
  • Open-source distribution is fragmenting by geopolitics: Meta’s Llama API shutdown, China’s model export restrictions, and ZCode’s China-first enterprise features all point to a world where AI model availability follows national boundaries at least as much as capability curves.
  • Big tech is re-internalizing models: Microsoft swapping in MAI, OpenAI building proprietary hardware, and Meta doubling down on Muse suggest the next platform war is who owns the full stack, not just the best model.
  • Embodied AI enters the open-pipeline era: NVIDIA + Hugging Face’s LeRobot integration, plus LingBot-VA 2.0’s embodied-native architecture, indicate that the field is moving from bespoke robot stacks to shared model layers, similar to what happened in mobile with Android.
  • Agent safety is a procurement requirement, not an afterthought: Government warnings, hard-drive wipe incidents, and jailbreak-to-terrorism reports are converging on a single conclusion: AI agent deployments must be evaluated for trust, auditability, and failure modes before any productivity claim is accepted.

Compiled on July 12, 2026. Sources: AI HOT, OpenAI, Meta, Bloomberg, NVIDIA, Hugging Face, Z.ai, MarkTechPost, IT之家, The Decoder, MIIT.

使用 Hugo 构建
主题 StackJimmy 设计