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

Easy AI Daily Digest | March 12, 2026: Replit, AMI Labs, Nemotron 3 Super, and More

Forum topic · 小凯 · 2026-03-27

Summary

Easy AI Daily digest for March 12, 2026 covers major AI industry moves: Replit's valuation tripled to $9B as it pivots from online IDE to an AI productivity suite with Agent 4's collaborative canvas; Anthropic launches The Anthropic Institute led by Jack Clark; Yann LeCun co-founds AMI Labs with $1.03B funding from NVIDIA, Samsung, and Bezos Expeditions to build JEPA-based world models; /r/LocalLLaMA surpasses 1 million members. On models: NVIDIA releases Nemotron 3 Super (120B params, ~12B active, 1M context, hybrid Mamba-Transformer + latent MoE), Google launches multimodal Gemini Embedding 2, and Fish Audio ships the S2 TTS model with 80+ languages. Research highlights include PostTrainBench, EvoSkill, AgentIR retrieval, layer-copying surgery on Qwen2-72B, and Karpathy's self-improving agent swarm cutting GPT-2 training time by 11%. Safety news covers reports that 70-90% of Anthropic's R&D code is written by Claude and a Claude Code outage dubbed an 'intelligence brownout'. Applications include Google's breast cancer screening AI reducing missed diagnoses by 25% and Perplexity's Personal Computer agent server.

Easy AI Daily Digest | March 12, 2026

A roundup of AI industry, model, agent, research, safety, and application news compiled from the Easy AI Daily.

Industry & Company News

  • Replit hits $9B valuation, pivots to productivity suite: Replit's valuation tripled in six months as it shifts from an online IDE with AI coding assistance to a full AI productivity platform supporting canvases, apps, websites, slides, and video — expanding its agents from code into broader knowledge work. Sources: Latent Space analysis
  • Anthropic founds The Anthropic Institute: Former policy lead Jack Clark becomes head of public benefit, leading a new institute spanning machine learning, economics, and social science to systematically study how powerful models affect society.
  • Yann LeCun co-founds AMI Labs with $1.03B: Advanced Machine Intelligence Labs raised its first round from NVIDIA, Samsung, Bezos Expeditions and others. It focuses on JEPA-based world models for modeling the real world rather than just text, with plans for open-source code and papers; no near-term product or revenue expectations.
  • /r/LocalLLaMA surpasses 1 million members: The local-model community, created in March 2023, has grown into a mainstream hobby reminiscent of the Linux enthusiast scene, with members hoarding GPUs, tweaking quantization, and tuning kernels.
  • Models & Capabilities

  • NVIDIA Nemotron 3 Super: A 120B-parameter open model (~12B active) with 1M context, hybrid Mamba-Transformer + latent MoE architecture, native multi-token prediction, and lower KV cache usage than Qwen3.5-122B. NVIDIA claims up to 2.2x faster inference than GPT-OSS-120B on Blackwell; already adapted in vLLM, llama.cpp, and Ollama.
  • Google Gemini Embedding 2: Omnimodal embeddings (text, image, video, audio, PDF) with Matryoshka support for low-dim storage. Community feedback: pricey for pure text use; better suited to multimodal retrieval, and video frame rates should be reduced to control cost.
  • Qwen3.5 multimodal architecture breakdown: Community analysis shows hybrid Gated DeltaNet linear attention + global attention, a 397B A17B MoE variant and 27B dense variant, native 262k context extensible to ~1M, and multi-token prediction in training.
  • Fish Audio S2: TTS model supporting 80+ languages, multi-speaker generation, ~100ms first-frame latency, and emotion control via natural-language tags like [whispers sweetly]. Authors claim it beats Google/OpenAI TTS on several benchmarks, but commercial use requires a separate license — not fully open source.
  • Qwen3.5-35B-A3B 'aggressive' GGUF released: A community 'zero-refusal' variant (0/465 refusals) of 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 and worry about long-context quality.
  • Apple M5 Max 128GB local LLM benchmarks: Using mlx_lm on a 14-inch M5 Max 128GB, users ran Qwen3.5-122B, Qwen3 Coder, Qwen3.5-27B distilled, and gpt-oss-120b at 16–32k context, hitting up to 2700+ tok/s prompt throughput while consuming 60–90GB of memory.
  • Agents & Tooling

  • Perplexity 'Personal Computer': Turns a Mac mini into an always-on hybrid local+cloud agent server with access to local files, apps, and browsing history, plus remote control. The enterprise version orchestrates 400+ SaaS apps with 20 dedicated models.
  • Replit Agent 4: A multi-agent collaborative canvas where users can simultaneously have agents build apps, websites, and slides rather than single-file code edits.
  • Base44 Superagents: A turnkey workflow agent for non-technical users, pre-integrated with Gmail, Slack, Stripe, CRM, and more.
  • LangChain auto context compression for Deep Agents: Instead of hard token truncation, agents summarize history at task boundaries, balancing long-task memory and token cost.
  • OpenAI computer-use technical notes: Developer documentation detailing execution loops, filesystem context, networking, and safeguards for agents operating computers.
  • Research & Methods

  • PostTrainBench v1.0: Benchmarks whether frontier agents can perform post-training of models in a simplified environment. Notably, medium reasoning length beat very long reasoning on GPT-5.1 Codex Max, since excessive tokens trigger context compression and hurt results.
  • EvoSkill: A framework with executor/proposer/skill-builder roles that distills reusable skills from failed tasks. On OfficeQA, it lifted Claude Code + Opus 4.5 accuracy from 60.6% to 67.9%.
  • AgentIR: Encodes agent reasoning traces together with queries as vectors for retrieval. It reached 68% accuracy on BrowseComp-Plus vs. 52% for larger conventional embedding models and 37% for BM25.
  • Layer-copying surgery on Qwen2-72B: Copying a block of 7 middle layers back into the network — without weight changes — improved Open LLM Leaderboard scores across the board, suggesting functional circuit blocks in Transformer layer stacks and more layer interchangeability than expected. Doable on two RTX 4090s.
  • Karpathy's self-improving agent swarm: Handing a 'try → test → think → retry' research loop to a fleet of agents produced ~700 changes, of which 20 effective ones cut GPT-2-level training time from 2.02 to 1.80 hours (11% faster).
  • GPT-5.4 reportedly solves an open EpochAI Frontier Math problem: Preliminary assessment by Epoch researchers deems the solution plausible, pending confirmation — suggesting frontier models may soon produce usable proofs on problems humans haven't solved.
  • Policy, Governance & Safety

  • 70–90% of Anthropic's R&D code written by Claude: Per TIME and related discussion, iteration cycles shrank from months to weeks, with some researchers predicting fully automated AI research within a year — fueling early recursive self-improvement concerns.
  • Agent failures are mostly unreliability, not attacks: Princeton-led feedback to NIST argues many AI agent failures are non-adversarial instability, lacking definitions, metrics, and mitigation — turning evaluation and monitoring into safety issues.
  • Claude Code outage = 'intelligence brownout': A login/OAuth failure disrupted developers for a day ('Silicon Valley productivity down 90%'), and Karpathy — whose autoresearch lab was halted — warned against depending on a single cloud model as sole productivity source.
  • Products & Applications

  • Google medical AI: Its system catches 25% of interval breast cancers missed by routine screening, and the AMIE conversational clinical-reasoning system was validated as safe and acceptable in real-world pilots.
  • Reka Edge: A vision-language model for robotics and physical AI, claiming 3x fewer input tokens and 65% higher throughput vs. comparable 8B-class models.
  • Faceless YouTube channels with Claude: One creator combined Claude scripts, ElevenLabs voice, Magic Hour visuals, and CapCut editing; another reports ~$70K earned since August 2025 — alongside community pushback on AI content spam.
  • Claude rewrites a traffic complaint — and it worked: A user had Claude translate their congestion complaints into technical language for signal engineers; the city retimed the light, letting 2–3 more cars through per cycle.
  • Four models stock-trading experiment: ChatGPT, Gemini, Claude, and Perplexity each got $1,000 via Alpaca API for 9 weeks: ChatGPT +21.1%, Perplexity +1.1%, Gemini −6.6%, Claude −11.5%. Fun case study, but a single trajectory — not empirical evidence.
  • Anthropic launches free Claude Academy: Free online courses on using Claude with Amazon Bedrock, GCP Vertex, and more, including education and public-interest use cases.
---

📌 Source: Easy AI Daily

Tags

#ai-news#daily-digest#replit#anthropic#nvidia-nemotron#open-source-models#ai-agents#ai-safety

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/177169164