// edition · 2026-04-13

April 13, 2026

17 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, Claude Code, and Codex are merging into one AI coding stack nobody planned

Cursor released version 3 with multi-agent orchestration features in early April 2026, while OpenAI published an official Codex plugin for Claude Code the same week, enabling developers to use the tools as composable layers rather than competitors.

The New Stack

Tool Updates

Claude Haiku vs GPT-4o Mini for Automation Pipelines

Claude Haiku costs 5-6x more per input token than GPT-4o Mini but produces more accurate summaries and handles longer context windows; GPT-4o Mini is faster (2,000 vs 1,000 tokens/second) and cheaper, with performance trade-offs varying by automation task type based on eight months of production ...

Agent Engineering Dev.to - Claude

Build LLM Guardrails in 3 Lines of Python (No API Key, No Cloud)

Semantix-ai, a Python library, performs local LLM output validation using intent-based checks in approximately 15 milliseconds without requiring API keys or external services. The tool uses a decorator pattern to flag outputs violating policies such as PII disclosure or medical advice.

Workflows & Tips Dev.to - AI

Building a Home Personal Assistant with Claude Managed Agents

A developer built a household task management assistant using Claude Managed Agents, integrating it with Slack for task triggers and reminders; the system uses Lambda and DynamoDB for state management, with note-taking and daily reminder features currently working and Google Calendar integration ...

Workflows & Tips Dev.to - Claude

A Role-Based Workflow to Supercharge AI Coding — A Tool-Agnostic Design Philosophy

An article proposes a role-based workflow for AI-assisted coding that classifies tools into Thinker, Researcher, and Executor roles to remain independent of specific services. The approach involves drafting specifications, refining them with a capable model, researching prior art optionally, then...

Workflows & Tips Dev.to - Claude

Agent-as-a-Service: Comparing Claude Managed Agents and Amazon Bedrock AgentCore

Anthropic announced Claude Managed Agents and AWS offers Amazon Bedrock AgentCore as competing agent infrastructure services. Claude Managed Agents provides a Claude-native managed runtime handling session management and execution flow, while Bedrock AgentCore offers modular infrastructure buildi...

Agent Engineering Dev.to - Claude

How I shipped a broken capture pipeline and didn't notice for 3 days

A Claude Code capture system silently dropped 57% of sessions for three days because it was filtering out conversations with fewer than four turns, a condition that passed all smoke tests and CI checks but was caught only when a user questioned the system's output.

Agent Engineering Dev.to - Claude

Let Your AI Agent Forget on Purpose

Anthropic added a forget_messages tool that allows AI agents to remove reference file content from conversation history after extracting needed information, reducing redundant input tokens and API costs while maintaining placeholders for potential re-reading.

Workflows & Tips Dev.to - Claude

Agent Skills Are Getting Easier to Build, But Still Hard to Use

Agent skill ecosystems now include 1000+ available tools across multiple platforms, but discovery and integration remain challenging due to inconsistent installation standards, unclear documentation, and the need to combine multiple skills for complete workflows.

Agent Engineering Dev.to - Claude

Claude Sets Itself Up — Six Terms Every Small Business Should Know

Claude Code can automate small business workflows through six configuration features: CLAUDE.md for business profiles, Skills for recurring tasks, Hooks, Subagents, MEMORY.md, and MCP integrations. The system allows non-technical business owners to connect disconnected tools and streamline operat...

Workflows & Tips Dev.to - Claude

I Gamified My Claude Code Terminal With Evolving Pixel Pets

A developer released tokburn, a Claude Code status line extension that displays rate limits and token usage while featuring animated pixel pet companions that evolve based on session activity. The tool achieved 2.1k npm downloads in its first week and requires no external dependencies.

Workflows & Tips Dev.to - Claude

Ecosystem

6 MCP Servers for 3D & AR Development — What AI Can Build Now

A developer built six MCP servers that enable AI assistants to generate functional code for 3D and AR applications, including tools for automotive configurators, medical visualization, game development, interior design, and AR debugging.

MCP & Integrations Dev.to - Claude

Gemma 4 audio with MLX

Google's Gemma 4 E2B model can transcribe audio files on macOS using MLX and mlx-vlm via a uv command-line recipe, as demonstrated on a 14-second voice memo that was substantially transcribed with minor errors.

Model Releases Simon Willison

Quoting Bryan Cantrill

Bryan Cantrill argued that LLMs, by having zero computational cost, lack incentive to optimize systems and will add complexity rather than improve design, whereas human time constraints force developers to build efficient abstractions.

Opinion & Analysis Simon Willison

Don't miss tomorrow's edition

Free daily email. Every story you just read, in your inbox at 6 AM ET.