English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Easy AI Daily Digest | March 12, 2026: AI Industry News Roundup

Forum topic · 小凯 · 2026-03-27

Summary

Easy AI Daily for March 12, 2026 covers major AI industry developments. Replit's valuation tripled to $9B in six months as it pivots to a full AI productivity suite with Agent 4. Anthropic launched The Anthropic Institute led by Jack Clark. Yann LeCun co-founded AMI Labs with $1.03B funding from NVIDIA, Samsung, and Bezos Expeditions to build JEPA-based world models. NVIDIA released Nemotron 3 Super, a 120B-parameter open hybrid Mamba-Transformer MoE model with 1M context. Google launched multimodal Gemini Embedding 2, while community analysis detailed Qwen3.5's hybrid attention architecture. Fish Audio released S2 TTS supporting 80+ languages. Perplexity introduced Personal Computer, a Mac mini-based always-on agent. Research highlights include PostTrainBench, EvoSkill, AgentIR retrieval, and Karpathy's self-improving agent swarm that cut GPT-2 training time by 11%. Policy news covers reports that 70-90% of Anthropic R&D code is written by Claude, plus Google medical AI results showing 25% fewer missed breast cancer cases.

Easy AI Daily | March 12, 2026

A roundup of AI industry news, model releases, agent tooling, research, policy, and product launches for March 12, 2026.

Industry & Company News

Replit valuation triples to $9B in six months, pivoting from coding to a productivity suite

Replit's valuation has tripled to $9 billion over the past six months. The company is shifting from an "online IDE with AI code assistance" to a complete AI productivity platform supporting canvases, apps, websites, slides, and video — extending its agents beyond code into broader knowledge work.

Links: Latent Space feature

Anthropic launches The Anthropic Institute; Jack Clark becomes Head of Public Interest

Anthropic has created The Anthropic Institute, led by former policy head Jack Clark, spanning machine learning, economics, and social science. Its mission: systematic research and communication on how powerful models affect society, institutionalizing research + policy + public discourse as a long-term project.

Yann LeCun co-founds AMI Labs with $1.03B funding for world models

Yann LeCun co-founded Advanced Machine Intelligence (AMI Labs), raising $1.03B from investors including NVIDIA, Samsung, and Bezos Expeditions. The lab focuses on JEPA-based world models aimed at modeling the real world rather than just text, plans to open-source code and papers, and is not chasing products or revenue in the short term — more a "super research institute."

/r/LocalLLaMA passes 1 million members

The local LLM community /r/LocalLLaMA has surpassed one million members. Many members evolved from casual AI-assisted learning into hoarding GPUs, modifying quantizations, and tweaking kernels — a hobbyist phenomenon comparable to the early Linux enthusiast scene.

Models & Capabilities

NVIDIA releases Nemotron 3 Super: 120B open hybrid architecture optimized for agents

Nemotron 3 Super is a 120B-parameter (~12B active) open model with 1M context, using a hybrid Mamba-Transformer + Latent MoE architecture with native multi-token prediction (MTP) and lower KV cache memory than Qwen3.5-122B. NVIDIA claims up to 2.2x faster inference than GPT-OSS-120B on Blackwell; community support is already in vLLM, llama.cpp, and Ollama.

Google launches Gemini Embedding 2: all-modality embeddings, but pricey for text

Gemini Embedding 2 supports text, images, video, audio, and PDFs, with Matryoshka embeddings for low-dimensional storage. Community feedback: pricing is relatively expensive for pure text, making it better suited to multimodal retrieval; for video, downsample frame rates first or costs will spike.

Qwen3.5 multimodal architecture dissected: hybrid attention + large MoE + native long context

Community analysis of Qwen3.5's multimodal architecture: hybrid Gated DeltaNet linear attention + global attention, a 397B A17B MoE variant and a 27B dense version, native 262k context expandable to ~1M, and multi-token prediction used in training. A useful overview of mainstream attention and MoE design.

Fish Audio releases S2 speech model: 80+ languages and text-controlled emotion

S2 enables tone control via natural-language tags like [whispers sweetly] and [laughing nervously], supports 80+ languages and multi-speaker dialogue generation, with ~100ms first-frame latency. The authors claim it beats Google/OpenAI TTS on several benchmarks, but it's non-commercial only — commercial use requires a separate license, so it's not fully open source.

"Uncensored" Qwen3.5-35B-A3B GGUF released: 35B MoE, 3B active, near-zero refusals

Community released a Qwen3.5-35B-A3B "Aggressive" GGUF claiming preserved capability with near-zero refusals (0/465). It's a 35B MoE (256 experts, 8+1 active per token) with image/video input and multiple quantizations. Some users question the "no capability loss" claim, suggesting KL-divergence validation and concerns about long-context quality.

Apple M5 Max 128GB local LLM benchmarks: 100B-class models work but eat all the RAM

A user tested Qwen3.5-122B, Qwen3 Coder, Qwen3.5-27B distilled, and gpt-oss-120b on a 14-inch M5 Max 128GB with mlx_lm. At 16–32k context, prompt throughput peaked above 2700 tok/s, but memory usage ranged 60–90GB — a top-spec Mac can run 100B-class models, but context and quantization must be managed carefully.

Agents & Tooling

Perplexity "Personal Computer": Mac mini as an always-on local+cloud hybrid agent

Perplexity's Personal Computer turns a Mac mini into a resident agent server with continuous access to local files, apps, and browsing history, plus cloud models and remote control. The enterprise version orchestrates 400+ SaaS apps with 20 dedicated models — clearly moving toward "OS-level agents."

Replit Agent 4: multi-agent collaborative canvas for apps, sites, and slides

Agent 4 emphasizes a "collaborative canvas" rather than chat-based coding: multiple agents divide work across apps, websites, and slides simultaneously — full-project collaboration rather than single-file editing.

Base44 Superagents: one-stop workflow agents for non-technical users

Base44's Superagents ship pre-connected to Gmail, Slack, Stripe, CRM, and more, letting non-technical users build automations without writing integrations or frameworks.

LangChain adds automatic context compression for Deep Agents

LangChain's new auto-compression summarizes conversation history into compact state at task boundaries rather than hard token truncation — better long-task memory and lower token cost for multi-step workflows.

OpenAI publishes computer-use technical notes

OpenAI's Dev team released developer documentation detailing the execution loop, filesystem context, networking capabilities, and safeguards for agents using computer access — making "models clicking and typing" a controllable, auditable engineering practice.

Research & Methods

PostTrainBench: can agents do post-training themselves?

Karin Nguyen's team released PostTrainBench v1.0, testing whether frontier agents can perform model post-training in a simplified environment, as a way to monitor AI-automated research progress. Notably, on GPT-5.1 Codex Max, medium reasoning lengths beat very long ones — excessive tokens trigger context compression and hurt performance.

EvoSkill: mining reusable skills from agent failures

EvoSkill uses executor/proposer/skill-builder roles to distill agent failures into reusable skills. On OfficeQA, it lifted Claude Code + Opus 4.5 accuracy from 60.6% to 67.9% — showing failure data can be systematically converted into a capability library.

AgentIR: embedding reasoning traces + queries boosts retrieval

AgentIR encodes agent reasoning trajectories together with the current query for retrieval. On BrowseComp-Plus it reached 68% accuracy vs. 52% for larger standard embedding models and 37% for BM25 — "embedding the thinking" helps a lot on complex tasks.

Layer-block duplication tops the leaderboard with Qwen2-72B: "structural surgery" doable on two 4090s

Researchers improved Qwen2-72B on the Open LLM Leaderboard without changing weights — just duplicating a block of 7 middle layers and reinserting it. The hypothesis: pretraining forms functional circuit blocks in the layer stack that can be reused if overall structure is preserved. Bolder experiments include shuffling layer order and looping layer blocks for early-exit inference, suggesting Transformer layers are more interchangeable than assumed.

Karpathy's self-improving agent swarm runs online: cuts GPT-2 training time 11%

Karpathy handed the "try → test → reflect → retry" research loop to a swarm of agents. The system made ~700 modifications, of which 20 effective ones reduced GPT-2-level training time from 2.02 to 1.80 hours — a small "AI researcher" beginning to outperform manual tuning.

GPT-5.4 reportedly solves one of EpochAI's open Frontier Math problems

Community reports say GPT-5.4 solved an open problem from the EpochAI Frontier Math set; Epoch researchers tentatively consider the solution correct, awaiting problem-author confirmation. If true, frontier models are starting to produce usable proofs on problems unsolved by humans.

Policy, Governance & Safety

Anthropic reportedly has 70–90% of R&D code written by Claude, sparking recursive self-improvement anxiety

TIME reporting and related discussion claim 70–90% of code for Anthropic's next-generation models is written by Claude, shortening iteration cycles from months to weeks; some researchers think fully automated AI research could arrive within a year. Combined with reports of Claude completing some internal tasks 427x faster than human oversight, "early RSI" concerns are moving from theory to in-company reality.

Researchers: many agent failures aren't attacks — just unreliability

A Princeton-led response to NIST argues many AI agent failures aren't prompt attacks but plain instability, lacking definitions, metrics, and mitigations for such non-adversarial failures. As agents enter production, evaluation, monitoring, and feedback loops have become safety problems, not just engineering ones.

Claude Code login outage exposes "intelligence brownout" infrastructure risk

A Claude Code OAuth/login outage left many developers unable to code for a day — some joked "Silicon Valley productivity dropped 90%." Karpathy noted his autoresearch lab was halted, calling such outages future "intelligence brownouts" and warning against relying on a single cloud model as your only productivity source.

Products & Applications

Google medical AI in practice: 25% fewer missed breast cancers; AMIE validated in the field

Google reported two medical deployments: an AI system detecting 25% of interval breast cancers missed by routine screening, and the conversational clinical reasoning system AMIE judged safe, feasible, and well-accepted in real-world pilots — LLMs as doctor assistants are moving from papers to hospitals.

Reka Edge: vision model for robotics and "physical AI," claiming 65% faster than peers

Reka's Edge vision-language model targets robotics/physical scenarios, claiming 3x fewer input tokens and 65% higher throughput than mainstream 8B-class models on image/video understanding, object detection, and tool calling — built to run fast and cheap in production.

Faceless YouTube channels with Claude: one creator reports $70K in 9 months

One creator uses Claude for scripts, ElevenLabs for voice, Magic Hour for visuals, and CapCut for editing; another reports ~$70K in revenue since moving to AI video in August 2025. Comments mix distaste for "AI content slop" with curiosity about the actual money path.

Claude helps rewrite a technical email — and actually changes a city's traffic lights

A user used Claude to translate their complaint about an intersection into a technical explanation for signal engineers; the local engineering department retimed the lights, letting 2–3 more cars through per cycle. A concrete example of AI helping ordinary people speak the same language as technical systems.

Four models stock-trade live for 9 weeks: ChatGPT leads at +21%, but sample size is tiny

Each of ChatGPT, Gemini, Claude, and Perplexity got $1,000 via the Alpaca API to pick stocks for 9 weeks: ChatGPT gained +21.1% (betting on a doubling medical stock), Perplexity +1.1%, while Gemini lost 6.6% and Claude 11.5%. Fun case study with a single trajectory — not empirical evidence.

Anthropic launches free Claude Academy

Anthropic released free online courses on using Claude with Amazon Bedrock, GCP Vertex, and more, with education and nonprofit case studies — content typically covered by expensive bootcamps, now free for beginners.

---

📌 Source: Easy AI Daily

Tags

#ai-news#daily-digest#replit#anthropic#nvidia-nemotron#yann-lecun#ami-labs#ai-agents

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177169237