// edition · 2026-05-02

May 02, 2026

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

Top Signal · MCP & Integrations

3 MCP server failure modes that bit us in production, and how we ship around them

A developer building a SaaS AI coding product identified three production failure modes with MCP servers: built-in tools silently overriding custom sandboxed MCP tools, and environment variables from parent processes leaking into MCP child processes as tokens. The post includes production code us...

Dev.to - Claude

Tool Updates

Claude Code Forgets Everything Between Sessions. MEMORY.md Fixes That

Claude Code loses all session context on restart; a developer workflow using a MEMORY.md file in the project root provides a 200-line persistent index of evolving project state, such as recent migrations and active decisions, which Claude Code reads at session start.

CLI Agents Dev.to - Claude

Cursor’s $60 billion bet is on the harness, not the model

Cursor released a public beta TypeScript SDK on April 29 that lets developers build agents on its orchestration harness, model-agnostic and deployable to cloud VMs. The company reported agent usage grew 15x over the past year, with agent users now outnumbering Tab autocomplete users by 2:1.

Agentic IDEs The New Stack

I built Governor to reduce Claude Code token and context waste

A developer released Governor, an open-source Claude Code plugin that compresses memory files, filters build/test log output, and adds usage telemetry to reduce token consumption. Small local benchmarks reported approximately 55% reduction in output tokens and 96% of noisy pytest output blocked.

CLI Agents Dev.to - Claude

Building a self-hosted deep-research agent with Claude Code

A developer released Scout, an MIT-licensed self-hosted research agent that uses Claude Code to convert GitHub Issues into cited research reports published to GitHub Pages. The system includes a pre-research "sharpening" step that clarifies ambiguous queries before dispatching parallel sub-agents...

CLI Agents Dev.to - Claude

From AI Demo to Production: How to Ship Quality Agentic Applications

Braintrust and Trainline held a workshop in London on deploying agentic AI applications in production, focusing on evaluation, observability, and testing practices beyond prompt engineering. The article outlines how production AI systems require both traditional software engineering discipline an...

Agent Engineering Dev.to - AI

AI agents are running wild on developer machines. Incredibuild has a fix.

Incredibuild announced Islo, a cloud sandbox that provides each AI coding agent its own persistent, isolated environment with scoped credentials and policy controls. The product addresses security and operational issues that arise when agents run on developer laptops, where they inherit all user ...

Agent Engineering The New Stack

Handling Gemini API Errors Gracefully — 429, 503, and the Free Tier Reality

Google's Gemini API free tier caps usage at 15 requests per minute and 1 million tokens per day, with 429 errors triggered by rate limits and 503 errors by server overload. A developer published a Rust error-handling pattern for these responses, distinguishing retryable errors (429, 503) from non...

Workflows & Tips Dev.to - AI

I built a 5-phase design system that turns "I have an app idea" into a TDD prompt

A developer released App Architect, a Claude artifact that guides users through five structured phases — user flow, page map, system design, spec, and test planning — to produce a test-driven development prompt for use in AI coding tools. The tool runs on the user's own Claude account and require...

Workflows & Tips Dev.to - Claude

Uber torches 2026 AI budget on Claude Code in four months

Uber depleted its entire 2026 AI budget within four months by spending it on Claude Code, Anthropic's AI coding tool. The rapid spending indicates unexpectedly high adoption or usage costs among Uber's engineering teams.

CLI Agents Hacker News - Best

Claude Code gave me no mirror. I built one.

Developer Robert Nowell released "skill-tree," a tool that analyzes Claude Code session history against 11 collaboration behaviors from Anthropic's February 2026 AI Fluency Index study, scoring users and assigning one of seven archetype cards. It is available as a Claude Code plugin and as an npm...

CLI Agents Dev.to - Claude

Building a streaming AI companion in your own API

Libelo, a park and nature discovery platform, built an AI conversational assistant using Azure AI Foundry routed through their own API rather than called directly from the mobile app, citing security, monitoring, and resilience concerns. The implementation uses Azure Entra External ID for authent...

Agent Engineering Dev.to - AI

I Built an AI-Powered Indian Election Guide — Here's How

A student developer built VoteGuide AI, a conversational assistant for Indian voters that uses the Groq API with LLaMA 3.3 70B to answer election questions, check voter eligibility, and run voting simulations. The app, built with React 18 and deployed on Vercel, supports Hindi and role-based resp...

Workflows & Tips Dev.to - AI

Ecosystem

Agent to Agent communication

AgentDM is an agent-to-agent messaging platform built on MCP that allows AI agents to communicate and collaborate autonomously. In a demonstration, two Claude-based agents handled a full software feature from specification to merged pull request without human input.

MCP & Integrations Dev.to - Claude

AI Is Very Good at Implementing Bad Plans

A developer tested three AI models (Claude, Codex, Gemini) by having each independently review the same BigQuery deduplication pipeline plan, finding that each model caught at least one critical bug the others missed, including a silent SQL scoping error, a midnight-boundary race condition, and u...

Opinion & Analysis Dev.to - Claude

IBM Bob hits 80,000 developers with 45% productivity gains

IBM released Bob, an agentic software development platform, after deploying it internally to over 80,000 developers since June 2025. Surveyed users reported an average 45% productivity increase, with specific teams citing 69–70% time savings on coding tasks, though IBM notes the figures are self-...

Industry & Funding The New Stack

Coding Didn't Die. Prompting Became Coding.

A developer opinion piece argues that effective AI prompting requires the same engineering skills as traditional coding — decomposition, typed inputs, testing, and structured constraints — and that experienced programmers hold an advantage over non-coders using LLMs.

Opinion & Analysis Dev.to - AI

Apple accidentally left Claude.md files Apple Support app

Apple shipped Claude.md configuration files inside its Apple Support app, revealing the company uses Anthropic's Claude AI in its development workflow. The files, intended to provide instructions to the Claude AI assistant, were accidentally included in the distributed app package.

Industry & Funding Hacker News - Best