Thursday, May 7, 2026
Daily picks
18
articles scored
#1 GOLDAnnouncementAnthropic News
Higher usage limits for Claude and a compute deal with SpaceX
- Anthropic struck a compute deal with SpaceX (xAI's Colossus data center, 220,000+ NVIDIA GPUs) to substantially expand capacity
- For Claude Code Pro and Max subscribers: the peak hours usage throttle is gone — no more slowdowns during busy periods, effective today
- Opus model API rate limits are also substantially raised — if you've been hitting rate limits on Opus 4.7, you have meaningfully more headroom right now
- No action needed — higher limits are already live
#2 SILVERAnnouncementReddit r/ClaudeAI
New in Claude Managed Agents: dreaming, outcomes, multiagent orchestration, and webhooks.
- Three new capabilities now in public beta on the Claude Platform: Outcomes (write a rubric → grader checks output → agent iterates until it passes), Multiagent orchestration (lead agent delegates to specialist agents running in parallel), and Webhooks (get notified async when long-running jobs complete)
- Dreaming (research preview, request required) automatically reviews past sessions and extracts patterns to improve future performance — Harvey saw ~6x higher task completion rates with it enabled
- Available now for API developers building with Managed Agents at platform.claude.com
#3 BRONZEReleaseClaude Code Releases
v2.1.132
- New env var `CLAUDE_CODE_SESSION_ID` is now injected into all Bash subprocess shells — hook scripts can now identify which session they're running in, enabling per-session logging, state isolation, or routing
- `CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1` opts out of fullscreen terminal mode and keeps output in normal scrollback — fixes broken logging pipelines, screen recorders, and CI environments where fullscreen mode misbehaves
- SIGINT (kill -INT / IDE stop button) now triggers graceful shutdown and restores terminal state instead of abrupt exit; --resume hint is printed so you don't lose the session
