// edition · 2026-05-05

May 05, 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 · Workflows & Tips

CLAUDE.md for Multi-Agent Claude Code: 11 Rules to Stop Your Agents Conflicting

A developer guide outlines 11 configuration rules for CLAUDE.md files used in multi-agent Claude Code setups, addressing file collision and coordination failures that occur when multiple Claude sessions write to the same repository simultaneously.

Dev.to - Claude

Tool Updates

CLAUDE.md for Python: 14 Rules That Make AI Write Clean, Idiomatic Code

A Dev.to article outlines 14 rules for a CLAUDE.md configuration file placed at a Python project's root to direct AI coding assistants toward idiomatic Python 3.11+ conventions, including mandatory type hints, dataclasses over plain dicts, and pytest-based testing.

Workflows & Tips Dev.to - Claude

The agent code explosion is here. We need to rethink our pipelines, fast.

GitHub CTO Vlad Fedorov stated the company scrapped a 10x capacity expansion plan in favor of a 30x one by February 2026, citing AI coding agents driving unprecedented code volume. The article argues existing software development validation pipelines — test suites, staging environments, and code ...

Agent Engineering The New Stack

Building a Calendly alternative on the side: 14 features in one day with Claude

A solo developer building a Calendly alternative called OneSlate shipped 14 features in one day using Claude for design and strategy and Anthropic's cowork coding agent for implementation, working across three sessions totaling roughly eight hours. The app filters calendar availability by `calend...

Workflows & Tips Dev.to - Claude

How General Intelligence used agents to build an agent platform on Vercel

General Intelligence, an 8-person startup, built its AI agent platform "Cofounder" on Vercel after migrating from Render, using AI coding agents that generate 10 PRs and 70+ commits per engineer daily across 4,000+ active branches. The company's product lets founders run business functions via AI...

Agent Engineering Vercel Blog

Parallel Branches in Neuron AI Workflow

Neuron AI, a PHP framework for AI integration, added parallel branch execution to its workflow system via a new `ParallelEvent` class. The feature allows independent pipeline tasks—such as text extraction, image analysis, and metadata classification—to run concurrently rather than sequentially, r...

Agent Engineering Dev.to - AI

How OpenAI delivers low-latency voice AI at scale

OpenAI published a technical overview of the infrastructure and engineering methods it uses to deliver low-latency voice AI responses at scale, covering aspects of its real-time voice systems.

Agent Engineering Hacker News - Best

How OpenAI delivers low-latency voice AI at scale

OpenAI rebuilt its WebRTC stack to support real-time voice AI at global scale, enabling low-latency audio delivery and conversational turn-taking across its voice AI products.

Agent Engineering OpenAI Blog

Ecosystem

Mcp-sync: One Config File to Rule Them All

Developers released mcp-sync, an open-source tool that manages Model Context Protocol server configurations across multiple AI code editors including Claude Desktop, Cursor, Windsurf, and VS Code from a single .mcp.json file. The tool uses three commands—export, diff, and sync—to address incompat...

MCP & Integrations Dev.to - Claude

The perfect agent orchestration tool for your friendly ADHD developer

A developer and their partner released Apra Fleet, an open-source MCP server on GitHub that allows a single Claude Code session to dispatch tasks to agents running on multiple machines or in isolated local workspaces. The tool supports doer-reviewer loops within a single machine using separate fo...

Open Source Tools Dev.to - Claude

April 2026 newsletter

Simon Willison's April 2026 newsletter covers AI model releases including Opus 4.7 and GPT-5.5, both with price increases, as well as ChatGPT Images 2.0 and Claude Mythos, alongside LLM security research topics.

Model Releases Simon Willison

Granite 4.1 3B SVG Pelican Gallery

IBM released the Granite 4.1 LLM family under an Apache 2.0 license in 3B, 8B, and 30B sizes. Simon Willison tested 21 quantized GGUF variants of the 3B model on SVG image generation and found no consistent relationship between model size and output quality.

Model Releases Simon Willison

AI won’t speed up software delivery — nothing has

A technology commentator argues that organizations adopting AI to accelerate software delivery repeat a pattern seen with Agile and DevOps, where speed was treated as the primary goal rather than faster feedback loops. The piece cites Google Docs holding 9.6% market share versus Microsoft Word's ...

Opinion & Analysis The New Stack

Palo Alto Networks makes a $700M-class AI bet on Portkey gateway

Palo Alto Networks announced plans to acquire AI gateway startup Portkey for approximately $700 million, intending to integrate it into its Prisma AIRS security platform. Portkey processes trillions of tokens per month for Fortune 500 clients and supports 3,000 LLMs, MCP servers, and agents.

Industry & Funding The New Stack

[Google Cloud Next '26 Recap #4] Live Report from the Two Keynotes

Google Cloud Next '26 keynotes, held at the 12,000-seat Michelob ULTRA Arena in Las Vegas, centered on a shift from generative AI to an "Agentic Era" of autonomous AI agents. Google highlighted its end-to-end stack spanning Ironwood 8th-gen TPUs, Gemini models, cloud infrastructure, and Workspace...

Industry & Funding Dev.to - Claude