Easy AI Daily | March 11, 2026
Agents & Tooling
Replit Agent 4: From code writing to "knowledge work agents"
Replit released Agent 4, evolving from an "online IDE with AI" into a collaborative canvas-style workbench. Parallel agents can help build apps, websites, slideshows, and videos — reflecting the broader trend of coding agents maturing and expanding into general office work.Perplexity launches hybrid local+cloud always-on agent "Personal Computer"
Perplexity's Personal Computer runs on a Mac mini as an always-on agent that can access local files, apps, and sessions with remote control. The enterprise version orchestrates 20 specialized models and 400+ apps, emphasizing unified agent orchestration and monitoring rather than a single chat model.Base44 Superagents: all-in-one work agents for non-technical users
Superagents ships "batteries included," connecting out of the box to Gmail, Slack, Stripe, CRM, and more, letting non-coders automate business workflows — effectively repackaging SaaS products into schedulable agent workflows.LangChain adds automatic context compression to Deep Agents
Instead of hard truncating by token count, Deep Agents now summarize automatically at task boundaries, reducing context bloat in long conversations and improving stability for multi-step tool calls.OpenAI shares technical details on agent "computer use"
OpenAI's developer team published documentation covering execution loops, filesystem context, network access, and safeguards — how to let agents actually do work without deleting files or firing off rogue requests.Reference: OpenAI computer use docs
Infrastructure & Hardware
NVIDIA releases Nemotron 3 Super: efficient 120B open model with 1M context
Nemotron 3 Super is a 120B-parameter model (~12B active) using a hybrid Mamba-Transformer / SSM Latent MoE design with native 1M context, optimized for agents. Weights, data, training recipes, and infrastructure are public; NVIDIA claims up to 2.2x faster FP4 inference than GPT-OSS-120B with higher throughput and lower KV cache cost.M5 Max 128GB local benchmarks for Qwen, gpt-oss and more
Community tests on a 14" M5 Max 128GB using mlx_lm: Qwen3.5-122B-A10B-4bit reached ~1239 t/s prompt throughput at 16K context with 73.8GB peak memory; gpt-oss-120b-MXFP4-Q8 hit 2710 t/s with ~64.9GB — demonstrating the feasibility of running 100B-scale models locally on high-end hardware.Models & Capabilities
Qwen3.5-35B-A3B Uncensored: large MoE, multimodal, near-zero refusals
A community GGUF release with 35B total / ~3B active parameters, 256 experts (8+1 active), text/image/video input, and hybrid attention. Its near-zero refusal rate sparked debate about capability loss, with suggestions to verify via KL divergence and concerns about long-context degradation.Fish Audio releases S2: 80+ language TTS with controllable emotion
S2 supports natural-language emotion tags like "[whispers sweetly]" and "[laughing nervously]", multi-speaker dialogue in one pass, and ~100ms time-to-first-audio, with claimed subjective quality above Google and OpenAI. Model and code are released, but commercial use requires separate licensing — not fully open source.References: S2 on Hugging Face | GitHub repo
Google launches Gemini Embedding 2: multimodal, but pricey for text
Supports text, image, video, audio, and PDF with Matryoshka-style embeddings. Community cost analysis finds text embedding prices relatively high — best reserved for cases requiring multimodal retrieval; video embedding costs spike without frame downsampling.Qwen3.5 multimodal architecture breakdown
Community analysis shows Gated DeltaNet linear attention + full attention hybrid, a 397B-A17B MoE variant and 27B dense variant, native 262k context expandable to ~1M, and multi-token prediction in training — a good mini-survey of current attention and MoE design trends.Reka Edge: vision-language model for robots and the real world
Reka's Edge VLM targets physical AI with image/video understanding, object detection, and tool use. Officially claimed 3x fewer input tokens and 65% higher throughput vs mainstream 8B models, suited to latency- and compute-constrained deployments.Research & Methods
PostTrainBench: benchmarking whether agents can post-train models
PostTrainBench v1.0 tests whether frontier agents can perform post-training of language models in simplified environments. Notable finding: on GPT-5.1 Codex Max, medium reasoning effort outperformed high effort — extra tokens crowded out context and hurt performance.EvoSkill: agents evolving reusable skills from failures
EvoSkill uses executor/proposer/skill-builder components to distill reusable skill modules from failures. On OfficeQA, adding it to Claude Code + Opus 4.5 raised exact-match from 60.6% to 67.9%.AgentIR: encoding reasoning traces into retrieval
AgentIR encodes agent reasoning trajectories alongside queries for reasoning-aware embeddings, reaching 68% accuracy on BrowseComp-Plus vs 52% for larger traditional embedding models and 37% for BM25.Karpathy's self-improving swarm: AI tunes its own training pipeline ~700 times
Karpathy's agentic swarm proposed ~700 modifications to a training pipeline, keeping 20, cutting time-to-GPT-2-level from 2.02 to 1.80 hours (~11% improvement). The loop (try → measure → reflect → retry) ran largely autonomously — a concrete step toward AI doing AI research.Reference: GitHub
Layer-block duplication puts Qwen2-72B atop open leaderboard
A blog reports that duplicating a 7-layer intermediate block in Qwen2-72B (no weight changes) improved all Open LLM Leaderboard metrics, topping the board using 2×4090s. Experiments also "miswired" layers (e.g., layer 60 output into layer 10), suggesting transformer layers are more interchangeable than expected — fuel for layer routing and recurrent-depth architectures.GPT-5.4 reportedly first to solve an unsolved EpochAI Frontier Math problem
Reports say GPT-5.4 solved an open Frontier Math problem that human mathematicians hadn't. Described as research-relevant but not top-tier difficulty, Epoch researchers preliminarily consider the solution correct, pending problem-author confirmation.Agent reliability framed as a "safety problem", not just adversarial robustness
A Princeton response to NIST argues many agent failures aren't attacks but plain unreliability, requiring its own definition, measurement, and mitigation — treating agent evaluation and tuning as a first-class engineering problem.Reference: Princeton NIST comment (PDF)
Products & Deployment
Google medical AI finds 25% of missed breast cancers; clinical dialogue pilot succeeds
Google reported an imaging system detecting ~25% of interval breast cancers missed by traditional screening, and the AMIE conversational clinical reasoning system judged safe, feasible, and well-accepted in real-environment pilots.r/LocalLLaMA passes 1 million subscribers
The local-LLM community reached 1M members in under a year, reflecting growing mainstream interest in running AI on personal devices despite earlier moderation turmoil.Industry & Companies
Replit valuation hits $9B in six months, pivots to productivity platform
Replit's valuation rose to ~$9B as it transforms from coding site into a canvas-based productivity suite spanning apps, websites, slides, and video — chasing the "knowledge work restructuring" opportunity alongside Claude Cowork and Notion custom agents.Anthropic launches the Anthropic Institute
Led by former policy head Jack Clark, the Institute spans machine learning, economics, and social science, formalizing public-interest research and AI governance engagement as a business line.Reference: Announcement
Yann LeCun founds AMI Labs with $1.03B for world models
LeCun and Alexandre LeBrun launched Advanced Machine Intelligence (AMI Labs) with a $1.03B first round backed by NVIDIA, Samsung, and Bezos. The team will pursue JEPA-style world models focused on the physical world and common sense, with plans to open-source code and papers and no near-term revenue expectations.Policy, Governance & Safety
Anthropic reportedly showing early "recursive self-improvement"
Per TIME, 70–90% of code for future Anthropic models is reportedly written by Claude, with iteration cycles compressed from months to weeks; some researchers expect highly automated AI research within a year. Claude 3.7 Sonnet's 10-day safety-related launch delay fueled debate over slowing for safety.Claude Code outage previewed a future "intelligence blackout"
A Claude Code authentication failure disrupted many developers — "Silicon Valley productivity dropped 90%," quipped some. Karpathy and others framed it as a rehearsal for infrastructure-level risk when R&D pipelines depend heavily on frontier models.---
📌 Source: Easy AI Daily