Jeff Dean and Sanjay Ghemawat spent 27 years building the infrastructure that made Google's AI dominance possible. This week they left to found Discovery Loop, a lab whose explicit goal is to automate the research loop itself. On the same day, Andrej Karpathy joined Anthropic to lead a team using Claude to accelerate Claude's own pretraining. Those are not two unrelated departures. That is the same bet made twice in 24 hours: the people who understand frontier AI best are now building systems that compound without them.

The gap this creates is structural. PostHog went from 1,441 PRs a month in January to 4,725 in June with roughly the same headcount, 70% of them opened by agents. Prime Intellect wrapped Claude Opus 4.5 in a recursive harness and jumped from 30% to 95.5% on ARC-AGI-3. The leverage is not theoretical. One group is building the harness and owning the loop. The other is still deciding whether to approve the AI budget. Discovery Loop and Hyperagent and Prime Agent are not products competing with enterprise software, they are bets that the research and engineering cycle itself gets automated next. Those two positions don't converge.

Top developments

  • Google DeepMind CEO Demis Hassabis becomes Chair and Alphabet Chief Scientist as Jeff Dean, Sanjay Ghemawat, and two colleagues leave Google to found Discovery Loop: On the same day, Google announced two seismic leadership changes. Alphabet CEO Sundar Pichai confirmed that Demis Hassabis is handing over day-to-day operational responsibilities at Google DeepMind to Koray Kavukcuoglu, who becomes SVP. Hours later, Jeff Dean and Sanjay Ghemawat, two of the engineers most identified with Google's AI and infrastructure dominance over the past 27 years, announced they are leaving alongside researchers Oriol Vinyals and Quoc Le to co-found Discovery Loop, a Public Benefit Corporation whose mission is to automate machine learning, science, and engineering research by parallelising thousands of experimental loops using frontier AI models.

  • Meta launches Muse Code in beta, a terminal coding agent powered by Muse Spark 1.2: Muse Code handles full software-engineering tasks across large repos by running persistent background agents that accumulate context across a session, fanning out to parallel sub-agents in isolated worktrees for bigger jobs so the working copy is never touched. It is Meta's second model release in under four weeks and benchmarks show Muse Spark 1.2 is competitive with top coding models, though some observers note the published evals omit several leading competitors.

  • Prime Intellect launches Prime Agent, a self-improving RLM harness that hits 95.5% on ARC-AGI-3: Prime Agent wraps frontier models in a "Recursive Language Model" harness, giving the model a persistent Python REPL as its only tool: it can rewrite its own context, spawn sub-agents, and modify harness state at runtime. Applied to Claude Opus 4.5, the same model that scored 30.2% with its native harness jumped to 95.5% on ARC-AGI-3, above the human-expert baseline. One reply notes the comparison may flatter Prime Agent because Codex with a minimal prompt also reaches ~78%, not the 13.3% headline figure, so the gain versus proprietary harnesses is real but contested. The open-source repo is MIT-licensed and works across models.

  • Google in talks to acquire Mechanize for $1.5B, its biggest AI data deal since Scale (paywalled): Mechanize, founded in April 2025 by ex-Epoch AI researchers, pays a team of 35-50 engineers roughly $400K/yr each to build high-quality reinforcement learning coding environments, producing about one task per week at ~$8K per task for use by frontier AI labs. The startup raised $9.1M at a $500M valuation in April 2026, making a potential $1.5B deal a 3x jump in three months. The reported structure is a talent-and-license arrangement, similar to Google's Windsurf and Character.​AI deals, and acquiring the pipeline also denies it to competitors.

Videos worth watching

Announcements & releases

Discussions & takes

Continuing threads

Funding & deals

  • Bending Spoons acquires Airtable for $1.285B as founder Howie Liu spins out AI-agent startup Hyperagent: Italian software conglomerate Bending Spoons struck an all-cash deal valuing Airtable's operating business at $1.285B enterprise value (roughly $2.25B including net cash), a steep drop from its $11B+ peak. Before signing, Airtable co-founder and CEO Howie Liu carved Hyperagent, his AI-agent platform, into a separate company that sits entirely outside the acquisition. Hyperagent lets users hand open-ended briefs to fleets of agents that research, build, and keep deliverables current. Liu discusses the spin-out and why the product form factor must change with every leap in model capability in a recent Navigators interview episode.

  • SPC Fund IV, $575M closed to back founders at the -1-to-0 stage: South Park Commons, the "anti-accelerator" community for technologists who haven't yet committed to a specific idea, has closed its largest fund to date, more than doubling its previous $275M vehicle. General Partner Aditya Agarwal says the raise brings SPC to $2B in AUM and a 1,200-member community, with the fund covering seed and Series A rounds alongside continued support for its strongest portfolio companies.

  • Standard Machines launches RL environments for chip design, aiming to let small teams tape out advanced chips in months: Chip design still takes years and hundreds of experts, while AI models improve on a cadence of months. Standard Machines, founded by ex-Apple GPU architect Jacob Peake, builds reinforcement-learning environments where models act in a real world, calling tools, editing files, and running simulations, with chip performance metrics (power, performance, area) serving as a free, automatic verifier. The goal is to compress that multi-year design cycle so small teams can take a chip from architecture to tape-out in months.