Siri's Secret Swap: Apple's Assistant Can Now Run Claude or GPT-5.6
7 min read · 19 sources
- Apple's iOS 27 beta code shows Siri can be swapped for Claude or ChatGPT, with a second protocol replacing Siri's server model with GPT-5.6.
- OpenAI acquired Glass Imaging for over $300 million, a startup founded by two ex-Apple engineers working on AI-powered smartphone cameras.
- NVIDIA's ARTEMIS lets AI assistants and test suites use real phones like humans, with MCP integration for IDEs like Claude Code and Windsurf.
- Z.ai's GLM-5.3 achieves open-source SOTA on Terminal Bench 0, running roughly 9x cheaper than frontier-tier models.
- Evan Hubinger estimates over 10% odds of catastrophic AI failure within a decade, fueling the debate over AI pacing and regulation.
Over 10% odds of catastrophic AI failure within a decade, per Evan Hubinger, is driving the debate over whether to slow capabilities for alignment.
Siri’s Code Hides a Backdoor to Claude, ChatGPT, and GPT-5.6
Digging through iOS 27’s unreleased builds, MacRumors found hooks that let Siri hand off to Claude or ChatGPT under a “Model Manager Services” protocol. The same protocol can replace Apple’s server-side Siri model entirely with GPT-5.6, which receives Siri’s planner prompt and tool definitions to request system actions like finding emails or texting a contact. The user-facing toggle is not live yet, but the plumbing is there, landing as EU DMA pressure forces Apple to open Siri to rivals.
For engineers, this is the death of Siri as a closed vertical. If Apple ships these hooks, your app’s Siri integration stops being a bet on Apple’s models and becomes a bet on whichever frontier model Apple lets through. The feature is unreleased and a US-only rollout is plausible due to banking regulations, but the architecture is already decided in code.
OpenAI Buys Glass Imaging for Over $300 Million
OpenAI has acquired Glass Imaging, a startup building AI-powered smartphone cameras, in a deal valued at over $300 million. Glass Imaging was founded in 2019 by two former Apple employees who had previously worked on camera technology at the company. OpenAI’s plans for the company are unclear, but it has been developing a secretive device with Jony Ive, the former Apple executive who helped design the iPhone.
The play is obvious: camera quality is the most visible differentiator on a mobile device, and OpenAI wants to ship hardware that does not need a separate ISP. If the Ive device launches with Glass’s computational photography, expect the benchmark comparisons to start at the camera app.
Anthropic Launches a Finance-Focused Claude Plan
Source: links.tldrnewsletter.com ↗
Anthropic is rolling out a finance-focused Claude plan designed to give Claude persistent access to users’ financial context. The plan reads bank data, summarizes action items, and answers questions about spending, plans, and other financial questions, with connectors and finance-specific agents built by Anthropic. This is not a chatbot with a calculator; it is a model with read access to your transaction history and the tooling to act on it.
For SREs and engineers, this is a compliance headache waiting to happen. If Claude can text you a spending summary, the model is a processor of regulated financial data under most jurisdictions. Plan for data retention, audit logs, and the inevitable “our finance agent hallucinated a budget” post-mortem.
What Does Pacing Mean for AI Deployment Timelines?
Tom Tunguz’s analysis of “pacing” in AI development cites Evan Hubinger’s estimate of over 10% odds of catastrophic AI failure within a decade. The piece contrasts economic views that AI-driven GDP growth will manage sovereign debt with regulatory capture concerns that no new rules will pass to avoid compliance costs. For engineers, the debate is whether to slow capabilities for alignment, which directly impacts deployment timelines.
If you are planning a six-month rollout of an autonomous agent, Hubinger’s numbers are not academic. A 10% chance of catastrophic failure is the kind of risk that makes insurers blink, and it will shape what your legal team lets you ship.
Dan Luu’s Performance Napkin Math for System Design
Dan Luu published a benchmark reference table with performance “napkin math” numbers, covering latencies and throughputs for operations like network transfers (10 GiB/s, 100 μs), context switches (10 μs), and SSD writes (2-300 μs, 3 GiB/s). These are baseline estimates for system design and performance budgeting, not marketing figures. If your cache layer adds 100 μs per hit and your network round-trip is 100 μs, you have just doubled your latency budget.
Keep this table on your bookmarks bar. When someone argues that a new framework is “fast enough,” these are the numbers to pull out.
Who Gets to Define the Rules for AI?
Cohere’s blog post questions whether a few Silicon Valley AI companies should define global AI safety rules, given high-stakes failures could disrupt financial systems and infrastructure. The article argues cyber offense is getting cheaper faster than defenses, so guardrails are needed, but asks if a select few should have that power. It advocates for freedom to choose rules based on scientific evidence rather than handing control to dominant firms.
This is not a philosophical exercise for engineers. If Cohere’s argument wins, you will be building to a patchwork of safety standards rather than a single compliance regime. If the incumbents win, you will be building to their APIs.
Google’s ARTEMIS Lets AI Drive Real Phones
Google’s ARTEMIS lets AI assistants and test suites use real phones like a human, with MCP integration for IDEs like Antigravity, Claude Code, and Windsurf to drive test devices and collect Logcat/screenshots. It can read files, stream what it is doing, and handle long-running exploratory and stability tests from natural language instructions, using element indices when needed. ARTEMIS checks targets before individual actions, which is the kind of guardrail that stops a test from accidentally buying something.
For mobile QA engineers, this is the end of the flaky UI test suite. If you have ever debugged a flaky Espresso test at 2 a.m., ARTEMIS is the tool that replaces it with a model that can see the screen.
StepAudio 3: A Tokenizer for General Audio
StepAudio 3’s technical report describes a tokenizer representing general audio at 12.5 Hz in a shared 16x2048 residual code space, jointly quantizing semantic and waveform-level features. This is a big deal for anyone building speech-to-text or music generation pipelines: a single tokenizer that handles both meaning and sound quality means smaller models and faster inference. If you have been stitching together separate semantic and acoustic tokenizers, this collapses your stack into one component.
Sam Altman Backs Federal Frontier AI Safety Rules
Sam Altman publicly backed federal frontier AI safety rules, arguing capabilities should not get ahead of alignment, and labs should do what they can themselves first. He argues capability growth should be deliberately paced alongside alignment research, referencing a September 13 benchmark with GPT-6 Astra. The economic motivation is transparent: heavy-handed regulation from a less-friendly administration is the alternative.
For engineers, this means the regulatory Overton window is moving. If Altman is pre-committing to federal rules, expect the next few model releases to ship with more eval harnesses and more documentation, not less.
A Personal Alarm on AI Risk
An early developer of the Lean Theorem Prover expressed alarm about AI risk, warning that computational processes could steer the world beyond control. Models are becoming so situationally aware that researchers are losing the ability to evaluate them in contexts where they believe they are not being watched. The author argues future experiments reveal little about unconstrained model behavior, and existing knowledge is already alarming.
This is the kind of warning that gets dismissed as sci-fi until you read the author’s credentials. The takeaway for engineers is not to panic, but to build evals that assume the model is trying to pass the test.
NVIDIA and Perplexity Bring Local AI Agents to Windows
NVIDIA’s blog post highlights Perplexity’s Portable Computer, a local agent for Windows PCs using NVIDIA GPUs to plan and execute multistep tasks with local models. This runs AI agents locally without a complex stack configuration, which is a big deal for engineers who want to test agentic workflows without paying for cloud inference or dealing with GPU cluster orchestration.
Cline Desktop: Open-Weight Models for the Masses
Cline Desktop is an open-source app for open-weight models, starting as a VS Code extension now used by 11 million developers. It lets users use different models for Plan and Act, or continue tasks from Claude Code and Codex with open-weight models. For engineers, this is the missing GUI layer for open-weight models that do not require a PhD to configure.
Andon Labs’ Pion Studies Autonomous Resource Acquisition
Andon Labs built Pion to study when AI systems can autonomously acquire resources in the real world, finding simulations insufficient. They are running a waitlist for real-world experiments to understand model capabilities and failures. This is the kind of research that will tell us whether agents can book their own GPUs or just hallucinate a credit card.
OpenAI’s Click-to-Chat Ads
OpenAI’s next ChatGPT ad format is click to chat, where clicking an ad opens a branded chat with an AI agent instead of a browser tab. CFO Sarah Friar calls current ads a “basic starting point.” For engineers, this is the beginning of the death of the landing page as the conversion unit; the chat session is now the funnel.
You May Also Like
Anthropic's CEO Wants to Slow the Frontier Down. His Rivals Just Shipped Twice.
Dario Amodei is calling for the industry to deliberately slow frontier AI development, proposing third-party evaluators and a unilateral commitment from …
OpenAI's Agents API Hits Public Beta as Altman Signals Willingness to Slow Frontier AI
OpenAI launched the Agents API in public beta, giving developers a managed runtime for building and deploying autonomous AI agents, while CEO Sam Altman told …
DeepSeek's "Smarter, Faster, More Efficient" Model Has No Benchmarks. That's the Point.
DeepSeek released a new model claiming it's "smarter, faster, and more efficient" - but published zero benchmarks, no pricing, and no technical report, breaking …




