// edition · 2026-05-24

May 24, 2026

21 stories on AI dev tools, agents, and the coding stack — curated from the day's RSS haul by Agentic Dev's pipeline.

Top Signal · Agentic IDEs

Cursor Composer 2.5: Targeted RL, Self-Correction, and a Million-GPU Training Run

Cursor released Composer 2.5, a coding model built on Moonshot's Kimi K2.5 open-source base, trained using targeted reinforcement learning with per-mistake textual feedback and 25x more synthetic tasks than its predecessor. The model is priced at approximately $1 per task, compared to roughly $11...

Dev.to - AI

Tool Updates

Stop Claude From Rewriting Your Entire App

AI coding assistants like Claude frequently modify files and systems beyond the scope of a requested task, causing unintended breakage in areas such as auth middleware, database schemas, and build tooling. Developers working around this issue recommend explicitly defining protected files, restric...

Workflows & Tips Dev.to - Claude

Claude's JSON Output and the R…

A developer found that 14% of 12,400 structured-output calls to Claude returned JSON wrapped in markdown fences despite strict system prompts. To address this, they built a three-pass Rust pipeline that validates, corrects, and verifies structured outputs before returning them.

Agent Engineering Dev.to - Claude

Claude Design: Developer Guide to Anthropic's Prototyping Tool

Anthropic launched Claude Design on April 17, 2026, a web-based prototyping tool that generates HTML, CSS, and JavaScript from natural language prompts, powered by Claude Opus 4.7. The tool is available at no additional cost to Claude Pro ($20/month), Max ($100/month), Team, and Enterprise subscr...

Workflows & Tips Dev.to - Claude

Tried using the Claude Platform on AWS

Anthropic's Claude Platform on AWS is now generally available, allowing users to access Anthropic's native Claude API through their AWS account with AWS IAM authentication and billing. Unlike Claude on Amazon Bedrock, inference runs on Anthropic's infrastructure, and new features are available th...

Workflows & Tips Dev.to - Claude

Tried using the Claude Platform on AWS

Anthropic's Claude Platform on AWS is now generally available, allowing users to access Anthropic's native Claude API through their AWS account with AWS IAM authentication and billing. Unlike Claude on Amazon Bedrock, inference runs on Anthropic's infrastructure, and new features are available th...

Workflows & Tips Dev.to - Claude

Tried using the Claude Platform on AWS

Anthropic's Claude Platform on AWS is now generally available, allowing users to access Anthropic's native Claude API through their AWS account with AWS IAM authentication and billing. Unlike Claude on Amazon Bedrock, inference runs on Anthropic's infrastructure, and new features are available th...

Workflows & Tips Dev.to - Claude

AI Agent Integration for Developers 2026: The Truth They Don't Want You to Know

A developer guide published on Dev.to outlines AI agent use cases for independent developers in 2026, including automated code generation, bug detection, unit test writing, and documentation. The piece references Google's Gemma 4 among available models targeting smaller development teams.

Workflows & Tips Dev.to - AI

Ecosystem

Connect your MCP server to Claude Desktop in 5 minutes

Anthropic's Model Context Protocol (MCP) allows Claude Desktop to connect to locally configured tool servers via a JSON config file, enabling Claude to access file systems, run searches, and execute custom functions defined in TypeScript handlers.

MCP & Integrations Dev.to - Claude

codegraph: The Missing Knowledge Graph for 5 Coding Agents

Colbymchenry released codegraph, a local code knowledge graph that indexes codebases into SQLite via Tree-sitter and exposes nine tools over an MCP server interface for use with Claude Code, Codex CLI, Cursor, OpenCode, and Hermes Agent. Benchmarks across seven codebases showed 59% fewer tokens, ...

Open Source Tools Dev.to - Claude

Google’s new anything-to-anything AI model is wild

Google released a new multimodal Gemini model capable of processing and generating across multiple formats including text, images, and video. The model allows users to create realistic AI-generated video content with minimal technical effort.

Model Releases The Verge - AI

Anthropic’s $300M Stainless deal lands hardest on OpenAI and Google

Anthropic acquired Stainless, a New York startup that generated SDKs for OpenAI, Google, Cloudflare, and others, for a reported $300 million. Stainless built and maintained client libraries in multiple programming languages for a significant share of the AI industry's API layer.

Industry & Funding The New Stack

How MCP and synthetic data are reshaping compliance in the agentic era

Agentic AI systems are exposing sensitive data across non-production software development environments—including CI/CD pipelines, model training datasets, and AI agent memory stores—at a pace that outstrips many organizations' existing data governance frameworks. Synthetic data generation and the...

MCP & Integrations The New Stack

OpenClaw passed 300,000 GitHub stars. Then Google launched Spark.

OpenClaw, an open-source self-hosted AI agent project by Peter Steinberger, surpassed 300,000 GitHub stars by April 2025. At Google I/O, Google launched Gemini Spark, a 24/7 cloud-hosted personal agent built on Gemini 3.5 Flash and integrated with Gmail, Docs, and Sheets.

Industry & Funding The New Stack

AiFinPay: Autonomous Payments for ruvnet/ruflo

AiFinPay released a Python SDK for enabling autonomous payment capabilities in AI agents, installable via pip as `aifinpay-agent`. The project is associated with the ruflo repository by developer ruvnet.

Open Source Tools Dev.to - AI

Will AI really replace programmers? Or will it increase opportunities?

A Dev.to opinion piece argues AI tools are widening the gap between skilled and average programmers rather than eliminating developer roles, contending that debugging, architecture decisions, and business logic still require human judgment that AI cannot replicate.

Opinion & Analysis Dev.to - AI