20 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
Anthropic added dynamic workflows to Claude Code on May 28, 2026, allowing Claude to write JavaScript scripts that orchestrate up to 1,000 subagents on a single task while running in the background independent of the user's active session.
Dev.to - Claude
A developer published a reference guide covering CLI commands, flags, and in-session slash commands for Anthropic's Claude Code tool, which is installed via npm as @anthropic-ai/claude-code. The guide covers session management, one-shot mode, piping file contents, authentication, and in-prompt sy...
CLI Agents
Dev.to - Claude
Zed Editor, a native Rust GPU-accelerated code editor, offers built-in Claude integration, its own autocomplete model (Zeta), and 15 LLM providers at $10/month Pro or free with user-supplied API keys. Version 1.3.5, released May 20, 2026, added Terminal Threads for running CLI agents like Claude ...
Agentic IDEs
Dev.to - Claude
Cursor launched a Jira integration requiring its Teams plan (approximately $40/month) that allows users to assign tickets directly to the AI coding tool. A reviewer testing the integration on four tickets found it successfully fixed bugs and added features, with the Atlassian Marketplace listing ...
Agentic IDEs
The New Stack
GitHub will migrate Copilot billing from premium requests to token-based "AI Credits" on June 1, 2026, where 1 AI Credit equals $0.01 USD. Features such as Copilot Chat, CLI, cloud agent, and Spaces will consume credits; code completions and Next Edit suggestions remain included in paid plans.
Pricing & Plans
Dev.to - AI
A developer argues that CLAUDE.md configuration files for Claude Code should be treated as token-limited system prompts, recommending that deterministic rules (estimated at ~60% of typical files) be moved to code hooks that block actions mechanically, while prose is reserved for judgment-based in...
Workflows & Tips
Dev.to - Claude
A developer describes rebuilding a talent development platform called GrowthOS twice after incorrectly applying RAG architecture to tasks requiring stateful, multi-step execution. The resulting framework uses three questions — retrieval vs. execution, statefulness, and failure cost — to determine...
Agent Engineering
Dev.to - Claude
A developer building NumPath, a teacher dashboard tool, describes using a Python Protocol interface to abstract LLM API calls, allowing the system to swap providers and test with deterministic stubs. The pattern separates evidence assembly (via database reads) from text generation, making AI-gene...
Agent Engineering
Dev.to - Claude
A developer built AgentNexus, an open-source multi-agent coordination framework that organizes AI agents by service boundaries rather than roles, using a document exchange model where services publish and subscribe to versioned Markdown specs. The system runs as an MCP server and delivers diff-aw...
Agent Engineering
Dev.to - AI
GigaOm, in research commissioned by Vespa, found that production AI retrieval systems have fragmented into loosely coupled components — lexical search, vector retrieval, reranking, and feature serving — making operational overhead a primary bottleneck. The report argues consolidation is an engine...
Agent Engineering
The New Stack
A Dev.to author published a list of 15 informal prompt prefixes — such as "/ghost" and "/viral" — intended to shape Claude's responses by signaling desired tone or format. The prefixes are not built-in Claude commands but user-defined shorthand added to prompts.
Workflows & Tips
Dev.to - Claude
A practical guide recommends using Claude for specific, bounded writing tasks — editing sentences, generating headline variations, expanding outlines — rather than open-ended article generation, arguing the latter produces generic output. The workflow outlined involves the user supplying structur...
Workflows & Tips
Dev.to - Claude
A developer built and tested Parecode, an MCP server for Claude Code that returns targeted code snippets instead of full files during search operations. A/B tests on two codebases showed approximately 40% lower token costs and 75–83% fewer assistant turns on search-and-edit tasks.
MCP & Integrations
Dev.to - Claude
A developer released Alpha Insights, an open-source research workflow tool for Claude Code and Codex Desktop that uses code-enforced stage gates and validators instead of prompts to control AI agent behavior. It includes 19 business frameworks, 9 thinking methods, evidence grading by source confi...
Open Source Tools
Dev.to - Claude
A developer reported spending over 300 RMB in one morning using Claude Code's Dynamic Workflows feature, which runs multiple agents in parallel for validation and solution selection. They identified an open-source alternative called OpenWorkflows, available on GitHub, that supports lower-cost mod...
Open Source Tools
Dev.to - Claude
MiniMax M3, the company's first model with a 1-million-token context window and native multimodal input, is now accessible through Vercel AI Gateway using the identifier `minimax/minimax-m3` in the AI SDK.
Model Releases
Vercel Blog
A developer comparison of four AI assistants finds Claude Code used for terminal-integrated coding tasks, Perplexity for source-cited research, Gemini for Google ecosystem integration, and ChatGPT as a general-purpose entry point.
Opinion & Analysis
Dev.to - Claude
Simon Willison released his May 2026 sponsors-only newsletter, covering AI cost increases, Anthropic developments, model releases, and the launch of Datasette Agent, his progress tool for the Datasette data platform.
Opinion & Analysis
Simon Willison
Developer Gavriel Cohen stopped using OpenClaw after discovering his own obscure package, NanoPDF, was being recommended by the tool and finding a security flaw that exposed WhatsApp message logs beyond his connected group. He also cited the project's unmanageable codebase, which had accumulated ...
Opinion & Analysis
The New Stack
David Wilson wrote that AI coding tools cause him to accumulate 16+ unplanned projects by making it easy to spin up working software in under an hour, resulting in abandoned work and wasted time. Simon Willison agreed the pattern is a real problem, while some commenters with ADHD reported the opp...
Opinion & Analysis
Simon Willison