← Back to Payloads
ai2026-06-02

Siri AI leaks , Opus 48 , Claude Code Dynamic Workflows

Apple finally delivered Siri 2.0 at WWDC 2026 with iOS 27 and a new chatbot app. Two days earlier, Anthropic shipped Opus 4.8 and Dynamic Workflows. The pattern: AI is moving into the OS and the runtime, not the chat box.
Quick Access
Install command
$ mrt install ai
Browse related skills
Siri AI leaks , Opus 48 , Claude Code Dynamic Workflows

Siri AI leaks , Opus 48 , Claude Code Dynamic Workflows

Apple's WWDC 2026 finally delivered the Siri revamp, Anthropic shipped Opus 4.8 and Dynamic Workflows, and the message is the same across all three: the AI is moving into the runtime, not the chat box.

What You Need to Know: At WWDC on June 8, 2026, Apple unveiled a fully rebuilt Siri 2.0, a new chatbot-style app, and iOS 27 with on-device and Private Cloud Compute integration. Two days earlier, Anthropic shipped Claude Opus 4.8 alongside Dynamic Workflows in Claude Code, and the question of "where the agent lives" is now an architectural decision every buyer has to make.

Why It Matters

  • For iOS developers: Siri is finally a real surface for app actions, not a voice-command toy.
  • For agent builders: Apple, Anthropic, and Google are all picking the same horse: the model owns the orchestration. You can either follow or fight that.
  • For enterprise buyers: Vendor lock-in is no longer at the model tier — it's at the runtime tier. Audit the data path, not just the eval scores.
  • For mobile users: The "AI on your phone" promise finally has a shipping date.

What Actually Happened

Apple unveils Siri 2.0, a new chatbot app, and iOS 27 at WWDC 2026

Apple's Worldwide Developers Conference keynote on June 8, 2026, was the long-awaited Siri reset. Apple confirmed that iOS 27 will integrate a heavily redesigned Siri this fall, with a chat-style interface, on-device intelligence for personal context, and a Private Cloud Compute fallback for heavier tasks. A new standalone chatbot app, internally codenamed "Campanula" until the leaks, will sit alongside Messages. The New York Times's Wirecutter team called the announcement "the upgrade we've been waiting years for." CNET's coverage noted that Apple "didn't really say what iOS 27 will bring" beyond the headline AI features, which tracks — Apple is being deliberately vague on second-order features until the fall. Coverage: NYT Wirecutter — Apple is attempting AI again with a smarter Siri, CNET — Apple Didn't Really Say What iOS 27 Will Bring, YouTube — WWDC 2026 in 13 Minutes (recap), YouTube — Everything Apple Announced.

Anthropic ships Claude Opus 4.8 — same price, better coding

Two days before WWDC, on May 28, 2026, Anthropic released Claude Opus 4.8. Pricing is unchanged from Opus 4.7 at $5 / $25 per million input / output tokens. Anthropic's marketing emphasizes improvements in long-horizon coding, multi-step agentic workflows, and reduced hallucination on tool calls. The model is rolling out across Claude Code, the Anthropic API, Amazon Bedrock, and Google Cloud Vertex AI. Anthropic also teased a $1T IPO filing the same week, though that's a separate story. References: Axios — Anthropic releases new model, Opus 4.8, Instagram recap by user @ai_news.

Dynamic Workflows turns Claude Code into an orchestrator

The bigger Anthropic story is Dynamic Workflows, also shipped May 28. Triggered by the word "workflow" (or the keyword "ultracode") in any prompt, the system writes a JavaScript orchestration program on the fly, spawns subagents, manages their state, and reports back. Cat Wu, an Anthropic product lead, confirmed the behavior on X: "Claude will dynamically create an orchestration plan that it strictly follows." InfoQ framed it as the most significant Claude Code upgrade since launch. For long-running multi-day tasks, this is the first time Claude Code has been able to keep coherent context across subagent handoffs without a developer building a custom LangGraph pipeline. Sources: InfoQ — Claude Code Adds Dynamic Workflows, Linas Substack — Complete Guide to Claude Dynamic Workflows, Cat Wu on X.


The Take

These three launches read as one trend if you squint. Apple is putting the AI into the OS so it can act on every app. Anthropic is putting the AI into the developer harness so it can act on every tool. Google is putting the AI into the runtime so it can act on every data source. The "chat box" is being demoted to a debug surface, not the product. For enterprise buyers, this is a long-overdue moment of clarity: the unit of procurement is shifting from "model subscription" to "agent platform." If you haven't started mapping which platforms own which runtimes, you're already six months behind.

Quick Summary

WWDC 2026 brought Siri 2.0 and iOS 27; Anthropic shipped Opus 4.8 and Dynamic Workflows in the same week. The throughline: AI is moving from chat into the operating layer.


Sources:

Source: TLDR | mr.technology — The Master Skill Index

Related Dispatches