Issue No. 15 · Developer Edition

The AI Enthusiast.

Three weeks that reshaped the stack: Anthropic shipped Opus 4.8 and filed for an IPO at $965B, Claude Code went cloud-native, Google's Antigravity Agent landed in public preview, OpenAI rolled Dreaming V3 memory and a ChatGPT ad platform, the MCP-vs-direct-API debate intensified at 97M monthly downloads, and the EU AI Act got a 16-month delay.

01 · AnthropicAll users · Developers

Claude Opus 4.8 lands — and it catches 4× more bugs than 4.7.

Anthropic shipped Claude Opus 4.8 on May 28, 2026, the follow-up to last month's Opus 4.7. The release is explicitly framed as a reliability and honesty upgrade rather than a raw-capability jump.

The model is the new default for Max, Team Premium, Enterprise pay-as-you-go, and Anthropic API accounts, configured for high effort by default. The headline number from Anthropic's own evaluation: Opus 4.8 is roughly 4× less likely than Opus 4.7 to let flaws in code pass unremarked.

A fast mode variant of Opus 4.8 is also live at $10 input / $50 output per million tokens, putting it in direct price competition with the high tiers of GPT-5.5 and Gemini 3.5 Pro. For users on Claude Code, the swap is silent — you're already running 4.8 on every new session unless you've pinned a model.

Newsletter angle
Anthropic's quiet upgrade: Opus 4.8 doesn't let your code lie to you anymore.
Meeting discussion
  • Has anyone noticed Opus 4.8 catching things 4.7 missed in real code review?
  • Does the "honesty" framing change how you'd let it run unattended?
02 · BusinessAll users

Anthropic files for IPO at a $965B valuation.

On Monday, June 1, 2026, Anthropic confidentially filed for an IPO, capping a funding round that values the company at $965 billion.

The round itself raised $65 billion in fresh capital, much of which is earmarked for the compute deals quietly piling up — SpaceX/Colossus, the announced data-center expansions, and now reportedly a slice of SoftBank's €75B France build.

Reading between the lines: Anthropic is going public roughly two years earlier than expected. CBS News framed it as "a public-market test of the AI boom," and that's not hyperbole. There has been no comparable pure-play AI IPO at this scale. Whether the S-1 reveals enterprise revenue that justifies the price, or shows the lopsided spend on training and compute that everyone suspects, will set the tone for the entire sector through Q3.

Newsletter angle
$965 billion before a single share trades — Anthropic just bet the AI boom is real.
Meeting discussion
  • What number in the S-1 would actually change your view on Anthropic — gross margin, training spend, or net revenue retention?
  • Does an Anthropic IPO pressure OpenAI to file?
03 · Claude CodeDevelopers

Claude Code goes cloud-native: ultraplan, ultrareview, dynamic workflows.

Three Claude Code features shipped in the last three weeks fundamentally change what "running Claude Code" means.

A new security-guidance plugin also landed that proactively flags vulnerabilities in real-time as Claude modifies code. And on Windows, Git Bash is no longer required — Claude Code defaults to PowerShell. Auto mode reached the Pro plan and now supports Sonnet 4.6 as well.

Newsletter angle
Claude Code stopped being a CLI this week — and most of us missed it.
Meeting discussion + demo
  • Live demo: claude ultrareview on a branch with a known bug
  • Who's tried Ultraplan yet? Does the web-editor handoff actually save time, or break flow?
  • Should we replace our existing CI lint step with ultrareview, or run both?
04 · GoogleDevelopers

Google ships Antigravity Agent — Gemini gets a sandbox.

At I/O the throughline was "agents." In the three weeks since, Google operationalized it.

Gemini 3.5 Flash went GA as Google's "most intelligent model for sustained frontier performance on agentic and coding tasks." More importantly, two agent primitives landed in the Gemini API:

File Search also gained multimodal support — embed and search images natively using Gemini embeddings. That's the kind of small platform feature that quietly removes 200 lines of RAG glue from your codebase.

Newsletter angle
Google quietly shipped its Claude Code competitor — and put it in a managed sandbox.
Meeting discussion + demo
  • Live demo: Antigravity Agent running a multi-step task end-to-end
  • Sandboxed-by-default vs. local execution — which model wins for production agents?
  • How does this affect anyone betting on a pure MCP/A2A approach?
05 · GoogleAll users

Gemini Spark, Daily Brief, Omni video — Google's consumer push.

Hidden behind the developer announcements, the Gemini app got the biggest consumer overhaul since launch.

For non-developer users, this is the moment Gemini went from "ChatGPT alternative" to a credibly different product — built around proactive briefings and personal-agent workflows that ChatGPT still doesn't quite have.

Newsletter angle
Gemini's Daily Brief is the first AI feature that actually saves you 20 minutes — try it tomorrow morning.
Meeting discussion
  • Does anyone trust Gemini Spark with calendar/Gmail access? What would change that?
  • ChatGPT Memory vs. Gemini Spark — which one actually keeps useful context?
06 · OpenAIAll users

OpenAI ships Dreaming V3 memory — and a ChatGPT ad platform.

Two big OpenAI moves in the last week.

OpenAI also launched real-time audio and translation models for agents, making voice agents finally viable for support, sales, and education. Separately, it gave the EU access to GPT-5.5-Cyber, a variant for vetted cybersecurity teams, EU businesses, governments, and EU institutions.

Newsletter angle
ChatGPT now has ads — and a memory that actually remembers. Which one matters more to you?
Meeting discussion
  • How would you feel if ChatGPT recommended a product to you, labeled as sponsored?
  • Has anyone seen Dreaming V3 yet? Does it surface old context usefully, or annoyingly?
07 · MCPDevelopers

MCP hits 97M downloads — and some teams are already leaving.

The Model Context Protocol crossed 10,000+ servers and 97 million monthly SDK downloads, with every major lab now supporting it.

Anthropic in particular leaned in this week: 20+ new legal MCP connectors and 12 practice-area plugins shipped for law firms, and Claude Managed Agents can now connect to your private MCP servers inside a sandbox you control.

The counter-trend, though, is real and growing: more teams are moving away from MCPs entirely for production pipelines, going back to direct API calls and CLIs. The reason is token economics — MCP schema loading and protocol overhead eat context budget, and in production token efficiency wins over convenience. MCP's sweet spot has clarified: auth, multi-tenancy, enterprise governance, and non-technical teams. Production data pipelines, often not.

Meanwhile, the A2A (Agent-to-Agent) protocol — Google Cloud's horizontal agent-comms standard, now governed by the Linux Foundation — has hit 50+ technology partners, positioning itself as the layer above MCP rather than a replacement.

Newsletter angle
MCP just hit 97M downloads — and the smart teams are already ripping it out for production.
Meeting discussion
  • For our internal tools, would direct API calls or MCP servers win? Why?
  • A2A + MCP together vs. either alone — has anyone wired both up yet?
08 · AnthropicDevelopers

Project Glasswing expands — Claude Security goes GA-ish for 150 new orgs.

Anthropic expanded Project Glasswing, its enterprise rollout program, granting Claude Mythos Preview access to roughly 150 new organizations.

Bundled with the expansion: Claude Security, which performs codebase scans and suggests patches automatically. The combination matters because it puts Anthropic into direct competition with GitHub Advanced Security and Snyk — but with the model that wrote the code also reasoning about the vulnerability.

Patch suggestions aren't theoretical fixes; they're concrete diffs the same Opus 4.8 generation could land in CI. Combined with the new security-guidance plugin in Claude Code (Story 3), Anthropic is methodically building the "trust layer" enterprises have been asking for since the agent era began.

Newsletter angle
Anthropic's new security tool patches your bugs before your linter catches them.
Meeting discussion
  • If Claude Security finds and patches a vuln, who's accountable when the patch is wrong?
  • Compare to GitHub Advanced Security — when would you use Claude Security instead?
09 · PolicyAll users

EU AI Act gets a quiet delay — and two new prohibitions.

On May 7, 2026, EU negotiators reached a provisional agreement on the Digital Omnibus on AI — the first set of amendments to the EU AI Act since it was adopted in June 2024.

Delays

New prohibitions (effective December 2, 2026)

The delays reflect the very real challenge of operationalizing third-party assessments and conformity testing for high-risk AI — the requirements simply weren't deployable on the original schedule. The new prohibitions are a long-overdue and uncontroversial addition. Final adoption is expected in late June 2026 with publication in July.

Newsletter angle
The EU AI Act just got a 16-month delay — and made deepfake nudes officially illegal.
Meeting discussion
  • Does the delay materially help startups, or does the December 2027 date just compress the same crunch?
  • Will US states (Colorado, California) match the new CSAM/NCII prohibitions, or is this an EU-only line?
10 · InfrastructureAll users

The compute buildout goes vertical: €75B France, $1T SK Hynix.

Two numbers from this window that lock in the "AI infra is the real story" thesis.

Layer in NVIDIA Cosmos 3 + Intel Xeon 6+ shipping faster, cheaper AI processing this month, and a White House executive order on "Promoting Advanced AI Innovation and Security" issued in June, and the picture is clear: AI's bottleneck is no longer model capability or talent — it's electrons, copper, and HBM stacks.

Newsletter angle
The boring news is the real news: €75B, $1T, 3.1 gigawatts — AI's bottleneck is steel and silicon.
Meeting discussion
  • If compute is the bottleneck, does that favor the labs with capex partners (Anthropic + SpaceX, OpenAI + Microsoft) over the open ones?
  • What's the right hedge for an org that needs predictable inference cost over the next 3 years?

Quick stats — the numbers behind Issue 15

Notable figures from the May 16 – June 5 window.

Claude Opus 4.8 release dateMay 28, 2026
Opus 4.8 reliability vs 4.74× less likely to miss code flaws
Opus 4.8 fast mode pricing$10 in / $50 out per 1M tokens
Anthropic IPO filing dateJune 1, 2026
Anthropic valuation$965B
Anthropic latest raise$65B
OpenAI Dreaming V3 rollout (US Plus/Pro)June 4, 2026
MCP monthly SDK downloads97M
MCP server count10,000+
A2A protocol technology partners50+
Project Glasswing new orgs~150
New Anthropic legal MCP connectors20+
EU AI Act high-risk delay16 mo → Dec 2, 2027
New EU AI prohibitions liveDec 2, 2026
SoftBank France AI datacenter commitment€75B / 5 GW
SK Hynix market cap milestone$1 trillion (first time)