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 · MCP & Integrations
Anthropic's Model Context Protocol (MCP) allows developers to expose custom tools, resources, and prompts to Claude via a standardized server process using Python. A tutorial published on Dev.to walks through building an MCP server using the official Python SDK, covering tool registration, local ...
Dev.to - Claude
A Dev.to guide outlines a structured format for CLAUDE.md files used with autonomous coding agents, arguing that vague or contradictory instructions cause agent failures rather than model limitations. The proposed format addresses six operational questions including repository structure, architec...
Workflows & Tips
Dev.to - Claude
GitHub began systematically optimizing token usage in its Agentic Workflows in April 2026, building two automated daily workflows to audit and flag inefficiencies. The most common issue found was unused MCP tool registrations, where including all 40 GitHub MCP server tools adds 10–15 KB of schema...
Agent Engineering
GitHub Blog
A January 2026 study found agent-generated code introduces more redundancy and technical debt than human-written code, while reviewers report feeling more confident approving it. GitHub reports Copilot code review has processed over 60 million reviews, growing 10x in under a year, with agents now...
Workflows & Tips
GitHub Blog
OpenAI's "Codex for (almost) everything" update added an in-app browser, computer use, PR review, SSH connections, and over 90 plugins to its desktop app, used by more than 3 million developers weekly. In testing against the HTTPie Python codebase, Codex read a GitHub issue, traced a bug to three...
CLI Agents
The New Stack
Anthropic's Claude API uses token-based pricing with three tiers as of 2025: Haiku at $0.80/$4.00 per million input/output tokens, Sonnet at $3.00/$15.00, and Opus at $15.00/$75.00. A prompt caching feature reduces repeated input costs by 90%, with cached tokens billed at 10% of standard input ra...
Pricing & Plans
Dev.to - Claude
A developer released ai-config-sync-manager v0.1.0, a Node.js CLI tool that synchronizes configuration files between Claude Code and OpenAI Codex, translating between their differing formats for agents, permissions, and MCP servers. The tool runs via npx and supports six sync areas with automatic...
CLI Agents
Dev.to - Claude
Anthropic's official SDK for Node.js and TypeScript supports Claude API integration via npm package `@anthropic-ai/sdk`, with features including streaming, tool use, and both ESM and CommonJS module formats.
Workflows & Tips
Dev.to - AI
A developer guide covers prompt engineering techniques for the Claude API, including system prompt configuration, specific instruction formatting, and few-shot prompting, with Python code examples targeting production use cases.
Workflows & Tips
Dev.to - Claude
A Dev.to tutorial covers using Anthropic's Python SDK to make Claude API calls, including installation via pip, environment variable configuration for API keys, and basic message creation using the `claude-sonnet-4-6` model with a 1024 max token limit.
Workflows & Tips
Dev.to - Claude
A developer used Claude to debug an iOS fastlane CI pipeline failing with Apple provisioning errors, identifying that passing `export_options` as a Hash instead of a file path string prevented the plist from loading. Claude also suggested reading the `sigh_*` environment variable post-match to dy...
Agent Engineering
Dev.to - Claude
Google DeepMind published details on AlphaEvolve, a coding agent powered by its Gemini models that automatically discovers and optimizes algorithms across scientific and mathematical fields, including improvements to computer science and engineering problems.
Agent Engineering
Hacker News - Best
A developer deployed Qwen 35B locally to run an autonomous Minecraft bot, replacing cloud API calls. Over four hours, the bot executed 2,516 actions with a 44.6% success rate, using a rules-based framework that bans error suppression and enforces single-task scripts.
Agent Engineering
Dev.to - AI
A developer guide on Dev.to outlines a workflow for transferring context between ChatGPT and Claude using a third-party tool called MemoryLake, which stores files and project data outside individual chat applications to allow reuse across AI models.
Workflows & Tips
Dev.to - Claude
Mozilla engineers detailed how Anthropic's Mythos AI model identified 271 Firefox security vulnerabilities over two months with "almost no false positives," aided by a custom analysis harness Mozilla developed. Earlier AI-assisted vulnerability detection attempts had produced large volumes of hal...
Agent Engineering
Ars Technica - AI
Spotify released a command-line tool called "Save to Spotify" that lets AI agents such as Claude Code and OpenAI Codex upload AI-generated audio summaries and podcasts directly to a user's Spotify podcast feed. The tool is available on GitHub and is triggered by adding "save to Spotify" to an AI ...
CLI Agents
The Verge - AI
Vector Engine API launched a unified LLM API layer that provides access to GPT, Claude, Gemini, Llama, and DeepSeek models through a single API key with usage-based pricing. New users receive $5 in credits after email verification and an additional $10 after their first successful API call.
Pricing & Plans
Dev.to - AI
GitHub launched dependency scanning for its MCP Server in public preview and made secret scanning for the same tool generally available on May 5. The features add security checks to MCP-connected coding environments, scanning for exposed secrets and vulnerable dependencies before code is committed.
MCP & Integrations
The New Stack
A developer released ARIA (Autonomous Reasoning and Intelligent Agent), a free open-source CLI coding agent installable via `pip install aria-x`. It supports any Ollama model and includes AST pre-validation for Python, RAG-based Stack Overflow search, and automatic approach-switching after three ...
Open Source Tools
Dev.to - AI
Anthropic reportedly degraded Claude's capabilities and removed Claude Code access from some paid accounts amid suspected compute shortages, later securing additional capacity from SpaceX. Amazon lifted its internal ban on Claude Code and Codex, and Meta began assigning 20–40% of engineers on som...
Industry & Funding
Pragmatic Engineer
OpenAI launched three speech models: GPT-Realtime-2, featuring GPT-5-class reasoning and a 128,000-token context window at $32 per million input tokens; GPT-Realtime-Translate, supporting 70+ input languages and 13 output languages at $0.034 per minute; and GPT-Realtime-Whisper, a streaming trans...
Model Releases
The New Stack
Yugabyte launched Meko, an open source data infrastructure tool designed to manage state in multi-agent AI systems. The company cites research finding that 37% of multi-agent system failures stem from state inconsistencies rather than model reasoning errors.
Open Source Tools
The New Stack
A developer released Veritas, an open-source Python library that tracks confidence levels for AI agent beliefs using a four-component vector covering estimated certainty, source fragility, staleness, and source diversity. The system applies temporal decay to evidence based on source type, with em...
Open Source Tools
Dev.to - AI
OpenAI released new realtime voice models in its API with capabilities including speech reasoning, translation, and transcription.
Model Releases
OpenAI Blog
Simon Willison released llm-gemini 0.31, updating the plugin to reflect that Google's Gemini 3.1 Flash-Lite model is now generally available, having exited preview status.
Open Source Tools
Simon Willison
Hermes Agent includes a Kanban-style task board backed by SQLite that dispatches jobs to self-hosted LLMs via a daemon process. Without parallelism limits, the dispatcher can flood single-GPU or CPU-bound hosts; the current workaround is using `hermes kanban dispatch --max` to cap concurrent prom...
Open Source Tools
Dev.to - AI
OpenAI expanded its Trusted Access for Cyber program to include GPT-5.5 and GPT-5.5-Cyber, two models made available to verified cybersecurity defenders for vulnerability research and critical infrastructure protection.
Model Releases
OpenAI Blog
Mozilla used Anthropic's Claude Mythos Preview to identify and fix security vulnerabilities in Firefox, with monthly bug fixes jumping from a baseline of 20–30 to 423 in April 2026. The effort uncovered bugs including a 20-year-old XSLT flaw and a 15-year-old defect in the HTML `<legend>` element.
Industry & Funding
Simon Willison
OpenAI added voice intelligence features to its API, targeting use cases in customer service, education, and creator platforms.
Industry & Funding
TechCrunch - AI
Simplex adopted OpenAI's ChatGPT Enterprise and Codex to reduce time spent on software design, build, and testing phases while expanding AI-assisted development workflows.
Industry & Funding
OpenAI Blog
AI coding assistants are reducing barriers for junior developers who are reluctant to ask senior colleagues for help, according to IBM, AWS, and Forrester representatives. Analysts note a trade-off: AI tools address immediate coding questions but lack the architectural context a senior developer ...
Opinion & Analysis
The New Stack
Anthropic developed natural language autoencoders that translate Claude's internal neural network activations into human-readable text, a step toward making the model's decision-making process more interpretable to users and regulators.
Opinion & Analysis
Dev.to - Claude
A developer built two open-source AI workflow tools — `project-complexity-mapper` and `project-complexity-action-planner` — based on TU Delft's TOE framework, which categorizes project complexity into Technical, Organizational, and External dimensions to guide management responses.
Open Source Tools
Dev.to - Claude
Mozilla security researchers used Anthropic's Mythos tool to identify multiple high-severity bugs in the Firefox browser. The tool has led Mozilla to revise its cybersecurity approach based on the volume of vulnerabilities uncovered.
Industry & Funding
TechCrunch - AI