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 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
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
DeepSeek made a 75% discount on V4 Pro permanent on May 22, 2026, setting output token pricing at $0.87 per million tokens — approximately 34× below GPT-5.5 and 28× below Claude Sonnet 4.6, according to a cost comparison analysis.
Pricing & Plans
Dev.to - Claude
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
A developer participating in Google Cloud Gen AI Academy (APAC Edition) designed a RAG system architecture combining Redis caching (~50ms cached response latency), Vertex AI vector search, a cross-encoder re-ranker, and Google's Gemini Flash LLM with SSE streaming output.
Agent Engineering
Dev.to - AI
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
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
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
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
A developer built a searchable index of 1,998 public Claude Code skills at orangebot.ai/skills, pulling install data from the skills.sh registry and sorting entries by weekly install volume. The catalog uses a static JSON file updated by a daily Python scraper, served via Next.js on Firebase App ...
CLI Agents
Dev.to - Claude
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
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
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 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 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
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, 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 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
AiFinPay released a Python SDK for enabling payment processing by AI agents, installable via pip as "aifinpay-agent" and available on GitHub at github.com/AiFinPay/sdk.
Open Source Tools
Dev.to - AI
AiFinPay released a Python SDK for enabling payment processing in AI agent applications, available via pip as "aifinpay-agent" with source code published on GitHub.
Open Source Tools
Dev.to - AI
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