Shazeer flips to OpenAI; Fable's benchmarks don't add up

June 19, 2026

27 topics · 36 sources

Industry Hot Take
The Rundown

OpenAI Recruits Noam Shazeer From Google — Again

OpenAI has hired Noam Shazeer, a co-author of the original "Attention Is All You Need" transformer paper and most recently the co-lead behind Gemini at Google.[1]The Rundown This is the second time Google has spent massively on Shazeer — Google paid $2.7 billion to acquire his startup Character.AI just two years ago — only to watch him join the rival lab. The move signals a continued talent war at the very top of the industry.

Read more

The Shazeer Saga

Noam Shazeer is one of the most credentialed researchers in deep learning: he was an original co-author of "Attention Is All You Need" (2017), the transformer paper that underpins virtually every modern language model. After leaving Google for Character.AI, Google agreed to acquire Character.AI for $2.7 billion in 2024 to get him back. He then became co-lead of the Gemini model project — and has now moved to OpenAI.[1]The Rundown

Google has now effectively paid over $2.7 billion for Shazeer's involvement in Gemini, only to see him walk out the door to the leading competitor. The pattern mirrors earlier talent migrations from DeepMind and OpenAI alumni to new labs.

Why It Matters

Transformer-era pioneers are becoming a scarcity. As the core architecture has matured, the researchers who deeply understand the theory behind it — and can innovate at the frontier — are an increasingly contested resource. Shazeer's departure isn't just a talent win for OpenAI; it's a substantial blow to Google's flagship model organization.

AI Models Hot Take
The Batch AI Daily Brief

Fable 5's Safety Classifiers Are Breaking Every Benchmark

Multiple independent testing organizations have found that Claude Fable 5's safety classifiers make it nearly impossible to measure the model's true capabilities — "flagged prompts were either answered by a weaker model in its place or refused outright," causing performance rankings to swing wildly depending on how refusals are counted.[2]The Batch Issue 358 The AI Daily Brief also covered which competing models are positioning to fill the gap left by Fable's export restrictions.[3]AI Daily Brief

Read more

The Measurement Problem

The Batch's summary of the situation is damning: when Anthropic's safety layer intercepts a prompt and routes it to a weaker model, benchmark evaluators recording the response can't tell which model actually answered. If they count refusals as failures, Fable 5 looks worse than it is; if they ignore them, the sample set becomes non-representative. There's no clean way to isolate raw capability from safety policy at evaluation time.

This problem is compounded by the U.S. government's export restrictions on Fable 5 and Mythos 5 — the restricted access has caused several benchmarking organizations to drop Fable from their comparisons entirely, meaning the model's standing on public leaderboards is now understated by design.

Competing to Fill the Void

According to the AI Daily Brief, several labs — including models from xAI, Google, and open-weights contenders like GLM 5.2 — are actively positioning as alternatives for use cases that Fable 5 can no longer serve for non-US entities. The export restriction is functioning as an unintended market-opening mechanism for competitors.

Industry AI Future
The Rundown

Midjourney Is Building Full-Body Medical Scanners

Midjourney — the text-to-image company — has unveiled a full-body medical scanner that uses underwater ultrasonic sensors to complete a detailed scan in 60 seconds, matching MRI-level detail.[1]The Rundown The company plans to deploy these scanners in spa locations starting in 2027, marking a striking pivot from consumer generative AI into consumer health hardware.

Read more

From Image Generation to Body Scanning

Midjourney's scanner project is a dramatic departure from its core business. Rather than licensing its image generation capabilities, the company appears to be betting on physical hardware as a second product line — placing it in competition with medical imaging startups rather than other generative AI labs.

The 60-second scan time and "MRI-level detail" claim are significant if true. Consumer MRI is largely inaccessible due to cost and appointment logistics; a spa-based ultrasonic scanner at accessible price points could serve a growing preventive health market. The "spa" framing also suggests a focus on the wellness-oriented consumer rather than clinical patients.

Adjacent Hardware Pivots

Midjourney joins a broader pattern of software-native companies pivoting into hardware: Humane, Rabbit, and various AI-wearable startups have all attempted similar expansions. The difference here is that Midjourney has a substantial revenue base and doesn't need the hardware to immediately succeed — it can afford to experiment.

AI Models AI Future
Anthropic Research

Claude Opus 4.7 Pilots a Quadruped Robot 20x Faster Than Humans

Anthropic's Project Fetch Phase Two found that Claude Opus 4.7 operated a robotic quadruped about 20 times faster than the fastest human team on previously completed tasks, while generating approximately 10 times less code.[4]Anthropic Research: Project Fetch Phase Two The model excelled at sensor connectivity, object detection, and communication protocols — but still struggled with the fine motor control required for the core "fetching" task of beach ball retrieval.

Read more

What the Numbers Mean

The research compared four conditions: a team without Claude, a team with Claude assistance, and Claude Opus 4.7 working autonomously. On the subset of tasks all participants completed, Claude was "37.7 times faster than Team Claude-less and 18.9 times faster than Team Claude."[4]Anthropic Research: Project Fetch Phase Two The code efficiency gap is also notable: Claude produced roughly one-tenth as many lines to accomplish the same tasks, suggesting it found more direct algorithmic approaches.

Where AI Still Falls Behind Humans

The autonomy breakdown came in closed-loop control — the real-time feedback adjustments needed to precisely navigate and retrieve the beach ball. This is the gap between "can plan and set up a system" and "can run it adaptively in a dynamic physical environment." Claude could establish the pipeline; it couldn't yet operate the robot's body with the millisecond-level corrections physical manipulation requires.

Trajectory

Anthropic interprets these results as evidence that AI is beginning to cross into physical agency for "limited applications" using off-the-shelf hardware — a meaningful shift from software-only assistance. The explicit limitation (closed-loop adaptive control) is also a clean roadmap for what Phase Three would need to demonstrate.

AI Models
The Batch

Nvidia Nemotron 3 Ultra: 550B Parameters, Fully Open

Nvidia released Nemotron 3 Ultra, a 550-billion-parameter model using a hybrid transformer-mamba architecture, with weights, training data, and code published openly.[2]The Batch Issue 358 The model "excelled on the Ruler test of long-context recall with a context of 1 million tokens (95 percent)" and runs approximately three times faster than comparable alternatives — making it simultaneously one of the most capable and most accessible open-weights models available.

Read more

Why Hybrid Architecture Matters

The transformer-mamba hybrid is a structural bet: mamba's selective state space mechanism handles long-context recall more efficiently than pure attention, which scales quadratically with sequence length. By combining both, Nemotron 3 Ultra gets the expressiveness of attention for short-range dependencies and the efficiency of mamba for very long contexts — hence the 95% score on 1M-token recall.

Speed Advantage

Running three times faster than comparable alternatives is operationally significant for enterprise deployment. At 550B parameters, the model is too large to run on consumer hardware, but for organizations with GPU clusters or cloud inference budgets, the throughput difference compresses cost by roughly 3x versus equivalent-quality models.

The Open Weights Play

Nvidia's decision to fully open-source Nemotron 3 Ultra — weights, training data, and code — is a strategic move to establish Nemotron as the reference architecture for enterprise customization. Nvidia sells the GPUs that run these models; open weights ensure developers train and fine-tune on Nvidia hardware rather than alternatives.

AI Models AI Tools
Nate Herk | AI Automation Better Stack

GLM 5.2: The 753B Open-Weights Champion Nobody Expected

Z AI's GLM 5.2 — a 753-billion-parameter open-weights model with a 1M-token context window — has taken the top position on the Artificial Analysis Intelligence Index, beating every proprietary model on benchmarks.[5]Nate Herk: GLM 5.2 in Claude Code Better Stack covered the model compression side: via unsloth quantization, the 1.51TB model has been reduced to 238GB — still large, but approaching practical local deployment on high-end workstations.[6]Better Stack: This AI Model Went From 1.51TB to 238GB

Read more

Why GLM 5.2 Is Significant

GLM 5.2 from Z AI (Zhipu AI) represents a significant shift in the open-weights landscape. Until now, open-weights leaders were primarily US-origin models (Llama series, Nemotron, Mistral). GLM 5.2's benchmark lead — documented by Artificial Analysis — suggests Chinese AI labs have caught up to or exceeded frontier Western capability on at least one major evaluation framework, and are willing to release weights openly.

The 1M-token context window also puts GLM 5.2 in competitive territory with frontier closed models on long-context reasoning tasks — the kind needed for large codebase analysis, long-document processing, and complex agentic workflows.

Nate Herk's Hands-On

Nate Herk published a hands-on video exploring GLM 5.2 as a backend model within Claude Code,[5]Nate Herk: GLM 5.2 in Claude Code describing the result as "blowing my mind" — suggesting strong coding performance that rivals or matches Claude models when routed through the Claude Code interface.

Compression Path

The 1.51TB → 238GB reduction via unsloth quantization is a meaningful step toward local deployment, but 238GB still requires substantial hardware (multiple high-VRAM GPUs). The compression story is more about cloud cost reduction than true local access for now.

Industry
Tech Brew

AI Memory Demand Is Making iPhones More Expensive

Apple CEO Tim Cook warned that product price increases are "unavoidable" as memory chip costs have surged up to 90% between October 2025 and February 2026, driven by AI server demand crowding out consumer device production.[7]Tech Brew: Hey Siri, how much is an iPhone now? Wall Street Journal analysis estimates the iPhone 18 Pro could hit $1,299 — up from $1,099 today — with DRAM costs per device jumping from $39 to $145.

Read more

The Supply Chain Squeeze

Memory chipmakers are prioritizing AI server production over consumer device allocations. AI data centers use vastly more HBM (high-bandwidth memory) per unit of compute than smartphones or laptops, and the margin structure favors server sales. The result is a classic secondary market squeeze: consumers buying smartphones are now indirectly paying for the GPU clusters running AI inference.

Cook called the shortage a "hundred-year flood" — language that suggests he views it as structural rather than cyclical. If AI infrastructure investment continues at current rates, memory competition between AI and consumer device segments could remain acute through 2027.

The Irony

Apple is simultaneously promoting its redesigned Siri as the marquee upgrade incentive for iPhone 18. The AI features that are supposed to justify the higher price are contributing — indirectly — to the cost increase that makes the phone harder to sell. The AI investment cycle is eating into Apple's core consumer hardware margins.

Timeline

Mac and iPad price hikes may arrive before iPhone 18 launches this fall. An iPhone Air 2 is planned for spring 2027 at a lower price point — suggesting Apple may try to maintain two price tiers as the premium market absorbs the memory cost increase.

Developer Tools AI Models
The Batch

New SWE Benchmarks Make SWE-Bench Look Like Child's Play

Three new software engineering benchmarks are emerging as the replacement for SWE-bench: DeepSWE (feature implementation), ProgramBench (program development from ideas), and ITBench-AA (system diagnostics).[2]The Batch Issue 358 These tests are dramatically harder than SWE-bench Pro — solutions "require around 5.5 times more lines of code" — and current frontier models are still far from human-level performance on them.

Read more

What's Wrong With SWE-bench

SWE-bench has essentially been "solved" at the competitive frontier: top models now score above 70% on the standard version, and SWE-bench Pro (a harder variant) is rapidly becoming saturated too. The benchmarks measure bug-fixing on real GitHub issues, which is useful but narrow — it misses feature design, multi-system integration, and operational tasks like diagnosing production incidents.

The Three Replacements

  • DeepSWE: Feature implementation from spec — requires understanding requirements, not just matching a known fix.
  • ProgramBench: Program development from high-level ideas — evaluates the full design-to-implementation pipeline.
  • ITBench-AA: System diagnostics — evaluates models on real-world SRE (site reliability engineering) tasks, testing operational rather than development competence.

The 5.5x code length requirement reflects that these tasks genuinely require more work, not just more intelligence — the model must produce longer, more integrated solutions rather than pinpoint surgical fixes.

AI Models Developer Tools
Artificial Analysis

AA-Briefcase: Testing AI on Real Knowledge Work

Artificial Analysis announced AA-Briefcase, a new frontier benchmark designed to evaluate models on real-world knowledge work tasks — a category of work that existing coding and reasoning benchmarks largely fail to capture.[8]Artificial Analysis: AA-Briefcase The benchmark focuses on the kind of research synthesis, document analysis, and professional judgment tasks that white-collar workers perform daily.

Read more

The Gap in Current Benchmarks

Most AI evaluations focus on coding, math reasoning, and factual recall — all measurable with objective ground truth. But most professional AI use involves ambiguous tasks: synthesizing research, drafting proposals, analyzing data and drawing inferences, and making judgment calls without clear right answers. AA-Briefcase attempts to ground evaluation in this messier, more realistic domain.

Artificial Analysis has been systematically building out a benchmark ecosystem — AA-Briefcase joins AA-Omniscience (knowledge/hallucination), AA-LCR (long-context reasoning), AA-AgentPerf (hardware for agents), and AA-WER (speech transcription). AA-Briefcase fills the knowledge-work slot in this suite.

Developer Tools
OpenRouter OpenRouter

LLM Gateway Showdown: OpenRouter vs Portkey vs LiteLLM

OpenRouter published two comparison articles positioning its managed gateway against the two leading alternatives: Portkey (a governance control plane) and LiteLLM (a self-hosted proxy).[9]OpenRouter vs Portkey[10]OpenRouter vs LiteLLM The core splits: OpenRouter is fully managed (no infrastructure, 5.5% fee), Portkey governs keys you already have (RBAC, guardrails, PII redaction), and LiteLLM is self-hosted open-source (~$200–500/month infrastructure but full data sovereignty).

Read more

OpenRouter vs Portkey

The architectural split is clear: OpenRouter routes across 70+ providers using credits you purchase upfront; Portkey sits in front of the provider keys you already have. Portkey adds RBAC (role-based access control), guardrails, PII redaction, and rate limiting — making it better suited for organizations with compliance requirements that need to govern internal LLM usage rather than simply access more models.

OpenRouter has 300+ models with automatic failover and no per-provider account management. Portkey has 1,600+ models once you supply your own keys. The two can even be combined: Portkey upstream of OpenRouter gives you governance on top of managed routing.[9]OpenRouter vs Portkey

OpenRouter vs LiteLLM

LiteLLM is for organizations where "requests must not leave your network." It requires Docker, PostgreSQL, and Redis, but runs on-prem with full routing customization. The economics crossover (when self-hosting becomes cheaper than the 5.5% OpenRouter fee) is roughly $3,600–9,100/month of model spend, depending on infrastructure costs.[10]OpenRouter vs LiteLLM

Both use OpenAI-compatible APIs, so switching between them is straightforward. LiteLLM can even point upstream to OpenRouter — using local access controls with managed provider routing.

Tools: OpenRouter, Portkey, LiteLLM, Cloudflare
AI Future Industry
OpenAI OpenAI The Rundown

Medical AI Goes Mainstream: ChatGPT Health + Rare Disease Diagnosis

OpenAI shipped redesigned health intelligence features in ChatGPT, and published a collaboration with Boston Children's Hospital using AI to help physicians diagnose rare genetic diseases in children.[11]OpenAI: Improving Health Intelligence in ChatGPT[12]OpenAI: Diagnose Rare Childhood Diseases Meanwhile, The Rundown cited Demis Hassabis reaffirming a 10–20 year timeline to use AI to cure diseases, saying his team had "not shifted, but hardened" on the projection.[1]The Rundown

Read more

ChatGPT Health Features

The redesigned health intelligence in ChatGPT targets medical information retrieval, symptom discussion, and personalized health guidance — building on ChatGPT's existing general capability with more structured medical context. OpenAI has been cautious about medical claims; this update signals growing confidence in the product's reliability for health-adjacent queries.

Rare Disease Diagnosis

The Boston Children's Hospital collaboration targets rare genetic diseases — conditions that are notoriously difficult to diagnose because they're individually uncommon but collectively significant (rare diseases affect 1 in 10 Americans). AI systems that can synthesize genomic data, phenotypic symptoms, and literature at scale offer a genuine diagnostic advantage over human physicians working from memory and experience alone.

Demis Hassabis on the Timeline

Hassabis's "not shifted, but hardened" phrasing is notable. It means he isn't walking back the 10–20 year timeline for curing diseases with AI, but has become more confident in it — suggesting AlphaFold and follow-on biology research has given DeepMind's team enough signal to maintain (not just defend) their bullish position.

Developer Tools Hot Take
Simon Willison

MCP's Real Value Is Auth Isolation, Not Tool Calling

Simon Willison highlighted a sharp observation from Sean Lynch on Hacker News: "The real valuable capability MCP offers over skills/CLI is isolating the auth flow outside of the agent's context window."[13]Simon Willison: Quoting Sean Lynch Lynch argues that MCP at its most refined form might function primarily as an authentication gateway — keeping credentials out of model context where they can be leaked or manipulated.

Read more

Why This Framing Matters

Most MCP discussion focuses on tool calling — how agents can invoke external APIs and services. But Lynch's argument reframes MCP as fundamentally an auth isolation mechanism: the critical security property isn't that the model can call tools, it's that it can authenticate to those tools without the credentials ever appearing in the conversation context where they could be extracted by prompt injection, leaked in outputs, or stored in model training data.

This distinction matters for enterprise adoption. Enterprises have been hesitant to give AI agents access to sensitive systems precisely because of credential handling concerns. A protocol that enforces auth-out-of-context by design changes the security surface meaningfully.

MCP as API Gateway

Lynch's final observation — that in its best form MCP might just be "an authentication gateway for APIs" — is either a reductive critique or a sharp compliment, depending on how you read it. Framed as a critique: MCP is overhyped for what's essentially an OAuth flow. Framed as a compliment: getting auth right for AI agents is actually the hard problem, and MCP solved it.

Tools: MCP (Model Context Protocol)
AI Models AI Future
Last Week in AI

Diffusion Language Models Break 1,000 Tokens Per Second

Last Week in AI covered new results showing diffusion-based text models achieving over 1,000 tokens per second — dramatically faster than autoregressive generation, which proceeds token-by-token and is fundamentally bottlenecked by sequential latency.[14]Last Week in AI: 1,000 Tokens Per Second If diffusion models can match autoregressive quality at this speed, the throughput advantage could reshape inference economics.

Read more

How Diffusion Text Generation Works

Diffusion language models generate text by iteratively denoising a masked or noisy token sequence — analogous to image diffusion but in token space. Unlike autoregressive models that generate one token at a time (left to right), diffusion models can refine the entire output in parallel. This parallelism is what enables the throughput gains: at 1,000+ tokens/second, a full 2,000-token response takes under 2 seconds.

The Quality Gap

The historic weakness of diffusion text models has been quality — early experiments in this space (MDLM, Plaid) showed promising fluency but struggled with coherence and factual accuracy compared to equivalently-sized autoregressive models. The 1,000 tok/s headline is notable precisely because it suggests quality is approaching the threshold where the speed advantage becomes viable for real deployments.

Inference Economics

At current compute prices, throughput is a primary driver of inference cost per token. A model generating 10x more tokens per second on the same hardware cuts serving costs proportionally. If diffusion quality matches autoregressive quality, diffusion inference becomes the economically dominant approach — which would pressure all inference providers to migrate.

Developer Tools
Fireship

The Internet's Most Trusted Code Is Being Rewritten in Rust

Fireship's 5-minute explainer covers the ongoing initiative to rewrite foundational internet infrastructure — including curl, critical Linux subsystems, and other universally-trusted open-source components — in Rust for memory safety.[15]Fireship: The most trusted code on Earth is being rewritten in Rust This isn't a hypothetical project; rewrites are actively underway with government backing from CISA and DARPA.

Read more

Why Now

Memory safety vulnerabilities (buffer overflows, use-after-free, race conditions) account for a large percentage of critical CVEs in production systems. C and C++ programs written decades ago power most internet infrastructure and remain the primary attack surface for nation-state adversaries. Rust eliminates entire classes of these vulnerabilities at the language level via its ownership model.

Government agencies have been pushing for memory-safe language adoption with increasing urgency since 2022. The combination of CISA mandates and DARPA funding has created enough institutional momentum that major open-source maintainers are undertaking rewrites that would have seemed impractical five years ago.

What's Being Rewritten

The highest-profile efforts include the Linux kernel (Rust modules for drivers and subsystems), curl (the Hyper-based Rust HTTP implementation), and various cryptographic libraries. Each rewrite is complex because these components have decades of edge-case handling baked in, and correctness — not just memory safety — must be preserved through the transition.

Tools: Rust, curl, Linux kernel
AI Future Hot Take
Dwarkesh Patel

The Data Black Hole at the Center of AI

Dwarkesh Patel published a discussion on the structural data scarcity problem in AI training — the argument that AI models are consuming high-quality human-generated training data faster than it can be produced, creating a ceiling on further capability scaling that raw compute investment alone can't solve.[16]Dwarkesh Patel: The data black hole at the center of AI

Read more

The Data Scarcity Argument

The scaling hypothesis predicts that more compute + more data → better models. The data scarcity concern is that the "more data" side of that equation is approaching a wall: the stock of high-quality text on the internet is finite, models have been trained on most of it, and human content production rates can't keep pace with AI training appetite. This creates a bottleneck that can't be resolved by buying more H100s.

Proposed Solutions and Their Limits

Common responses include synthetic data generation (AI training on AI-generated content), which risks "model collapse" if the feedback loop degrades quality; test-time compute (inference-time reasoning chains like o1/R1), which extends effective capability without additional training data; and multimodal expansion (video, images, audio) to access data types not yet saturated. Each has real potential and real limitations.

Why This Matters Now

If the data ceiling is real, capability scaling slows and competitive differentiation shifts to things like architecture efficiency, post-training (RLHF, fine-tuning, alignment), and deployment intelligence rather than raw pre-training scale. Labs with better data pipelines — unique agreements with publishers, real-time data access, proprietary datasets — gain structural advantages over labs that rely on the common crawl.

AI Models
The Batch

POPE: Teaching RL to Cheat Its Way to Better Exploration

Researchers introduced Privileged On-Policy Exploration (POPE), a reinforcement learning technique that provides solution prefixes during training to bootstrap exploration — letting models skip the hardest part of discovering how to start a problem and instead focus on completing it.[2]The Batch Issue 358 On hard math and reasoning tasks where models otherwise rarely stumble upon the right initial path, POPE significantly improves training efficiency.

Read more

The Exploration Problem in RL

Standard reinforcement learning for reasoning tasks requires the model to both discover good approaches and learn to execute them. On hard problems, models almost never randomly stumble onto correct solution paths — meaning the reward signal is too sparse to provide useful learning signal. POPE addresses this by giving the model a "privileged" hint (a prefix of the solution) during training, so it can practice the completion task even if it couldn't generate the opening moves.

Why "Cheating" Works

The key insight is that training and inference are separate phases. During training, providing prefixes (cheating) allows the model to receive dense reward signal. At inference time, no hints are provided — the model must generate the prefix itself. If the completion practice has improved the model's internal representations of solution strategies, those improvements generalize back to the full generation task.

This is analogous to worked examples in education: students who study solutions learn to recognize patterns they couldn't have discovered through pure trial and error, then apply those patterns to novel problems.

AI Tools Developer Tools
Nate Herk | AI Automation AICodeKing Developers Digest OpenAI

Agent Loops, Browser Automation, and Codex Record & Replay

Several creators covered practical agentic coding tooling on June 19: Nate Herk published a conceptual explainer on how agent loops work;[17]Nate Herk: Agent Loops Clearly Explained AICodeKing demonstrated "ego lite," giving Claude Code and Codex access to a browser for web automation;[18]AICodeKing: ego lite browser automation and Developers Digest showed Codex's Record & Replay feature — capturing user interactions and turning them into replayable automations in 9 minutes.[19]Developers Digest: Codex Record & Replay

Read more

Agent Loops Explained (Nate Herk)

The agent loop concept — observe, think, act, observe — is foundational to understanding how AI coding agents work. Nate Herk's explainer appears to be aimed at practitioners who use tools like Claude Code without fully understanding the underlying execution model: how the agent decides when to call tools, when to plan, and when to stop. A clear mental model of the loop helps debug failure modes and design better prompts.

Browser Access for Coding Agents (AICodeKing)

Giving Claude Code and Codex browser access via "ego lite" extends coding agents into web automation territory — the agent can navigate pages, fill forms, and extract data as part of a coding workflow. This collapses the boundary between "writing code that does web stuff" and "an agent doing web stuff directly," which is both more powerful and requires more careful guardrails around what the agent is permitted to access.

Codex Record & Replay (Developers Digest)

Codex's Record & Replay captures a user's interaction sequence and converts it into a replayable automation. The 9-minute workflow shown suggests a low-barrier entry point: no code required to record, no manual scripting required to replay. This positions Codex as a tool for non-developers who need automation but can't write Playwright or Selenium scripts.

Tools: Claude Code, Codex, ego lite
Podcast
Dwarkesh Patel

Dwarkesh Patel Interviews Ada Palmer: The Strangest Papal Riot

Dwarkesh Patel published a long-form interview with Ada Palmer, historian of the early modern period, exploring a bizarre episode in papal history — what Palmer calls the strangest riot connected to a papal conclave.[20]Dwarkesh Patel: The strangest riot in papal history - Ada Palmer Palmer's work sits at the intersection of historical scholarship and speculative fiction; the interview likely covers institutional dynamics, how power transitions during leadership vacuums, and historical parallels to contemporary technology governance.

Read more

Ada Palmer's Work

Ada Palmer is a professor of history at the University of Chicago specializing in the Italian Renaissance and early modern Europe, and also a Hugo Award-winning science fiction author (the Terra Ignota series). Her academic work focuses on how institutions like the Catholic Church managed information, power transitions, and succession crises — themes that have obvious resonance in an era of AI governance debates.

The Dwarkesh Connection

Dwarkesh Patel has been interviewing historians and thinkers with frameworks for understanding large-scale institutional change — a recurring theme in his podcast as the AI transition accelerates. Papal history, with its high-stakes succession crises and governance without clear rules, is a natural case study for thinking about how powerful organizations handle leadership vacuums and contested authority.

Transcript was unavailable for this episode due to YouTube IP restrictions during automated processing; details above are inferred from available metadata and context.

AI Future Productivity
AI News & Strategy Daily

Owning Your AI Skills Before They Become Someone Else's IP

Nate B Jones argued that AI workflows and skills built inside proprietary platforms are effectively trapped — accessible through the platform but not portable or owned by the user who built them.[21]Nate B Jones: Your AI Skills Are Trapped The video makes the case for building in open or exportable formats so your accumulated AI capital can move with you.

Read more

The Platform Lock-In Problem

Every AI platform — from Notion AI to custom GPTs to proprietary agent builders — encourages users to build workflows inside its ecosystem. The problem is that the workflows, prompts, fine-tuned behaviors, and organizational knowledge embedded in these systems often can't be exported. If the platform raises prices, gets acquired, or shuts down, the investment in building those skills disappears with it.

What "Owning Your Skills" Looks Like

Jones's argument implies building in formats that are platform-agnostic: plain-text prompt libraries, version-controlled configuration files, open standards like MCP skill definitions, or modular scripts that don't depend on a specific vendor's infrastructure. The more you build in standard formats, the less you lose when platforms change.

This also has a professional development angle: the practitioners who will retain value as AI tools commoditize are those who have built a body of portable, transferable workflows — not those whose expertise is locked inside a single tool's UI.

Industry
Y Combinator

The Age of the 40-Year-Old Solo Founder Is Here

Y Combinator published a video arguing that the solo founder in their 40s is becoming a dominant archetype in the current startup ecosystem — enabled by AI tools that dramatically reduce the labor required to build products and companies.[22]Y Combinator: The Age of the 40-Year-Old Solo Founder

Read more

Why AI Enables the Solo Founder

The classic early-stage startup required a team: a technical founder, a product founder, someone for design, someone for marketing. AI coding tools, AI-generated content, and AI-assisted customer discovery compress the labor requirements dramatically — a single person with AI assistance can now produce what previously required a 3–5 person team.

Why 40 Specifically

Domain expertise and network are more valuable than ever. Older founders bring industry knowledge that younger founders lack, professional relationships that reduce sales and partnership friction, and financial runway (savings, lower personal burn rate) that lets them move more patiently. Combined with AI that handles execution tasks, the 40-year-old domain expert becomes an unusually powerful founder archetype.

YC's framing also reflects a shift in their own portfolio: the stereotypical 22-year-old technical solo founder is no longer the only profile that succeeds in accelerator programs.

AI Models AI Future
Two Minute Papers

A Better Language for AI Agents to Talk to Each Other

Two Minute Papers covered research introducing a purpose-built communication language for AI agents — designed to be more efficient and semantically precise than natural language for inter-agent communication in multi-agent systems.[23]Two Minute Papers: Scientists Found A Better Language For AI Agents The paper argues that natural language, while flexible, has overhead that structured agent-to-agent communication protocols can eliminate.

Read more

The Multi-Agent Communication Problem

As AI systems increasingly use multiple agents working in concert (orchestrator + specialist agents, debate frameworks, tool-using pipelines), the protocol by which those agents communicate matters. Current systems use natural language by default — but natural language carries ambiguity, unnecessary verbosity, and interpretation overhead that structured protocols could eliminate.

What a Purpose-Built Language Offers

A structured agent communication language can encode task states, action requests, and partial results in compact, unambiguous forms. This reduces token overhead in agent-to-agent messages, improves parse reliability (agents misinterpret each other less), and enables formal verification of coordination protocols — important for safety-critical multi-agent deployments.

Whether this approach generalizes to production systems — where agents must communicate with humans and heterogeneous external systems as well as each other — is an open question. Specialized protocols work best in closed multi-agent systems where all participants implement the same spec.

AI Models
Sam Witteveen Sam Witteveen

VibeThinker 3B: When Small Models Beat Giants

Sam Witteveen published two videos covering VibeThinker 3B, a small reasoning model that punches significantly above its weight class — competing with much larger models on reasoning benchmarks despite its 3 billion parameter count.[24]Sam Witteveen: VibeThinker 3B[25]Sam Witteveen: VibeThinker 3B - Taking on Giant Models

Read more

What Makes VibeThinker Interesting

VibeThinker 3B represents the continuing trend toward smaller, specialized reasoning models that outperform much larger general-purpose models on specific task categories. A 3B parameter model that runs locally (well within the reach of consumer hardware) competing with 70B+ models on reasoning is significant for private deployment, edge inference, and cost-conscious applications.

The "Vibe" prefix in the name is a nod to the vibe-coding and intuitive reasoning direction — the model appears to be optimized for conversational reasoning quality rather than purely benchmark scores, suggesting a different training objective than typical RLHF or RLVR setups.

Industry
The Pragmatic Engineer

New Zealand Is Tech's Secret Canary Country

The Pragmatic Engineer explored New Zealand's role as a "secret canary country" for tech products — a market where large companies quietly launch features first to test reception without the global scrutiny that US or UK launches attract.[26]The Pragmatic Engineer: New Zealand the secret canary country

Read more

Why New Zealand

New Zealand offers an ideal test market for several reasons: it's English-speaking (easy to deploy English-language features), technically sophisticated (high internet penetration, smartphone adoption), culturally adjacent to key Western markets (Australia, UK, US), but small enough that failures don't generate significant press coverage. A product launch in New Zealand that goes poorly can be quietly pulled; the same launch in the UK would generate substantial negative coverage.

Major tech companies including Apple, Google, and Meta have used New Zealand as a first-launch market for features that eventually rolled out globally. The pattern is so consistent that tech journalists in New Zealand have learned to watch for "New Zealand exclusives" as signals of upcoming global launches.

Implications for Tech Watchers

Monitoring New Zealand-specific tech news is a legitimate signal for what's coming globally, especially in AI product features where companies want to test deployment complexity before scaling. AI practitioners who follow NZ tech coverage have consistently seen 3–12 month previews of global feature launches.

Hot Take Developer Tools
Theo — t3.gg

Theo: Pete Was Right (Again)

Theo (t3.gg) published commentary arguing that Pete (likely Pete Hunt, the React pioneer, or another prominent figure in the web dev community) was correct about some earlier controversial position — now vindicated by how the ecosystem has evolved.[27]Theo: Pete Was Right...(Again) Theo's videos in this format typically revisit contrarian architectural takes that the mainstream dismissed before later proving correct.

Read more

Without transcript access, the specific "Pete" and the vindicated position can't be confirmed. Theo's typical subject matter in these "X was right" videos covers framework design decisions, TypeScript vs JavaScript debates, server vs client rendering tradeoffs, and React ecosystem architecture — contexts where unpopular positions from a few years ago are now consensus wisdom.

These videos are worth watching for practitioners who track front-end architecture evolution; Theo's framing of "I told you so" moments often crystallizes arguments that were previously diffuse in the community discourse.

Developer Tools
Arjay McCandless

Prompt Injection Security Basics

Arjay McCandless published an explainer on prompt injection — the attack technique where malicious content in an AI's input causes it to execute unintended instructions, potentially overriding system prompts or exfiltrating data.[28]Arjay McCandless: Prompt Injection Explained With agentic systems increasingly taking real-world actions, prompt injection has graduated from an academic concern to an active deployment risk.

Read more

Why Prompt Injection Matters More Now

In a chat interface, prompt injection is annoying but low-stakes: the worst case is an awkward response. In an agentic system with tool access — one that can browse the web, execute code, send emails, or make API calls — prompt injection in external content can cause the agent to take unauthorized actions on behalf of an attacker. A webpage with hidden instructions could, in theory, redirect an agent reading it to exfiltrate conversation history or perform account actions.

Current Defenses and Their Limits

No fully reliable defense against prompt injection exists. Current mitigations include instruction hierarchy enforcement (system prompt takes precedence over user input, which takes precedence over tool output), sandboxed tool execution, human-in-the-loop confirmation for sensitive actions, and content filtering on retrieved external content. None of these are sufficient in isolation; defense-in-depth is the current best practice.

Developer Tools
Low Level TV

Low Level: The Router Situation Is Insane

Low Level TV published a video on what appears to be a deeply frustrating state of affairs in network routing — possibly covering BGP complexity, ISP behavior, consumer router firmware quality, or the gap between what network infrastructure promises and what it delivers.[29]Low Level TV: I hate to say it but the router situation is insane

Read more

Low Level TV typically covers systems programming, networking internals, and hardware-adjacent topics with strong technical depth. The title's "I hate to say it" framing suggests this is a reluctant acknowledgment of a problem rather than sensationalism — the kind of video where a systems expert concludes that the conventional wisdom about something is wrong, and the truth is worse than most developers realize.

Transcript was unavailable for this video due to YouTube IP restrictions during automated processing.

Developer Tools Productivity
marimo Github Awesome Real Python Matt Williams OpenAI

Quick Takes: marimo, ESP32 Alarm, Python, Matt & Ryan

A collection of shorter-form content and quick takes from June 19: marimo demonstrated a differential-action notebook feature;[30]marimo: Spring into Differential Action Github Awesome showcased a capacitor-alarm — an ESP32 clock that wakes you up by exploding a capacitor;[31]Github Awesome: capacitor-alarm Real Python published a video on Python's inclusive community from beginner to pro;[32]Real Python: Python Stays Inclusive Matt Williams and Ryan recorded a casual conversation session;[33]Matt Williams: Matt and Ryan have a chat and OpenAI released a "Plan with ChatGPT" feature video.[34]OpenAI: Plan with ChatGPT

Read more

marimo: Differential Action

The marimo reactive notebook team published "Spring into Differential Action," demonstrating a notebook-native feature for working with differential equations or differential computations. marimo's reactive model — where cells recompute automatically when their dependencies change — is especially well-suited to interactive mathematical computing where parameter changes should propagate through a system.

The Capacitor Alarm (GitHub Awesome)

The capacitor-alarm project is exactly what it sounds like: an ESP32-based clock that wakes you by discharging a capacitor loud enough to be startling. The project features three separate alarm slots and an OLED display. Filed under "extremely motivated to wake up" engineering.

OpenAI "Plan with ChatGPT"

OpenAI's new planning feature for ChatGPT enables users to create structured plans for projects, trips, and multi-step tasks — positioning ChatGPT as a planning assistant rather than just a Q&A tool. Combined with "Score with ChatGPT" (evaluating options against criteria), these features move ChatGPT toward decision-support workflows.

Sources

  1. Newsletter Step into Midjourney's spa for a body scan — The Rundown, Jun 19
  2. Newsletter Issue 358: Testing Mythos and Fable, Moving Beyond SWE-bench, Nvidia's Open Contender — The Batch / DeepLearning.AI, Jun 19
  3. YouTube The Models Trying to Replace Fable — The AI Daily Brief, Jun 19
  4. Blog Project Fetch: Phase Two — Anthropic Research, Jun 18
  5. YouTube GLM 5.2 in Claude Code is Blowing My Mind — Nate Herk | AI Automation, Jun 19
  6. YouTube This AI Model Went From 1.51TB to 238GB — Better Stack, Jun 19
  7. Newsletter Hey Siri, how much is an iPhone now? — Tech Brew, Jun 18
  8. Blog Announcing AA-Briefcase: a frontier knowledge work evaluation — Artificial Analysis, Jun 18
  9. Blog OpenRouter vs Portkey: Which LLM Gateway for Your Team? — OpenRouter, Jun 19
  10. Blog OpenRouter vs LiteLLM: Which LLM Gateway Fits Your Stack? — OpenRouter, Jun 19
  11. Blog Improving health intelligence in ChatGPT — OpenAI, Jun 18
  12. Blog Using AI to help physicians diagnose rare genetic diseases affecting children — OpenAI, Jun 18
  13. Blog Quoting Sean Lynch — Simon Willison, Jun 19
  14. YouTube 1,000 Tokens Per Second: Diffusion Text Models Go Blazing Fast — Last Week in AI, Jun 19
  15. YouTube The most trusted code on Earth is being rewritten in Rust — Fireship, Jun 19
  16. YouTube The data black hole at the center of AI — Dwarkesh Patel, Jun 19
  17. YouTube Finally. Agent Loops Clearly Explained. — Nate Herk | AI Automation, Jun 19
  18. YouTube ego lite: I gave Claude Code & Codex a browser to run web automation — AICodeKing, Jun 19
  19. YouTube Codex: Record & Replay in 9 Minutes — Developers Digest, Jun 19
  20. YouTube The strangest riot in papal history — Ada Palmer — Dwarkesh Patel, Jun 19
  21. YouTube Your AI Skills Are Trapped | Here's How to Own Them — AI News & Strategy Daily, Jun 19
  22. YouTube The Age Of The 40-Year-Old Solo Founder Is Here — Y Combinator, Jun 19
  23. YouTube Scientists Found A Better Language For AI Agents — Two Minute Papers, Jun 19
  24. YouTube VibeThinker 3B — Sam Witteveen, Jun 19
  25. YouTube VibeThinker 3B — Taking on Giant Models — Sam Witteveen, Jun 19
  26. YouTube New Zealand the "secret" canary country — The Pragmatic Engineer, Jun 19
  27. YouTube Pete Was Right...(Again) — Theo — t3.gg, Jun 19
  28. YouTube Prompt Injection Explained — Arjay McCandless, Jun 19
  29. YouTube I hate to say it but the router situation is insane — Low Level TV, Jun 19
  30. YouTube Spring into Differential Action — marimo, Jun 19
  31. YouTube capacitor-alarm: an ESP32 clock that wakes you up by exploding a capacitor — Github Awesome, Jun 19
  32. YouTube Python Stays Inclusive From Beginner to Pro — Real Python, Jun 19
  33. YouTube Matt and Ryan have a chat on June 23, 2026 — Matt Williams, Jun 19
  34. YouTube Plan with ChatGPT — OpenAI, Jun 19
  35. YouTube Score with ChatGPT — OpenAI, Jun 19
  36. YouTube Apple's Worst Nightmare #apple #google #gemini — AI News & Strategy Daily, Jun 19
  37. YouTube What Codex Unlocks for NTT Data — OpenAI, Jun 19