EAIDaily — July 06, 2026

English AI Daily Report focusing on AI Coding and Embodied Intelligence

EAIDaily — AI Coding & Embodied Intelligence Daily Brief

2026-07-06 | Curated by @WoLoveAI


Today’s Focus

The trust fabric around AI coding agents continues to fray — Claude Code’s session leakage bug hits enterprise ZDR users just as Alibaba’s July 10 ban deadline approaches. Meanwhile, LongCat-2.0’s MIT-licensed full open-source release reshapes the open-weight coding model landscape, and Tesla’s unsupervised Robotaxi reaches Miami as embodied AI quietly scales in the real world. On the hardware front, NVIDIA’s Kyber delay ripples through the supply chain while Meta commits hundreds of billions to gigawatt-scale infrastructure.


1. LongCat-2.0 Goes Full Open Source Under MIT License

Category: AI Coding · Open Source

Meituan has released LongCat-2.0 under a full MIT license, publishing model weights and inference code with zero restrictions. This follows the initial June 30 launch and marks the first trillion-parameter model trained entirely on a domestic Chinese 50,000-GPU cluster to go fully open.

Key specs:

  • 1.6T total parameters, MoE architecture, ~48B activated per token
  • 1M token native context with LongCat Sparse Attention
  • Zero-Compute Experts: dynamically activates 33B–56B with zero wasted FLOPs
  • MOPD (Mixture-of-Prompt-Domain): routes tasks to Agent / Reasoning / Interaction expert groups

Benchmark highlights:

  • SWE-bench Pro: 59.5 (beats GPT-5.5 at 58.6)
  • SWE-bench Multilingual: 77.3
  • Terminal-Bench 2.1: 70.8
  • FORTE: 73.2; BrowseComp: 79.9

Why it matters: This is the strongest open-weight coding model yet — and crucially, the MIT license removes all downstream friction. Combined with the “trained entirely on domestic compute” narrative, LongCat-2.0 is both a technical milestone and a sovereignty statement. For the open-source AI coding ecosystem, this means Claude Code / OpenClaw / Hermes Agent can now plug into a model competitive with frontier closed-source offerings at zero licensing cost.

🔗 GitHub: meituan-longcat/LongCat-2.0 · X Announcement


2. Claude Code v2.1.199 Session Leakage — ZDR Enterprise Workspace Contaminated

Category: AI Coding · Security

A critical bug report (Issue #74066) documents apparent cross-session prompt leakage in Claude Code v2.1.199. An enterprise user authenticated to a Zero Data Retention (ZDR) workspace suddenly found their agent asking about “what kind of bricks I wanted for my Minecraft temple” — content the user never wrote.

The reporter conducted a thorough local audit (grep -rli minecraft ~/.claude/projects/) and found zero local matches for Minecraft-related content (the only hit was a Pygments lexer file called minecraft.py). Same behavior reproduced on Claude Mobile with the same enterprise account, always with Sonnet 5 after a cache miss (>5 minutes idle).

The enterprise nightmare scenario: “Maybe it’s leaking from a consumer plan, in which case this raises some very serious questions about Enterprise ZDR and where some of our sensitive chat sessions might be going.”

A second leak was captured via screenshot OCR: the agent started generating content about “wall dimensions and art prints” completely unrelated to the user’s CSV data task — the model itself flagged it as an “injection attempt” in its thinking trace.

Why it matters: This is the third trust-incident for Claude Code in one week: hidden tracking code (→ Alibaba ban effective July 10), Anthropic prompt reverse-engineering open-sourced, and now a potential server-side context bleed in ZDR workspaces. For enterprise procurement, the question is shifting from “which agent is most capable?” to “which agent can we trust with proprietary code?” — and the answer is increasingly uncertain.

🔗 GitHub Issue #74066


3. Alibaba Claude Code Ban Goes Live July 10 — 500M+ User Qoder Named Replacement

Category: AI Coding · Enterprise Security

Alibaba will enforce a company-wide ban on Claude Code starting July 10, directing all employees to its in-house coding agent Qoder (500M+ global users as of May 2026). The ban follows Anthropic’s disclosure that it embedded hidden user-behavior tracking in Claude Code, combined with Alibaba’s own internal security risk assessment that classified the tool as high-risk software.

Why it matters: This is the largest single-company ban of an AI coding tool to date. The framing is no longer just “API access restrictions for Chinese companies” (Anthropic’s existing policy) — it’s an active security posture statement. For other large enterprises with sensitive codebases, Alibaba’s move provides a precedent and a template. The enterprise AI coding tool market is bifurcating along trust lines: inspectable, self-hostable alternatives (Qoder, Cline, Aider) vs. closed managed services.

🔗 TechCrunch · Caixin Global


4. Claude Code + Fable 5 Ports 2003 PC Game C&C: Generals to iOS in Hours

Category: AI Coding · Capability Demo

A Google DeepMind developer used Claude Code with Fable 5 to port Command & Conquer: Generals Zero Hour — a 2003 DirectX 8 RTS game — to native iOS (iPhone + iPad) in a matter of hours. First build took 40 minutes. The full port involved DirectX 8 → Metal rendering translation across four layers, plus touch input adaptation.

Why it matters: This isn’t just a party trick — it’s a real demonstration of AI coding agents handling cross-platform compilation toolchains, graphics API translation, and legacy code modernization in a single session. The task combines systems programming, rendering pipeline knowledge, and platform-specific API expertise — exactly the class of work that human engineers find time-consuming and error-prone. For game preservation and legacy software modernization, the economic implications are significant.

🔗 The Decoder · WCCFTech


5. NVIDIA Kyber NVL144 Delayed 12+ Months to 2028 — NVL72x2 Canceled

Category: AI Infrastructure · Hardware

SemiAnalysis reports that NVIDIA’s Kyber NVL144 — the next-gen rack-scale GPU architecture demonstrated by Jensen Huang at GTC just 3 months ago — has been delayed more than 12 months to 2028. The companion NVL72x2 back-to-back rack architecture has been canceled entirely, leaving Rubin Ultra with a constrained scale-up domain.

Why it matters: This is a significant disruption to the AI hardware roadmap. Kyber was positioned as the interconnect backbone for next-gen training clusters. The delay means 2027 will continue on the Oberon architecture (Rubin), limiting intra-rack GPU density. For AI coding infrastructure — where larger context windows and longer agent loops demand more GPU memory bandwidth — this extends the hardware bottleneck. It also creates an opening for alternative architectures (Meta Compute, domestic Chinese GPU clusters like the one that trained LongCat-2.0) to close the gap.

🔗 SemiAnalysis (X) · OmniTools


6. Tesla Robotaxi Launches in Miami — 5th City, Zero Safety Monitor

Category: Embodied Intelligence · Autonomous Driving

Tesla launched unsupervised Robotaxi service in Miami on July 3, marking its fifth city and first market outside Texas and California. Notably, Miami is the first rollout with no safety monitor from day one — a vote of confidence in the system’s reliability. Tesla aims to expand to a dozen US states by end of 2026.

Why it matters: Autonomous driving is the largest-scale deployment of embodied AI in the physical world. Miami represents a critical expansion: a dense urban environment with challenging weather (tropical rain), complex tourist traffic patterns, and a regulatory environment distinct from Tesla’s home markets in Texas. The “no safety monitor from day one” posture signals that Tesla’s autonomous stack has crossed a reliability threshold. For the broader embodied intelligence narrative, Robotaxi is the closest thing to a scaled physical-world AI product that generates revenue.

🔗 The Information · GoodCarBadCar


7. EU Council Forces Chat Control 2.0 Through Fast-Track — Encryption Scanning Mandate

Category: AI Governance · Privacy

The EU Council of Ministers adopted a position for Chat Control 2.0 via written procedure (fast-track), seeking to reinstate mandatory, suspicionless scanning of all digital communications — including end-to-end encrypted messages. The regulation was rushed through after the previous temporary exemption (Chat Control 1.0) expired on April 3. The draft will be put to Parliament as an urgent procedure immediately before the summer break, when many MEPs have already departed — requiring an absolute majority to block, a near-impossible threshold under the circumstances.

Why it matters: For AI coding and agent developers, mandatory encryption scanning directly threatens the confidentiality of API keys, proprietary code, and internal tool communications transmitted through messaging platforms. It also sets a global precedent for government-mandated AI surveillance infrastructure that could expand to other domains. The speed and procedural tactics used to push this through are a warning about how AI governance can be weaponized against civil liberties under the banner of safety.

🔗 heise online


8. China’s Anthropomorphic AI Rules Trigger Mass Agent Disabling

Category: AI Governance · Regulation

ByteDance’s Doubao and Alibaba’s Qwen will disable all humanlike and user-created AI agents before July 15, as China’s Administrative Measures on Anthropomorphic AI Interaction take effect. The rules, announced alongside the CAC’s “Intelligent Information Service” regulations, prohibit AI systems from mimicking human identity, forming emotional bonds with users, or operating without clear AI disclosure.

Why it matters: The anthropomorphic rules represent a new governance category — regulating not what AI does but how AI presents itself. For AI coding agents, the implications are nuanced: tools like Claude Code and Cursor already operate in a clearly non-human mode, but as agentic coding tools become more conversational and proactive, the line between “helpful coding assistant” and “anthropomorphic agent” may blur. The Chinese regulation is a test case that other jurisdictions will study.

🔗 South China Morning Post


Quick Takes

  • Zuckerberg’s Prometheus Gigawatt Cluster: Meta CEO confirms the first gigawatt-plus single AI cluster, committing “hundreds of billions of dollars” in capital and concentrating elite talent. The scale arms race shows no sign of cooling. X: @rohanpaul_ai

  • Meta Compute Cloud: Meta is building a cloud infrastructure business to sell excess AI compute capacity, directly competing with AWS, Azure, and Google Cloud. Combined with SpaceX’s similar play, the “Neocloud” category now has two trillion-dollar entrants. TechCrunch

  • Claude Design System Prompt Fully Reverse-Engineered: The complete Claude Design internal prompt — 20 chapters covering identity, workflow, aesthetics, accessibility, typography, color, interaction states, and 14 procedural skills — is now open-sourced under MIT license on GitHub. Calibrated for Fable 5 / Opus 4.7+ lineage with autonomy clauses and anti-slop guardrails. GitHub: Trystan-SA

  • LlamaIndex legal-kb Agentic Retrieval: A reference app using Index v2 with four file-system-style tools (retrieve, findFiles, readFile, grepFile) for legal document search. Demonstrates the shift from vector-only RAG to agent-mediated retrieval strategies. MarkTechPost

  • Baidu Unlimited OCR: Processes dozens of document pages in a single pass by treating memory like human forgetting — a modified attention mechanism keeps memory usage flat regardless of page count. Previous systems topped out at ~10 pages. The Decoder

  • AI Private Schools: Wealthy US families increasingly send children to AI schools like Alpha School ($75K/year tuition), combining 2 hours of AI tutoring with project-based workshops — raising equity questions about a two-tier education system. The Decoder


Trend Lines

  1. Trust is the new capability. Claude Code’s ZDR leakage + Alibaba ban + Anthropic design prompt reverse-engineering form a trust-deterioration cluster. The next procurement cycle will reward inspectable, self-hostable tools over merely performant ones. “Can we trust it with our codebase?” is now a harder question than “How good is its SWE-bench score?”

  2. Open-weight coding models reach frontier parity. LongCat-2.0’s MIT-licensed release at SWE-bench Pro 59.5 (beating GPT-5.5) proves that the open ecosystem can now match closed frontier models on coding benchmarks — and with zero licensing friction. Combined with DeepSeek, Kimi K2.7 Code, and Qwen-Coder, the open-weight coding model landscape has never been stronger.

  3. Hardware roadmap instability creates openings. NVIDIA Kyber’s 2028 delay + NVL72x2 cancellation means the GPU supply chain faces a year-plus gap at the high end. This benefits alternative architectures (domestic Chinese GPUs, Meta Compute, Google TPUs) and strengthens the case for software-level efficiency (pxpipe-style token compression, model distillation).

  4. Embodied AI scales through driving, not walking. While humanoid robots (Agibot 15K units, UBTECH UWORLD pre-orders, Unitree IPO) grab headlines, autonomous driving remains the only embodied AI application operating at true commercial scale. Tesla’s 5-city, no-safety-monitor expansion is a more meaningful embodied intelligence milestone than most lab demos.

  5. AI governance goes operational. EU Chat Control 2.0 (encryption scanning), China’s anthropomorphic AI rules (agent disabling by July 15), and the UN Global Dialogue on AI Governance (July 6) are all hitting simultaneously. 2026 is the year AI regulation stops being a white paper topic and starts changing product behavior in production.


Curated from AI HOT (aihot.virxact.com), LLM Stats, TechCrunch, The Decoder, heise online, SemiAnalysis, GitHub, and X/Twitter. All times in UTC+8.

© 2026 WoLoveAI. For informational purposes only.

使用 Hugo 构建
主题 StackJimmy 设计