Easy AI Daily | March 25, 2026
A full translation of the Chinese-language digest from zhichai.net's Easy AI Daily, covering AI industry news for March 25, 2026.
Agents and Tooling
Anthropic details multi-agent orchestration and computer use
Anthropic explained how multi-agent harnesses handle frontend design and long-running software tasks, emphasizing "computer use": directly manipulating UIs in real software environments lacking stable APIs. Community consensus: production-grade agent difficulty lies in retries, rollbacks, logging, and recovery flows—not the models themselves.Figma launches MCP server—designs now directly editable by agents
Figma released an MCP server and in-canvas AI direct editing (open beta). GitHub says it's callable via MCP clients like Copilot CLI, and Cursor has integrated it, generating components and frontends from team design systems. LangChain also shipped Slack-native agent workflows and tool rendering—reflecting the trend of embedding tool calls directly into products rather than wrapping a chat UI.> Figma announcement | GitHub MCP integration | Cursor integration example | LangChain Slack/Fleet update
Hermes Agent v0.4.0: toward a personal general agent runtime
Nous released Hermes Agent v0.4.0, merging ~300 PRs in a week: an OpenAI-compatible Responses API, background self-improvement loops, multiple IM integrations, better context compression, and improved CLI. Highlight: a "result review agent" that selects reusable memories/skills from past interactions. Exposed via standard API, it works with Open WebUI, LobeChat, and other frontends.> Teknium update | NousResearch repo
GenReasoning OpenReward: 330+ RL environments as a cloud service
OpenReward exposes 330+ reinforcement learning environments and 4.5M+ distinct tasks through a single API, with auto-scaling "environment compute"—targeting the environment execution layer that agent/RL projects often lack.Zhipu launches ZClawBench agent benchmark
Zhipu released ZClawBench: 116 real-world agent tasks spanning office automation, coding, and data analysis for systematic evaluation and comparison of agent systems.Infrastructure and Hardware
vLLM and Transformers both get faster—closed-source inference edge narrowing
vLLM's GTC recap announced Model Runner V2, hybrid memory allocation, encoder prefill splitting (up to 2.5x multimodal P99 throughput), and modular MoE kernels. Meanwhile, Hugging Face reports that with continuous batching + torch.compile tuning, Transformers reaches ~95% of vLLM throughput on 8K generation—good news for HF-based synthetic data pipelines.> vLLM GTC recap | HF Transformers benchmarks
Hugging Face ships hf-mount: use Hub datasets like a local disk
hf-mount lets you mount Hub datasets, models, and object storage as local filesystems; official demos mount a 5TB FineWeb slice. Engineers note agents excel at file operations, making this ideal infrastructure for agent memory, project repos, and lazy-loading large corpora.FlashAttention-4: 1600+ TFLOPs pure-Python attention on Blackwell/Hopper
FlashAttention-4 hits 1613 TFLOPs/s on B200 (71% of theoretical peak), 2.1–2.7x faster than Triton and up to 1.3x faster than cuDNN 9.13, integrated in vLLM 0.17. Written in NVIDIA CuTeDSL with only 2.5s Python-side compilation, but limited to H100/H800 and B100/B200 GPUs. Community gripe: many GPUs marketed as "Blackwell" don't actually support these key features.Moreau and TurboQuant: optimization moves down to the systems layer
Optimal Intellect launched Moreau, a GPU-native convex optimization solver claimed orders of magnitude faster than existing tools. Google announced TurboQuant, a KV cache compression algorithm that shrinks KV memory to 1/6 with up to 8x inference speedup without precision loss. Both signal: the big remaining gains are in runtimes, memory, and numerical algorithms—not just bigger models.Fox: Rust inference engine claiming 2x Ollama throughput
A community author built Fox, a local Rust inference engine with PagedAttention, continuous batching, and prefix caching. On a 4060 with Llama-3.2-3B Q4, TTFT dropped 72% and throughput doubled. It's an Ollama-compatible alternative offering both OpenAI and Ollama protocol APIs. Beta stage with Docker images, though security/auditability questions have been raised.> Reddit post | GitHub
Models and Capabilities
AI2 releases MolmoWeb: open-weight web-agent model with SOTA on multiple benchmarks
AI2's MolmoWeb, built on Molmo-2, offers 4B/8B models specialized for web interaction agents, claiming open-weight SOTA on four web-agent benchmarks—surpassing some closed solutions. A ready starting point for teams wanting browser agents with small/open models.RYS-Qwen3.5-27B experiment: repeated mid-layer blocks and a "lingua franca" representation
Community experiments on Qwen3.5-27B found that stacking repeated intermediate-layer blocks yields notable performance gains; meanwhile, latent representations of different natural languages are highly similar in mid layers, supporting the hypothesis of an internal universal representation. Multiple RYS model versions were released, with authors believing further fine-tuning could push toward a new 27B-class SOTA.> Discussion | Model on Hugging Face
Kimi K2.5 rated among strongest open base models in leaked Cursor evaluation
A leaked internal chart shows Cursor's perplexity-based evaluation ranking Kimi K2.5 as strongest among comparable open models, credited to continued pretraining + high-compute RL enhancement of Composer-2. Community pushback: perplexity-only evaluation isn't rigorous, and some commenters question the claimed "ultra-scale optimization."Security, Governance, and Policy
LiteLLM PyPI supply chain compromise: credential theft and destructive scripts in two versions
LiteLLM versions 1.82.7/1.82.8 on PyPI were maliciously tampered with, executing code via .pth files at Python startup—attempting to steal cloud keys, SSH, K8s configs, CI/CD secrets, and wallets, plus runningrm -rf / against specific timezones. The attack originated from the CEO's compromised GitHub account. Users of these versions should immediately rotate all credentials and pin dependency versions in production.> GitHub issue | Karpathy risk analysis | Reddit summary 1 | Reddit summary 2
Permission design in the agent era: stop defaulting to --dangerously-skip-permissions
After the LiteLLM incident, developers called for stronger sandboxing, least-privilege defaults, and trimmed dependency trees for autonomous coding agents. Anthropic's new Claude Code Auto mode was criticized as too permissive despite productivity gains. Practical advice: finer-grained routing, audited minimal dependencies, and mandatory human approval for critical operations.> Permission risk discussion | Claude Code Auto mode discussion
LM Studio flagged as trojan by Defender—false positive, but a real security pain point
A user's Windows Defender flagged LM Studio's install directory as the GlassWorm trojan, causing panic. LM Studio and Microsoft confirmed a false positive: Electron code obfuscation tripped heuristic rules. Lesson: local AI tools should publish security audits and build processes; heavy obfuscation protects IP but looks like malware.US advisory report: China's open-source AI lead threatens US advantage
A US advisory report warns China's open-source LLM output may be overtaking America's, potentially undermining US AI leadership. Commenters note Chinese models are generally cheaper with better price/performance, US majors underinvest in open source, and China leads in paper volume, electricity costs, and grassroots AI education.Products and Applications
Claude Cowork/Code can now "use your computer"
Anthropic launched computer control for Claude Cowork/Claude Code on macOS (research preview): with authorization, Claude can open apps, browse the web, and edit spreadsheets—preferring integrated services like Slack and Calendar, falling back to direct screen manipulation. Pro/Max users only. Excitement over productivity, concern over safety and misfires.> Feature docs | Reddit discussion
Claude Code AutoDream: sleep and memory consolidation for agents
Claude Code's new /dream (AutoDream) feature gives the note-happy Auto Memory a cleanup cycle: periodically reviewing sessions, consolidating useful info into structured files, and pruning stale/contradictory content—only touching memory files, never code. Think periodic GC and index rebuilding for dev agents.> Design details | System prompt (GitHub)
SillyTavern extension: bring "living" NPCs to any old game
A community extension uses local RP model Cydonia for NPC dialogue plus Qwen 3.5 0.8B as a "game master" that reads game wikis and state to drive NPC dialogue and game actions, with voice cloning from original game audio—retrofitting high-fidelity NPCs into games without dialogue systems.Industry and Company News
Apple vs. "vibecode" apps: the App Store review paradigm is breaking down
Latent Space argues that when anyone can vibecode apps for a shot at a nine-figure exit, traditional human app review can't scale. Apple has begun banning code-generating apps like Replit and Vibecode on policy grounds. The author sees this as part of 2026's "war on slop" that could shake Apple's long grip on software distribution.> Original essay | Replit/Vibecode rejection discussion
Microsoft "poaches" AI2 leadership as talent consolidates into hyperscalers
Multiple reports say AI2 leaders Ali Farhadi, Hanna Hajishirzi, and Ranjay Krishna will join Microsoft Superintelligence. Academia and open-source communities worry open research orgs increasingly can't compete with cloud giants on compute and compensation.OpenAI: $1B+ resilience fund, Sora wind-down, all-in on new LLM
OpenAI announced its foundation will spend at least $1B over the next year on AI resilience, disease, and civic organizations, led by Wojciech Zaremba. Separately, reports say OpenAI completed round one of its next-gen model "Spud" and is gradually shutting down the Sora app/API to free compute—clearly consolidating around general models and infrastructure.> Altman foundation announcement | Zaremba statement | Sora wind-down and Spud rumors
Third-party Sora app shutting down; video generation monetization stumbles
A third-party Sora App built on OpenAI's engine announced closure of its app and API, with a timeline and asset-export plan to follow. Community consensus: high compute costs, strict copyright policies, and insufficient users made it unsustainable—pure T2V apps still lack a stable business model.> Shutdown announcement 1 | Shutdown announcement 2
China's LLM market: ByteDance stays closed; Alibaba, Tencent, and the "six tigers" lead open source
A long-form post maps China's LLM landscape: ByteDance leads in video/multimodal but hasn't released open weights; Alibaba is strong in small models and T2I/T2V; Tencent's Hunyuan series aggressively open-sources 3D mesh and motion-capture generation before closing them when mature. Zhipu, MiniMax, and other "six tigers" frequently release large open models. On OpenRouter's weekly token-usage leaderboard, Chinese models like Xiaomi's MiMo-V2-Pro rank near the top, with only a handful of Western labs remaining.Research and Methods
OpenReward + ZClawBench: agent research moves from demos to standardized evaluation stacks
GenReasoning's OpenReward provides unified access to hundreds of RL environments and millions of tasks; Zhipu's ZClawBench contributes 116 real-world office/coding benchmark tasks. Together with AI2's MolmoWeb, these are pushing agent research toward an engineering stack of "environment-as-a-service + reproducible experiments + general harnesses" rather than one-off flashy demos.> OpenReward | ZClawBench paper
Policy, Governance, and Safety
Jensen Huang and the "AGI achieved?" debate: no unified definition derails discussion
NVIDIA CEO Jensen Huang claimed in an interview that AGI has been achieved, igniting debate—without clear technical criteria. The community notes neither academia nor industry has agreed on an AGI definition; declaring success via "human-level language + commonsense" is too casual and doesn't match early AGI visions of self-recursive improvement or the technological singularity.> Interview video | Reddit discussion
---
📌 Source: Easy AI Daily