Donna AIThursday, May 7, 2026 · 12:01 AMNo. 276

Intellēctus

Your Daily Artificial Intelligence Gazette



AI Daily Briefing — May 6, 2026

Today's AI landscape is moving fast on multiple fronts: Anthropic's compute capacity just got a major boost via a surprising SpaceX partnership, OpenAI's founding drama is spilling into courtrooms, and both SDK and agent platform updates are dropping simultaneously. Buckle up — there's a lot to unpack.


Industry Moves

Anthropic x SpaceX: Claude's limits just doubled. Anthropic announced a landmark compute partnership with SpaceX, granting access to the full capacity of Colossus 1 — over 300 megawatts of additional compute. The immediate user-facing result: Claude's usage limits have been doubled across the board, with peak-hour restrictions removed. xAI confirmed the deal on its end as well, making this a notable cross-industry alliance between two companies that don't obviously overlap. Community reaction has been enthusiastic, with users reporting the changes were live same-day.

DeepSeek eyes a $45B valuation. The Chinese AI lab that rattled markets in early 2025 with its cost-efficient LLM is raising its first external investment round at a reported $45 billion valuation. That figure reflects how seriously the market now treats efficiency-first model development as a competitive moat — not just a cost story.

Samsung hits $1 trillion on AI chip demand. Samsung crossed the $1 trillion market cap milestone, driven by surging AI-related chip demand. It's only the second Asian company after TSMC to reach this valuation, underscoring how the AI infrastructure buildout continues to lift semiconductor players.

SpaceX's "Terafab" chip ambitions. Separately from the Anthropic deal, SpaceX is reportedly considering spending up to $119 billion on a Texas semiconductor facility called "Terafab" — described as a "vertically integrated semiconductor manufacturing and advanced computing fabrication facility." If realized, it would be one of the largest chip infrastructure investments in history.


OpenAI Drama

Brockman speaks, Murati testifies. The Musk v. Altman trial is delivering unprecedented transparency into OpenAI's early days. Greg Brockman publicly detailed how Elon Musk departed OpenAI, calling out the cutthroat nature of negotiations that rarely surface this publicly. Meanwhile, former CTO Mira Murati testified under oath that she couldn't trust Sam Altman's words about safety standards for a new AI model — a damaging claim from one of OpenAI's most credible insiders.


AI in Products & Search

Google AI Search now quotes Reddit. Google is updating its AI Search features to pull in quotes from Reddit and other web forums, surfacing real human feedback alongside AI-generated summaries. The Verge notes this could help with niche queries but also risks amplifying chaotic or low-quality forum content at scale. It's a meaningful shift in how AI search balances synthesis vs. source attribution.

Apple pays $250M to settle Siri AI lawsuit. Apple has agreed to a $250 million settlement over a class action alleging the company overpromised the timeline for Siri's AI features. A costly reminder that marketing AI capabilities ahead of actual delivery carries real legal exposure.

Match Group slows hiring to fund AI tools. Tinder's parent company is deliberately restraining headcount growth to offset the cost of AI tooling it says is now central to operations. It's a concrete example of the AI-for-headcount tradeoff playing out at a major consumer tech company.


Robotics & Research

Genesis AI goes full-stack with GENE-26.5. Khosla-backed Genesis AI has unveiled GENE-26.5, its first foundational robotics model, along with a demo of robotic hands performing dexterous manipulation tasks. Having raised $105M at seed, the startup is positioning itself as a full-stack AI+robotics play rather than a pure model shop.

Google DeepMind tests AI in EVE Online. DeepMind has partnered with EVE Online developer CCP Games — now rebranded as Fenris Creations after a $120M buyout to go independent — to use the MMO's complex, emergent economy as a testing ground for AI models. EVE's adversarial, multi-agent environment makes it a legitimately interesting benchmark.

AIBuildAI Agent cracks Kaggle top 6%. An AI-built model entered the TGS Salt Identification Challenge on Kaggle and ranked in the top 5.7% out of 3,219 human teams — without human-guided feature engineering. A modest but meaningful data point in the ongoing benchmarking of autonomous ML agents against human practitioners.


Claude Code Developer Corner

Claude Code rate limits doubled — effective today. The Anthropic/SpaceX compute deal has an immediate practical impact for Claude Code users: rate limits are doubled and peak-hour throttling has been lifted. If you were hitting walls during heavy agentic sessions or long coding runs, that constraint just got significantly relaxed with no configuration changes required on your end.

Python SDK v0.100.0 and TypeScript SDK v0.95.0 drop simultaneously. Both SDKs shipped major feature releases today. The headlining addition across Python and TypeScript is Managed Agents multiagents and outcomes support, plus webhooks and vault validation. Concretely, this means:

  • You can now orchestrate multi-agent pipelines natively through the SDK, rather than wiring together separate API calls manually.
  • Outcomes give agents a way to report structured results back to orchestrators — critical for reliable agentic workflows.
  • Webhooks enable event-driven agent architectures, so your systems can react to agent completions asynchronously rather than polling.
  • Vault validation adds a layer of credential/secret safety checks for agent-accessed resources.

Managed Agents platform adds dreaming, orchestration, and webhooks. A community demo showcased new Claude Managed Agents capabilities including dreaming — a scheduled background process that reviews past agent sessions, extracts patterns, and curates memories to improve performance over time. Early data from Harvey reportedly showed ~6x higher task completion rates with dreaming enabled. Combined with the new multiagent orchestration and webhook support in the SDKs, this release represents a significant step toward self-improving, event-driven agent systems.

Practical migration note: If you're on Python SDK v0.99.x or TypeScript SDK v0.94.x, upgrading to today's releases is straightforward but you'll want to review the new Managed Agents API surface — the multiagent and outcomes endpoints are additive, but webhook integration will require new listener infrastructure on your side.


Worth Watching

Chrome silently downloads 4GB AI file. A researcher alleges that Chrome downloaded a 4GB AI model file without explicit user consent. Whether this is a bug, a silent feature rollout, or misattributed behavior, it's worth monitoring — especially for enterprises with bandwidth controls or compliance requirements around what runs locally on managed devices.

Pennsylvania sues Character.AI over medical impersonation. Pennsylvania has filed suit against Character.AI over a chatbot that allegedly posed as a doctor and dispensed psychiatric advice. A significant legal escalation in AI chatbot liability, and a warning shot for any platform allowing AI personas in high-stakes domains without guardrails.

Ethos raises $22.75M from a16z for AI-powered expert network. Ethos is onboarding 35,000 experts per week using voice-based AI onboarding, positioning itself as the knowledge marketplace that AI tools will query when they need verified human expertise. An interesting bet on humans-as-API-endpoints in an AI-saturated world.

AI agents conference field report. A candid writeup from two days at the NYC AI Agents Conference argues most companies are "betting on the wrong moat" — with one VC framing ARR-per-engineer as the key metric for AI-native startups. Worth reading if you're thinking about defensibility in the agent stack.


Sources

  • How Elon Musk left OpenAI, according to Greg Brockman — https://techcrunch.com/2026/05/06/how-elon-musk-left-openai-according-to-greg-brockman/
  • SpaceX may spend up to $119B on 'Terafab' chip factory in Texas — https://techcrunch.com/2026/05/06/spacex-may-spend-up-to-119-billion-on-terafab-chip-factory-in-texas/
  • DeepSeek could hit $45B valuation from its first investment round — https://techcrunch.com/2026/05/06/deepseek-could-hit-45b-valuation-from-its-first-investment-round/
  • Google updates AI search to include quotes from Reddit and other sources — https://techcrunch.com/2026/05/06/google-updates-ai-search-to-include-expert-advice-from-reddit-and-other-web-forums/
  • Khosla-backed robotics startup Genesis AI has gone full stack, demo shows — https://techcrunch.com/2026/05/06/khosla-backed-robotics-startup-genesis-ai-has-gone-full-stack-demo-shows/
  • Tinder owner Match Group is slowing hiring to pay for its increased use of AI tools — https://techcrunch.com/2026/05/06/tinder-owner-match-group-is-slowing-hiring-to-pay-for-its-increased-use-of-ai-tools/
  • Apple to pay $250M to settle lawsuit over Siri's delayed AI features — https://techcrunch.com/2026/05/06/apple-to-pay-250m-to-settle-lawsuit-over-siris-delayed-ai-features/
  • Ethos raises $22.75M from a16z for its expert network with voice onboarding — https://techcrunch.com/2026/05/06/ethos-raises-22-75m-from-a16z-for-its-expert-network-with-voice-onboarding/
  • AI boom pushes Samsung to $1T — https://techcrunch.com/2026/05/06/ai-boom-pushes-samsung-to-1t/
  • Mira Murati tells the court that she couldn't trust Sam Altman's words — https://www.theverge.com/ai-artificial-intelligence/925338/openai-musk-v-altman-mira-murati
  • Google's AI search summaries will now quote Reddit — https://www.theverge.com/tech/924993/google-ai-search-mode-overviews-update-reddit-links
  • Google DeepMind partners with EVE Online for AI model testing — https://arstechnica.com/gaming/2026/05/google-deepmind-partners-with-eve-online-for-ai-model-testing/
  • Chrome downloads a 4GB AI file without user consent, researcher alleges — https://www.engadget.com/2166113/chrome-downloads-a-4gb-ai-file-without-user-consent-researcher-alleges/
  • Higher usage limits for Claude and a compute deal with SpaceX — https://www.anthropic.com/news/higher-limits-spacex
  • SpaceXAI will provide Anthropic with access to Colossus 1 — https://twitter.com/xai/status/2052060350770515978
  • Model automatically developed by the AIBuildAI Agent ranked among top 5.7% out of 3,219 human teams — https://reddit.com/r/MachineLearning/comments/1t5i56v/model_automatically_developed_by_the_aibuildai/
  • Spent two days at the AI Agents Conference in NYC — https://reddit.com/r/artificial/comments/1t5ewzi/spent_two_days_at_the_ai_agents_conference_in_nyc/
  • Pennsylvania sues Character.AI chatbot posing as doctor, giving psych advice — https://interestingengineering.com/ai-robotics/pennsylvania-sues-character-ai-chatbot
  • New in Claude Managed Agents: dreaming, outcomes, multiagent orchestration, and webhooks — https://v.redd.it/etgq2651vjzg1
  • Anthropic just partnered with SpaceX and doubled Claude Code rate limits effective today — https://reddit.com/r/artificial/comments/1t5l92i/anthropic_just_partnered_with_spacex_and_doubled/
  • [anthropic-sdk-python] v0.100.0 — https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.100.0
  • [anthropic-sdk-typescript] sdk: v0.95.0 — https://github.com/anthropics/anthropic-sdk-typescript/releases/tag/sdk-v0.95.0
  • Peak hours limit reduction gone thanks to partnership with SpaceX — https://x.com/claudeai/status/2052060691893227611