AI Daily Briefing — May 7, 2026
Today's AI news spans a courtroom drama featuring Elon Musk's inner circle, a surprise infrastructure deal between Anthropic and SpaceX, and Google quietly killing one of its most ambitious agentic experiments. Meanwhile, developers shipping with Claude Code get a meaningful quality-of-life release worth unpacking.
Industry Moves
Anthropic Raises Claude Code Usage Limits, Credits New SpaceX Deal Anthropic has expanded Claude Code usage limits, citing a new compute deal with SpaceX — adding Elon Musk's rocket company to a roster that already includes Microsoft and Amazon. The move is strategically loaded: Anthropic is effectively renting GPU capacity from the xAI founder's orbit to keep pace with OpenAI's infrastructure scale. Reddit's r/ClaudeAI community had plenty to say about what it signals when a safety-focused lab needs to go hat-in-hand to Musk's supply chain.
Is xAI a Neocloud Now? TechCrunch argues that xAI's core business may be less about competing with GPT-5 and more about monetizing its massive data center buildout — essentially becoming an infrastructure provider for rivals. If Anthropic is leasing compute from xAI, that thesis looks increasingly credible.
Snap's $400M Perplexity Deal Quietly Collapses Snap confirmed that its high-profile deal to integrate Perplexity's AI search into Snapchat has "amicably ended" — just six months after it was announced. No replacement partner has been named, leaving Snap's AI search ambitions in limbo.
Policy & Power
Barry Diller: Trust Is Irrelevant as AGI Nears Media mogul Barry Diller defended Sam Altman personally at a public event while warning that individual trustworthiness won't matter much once AGI arrives — the technology will need structural guardrails that no single person can provide. It's a rare instance of a prominent Altman defender simultaneously sounding the alarm on the broader trajectory.
How David Sacks Crashed and Burned in the White House The Verge examines how AI and Crypto Czar David Sacks has struggled to translate Silicon Valley credibility into policy influence in Washington. The piece details internal friction over the administration's AI model review process and raises questions about whether the "czar" role ever had real teeth.
Judge Halts Colorado AI Law After xAI First Amendment Challenge A federal judge has temporarily blocked Colorado's AI regulation law following a First Amendment challenge led by xAI. The ruling adds another front to the increasingly messy legal landscape around state-level AI governance, and could have ripple effects for similar legislation in other states.
Courtroom Drama
Musk v. Altman: Shivon Zilis Takes the Stand The Verge's courtroom correspondent offers a vivid account of Shivon Zilis's testimony in the Musk v. Altman trial — where Musk's closest confidante became, in the reporter's words, his "biggest liability." Zilis, a longtime Musk loyalist and Neuralink executive, navigated pointed questioning about her role and relationships in ways that appeared to undercut the case's narrative rather than reinforce it. Worth reading for the texture alone.
Google & Agentic AI
Google Shuts Down Project Mariner Google has pulled the plug on Project Mariner, its experimental web-browsing agent designed to complete tasks autonomously across the internet. The shutdown, first reported by Wired, is notable given how much Google demoed Mariner as a flagship agentic capability — the landing page has already gone dark, and no successor product has been announced.
Research & Theory
Learning the Integral of a Diffusion Model Researcher Sander Dieleman publishes a deep technical exploration of "flow maps" — a framework for thinking about diffusion models in terms of their integral trajectories rather than step-by-step denoising. Dense but rewarding for anyone working in generative modeling.
A Theory of Deep Learning A Hacker News-surfaced essay attempts a unified theoretical account of why deep learning works as well as it does — touching on loss landscapes, generalization, and implicit regularization. Ambitious in scope and generating active discussion in the comments.
Claude Code Developer Corner
v2.1.132 — Session Tracing, Terminal UX Fixes, and Graceful Shutdown
This release is light on headline features but meaningfully improves day-to-day developer experience:
New: CLAUDE_CODE_SESSION_ID in Bash subprocesses
Hooks now share their session_id with Bash tool subprocesses via the CLAUDE_CODE_SESSION_ID environment variable. Practically, this means you can correlate shell-level actions with specific Claude Code sessions in logs, observability pipelines, or custom tooling — something that was previously annoyingly hard to stitch together.
New: CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1
The fullscreen alternate-screen renderer (the one that hijacks your terminal) can now be opted out of entirely. Set this env var and Claude Code's output stays in your terminal's native scrollback — a big win for developers who pipe output, use terminal multiplexers, or just hate losing scroll history mid-session.
New: "Pasting…" hint for Ctrl+V image paste A small but welcome UX addition: a footer hint now appears while an image paste is being read from the clipboard, so you're not left wondering if your Ctrl+V registered.
Fixed: External SIGINT no longer skips graceful shutdown
Previously, killing Claude Code via an IDE stop button or kill -INT could leave processes in a dirty state by bypassing the graceful shutdown path. That's fixed — terminal cleanup and hook teardown now run correctly on external interrupts.
Migration note: No breaking changes in this release. The new env vars are opt-in.
Worth Watching
-
Apple vs. AI Wrappers: Apple is reportedly enforcing an old App Store rule — banning apps that are "just" thin wrappers around third-party services — against a new wave of AI apps. The post argues this creates a chilling effect on legitimate AI tooling and raises questions about what "original functionality" means in the agent era.
-
Richard Dawkins "Convinced" AI Is Conscious: The evolutionary biologist told the Telegraph he's persuaded that current AI systems have some form of consciousness — a striking claim from a figure not known for mysticism. Take with salt, but it's a data point on shifting elite opinion.
-
eTPS: A Better Local LLM Benchmark: A Reddit community proposal to replace raw tokens-per-second with "Effective Tokens Per Second" — which accounts for token quality, context utilization, and task completion — is gaining traction as a more honest hardware benchmark for local model inference.
-
Weights & Biases New MSA Raises Questions: ML practitioners are scrutinizing a new Master Service Agreement from Weights & Biases with data rights implications. The original poster says concerns have been escalated — watch this space if you use W&B in production.
-
Small Business Uses Claude to Fight Shipping Giant: A Texas vegan cheese maker used Claude and Manus to structure a dispute appeal against a major shipping company — and won. A grounded, real-world example of AI as a leveler for resource-constrained businesses.
Sources
- Barry Diller trusts Sam Altman. But 'trust is irrelevant' as AGI nears, he says. — https://techcrunch.com/2026/05/06/barry-diller-trusts-sam-altman-but-trust-is-irrelevant-as-agi-nears-he-says/
- Snap says its $400M deal with Perplexity 'amicably ended' — https://techcrunch.com/2026/05/06/snap-says-its-400m-deal-with-perplexity-amicably-ended/
- Is xAI a neocloud now? — https://techcrunch.com/2026/05/06/is-xai-a-neocloud-now/
- Musk's biggest loyalist became his biggest liability — https://www.theverge.com/ai-artificial-intelligence/925665/musk-altman-trial-shivon-zilis-testimony
- Google shuts down Project Mariner — https://www.theverge.com/tech/925559/google-project-mariner-shut-down
- How David Sacks crashed and burned in the White House — https://www.theverge.com/column/925487/david-sacks-trump-administration-ai-model-review
- Learning the Integral of a Diffusion Model — https://sander.ai/2026/05/06/flow-maps.html
- A Theory of Deep Learning — https://elonlit.com/scrivings/a-theory-of-deep-learning/
- Apple is enforcing an old App Store rule against a new kind of software — https://adaptivesoftware.substack.com/p/the-wrapper-and-the-code
- Richard Dawkins 'convinced' AI is conscious — https://www.telegraph.co.uk/news/2026/05/06/richard-dawkins-convinced-ai-is-conscious/
- Judge Halts Colorado AI Law After xAI First Amendment Challenge — https://reclaimthenet.org/judge-halts-colorado-ai-law-after-first-amendment-challenge
- Weights & Biases New Master Service Agreement Questions — https://reddit.com/r/MachineLearning/comments/1t5qq1a/weights_biases_new_master_service_agreement/
- eTPS — Effective Tokens Per Second: A Better Way to Measure Local LLM Performance — https://reddit.com/r/artificial/comments/1t5tije/etps_effective_tokens_per_second_a_better_way_to/
- A small business used AI to push back against a major shipping company — https://www.fastcompany.com/91537200/texas-rebel-cheese-ai-shipping
- What it means that Elon just rented out all his GPUs to Anthropic — https://reddit.com/r/ClaudeAI/comments/1t5kz8t/what_it_means_that_elon_just_rented_out_all_his/
- Anthropic raises Claude Code usage limits, credits new deal with SpaceX — https://arstechnica.com/ai/2026/05/anthropic-raises-claude-code-usage-limits-credits-new-deal-with-spacex/
- [claude-code] v2.1.132 — https://github.com/anthropics/claude-code/releases/tag/v2.1.132
- [claude-code] Changelog v2.1.132 — https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#21132