// edition · 2026-06-04

June 04, 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 · CLI Agents

Claude Code Dynamic Workflows: The Complete Practical Guide (2026)

Anthropic released Dynamic Workflows in Claude Code as a research preview for Max, Team, and Enterprise plan users, enabling a single prompt to spawn tens to hundreds of parallel AI subagents for codebase-wide tasks such as security audits, bug hunts, and large-scale migrations.

Dev.to - Claude

Tool Updates

Claude Code Skills vs Subagents vs Dynamic Workflows: Which One Should You Use?

A developer guide outlines five distinct workflow primitives in AI coding tools like Claude Code: simple prompts, skills, subagents, background agents, and dynamic workflows, each suited to different task types. The framework recommends choosing based on task complexity, repeatability, and risk r...

CLI Agents Dev.to - Claude

I stopped letting AI review its own code

A developer stopped using AI models to review their own generated code after finding they defend their own interpretations rather than catch errors. The alternative approach runs two different models on identical prompts in parallel git worktrees, then requires a human to select the better output.

Workflows & Tips Dev.to - Claude

Multi-agent venture studio architecture: 6 always-on Claude agents, one revenue goal

A developer built a venture studio automation system using six Claude AI agents (using Opus, Sonnet, and Haiku tiers) running continuously via Windows Task Scheduler at approximately $418/month. The agents handle content writing, distribution, code blueprints, customer support, and cost governanc...

Agent Engineering Dev.to - Claude

"codex: command not found": 7 Fixes After npm install -g @openai/codex (2026)

OpenAI's Codex CLI 0.137.0 requires Node.js v22 or higher and places its binary shim in the npm global bin directory, which is frequently absent from PATH. Common causes of "command not found" errors after installation include incorrect PATH configuration, NVM version scoping, and sudo-owned npm ...

CLI Agents Dev.to - AI

AI gateways: why and how

AI gateways proxy requests between AI clients and LLM backends, enabling features like provider switching, cost control, and compliance enforcement. Tools such as LiteLLM provide a unified interface to route calls across multiple LLM providers using a single API format.

Agent Engineering Dev.to - Claude

Same Agent Workflow, Three Model Routes: A Real Crazyrouter Benchmark

A benchmark tested three routing policies for a four-step AI agent workflow using Claude Opus 4.7 and 4.8 models via Crazyrouter. Using Opus 4.8 for all steps achieved the lowest latency (82.6s) and tied the highest score (15/17), versus 100.9s and 14/17 for all Opus 4.7.

Agent Engineering Dev.to - Claude

Uber's $1,500/month AI limit is a useful signal for AI tool pricing

Uber has capped employee usage of AI coding tools, including Claude Code, at $1,500 per month in an effort to reduce costs, according to Bloomberg. The limit signals the scale at which large companies are managing AI tool expenditures.

Pricing & Plans Hacker News - Best

A stale skill is worse than no skill

A developer built Skill Atlas, a public index of AI agent skills organized by job type, assigning trust tiers (A–D) and validation dates to address the problem of stale skills producing confident incorrect outputs. The index currently covers 34 job categories and uses a monthly GitHub Action to r...

Agent Engineering Dev.to - Claude

Why CPUs still matter in the age of AI agents

As AI workloads shift from chatbots to autonomous agents, CPUs are handling orchestration, API calls, and code execution tasks alongside GPU-based inference. Google's GKE Agent Sandbox, built on its gVisor isolation layer, can start 300 sandboxes per second per cluster with sub-second initializat...

Agent Engineering The New Stack

Ecosystem

Gate: a deterministic PII boundary between your data and AI agents

Gate is an open-source Rust binary that intercepts output from database and CLI tools used by AI agents, replacing PII values such as emails and SSNs with typed placeholders before data enters the model's context. It supports MCP server proxying and Bash tool wrapping, uses deterministic regex-ba...

Open Source Tools Dev.to - Claude

I'm building the trust layer between humans and AI agents

A developer released an open-source npm tool, `claude-token-dashboard`, that reads Claude Code's local JSONL usage logs to display token consumption and cost data without sending data externally. The developer reported spending $266 on Claude Code since March, with one project accounting for 35% ...

Open Source Tools Dev.to - Claude

MCP marketplace: 1000+ bots, any capability, earn per call [56393]

MCP Marketplace is a platform for registering and discovering AI agents, claiming over 1,000 bots available for hire at per-call pricing. Bot creators receive 85% of per-call revenue, with an additional 5% referral fee on earnings from recruited agents.

MCP & Integrations Dev.to - Claude

Grok Imagine Video 1.5 on AI Gateway

xAI's Grok Imagine Video 1.5, a model that generates video with synchronized audio from a single input image, is now available on Vercel's AI Gateway under the identifier `xai/grok-imagine-video-1.5-preview`. The release includes improvements to audio quality, face accuracy, and character consist...

Model Releases Vercel Blog

Uber Caps Usage of AI Tools Like Claude Code to Manage Costs

Uber has capped employee spending on AI coding tools such as Cursor and Anthropic's Claude Code at $1,500 per tool per month, according to a company spokesperson. The limits were introduced after Uber reportedly depleted its 2026 AI budget within four months.

Industry & Funding Simon Willison

Introducing new capabilities to GPT-Rosalind

OpenAI updated GPT-Rosalind, its life sciences-focused model, adding capabilities in biological reasoning, medicinal chemistry, genomics analysis, and experimental workflow support.

Model Releases OpenAI Blog

File management in Projects needs a major upgrade

A developer outlined three requested improvements to Claude Projects' file management: larger file thumbnails with grid view, sorting options by name, date, type, or size, and hierarchical folder support to replace the current flat structure.

Opinion & Analysis Dev.to - Claude

Microsoft and OpenAI broke up — now they’re ready to fight

At its annual Build conference, Microsoft announced new AI products including in-house reasoning models, a super app, a cybersecurity tool, and AI agents, signaling a strategic shift away from its dependence on OpenAI. The two companies effectively separated their partnership in late April, thoug...

Industry & Funding The Verge - AI

Coralogix raises $200M on bet that someone needs to watch the AI agents

Coralogix raised $200 million in funding, positioning itself as an infrastructure provider for monitoring AI agents and systems in production environments. The company aims to offer tools for tracking AI behavior, troubleshooting failures, and maintaining operational reliability.

Industry & Funding TechCrunch - AI