Claude Code Daily Briefing - 2026-03-29
Release Summary
| Version | Date | Key Changes |
|---|---|---|
| v2.1.87 | 3/29 | Fixed Cowork Dispatch messages not getting delivered |
| v2.1.86 | 3/27 | API session ID header, Jujutsu/Sapling VCS support, Read tool compact format, VSCode “Not responding” fix |
New Features & Practical Usage
Cowork Dispatch Message Delivery Bug Resolved (v2.1.87 + Desktop 1.1.9493)
A critical bug in Claude Desktop 1.1.9310 caused Dispatch sessions to stop responding — messages were received and processed, but responses never appeared in the conversation thread.
The issue:
- Messages sent via mobile/desktop Dispatch were marked as read but responses never delivered
- Root cause traced to the Cloud Control Relay (CCR) layer between the desktop backend and connected clients
- Multiple GitHub bug reports filed (#40178, #40179, #40257, #40283)
Resolution:
- Claude Code v2.1.87 fixes the message delivery logic
- Claude Desktop 1.1.9493 update required for full fix
# Update Claude Code
brew upgrade --cask claude-code
# Verify Claude Desktop version
# Settings > Updates — ensure 1.1.9493 or later
GitHub v2.1.87 | GitHub Issue #40283
Developer Workflow Tips
The 3 Essential Claude Code Skills to Start With
The Claude Code skill ecosystem has grown to 150+ community skills and 72+ official plugins across 24 categories. If you’re just getting started, these three are the recommended foundation.
1. frontend-design (277,000+ installs) Anthropic’s official skill. Establishes a design system and philosophy before writing any code. Produces bold aesthetic choices, intentional typography, and purposeful color palettes.
2. simplify Reviews written code for reuse, quality, and efficiency, then fixes issues found. The simplest way to automate a code review loop.
3. browser-use Connects Claude to a headless browser — navigate URLs, fill forms, scrape dynamic content, take screenshots, and verify deployed features end-to-end.
Composio Guide | Medium — 10 Must-Have Skills
Peak-Hour Rate Limit Optimization Strategies
Since Anthropic adjusted peak-hour (PT 05:00–11:00) usage limits on March 23, some Max subscribers report abnormally rapid rate limit drain. Here’s how to manage your usage efficiently:
- Target off-peak hours: Schedule heavy workloads outside the PT 05:00–11:00 window
- Manage context window: Minimize large file reads; only read what you need
- Use
/compactregularly: Periodically compact long sessions to save token consumption - Separate subagents: Isolate independent tasks into subagents to protect your main context
Security & Limitations
Pentagon Appeal Deadline D-4 — Government Expected to Seek Emergency Stay (~4/2)
Judge Lin delayed implementation of her preliminary injunction for one week, giving the government time to appeal. The government is expected to file for an emergency stay with the Ninth Circuit Court of Appeals.
- Appeal deadline: ~April 2
- Pentagon CTO: Maintains “the ban still stands”
- Key question: If the Ninth Circuit grants the stay, the injunction is paused until the appeal hearing
- Industry impact: First federal precedent on AI companies’ right to refuse military contracts
Copyright Settlement Claims Deadline D-1 (3/30) — Attorney Fees Slashed
The $1.5 billion copyright settlement claims deadline is tomorrow, March 30 at 11:59 PM PT.
- Fee reduction: Plaintiffs’ attorneys cut their fee request from $300M (20%) to $187.5M (12.5%) — $112.5M more goes to authors
- Final approval hearing: April 23
- Per-book payout: ~$3,000 (sole copyright) or ~$1,500 (with publisher)
- Separate lawsuit: Music publishers (Universal, Concord, BMG) pursuing a separate $3B copyright suit
Authors Alliance | Anthropic Copyright Settlement
Rate Limit Drain Controversy — “Bug or Feature?”
Since March 23, Claude Code users have been reporting abnormally rapid rate limit exhaustion, sparking heated debate on GitHub and Hacker News.
- Max 20x subscriber: Usage jumped from 21% to 100% on a single prompt
- Max 5x subscriber: 5-hour window exhausted in ~90 minutes
- GitHub Issues: #38335, #38345, and more
- Anthropic’s position: “Adjusting peak-hour session limits to manage growing demand” — framed as intentional, not a bug
- User pushback: “Same workloads now consume dramatically more” — bug suspicion persists
- Precedent: ~1 month ago, a prompt caching bug caused similar symptoms and Anthropic reset limits
MacRumors | Hacker News | GitHub #38335
Ecosystem & Plugins
Claude Paid Subscriptions More Than Doubled This Year
TechCrunch reports Claude paid subscriptions have more than doubled in 2026.
- Estimated users: 18–30 million (third-party estimates)
- Growth drivers: Pentagon controversy attention, Super Bowl ads, Claude Code’s viral growth
- Claude Code growth: Usage up 300% since Claude 4 launch, $2.5B standalone annual revenue
”Anthropic’s Madcap March” — 14+ Launches, 5 Outages
The New Stack compiled Anthropic’s March in review:
- Launches: 14+ product/feature releases (Opus 4.6, Computer Use, Dispatch, Claude Code updates, etc.)
- Outages: At least 5 service disruptions — 3/2, 3/11, 3/18, 3/21, 3/25–27
- MCP growth: 97 million monthly SDK downloads — up from 2M at Nov 2024 launch, 4,750% growth in 16 months
- Revenue: ~$19B annual run-rate, 5.5x year-over-year
2x Promotion Ended
The March 13–28 usage double promotion ended yesterday (3/28) at 11:59 PM PT.
Community News
-
Claude consumer popularity skyrocketing: TechCrunch spotlighted Claude’s paid subscription surge. Pentagon controversy, Super Bowl ads, and Claude Code’s viral adoption are all contributing. TechCrunch
-
“Anthropic’s Madcap March” retrospective: The New Stack reviewed 14+ launches and 5 outages, highlighting MCP’s 97M monthly downloads as the standout metric. The New Stack
-
Rate limit drain debate continues: “Bug or intentional?” — the Hacker News and GitHub communities are calling for more transparency, citing last month’s caching bug precedent. Hacker News
Minor Changes Worth Knowing
- Claude Desktop 1.1.9493 update recommended: Fixes the Dispatch response delivery bug. Update immediately if you’re on 1.1.9310.
- Copyright settlement attorney fees slashed: $300M → $187.5M, increasing author payouts by ~$112.5M.
- MCP SDK downloads hit 97M/month: 4,750% growth in 16 months from 2M at launch. 400+ community MCP servers registered.
- Claude Code skill ecosystem: 150+ community skills, 72+ official plugins across 24 categories now available.
Recommended Reads
-
“Don’t Design for the Average User”: Jakob Nielsen argues digital user behavior follows power laws, not normal distributions. The top 5% of users generate 80% of revenue, making “average-user” design a trap that disappoints everyone. Progressive Disclosure — simple entry points for casual users, unlimited depth for power users — is the key strategy. UX Tigers
-
“Why Estimation Fails (and Why It’s Still Necessary)”: Software estimation lives in the “Complex” domain where accurate prediction is inherently impossible, regardless of experience. Yet it remains essential for contracts, inter-team dependencies, and ROI. The critical insight: separate estimates (probabilistic predictions) from plans (process commitments) from commitments (result promises). leadership.garden
Interesting Projects & Tools
-
31-LLM Cross-Validation Autonomous Stock Trading System: A fully autonomous trading system using 31 LLM agents in a 6-phase relay pipeline — macro analysis (7 agents), sector screening (10), company analysis (8), and a CIO decision layer. Validator agents prevent hallucinations (non-existent stock recommendations), and red-teaming counters cognitive biases like disposition effect and sunk-cost fallacy. Running on a real account (₩10M / ~$7,500). Telegram
-
VibeCodeStats: A real-time dashboard visualizing which AI coding tools developers are using across the vibe coding ecosystem. vibecodingstats.com