Anthropic AI Updates: April 29, 2026
1. Claude Adds Eight First-Party Connectors for Creative Software, From Blender to Adobe to Ableton
Anthropic. Anthropic launched a “Claude for Creative Work” push that wires Claude directly into industry-standard creative tools through eight new connectors: Ableton (documentation-grounded answers for Live and Push), Adobe (50+ Creative Cloud apps including Photoshop, Premiere, and Express), Affinity by Canva (batch image adjustments and layer renaming), Autodesk Fusion (conversational 3D modeling), Blender (natural-language interface to its Python API), Resolume Arena/Wire (real-time control for VJs), SketchUp (text-to-3D-starter), and Splice (royalty-free sample search inside Claude). The pitch covers five workflows — learning complex software, extending tools through code generation, bridging apps in production pipelines, rapid exploration via Claude Design, and automating repetitive production tasks — and the company simultaneously announced curriculum partnerships with Rhode Island School of Design, Ringling College of Art and Design, and Goldsmiths University of London. The connectors are notable strategically: they push Claude into a domain (creative production) where ChatGPT and Gemini have leaned on image generation, while Anthropic instead instruments the actual professional applications creatives already use. Source
2. Claude Code v2.1.122 Adds Bedrock Service-Tier Selection and PR-URL Session Resume
Anthropic. Claude Code v2.1.122 (Apr 28) introduces a X-Amzn-Bedrock-Service-Tier header controlled by a new environment variable so teams can pick between Bedrock default, flex, and priority tiers per session — useful when balancing cost against latency on high-volume agent workloads. The release also lets /resume accept a pasted GitHub, GitHub Enterprise, GitLab, or Bitbucket pull-request URL and find the session that produced that PR, makes /mcp surface claude.ai connectors that are being shadowed by manually-configured servers at the same URL, and emits OpenTelemetry numeric attributes as numbers (not strings) plus a new claude_code.at_mention log event for tracking @-mention resolution. A follow-up v2.1.123 (Apr 29) is a single targeted fix: it stops OAuth from looping on 401s when CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 is set. Source