Daily AI Builder Brief - June 3, 2026
Executive Summary
- Claude Code shipped 2.1.160 and 2.1.161 on June 2, both maintenance-heavy with two changes builders will feel immediately.
acceptEditsnow prompts before writing files that grant code execution (.npmrc,.yarnrc*,bunfig.toml,.bazelrc). Expect a confirmation when scaffolding.claude mcpno longer prints secrets, and${VAR}references are no longer expanded. That's a real leak fix: upgrade.- Anthropic expanded Project Glasswing to roughly 150 organizations across 15+ countries; partners have surfaced 10,000+ high/critical flaws via Claude Mythos.
- Anthropic published a retrospective: "What we learned mapping a year's worth of AI-enabled cyber threats."
- Anthropic confidentially filed a draft S-1 with the SEC (June 1).
- MCP: no new releases in the window. The sessionless 2026-07-28 spec RC (from May 21) is still the active standards shift, final July 28.
Claude Code
v2.1.161 and v2.1.160 (June 2)
Edit no longer needs a separate Read after a single-file grep/egrep/fgrep. Parallel tool calls are tougher now: a failed Bash command no longer cancels the rest of the batch. New write-guard prompts cover shell startup and build-tool config files. The claude mcp secret-printing fix is the one to act on. Changelog
Anthropic
Expanding Project Glasswing (June 2)
Adds ~150 partners across power, water, healthcare, communications, and hardware. Partners must meet security requirements before gaining Mythos access. Post
Mapping a year of AI-enabled cyber threats (June 3)
A policy retrospective on AI-enabled attack patterns observed over the past year. Newsroom
Confidential S-1 (June 1)
Anthropic confidentially submitted a draft S-1 to the SEC, following a reported $65B round. Coverage
MCP Ecosystem
No new releases in the window
The most recent protocol news remains the 2026-07-28 Specification Release Candidate (published May 21): sessionless, stateless core, Mcp-Method header routing, cacheable tools/list, plus MCP Apps and Tasks extensions. Final spec July 28. RC post
Broader AI
Reported: starting June 15, programmatic Claude usage on subscription plans moves to a separate monthly credit pool. Confirm against your billing before then. Details
What This Means For Builders
- Don't treat the new
acceptEditsprompts as a bug. JS/Bazel scaffolding will now ask before touching execution-config files. - Upgrade to 2.1.161 if you pipe secrets through
claude mcp. The old behavior could surface them in output. - Design new MCP servers for the sessionless model now: cache
tools/list, drop sticky sessions, route onMcp-Method. July 28 is close. - If you run Claude programmatically on a subscription, budget for the June 15 credit-pool split.