34 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 Code is an autonomous agent that runs in the terminal with access to a project's filesystem and can execute bash commands. It reads codebases, plans multi-step development work, executes changes, verifies results, and fixes errors without requiring step-by-step user approval.
Dev.to - Claude
Anthropic's Claude documentation outlines prompt engineering patterns for production applications, including system prompts with explicit role and output formats, few-shot examples to demonstrate expected behavior, and structured output methods to improve response consistency.
Workflows & Tips
Dev.to - Claude
A tutorial explains how to build production AI agents using agentic loops and tool execution, emphasizing that production agents differ from prototypes mainly through error handling, retry logic, and observability rather than core functionality.
Workflows & Tips
Dev.to - Claude
Vercel deployed an AI agent that automatically reviews and merges 58% of pull requests in its largest monorepo, reducing average merge time from 29 hours to 10.9 hours. The agent uses an LLM-based classifier to categorize changes by risk, approving low-risk changes like documentation and styling ...
Agent Engineering
Vercel Blog
A developer released ARIA, a monitoring tool that blocks runaway AI agent API calls by detecting infinite loops, cascade failures, and budget overruns before they reach the model provider. Tested on 354 real API calls across three providers with zero false positives and caught 12 stuck agents.
Agent Engineering
Dev.to - AI
GitHub introduced Rubber Duck, an experimental feature in Copilot CLI that uses a second AI model to review coding agent plans before execution. Testing showed Claude Sonnet paired with GPT-5.4 as Rubber Duck achieved 74.7% of the performance gap between Sonnet and Opus, with larger gains on comp...
CLI Agents
GitHub Blog
Claude Code's source code was accidentally published to npm in April 2026, exposing 512,000 lines across 1,900 files. The incident prompted AutoBE developers to analyze Claude Code's architecture and compare it to their own agent design, finding that Claude Code emphasizes human-directed workflow...
Agent Engineering
Dev.to - AI
A developer shared a skill.md file designed to help Claude users check API token budgets and context window capacity before executing large tasks, addressing complaints about hitting usage limits mid-session.
Workflows & Tips
Dev.to - Claude
Anthropic's Claude offers a 200K token context window with manual message management and explicit tool-calling control, while OpenAI's Assistants API provides automatic thread-based persistence but less transparency over context truncation. The choice between them depends on whether developers pr...
Agent Engineering
Dev.to - Claude
Leonardo.AI processes 4.5 million images daily and Relevance AI runs 50,000 AI agents autonomously across systems like Salesforce and Slack—both without dedicated DevOps teams, relying instead on managed infrastructure platforms. APAC startups increasingly adopt this model due to severe DevOps ta...
Agent Engineering
Vercel Blog
Durable, an AI platform serving 3 million customers, processes 360 billion AI tokens annually using a 6-person team by consolidating to a single codebase and infrastructure platform, achieving 3-4x lower costs than self-hosting while managing millions of independent customer sites and AI agents.
Agent Engineering
Vercel Blog
Vercel added team-wide Zero Data Retention controls to its AI Gateway, allowing organizations to enforce data non-retention policies across all requests for $0.10 per 1,000 requests on Pro and Enterprise plans. Request-level ZDR and prompt training opt-out controls are available free to all users.
Workflows & Tips
Vercel Blog
Anthropic ended Claude subscription coverage for third-party software integration tools called harnesses, requiring developers to pay per use instead. The company offered a one-time credit and purchase discounts, but developers warned the change fragments workflows and pushes users toward proprie...
Pricing & Plans
The New Stack
AI systems designed around specific use cases rather than flexible prompts maintain consistency better as features scale across multiple teams and contexts, reducing output variability and maintenance complexity.
Agent Engineering
Dev.to - AI
Claude Code agents encounter failures during phone verification workflows because virtual phone numbers are flagged as non-wireless by carrier lookup databases used by services like Stripe and Google. The article proposes using real SIM-backed phone numbers to resolve verification failures.
Agent Engineering
Dev.to - Claude
Freestyle launched a cloud service providing sandboxes for AI coding agents, featuring sandbox forking in 400ms pauses, 500ms startup times, and full Linux/hardware virtualization support running on proprietary bare metal infrastructure rather than cloud providers.
Agent Engineering
Hacker News - Best
Users reported that Claude Code became unsuitable for complex engineering tasks following February updates, based on a GitHub issue that gained significant discussion on Hacker News.
CLI Agents
Hacker News - Best
Chat SDK added a `concurrency` option for the Chat class with four strategies—drop, queue, debounce, and concurrent—to control message handling when new messages arrive during processing.
Workflows & Tips
Vercel Blog
Vercel added end-to-end encryption to Vercel Workflow, automatically encrypting all data flowing through event logs using AES-256-GCM with unique keys per deployment. Users can decrypt data via the web dashboard or CLI using existing environment variable permissions.
Agent Engineering
Vercel Blog
Anthropic announced a 15-day promotion through March 27, 2026 offering double Claude usage during off-peak hours (8 PM–3 AM Eastern Time). Developers in Asia-Pacific regions including Taiwan benefit most, as their standard 9-to-6 workday falls entirely within off-peak hours.
Pricing & Plans
Dev.to - Claude
Vercel Sandbox now offers automatic persistence in beta, automatically saving filesystem state when stopped and restoring it when resumed, eliminating manual snapshots and reducing charges by separating storage from compute.
Workflows & Tips
Vercel Blog
Vercel added SQL query execution, data editing, and schema visualization capabilities to its dashboard for supported Postgres databases including AWS Aurora, Neon, Prisma, and Supabase. The features are available to users with Owner permissions.
Workflows & Tips
Vercel Blog
Vercel Sandboxes now support unique, customizable names instead of ID-based identification, making sandboxes easier to identify and reference within projects. The beta also adds configuration management and session inspection capabilities.
Workflows & Tips
Vercel Blog
Vercel added the ability to view specific error codes in runtime logs alongside HTTP status codes, enabling developers to more easily diagnose request failures in the Vercel dashboard.
Workflows & Tips
Vercel Blog
Anthropic's Model Context Protocol is a JSON-RPC standard that allows AI models like Claude to access external tools, data sources, and resources at runtime. The article provides technical guidance on building MCP servers using TypeScript and the Anthropic SDK.
MCP & Integrations
Dev.to - Claude
Anthropic's Model Context Protocol servers allow Claude to access and analyze user data directly without manual input. The article includes a tutorial for building an MCP server using TypeScript that connects a calculator application to Claude Desktop.
MCP & Integrations
The New Stack
ChatGPT creates a separate MCP session for each tool call, while Claude maintains a single session across multiple calls, causing ChatGPT to incur repeated initialization overhead and lose in-memory state between tool invocations.
MCP & Integrations
Dev.to - Claude
Anthropic is testing an early-access model called Claude Mythos after a March 2026 data leak confirmed its existence; the company has not publicly launched it but described it as a significant capability increase, with potential applications in code, cybersecurity, and enterprise operations.
Model Releases
Dev.to - Claude
Maintainers from Anthropic, AWS, Microsoft, and OpenAI outlined an enterprise security roadmap for the Model Context Protocol at an industry summit, with governance now under the Agentic AI Foundation, which has grown to 170 members since December.
MCP & Integrations
The New Stack
Claude Code authored approximately 4% of GitHub commits in early 2026, growing from near zero a year earlier. Teams using the tool with tight review processes and spec-first prompting approaches saw better code quality outcomes than those prioritizing velocity alone.
Opinion & Analysis
Dev.to - Claude
Google released the AI Edge Gallery app for iPhone, enabling users to run Gemma 4 language models locally on their device with image questioning, audio transcription, and interactive tool-calling demonstrations.
Open Source Tools
Simon Willison
Chat SDK added a Zernio adapter that enables developers to build bots across Instagram, Facebook, Telegram, WhatsApp, X/Twitter, Bluesky, and Reddit through a single integration, with feature support varying by platform.
MCP & Integrations
Vercel Blog
A carbon consultant built a tool tracking CO2 emissions from Claude Code sessions and measured 215 kg CO2e over 367 sessions in 4 months, projecting 0.9–1.5 tonnes annually based on token counts and peer-reviewed emission factors.
Opinion & Analysis
Dev.to - Claude
Bram Cohen published a critique arguing that "vibe coding"—a programming approach based on intuition rather than systematic methodology—represents an excessive form of dogfooding that undermines software quality.
Opinion & Analysis
Hacker News - Best