18 stories on AI dev tools, agents, and the coding stack — curated from the day's RSS haul by Agentic Dev's pipeline.
Top Signal · Model Releases
Anthropic released Claude Opus 4.8, featuring "dynamic workflows" that can run hundreds of parallel subagents in a single session and an effort control dial. Fast mode pricing is three times lower than the previous version, while headline per-token rates remain unchanged from Opus 4.7.
The New Stack
A developer published a method for writing Claude Code subagents centered on explicit "refusal lists" — instructions defining what the agent must not do — arguing these constraints prevent LLMs from producing bloated, unfocused output. The approach is illustrated with a pre-merge diff checker tha...
CLI Agents
Dev.to - Claude
GitHub Copilot switched to token-based billing, prompting complaints from developers who had previously used the AI coding assistant under a flat subscription model. Microsoft's GitHub has not publicly detailed the pricing structure of the new billing system.
Pricing & Plans
TechCrunch - AI
Anthropic published documentation detailing sandbox techniques used across its Claude products: Claude.ai uses gVisor, Claude Code uses Seatbelt on macOS and Bubblewrap on Linux, and Claude Cowork runs full VMs using Apple's Virtualization framework on macOS and HCS on Windows. The document also ...
Agent Engineering
Simon Willison
A developer released Prompt Enhancer, a desktop app for macOS and Windows that uses a hotkey to automatically restructure rough AI prompts into XML-formatted prompts with role, task, instructions, and output fields via the Claude Haiku API. The app is free with a user-supplied Anthropic API key, ...
Workflows & Tips
Dev.to - Claude
A Dev.to post argues that AI tools generating pull request descriptions from commit messages produce inaccurate summaries because commit messages reflect intent rather than actual code changes. The author proposes that PR agents should read the full diff against the base branch instead, and provi...
Agent Engineering
Dev.to - Claude
BoxAgnts, a Rust-based AI agent framework, implements a unified `LlmProvider` trait that abstracts API differences between OpenAI, Anthropic, and Google Gemini, allowing model switching via a single parameter change. The seventh installment of the series covers interface design, message format co...
Agent Engineering
Dev.to - Claude
A Dev.to post outlines a four-phase framework for startup AI planning: auditing manual tasks, ranking by hours and complexity, limiting initial implementation to three priorities with four-week deadlines, then measuring results before expanding.
Workflows & Tips
Dev.to - AI
Anthropic released Claude Opus 4.8, scoring 69.2% on SWE-bench Pro and 83.4% on OSWorld benchmark. The model introduces Dynamic Workflows for autonomous multi-agent orchestration and an "Ultra Code" mode, at the same price as its predecessor Opus 4.7.
Model Releases
Dev.to - Claude
Zephex is a hosted MCP gateway that provides a single API endpoint and key for connecting AI coding editors to codebase intelligence tools across 20+ editors including Cursor and Claude Code. The service offers 10 tools for project context, code search, package auditing, and security checks, with...
MCP & Integrations
Dev.to - Claude
Anthropic released Claude Opus 4.8 on May 28, 2026, with pricing unchanged at $5/$25 per million tokens and modest benchmark gains on SWE-bench. The release added a Fast mode at $10/$50 per million tokens and introduced dynamic workflows in research preview for parallel subagent orchestration.
Model Releases
Dev.to - Claude
A developer published details of a marketplace called MCP where AI agents can be listed and called via API, with creators receiving 85% of per-call fees and a 5% referral commission. The platform, hosted on Cloudflare Workers, claims over 1,000 bots available across categories including trading a...
MCP & Integrations
Dev.to - Claude
A developer essay outlines a "scissors gap" between AI content production speed and human verification speed, citing a METR 2024 study where developers using AI felt 20% faster but completed 19% fewer correct tasks, and Faros AI data showing AI raised commit frequency 62% while PR review time ros...
Opinion & Analysis
Dev.to - AI
A developer tested claims that Anthropic's Claude Opus 4.8 was distilled from Qwen or DeepSeek by querying the model's identity; the model identified itself as Claude by Anthropic, not as either competing model. The developer also resolved a Claude Code startup error (spawn EBUSY) caused by a cor...
Opinion & Analysis
Dev.to - Claude
A study by claim-verification platform Lenz tested five frontier LLMs on 1,000 real-world fact-check claims and found the models disagreed on 67% of them. The analysis, led by Lenz founder Kosta Jordanov, used claims submitted by real users since February 2026 across science, healthcare, politics...
Opinion & Analysis
The New Stack
Visa made an undisclosed strategic investment in Replit and is integrating its payment infrastructure — including tokenization, authentication, and wallet management — into Replit's development environment. The partnership also includes Visa's Trusted Agent Protocol, a cryptographic identity regi...
Industry & Funding
The New Stack
A developer described switching from tutorial consumption to hands-on building to learn AI agent development, using Python 3.12, the Facio agent runtime, SQLite, and MCP tooling. Over 60 days, they reported deploying four working agents and increasing monthly GitHub contributions from roughly fiv...
Opinion & Analysis
Dev.to - AI
A developer at Onecarat Labs describes emerging standards for making websites readable by AI agents, including llms.txt (roughly 10% site adoption as of 2026) and Microsoft's NLWeb, announced at Build 2025, which enables natural-language querying of sites via Schema.org data.
Opinion & Analysis
Dev.to - AI