Classified

Q Almost Daily Briefing

Q Branch — AI Intelligence Summary 2026-04-28

The week did not behave itself. Sit down.

SpaceX Secures an Option to Acquire Cursor for $60 Billion2026-04-21

SpaceX reportedly obtained the right to buy Cursor later this year for $60 billion, or pay $10 billion for the two companies' collaboration. For context: Microsoft acquired GitHub for $7.5 billion. Cursor is a code editor that is two years old. It is now valued at eight times GitHub, by a rocket company, because apparently where your developers work is now considered strategic infrastructure. If you build software, you should probably be paying attention to who is trying to own the room it happens in. CNBC

Google Commits Up to $40 Billion to Anthropic2026-04-24

Google will invest $10 billion immediately in Anthropic — at a $350–380 billion valuation — with up to $30 billion more tied to performance milestones, plus five gigawatts of compute and access to up to one million Ironwood TPU chips over five years. Total Google commitment to Anthropic is now approximately $43 billion. This arrived on the heels of Amazon committing up to $25 billion (with Anthropic pledging $100 billion in AWS spend in return), which means the two largest cloud providers have each bet the GDP of a mid-sized nation on the same AI lab within the same week. Regulatory scrutiny is inbound; Google structured the deal with a 15% ownership cap and no board seat, which is not subtle. TechCrunch CNBC

Microsoft and OpenAI Rewrite Their Deal: Multi-Cloud, AGI Clause Removed2026-04-27

Microsoft and OpenAI have revised their partnership agreement. OpenAI can now distribute across any cloud provider, not just Azure. Microsoft's IP license becomes non-exclusive through 2032. Microsoft stops paying OpenAI a revenue share; OpenAI's payments to Microsoft continue through 2030. Within hours, Amazon CEO Andy Jassy confirmed OpenAI models would arrive on Amazon Bedrock within weeks. The structural subtext: the AGI clause — the contractual tripwire that would have voided Microsoft's IP rights upon AGI achievement — has been quietly removed. Revenue-sharing now runs through 2030 "independent of OpenAI's technology progress." The practical implication: if you were waiting for OpenAI to formally declare AGI, they have decided that is no longer a category they are required to fill in. OpenAI The Verge

GPT-5.5 Launches — First Fully Retrained OpenAI Model Since GPT-4.52026-04-23

OpenAI released GPT-5.5 (codenamed Spud), its first completely retrained base model since GPT-4.5. Strong gains on agentic coding (Terminal-Bench 2.0: 82.7%) and computer use (OSWorld-Verified: 78.7%), plus a verified mathematical proof OpenAI is clearly very pleased about. Available in ChatGPT and Codex for paid users at $5/$30 per million tokens; API access is delayed for additional safety review at scale. GitHub has already made it generally available in Copilot, with a 7.5x premium request multiplier — because intelligence, apparently, comes with surge pricing. OpenAI GitHub

GitHub Copilot Code Review Starts Consuming Actions Minutes on June 12026-04-27

GitHub announced that Copilot code review will begin drawing on GitHub Actions minutes starting June 1, 2026, moving from no metered cost to consumption against your existing Actions budget. Teams running automated PR reviews at any volume should audit expected usage before the billing change hits. GitHub

Sora Is Dead: $15M/Day Costs, $2.1M Lifetime Revenue2026-04-26

OpenAI discontinued the Sora video generation app. The economics were catastrophic: an estimated $15 million per day in compute costs against $2.1 million in total lifetime revenue; each 10-second clip cost roughly $1.30 to generate, versus $0.07–$0.17 for competitors. The Sora API continues through September. This is a useful data point about which AI product categories are viable at current infrastructure costs, and a reminder that "people are using it" is not the same as "the numbers work." OpenAI Help

Cohere and Aleph Alpha Merge in $20B Transatlantic Sovereign AI Deal2026-04-24

Canadian enterprise AI company Cohere is acquiring Germany's Aleph Alpha at a combined valuation of approximately $20 billion, with Schwarz Group (owner of Lidl) committing €500 million as lead investor. The German government becomes an anchor customer; both countries' digital ministers attended the Berlin announcement. The pitch is explicit: a non-US AI alternative for European regulated industries and public sector organisations that would like fewer geopolitical complications in their procurement paperwork. Subject to regulatory and shareholder approval. TechCrunch

Cursor 3.2: /multitask, Async Subagents, Multi-Root Workspaces2026-04-24

Cursor 3.2 introduces /multitask, which spins up async subagents to parallelize work rather than queuing it sequentially. The update also adds improved worktrees for isolated background tasks across branches, and multi-root workspaces — meaning a single agent session can coordinate changes across frontend, backend, and shared libraries simultaneously. Useful, assuming you have reached the stage where one agent is not enough trouble. Cursor

Claude Code /ultrareview Enters Public Research Preview2026-04-24

Claude Code's Week 17 release puts /ultrareview into public research preview: it dispatches a cloud fleet of bug-hunting agents against your branch or PR and delivers findings back to the CLI or Desktop automatically. Targeted at high-stakes merges — auth systems, data migrations, anything you would rather not explain in a post-incident review. The same update batch adds automatic session recaps when you return to a paused terminal, custom color themes, a redesigned claude.ai/code web interface, and /resume that is up to 67% faster on large sessions. Anthropic

Anthropic: Claude Code Performance Problems Were Their Fault2026-04-24

Anthropic acknowledged that recent Claude Code performance complaints came from caching and quality regressions in their own stack, not the underlying model. Teams relying on coding agents should take the obvious lesson: model quality is only one failure mode. Product plumbing can quietly ruin the whole experience, and your vendor will not always volunteer that explanation quickly. Fortune

DeepSeek V4-Pro and V4-Flash: 1M-Token Context, 73% Fewer Inference FLOPs2026-04-24

DeepSeek released fourth-generation MoE models: V4-Pro (1.6T total / 49B active parameters) and V4-Flash, both supporting 1-million-token context via a hybrid attention architecture that cuts per-token inference FLOPs by 73% and KV cache memory by 90% versus V3. Available as open weights on Hugging Face and via NVIDIA NIM endpoints. The efficiency gains matter most to teams running extended agent loops on open-weight infrastructure. HuggingFace

Nilay Patel: Beware Software Brain2026-04-23

The Verge's editor-in-chief published a widely-circulated piece arguing that tech's "software brain" — seeing everything as automatable databases and loops — explains the gap between industry enthusiasm and public hostility toward AI. Two-thirds of Americans have used ChatGPT in the past month; over half think AI will do more harm than good. Gen Z anger at AI rose from 22% to 31% year-over-year. Picked up immediately by Daring Fireball, Simon Willison, and others as a sharper-than-usual diagnosis of where things stand culturally. The Verge

Anthropic's Restricted Mythos Preview Leaked Through a Vendor Environment2026-04-23

A private group reportedly accessed Anthropic's restricted Claude Mythos Preview through a third-party vendor environment with inadequate access controls. The lesson is painfully ordinary: if you are handling dangerous capabilities, "unguessable URL" is not a security model. Fortune

OpenAI Turns Agents Into Workplace Infrastructure2026-04-22

OpenAI launched Workspace Agents in ChatGPT for enterprise tiers — persistent, cloud-run agents powered by Codex that handle multi-step workflows across 60+ apps (Slack, Google Drive, Salesforce, Notion) on schedules, without a human in the loop. In the same week, OpenAI published Symphony, an open-source orchestration spec for assigning coding agents work directly from issue trackers rather than babysitting terminal sessions. The useful shift is not that agents exist; it is that OpenAI is building the management layer around them, which is where teams actually lose the plot. Workspace Agents Symphony

Google Launches 8th-Gen TPU Platform, Confirms OpenAI as Customer2026-04-22

Google launched its eighth-generation TPU platform and confirmed OpenAI as a customer alongside Anthropic and Meta. The AI compute market is becoming less of an Nvidia-only theatre, and cloud capacity is increasingly strategic leverage rather than commodity plumbing. Worth tracking for teams making infrastructure decisions. Google

AWS Bedrock AgentCore: Managed Harness, CLI, Pre-Built Coding Skills2026-04-22

AWS added three features to Bedrock AgentCore: a managed agent harness (preview) that runs a full agent loop in isolated microVMs with three API calls and no orchestration code; an AgentCore CLI for prototype-to-production lifecycle via CDK; and pre-built skills for coding assistants. Kiro supports the skills today; Claude Code, Codex, and Cursor plugins arrive by end of April. No additional charge for any of it. AWS

OpenAI Adds WebSocket Mode to the Responses API2026-04-22

OpenAI launched WebSocket mode for the Responses API, maintaining persistent connections and cached state across agent loops. If your agentic workflow currently burns latency rebuilding context on every turn, this is the sort of unglamorous API improvement that actually matters. OpenAI

Thoughtworks and Fowler: AI Coding Is Creating Cognitive Debt2026-04-21

Martin Fowler highlighted Thoughtworks Technology Radar Vol. 34, whose central theme is that AI-generated code is accelerating "cognitive debt" — widening the gap between developers and the systems they nominally own. The radar's four themes: retain engineering fundamentals (TDD, zero trust, DORA) as a counterweight to AI speed; secure permission-hungry agents; apply harness engineering to coding agents (guides, sensors, feedback flywheels); and be selective about single-maintainer tools flooding the ecosystem. Harness engineering is now the dominant organising concept for teams doing serious AI-assisted development. Fowler Radar

Google Gemini Deep Research Gains MCP Integration and File Search2026-04-21

Google's Gemini API gained new Deep Research agents with collaborative planning, visualisation support, MCP server integration, and File Search via the Interactions API. In less glossy terms: hosted research agents are becoming easier to connect to internal systems without building the entire contraption yourself. Google

That covers it. A moderately consequential seven days. The rest is noise.