Daily AI Builder Brief - May 15, 2026
Executive Summary
- Claude Code 2.1.142 adds full flag surface to
claude agentsfor dispatched background sessions. - Fast mode now defaults to Opus 4.7, with an env override to pin Opus 4.6.
- Anthropic splits subscription billing on June 15: programmatic usage gets its own pool.
- Anthropic launched 12 legal practice plugins (M&A, employment, regulatory, NDA triage).
- $200M Gates Foundation partnership announced for global development AI.
- PwC standardized on Claude for client delivery and internal reinvention.
- MCP_TOOL_TIMEOUT fix unblocks remote HTTP/SSE servers previously capped at 60s.
Claude Code
2.1.142 ships agent dispatch flags and Opus 4.7 fast mode
The claude agents subcommand now accepts --add-dir, --settings, --mcp-config, --plugin-dir, --permission-mode, --model, --effort, and --dangerously-skip-permissions. Background dispatch finally matches interactive flag parity. Fast mode swaps to Opus 4.7 by default; pin with CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE=1. changelog
MCP timeout and auth bugs fixed
MCP_TOOL_TIMEOUT now actually raises per-request fetch timeout on remote HTTP/SSE servers (was capped at 60s). 403s now show as "needs auth" instead of generic failure. Optional server-events stream failures no longer disconnect the whole server. changelog
2.1.141 adds rewind summarize and terminal sequence hook
"Summarize up to here" lands in the rewind menu for inline context compression. Hook output gains a terminalSequence field for desktop notifications without owning the terminal. changelog
Anthropic
Subscription billing splits June 15
Programmatic interaction (Agent SDK, headless, third-party tools) moves to a dedicated credit pool funded by your subscription fee. Interactive limits stay the same. Plan your agent workloads accordingly. coverage
12 legal practice tools shipped
Cowork plugins now cover M&A, public company governance, employment hiring review, NDA triage, software subscription review, and regulatory work. Practice-area packaging, not horizontal features. Bloomberg Law
Claude for Small Business
New SKU plus a roadshow starting in Chicago: free half-day fluency workshops for 100 leaders per city. announcement
Gates Foundation $200M and PwC deployment
Two enterprise signals: $200M Gates partnership for global development applications, and PwC standardizing on Claude across client delivery. news index
MCP Ecosystem
Remote MCP stability ships in Claude Code
Today's fixes matter more than any new server: timeout obeyed, 403 auth flow surfaced, optional stream failures isolated, Remote Control 401 token-rotation handled. Remote MCP went from "mostly works" to "production viable" inside Claude Code. changelog
Broader AI
Nothing today.
What This Means For Builders
- If you ship agents on Anthropic subscriptions, model the June 15 billing split now. Your Agent SDK runs come out of a separate budget than your IDE work.
- Upgrade Claude Code today if you run remote MCP servers; the 60s cap and the false-auth-failure bug both bit silently.
- The new
claude agentsflags make scripted background dispatch worth revisiting. Effort and permission-mode in flags means CI integration without wrapper hacks.
Sources
- https://code.claude.com/docs/en/changelog
- https://www.anthropic.com/news
- https://www.anthropic.com/news/claude-for-small-business
- https://news.bloomberglaw.com/bankruptcy-law/anthropic-pushes-deeper-into-legal-work-with-claude-updates
- https://devtoolpicks.com/blog/anthropic-splits-claude-subscriptions-agent-sdk-credit-june-2026
- https://www.theregister.com/ai-ml/2026/05/14/anthropic-tosses-agents-into-the-api-billing-pool/5240748