// edition · 2026-04-30

April 30, 2026

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

Top Signal · Agent Engineering

Cut AI token usage by 96%? Here’s how AWS Strands Agents does it.

AWS developer advocate Morgan Willis demonstrated that redesigning agent tools from API-endpoint-mapped to intent-based reduced token usage from roughly 52,000 to 2,000 per query in AWS Strands Agents, a 96% reduction. Adding semantic search via AWS Agent Core Gateway to filter a 16-tool catalog ...

The New Stack

Tool Updates

How to Fix AI Workflows That Break Because of Context Window Limits

LLMs have fixed context windows that cause "lost in the middle" failures, where information buried in large prompts is ignored and hallucinations increase as memory fills. Retrieval-Augmented Generation (RAG) is proposed as a fix, decoupling the model from its data source rather than relying on l...

Workflows & Tips Dev.to - AI

How to Actually Use Claude Design

Anthropic launched Claude Design, a research preview tool that converts text prompts into interactive prototypes, landing pages, slide decks, and internal tool mockups. It is powered by Claude Opus 4.7, integrates with Claude Code for developer handoff, and is available on Pro, Max, Team, and Ent...

Workflows & Tips Dev.to - Claude

I cracked a robot vacuum's API in a week and gave Claude the keys

A developer reverse-engineered the cloud API of a 3i G10+ robot vacuum in one week, using mitmproxy, Frida hooks, and Dart AOT decompilation to gain full control. They then integrated Anthropic's Claude Haiku 4.5 vision model into the robot's drive loop at $0.003 per call, with peak daily AI cost...

Agent Engineering Dev.to - Claude

Building Pi, and what makes self-modifying software so fascinating

The Pragmatic Engineer podcast featured Mario Zechner, creator of Pi — a minimalist, self-modifying AI coding agent — and Armin Ronacher, creator of Flask, discussing Pi's design, its use in building AI-powered tools, and the limits of agentic workflows in software development.

Agent Engineering Pragmatic Engineer

How AI transforms your role as a platform engineer

Developers building their own AI agents for tasks like incident triage and deployment are bypassing platform engineering governance, creating what the industry calls "agent sprawl" — autonomous agents operating without audit trails, proper credentials, or PII controls.

Agent Engineering The New Stack

🐢 and 🐇 in My Claude Code Status Line

A developer published a bash script that customizes the Claude Code status line to display token usage pace using tortoise and hare emojis, where the tortoise marks expected consumption at the current time in the 5-hour window and the hare marks actual usage.

Workflows & Tips Dev.to - Claude

Ecosystem

Anthropic wants to be the AWS of agentic AI

Anthropic launched Claude Managed Agents in public beta, a suite of APIs providing infrastructure for production AI agents including secure sandboxing, long-running sessions, and credential management, priced at $0.08 per session hour plus standard API token rates. The company added persistent me...

Industry & Funding The New Stack

llm 0.32a0

Simon Willison released version 0.32a0, an alpha build, of his open-source `llm` command-line tool for interacting with large language models.

Open Source Tools Simon Willison

Warp’s gamble: Going open source to take on closed-source rivals

Warp, maker of a Rust-based agentic development environment, released its client as open source under the AGPL license, with OpenAI named as founding sponsor of the repository. The agent workflows powering the platform are built on GPT models, and the company cited faster community-driven develop...

Open Source Tools The New Stack

How to Build a Pay-Per-Call MCP Server with x402 and USDC

A developer tutorial describes building an MCP server that charges USDC per tool call using x402, an HTTP payment protocol that uses the 402 status code to require crypto payment before serving requests. Payments settle on the Base blockchain via Coinbase's facilitator, using EIP-3009 signatures ...

MCP & Integrations Dev.to - Claude

llm 0.32a1

Simon Willison released llm 0.32a1, a bug fix for the prior 0.32a0 release, correcting an issue where tool-calling conversations were not correctly restored from SQLite storage.

Open Source Tools Simon Willison

LLM 0.32a0 is a major backwards-compatible refactor

Simon Willison released LLM 0.32a0, an alpha version of his Python library and CLI tool for accessing LLMs. The update refactors the core abstraction so model inputs can be represented as a sequence of messages and responses can include multiple typed parts, replacing the previous single-prompt, ...

Open Source Tools Simon Willison

Harness Engineering Is the New Senior Developer Skill (Here's Why)

A Dev.to article cites Stack Overflow 2025 survey data showing 84% of developers use AI coding tools, while trust in AI-generated code fell from 40% to 29% over the same period. The author argues senior engineers should focus on building verification and constraint systems around AI tools rather ...

Opinion & Analysis Dev.to - Claude

Where the goblins came from

OpenAI published a post-mortem on "goblin outputs," unusual personality-driven behaviors observed in GPT-5, detailing their origin, how they spread through the model, and the fixes applied to address them.

Model Releases OpenAI Blog

AWS lands OpenAI on Bedrock, but Trainium is the real story

AWS added OpenAI's GPT-5.4, GPT-5.5, and Codex to Amazon Bedrock in limited preview, announced by CEO Matt Garman in San Francisco. The deals carry infrastructure commitments: OpenAI agreed to approximately 2 gigawatts of Trainium3/4 capacity, while Anthropic separately committed over $100 billio...

Industry & Funding The New Stack

Openclaw vs Hermes — Which AI Agent Is Smarter?

An informal evaluation of two AI agents, Openclaw and Hermes, both running on MiniMax 2.7, scored them 68 and 58 respectively out of 147 points across eight capability categories, with Claude Opus 4.7 scoring 82 as a reference. Hermes lost the most ground in browser/web control tasks, while Openc...

Opinion & Analysis Dev.to - Claude

The Zig project's rationale for their firm anti-AI contribution policy

The Zig programming language project bans LLM-assisted contributions to issues, pull requests, and bug tracker comments, with the stated rationale that reviewing PRs serves to develop trusted contributors rather than just land code. Bun, a Zig-based JavaScript runtime acquired by Anthropic in Dec...

Opinion & Analysis Simon Willison

Anaconda acquires Outerbounds to rein in the buggy code AI agents keep shipping

Anaconda announced the acquisition of Outerbounds, the company behind the Metaflow ML orchestration framework originally developed at Netflix. Anaconda cited data indicating AI-generated code produces 1.7 times more defects than human-written code, and that 80% of dependencies recommended by AI c...

Industry & Funding The New Stack

Don't miss tomorrow's edition

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