Back to AI Briefs
TLP:CLEARAI-2026-0521

Daily AI Builder Brief - May 21, 2026

May 21, 20263 min read
aiclaude-codeanthropicmcpbuilder-intel

Executive Summary

  • Claude Code 2.1.146 lands today: /simplify is now /code-review with an effort flag.
  • MCP pagination bug that dropped items past page 1 is fixed, worth re-pulling if you wrote workarounds.
  • Windows PowerShell tool failures and Windows Terminal background-session strobing are resolved.
  • May 19's 2.1.145 added claude agents --json plus agent_id and parent_agent_id OpenTelemetry spans, agent observability is now first-class.
  • Anthropic opened a "moral formation" dialogue with 15+ wisdom traditions to shape Claude's character training.
  • KPMG is deploying Claude across 276,000 staff, the largest professional-services rollout to date.
  • MCP's stateless HTTP transport is in review for the June 2026 spec, horizontal scaling without sticky sessions is the target.
  • Code w/ Claude London runs today through tomorrow.

Claude Code

2.1.146: /code-review rename and MCP pagination fix

/simplify is gone, /code-review replaces it with an optional effort parameter. MCP pagination now returns all pages instead of truncating after page 1. Auto-updater gets native version checks and download retries. Diff rendering is faster on large edits. Changelog

2.1.145: agent observability

claude agents --json lists live sessions for scripting. OpenTelemetry spans now carry agent_id and parent_agent_id, so multi-agent traces are reconstructable. /plugin Discover and Browse screens now show commands, agents, skills, hooks, and MCP/LSP servers in one view. Changelog

Anthropic

Widening the conversation on frontier AI

Anthropic is consulting scholars from 15+ religious and cultural communities, plus legal experts and psychologists, to inform how Claude's character and values are trained. Framed as "moral formation" rather than safety tooling. Post

KPMG strategic alliance

Claude is deploying across KPMG's 276,000-person workforce and core business workflows. Largest single professional-services integration announced so far. Post

MCP Ecosystem

Stateless HTTP transport in review

The Transport Working Group's stateless HTTP variant is under review for the June 2026 spec. Servers will scale horizontally behind standard load balancers without persistent SSE connections. If you're running MCP behind a gateway, plan for the migration window. 2026 Roadmap

Broader AI

Nothing today that changes how a builder ships.

What This Means For Builders

  • Update Claude Code now, the MCP pagination fix alone justifies it if you're orchestrating tool catalogs.
  • If you wrote pagination shims for MCP tool lists, delete them and re-test.
  • Wire agent_id and parent_agent_id into your tracing pipeline today, your multi-agent debugging gets cheaper this week.
  • If your MCP server is stateful, start planning the stateless transport migration before the June spec lands.

Sources

  1. https://code.claude.com/docs/en/changelog
  2. https://www.anthropic.com/news
  3. https://www.anthropic.com/news/widening-conversation-ai
  4. https://www.anthropic.com/news/anthropic-kpmg
  5. https://blog.modelcontextprotocol.io/posts/2026-mcp-roadmap/
  6. https://blog.modelcontextprotocol.io/posts/2025-12-19-mcp-transport-future/