Nobel laureate John Jumper leaves Google DeepMind for Anthropic
Nobel laureate John Jumper announced he is leaving Google DeepMind for Anthropic, the second major AI talent departure from Google in a week after Transformer co-inventor Noam Shazeer joined OpenAI. A Martin Fowler case study on Bayer’s production agentic AI system codified context engineering and harness engineering as reliability foundations for regulated deployments, while Chrome’s Lighthouse shipped scoring that evaluates websites for AI agent interaction readiness.
Funding & Business #
Nobel laureate John Jumper leaves DeepMind for Anthropic #
Bloomberg / TechCrunch
John Jumper, who shared the 2024 Nobel Prize in Chemistry for leading the development of AlphaFold, announced he is leaving Google DeepMind after nearly nine years to join Anthropic. The departure follows Transformer co-inventor Noam Shazeer’s exit to OpenAI days earlier, marking the most significant week of talent loss for Google’s AI division in its history. Jumper will remain at DeepMind through year-end for transition, but losing two researchers of this caliber in the same week suggests a structural retention problem that goes beyond individual compensation – it signals that top scientists view Anthropic and OpenAI as better positioned for the next phase of AI research.
Developer Tools #
Building reliable agentic AI systems #
Martin Fowler / Bayer / Thoughtworks / Hacker News (116 points)
A detailed case study describes PRINCE, a production agentic AI system built by Bayer and Thoughtworks that helps pharmaceutical researchers navigate preclinical datasets through natural language queries. The article identifies two complementary engineering approaches for reliability in regulated AI deployments: context engineering (ensuring each component receives precisely the right information at each workflow stage) and harness engineering (explicit control through orchestration, state persistence, error recovery, and human oversight). The central argument – that reliability comes from treating the AI as a bounded tool within a larger system, not from better models – provides a concrete architectural reference point for teams building production agents.
Lighthouse agentic browsing scoring #
Chrome Developer Documentation / Lobsters
Chrome’s Lighthouse now includes an agentic browsing audit category that evaluates how well websites are constructed for machine interaction, measuring WebMCP tool registration, accessibility tree quality (the “machine-eye view” of a page), and layout stability. Rather than a traditional 0-100 score, it uses a pass/fail ratio with specific failure identification. As AI agents increasingly interact with the web as primary consumers rather than edge-case scrapers, this scoring framework gives developers a concrete checklist for agent readiness – the audit-tool counterpart to the “agent-first web” research direction.
MCP’s real value may be as an auth gateway #
Simon Willison’s Weblog
Simon Willison highlighted a comment from Sean Lynch arguing that MCP’s most valuable capability is isolating the auth flow outside the agent’s context window and potentially outside the harness entirely, rather than tool discovery or protocol standardization. Lynch suggested that “maybe the idealized form of MCP is just an auth gateway for the API and nothing else – that’d still be a win.” The framing redefines MCP’s value proposition from a broad interoperability standard to a narrow, high-impact auth delegation layer – a more achievable and immediately useful scope.
Research & Papers #
How transparent is DiffusionGemma (and why it matters) #
AI Alignment Forum / Google DeepMind
A team including Google DeepMind interpretability researchers Neel Nanda, Rohin Shah, and others published a mechanistic interpretability study of DiffusionGemma, testing whether current interpretability techniques can explain the internal workings of a text-to-image diffusion model. The paper addresses a fundamental question for AI safety: whether the transparency tools developed for language models transfer to other architectures. For teams working on model governance and validation, the results indicate where interpretability techniques are currently effective and where they break down outside the language model domain.
Claude Fable 5 and Mythos 5: Capabilities #
Don’t Worry About the Vase (Zvi Mowshowitz)
Zvi Mowshowitz published a detailed capability analysis of Fable 5 and Mythos 5, cataloging their benchmark performance before the US government pulled them from availability. Fable 5 achieved 95% on SWE-bench Verified, 80% on SWE-bench Pro, and 87% on FrontierMath, while taking the top spot on the ECI by one point over GPT-5.5 Pro. The analysis serves as both a benchmark reference and an implicit argument that the models’ capabilities – while frontier-leading – are incremental advances over existing models rather than the kind of qualitative leap that would justify emergency export controls.
Regulatory & Policy #
From PGP to Mythos: a brief history of export controls that didn’t stop anyone #
TechCrunch
TechCrunch draws historical parallels between the Mythos export controls and two previous failed attempts to restrict dual-use technology: the criminal investigation of PGP creator Phil Zimmermann in the 1990s (circumvented by publishing source code as a book) and the Wassenaar Arrangement’s spyware export restrictions (undermined by companies relocating to permissive jurisdictions). The article argues that export controls on advanced software fundamentally fail because determined actors find workarounds. Whether or not one agrees with the conclusion, the historical pattern is documented: each previous generation of software export controls was defeated by the technology’s portability, and the policy question is whether AI model weights are different enough to break that pattern.
Infrastructure #
Billionaire Ambani wants AI in every call, app, and home #
TechCrunch
Reliance Industries unveiled a suite of AI products embedded directly into its Jio telecom network serving 500+ million users, including Jio Call Agent (real-time transcription, summaries, and task execution during calls), TeleFrame (an AI-powered home display), and sector-specific services for healthcare, education, agriculture, and small business across 22 Indian languages. Ambani stated India “must become a creator, adopter, and a global leader in AI” rather than a consumer of externally developed AI. The deployment is significant for its scale and integration depth: rather than offering AI as an optional app, Reliance is building it into telecom infrastructure that half a billion people already use daily.
Reverse engineering the Qualcomm NPU compiler #
datavorous.github.io / Lobsters
A detailed reverse engineering of Qualcomm’s HTP (Hexagon Tensor Processor) compiler reveals that on-device AI inference is more sophisticated than commonly assumed: the compiler uses formal optimization (HiGHS solver) for memory placement rather than heuristics, employs a scheduler that finds optimal operation ordering to minimize data spilling, automatically adjusts tensor precision during compilation, and includes an analytical simulator (Hextimate) that predicts hardware performance using roofline modeling. For teams deploying models to mobile and edge devices, the findings suggest that Qualcomm’s NPU stack handles optimization decisions that developers might otherwise try to manually tune.
Security #
Signal president warns AI chatbots are not your friends #
TechCrunch / Bloomberg
Signal President Meredith Whittaker warned in a Bloomberg interview that treating AI chatbots as trusted confidants creates dangerous privacy backdoors, using Microsoft AI CEO Mustafa Suleyman’s prediction that Copilot could manage holiday shopping by monitoring family communications as an example of how “seemingly convenient AI features actually demand very pervasive access” across personal applications. Her core argument: AI assistants that handle personal decisions while accessing credit cards, messaging apps, and calendars create surveillance vulnerabilities comparable to those Signal was built to prevent. The warning carries weight given its source – Whittaker runs the most prominent privacy-focused communications platform and has a track record of identifying surveillance patterns before they become mainstream concerns.
Other #
In the Weights: AI-centric vanity search #
TechCrunch
Former OpenAI employees Thomas Dimson and Joey Flynn launched In the Weights, a tool that queries multiple AI models (GPT, Claude, Gemini, Llama) to measure how well they can recall information about a person without web search, assigning a “strength score” based on consistency and confidence across models. The tool surfaces an interesting signal about training data composition – whose existence the models consider important enough to encode – and highlights cross-model inconsistencies and hallucination patterns in a playful format.
Threads to Watch #
Google’s AI brain drain is accelerating. John Jumper to Anthropic and Noam Shazeer to OpenAI in the same week represent the kind of talent loss that compounds: each departure makes the next one easier, as remaining researchers observe their most accomplished colleagues choosing competitors. The pattern mirrors the broader trend of talent flowing from incumbents to challengers during platform transitions, but the speed and caliber of departures from DeepMind specifically suggest something beyond normal attrition.
The agent-first web is materializing in tooling. Chrome’s Lighthouse agentic browsing scores, Martin Fowler’s production agentic system patterns at Bayer, and the ongoing MCP auth gateway discussion all represent agent-web interaction moving from research proposals to developer-facing infrastructure. Last week’s Hugging Face ARD spec set the protocol layer; this week’s developments add the audit, engineering, and auth layers that turn agent-web interaction from aspirational to buildable.
The export control futility argument is gaining structure. TechCrunch’s PGP-to-Mythos historical analysis, Zvi’s benchmark-level demonstration that Fable 5’s capabilities are incrementally rather than qualitatively different from available alternatives, and ongoing industry pushback collectively shift the debate from “should Mythos be restricted” to “can software restrictions work at all” – a question with thirty years of documented evidence suggesting they cannot.
Sources Unavailable Today #
These sources could not be fetched today. Links point to their homepages so you can check them directly.
- Weights & Biases: Fully Connected — scrape: content not extractable
- Stanford HAI — scrape: content truncated