惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
The Cloudflare Blog
IT之家
IT之家
V
V2EX
雷峰网
雷峰网
MyScale Blog
MyScale Blog
P
Proofpoint News Feed
Stack Overflow Blog
Stack Overflow Blog
博客园 - Franky
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
小众软件
小众软件
博客园 - 叶小钗
Blog — PlanetScale
Blog — PlanetScale
C
Check Point Blog
A
About on SuperTechFans
B
Blog
月光博客
月光博客
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Anthropic plugs into SpaceX's 220,000-GPU Colossus — and ...
Andrew Kew · 2026-05-09 · via DEV Community

Anthropic has struck a deal to take over the full computing capacity of SpaceX's Colossus 1 data center in Memphis: 220,000+ NVIDIA GPUs and more than 300 megawatts of power. The infrastructure is expected to come online within a month — and the rate limit changes for Claude users are already rolling out.

This is a direct response to something developers have been complaining about for months: hitting Claude's ceilings constantly, especially on Opus and Claude Code.

"Higher limits, more capacity, and a path to orbital AI compute" — Anthropic's announcement framing it as infrastructure, not just a business deal.

What actually changed

  • Claude Code 5-hour limits double for Pro, Max, Team, and Enterprise plans — within a month
  • Peak-hour throttling removed entirely for Pro and Max subscribers
  • Claude Opus API limits jump substantially across all tiers:
Tier Input tokens/min Output tokens/min
1 30k → 500k 8k → 80k
2 450k → 2M 90k → 200k
3 800k → 5M 160k → 400k
4 2M → 10M 400k → 800k

That's a 10–16× increase depending on tier. If you're running agents on Opus, this is a big deal.

Why it matters

Compute constraints have quietly been the ceiling on AI product development. Rate limits aren't just annoying — they force architectural compromises: developers route around Opus to cheaper, faster models; agent loops get throttled mid-run; teams negotiate enterprise contracts just to get workable quotas.

This deal doesn't just move the ceiling — it blows the roof off.

The Colossus 1 cluster was originally built for xAI (Elon Musk's AI company), assembled by SpaceX in a reported 19 days. Now Musk has folded xAI into SpaceX under the SpaceXAI brand, and in an unexpected move, Anthropic — not exactly Musk-aligned — has secured exclusive access to it.

Anthropic also noted it's exploring "orbital AI compute capacity" with SpaceX. That's still vague, but it suggests the relationship goes beyond a one-time rental.

One tension worth flagging: Anthropic stated it will only partner with "democratic countries" whose legal frameworks support this scale of investment. Partnering with a company controlled by Elon Musk, whose political trajectory has raised authoritarian flags, sits awkwardly against that framing. Anthropic didn't address the contradiction directly.

What to do

If you're on the Claude API (Opus): Your rate limits may already be higher — check your current tier in the Anthropic console and adjust your retry/backoff logic accordingly. Some agents that were throttled-by-design can now run more aggressively.

If you use Claude Code (Pro/Max/Team/Enterprise): The 5-hour limit doubling rolls out within a month. No action needed, but if you've been rationing sessions, you'll have more headroom soon.

If you're evaluating model providers: The compute gap between providers is narrowing fast. Anthropic now has deals with Amazon (5 GW), Google/Broadcom (5 GW), Microsoft/NVIDIA ($30B Azure capacity), Fluidstack ($50B), and now SpaceX's Colossus. The infrastructure story is becoming a competitive moat in its own right.


Source: The New Stack · Anthropic announcement · The Decoder

✏️ Drafted with KewBot (AI), edited and approved by Drew.