// edition · 2026-05-13

May 13, 2026

38 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

7 Claude Code Routines That Actually Save Me Hours Each Week

Claude Code's Routines feature lets users configure automated cloud-based jobs that run on schedules, API triggers, or GitHub events without requiring a local machine. Usage limits are 5 routines per day on Pro, 15 on Max, and 25 on Team and Enterprise plans.

Dev.to - Claude

Tool Updates

I asked Cursor to rename a function. It sent 8,400 tokens. I checked.

A developer found that Cursor sent 8,400 input tokens for a simple function rename request, compared to 1,900 tokens when making the same call directly to the Anthropic API. Facing 50% month-over-month growth in API costs, the developer cancelled Cursor and built a 200-line replacement, reducing ...

Agentic IDEs Dev.to - Claude

You Can Probably Use Claude Code for Free at Work

Claude Code can be configured to route requests through Microsoft Azure AI Foundry by setting environment variables and authenticating via Azure CLI, allowing users whose employers already have Claude models deployed on Foundry to avoid a $17/month personal subscription fee.

CLI Agents Dev.to - Claude

Claude Code Dreaming - What /dream Actually Does for Your Memory

Anthropic's Claude Code includes a memory consolidation feature called Dreaming, which reads project memory files, removes stale entries, and merges duplicates into a condensed version. It runs automatically after roughly 24 hours and five sessions of inactivity, or can be triggered manually with...

CLI Agents Dev.to - Claude

How NVIDIA engineers and researchers build with Codex

NVIDIA engineers and researchers use OpenAI's Codex with GPT-5.5 to build production systems and conduct research experiments. The collaboration covers both software development and experimental research workflows.

CLI Agents OpenAI Blog

Fast mode for Opus 4.7 available on AI Gateway

Vercel added a fast mode for Claude Opus 4.7 on its AI Gateway, offering approximately 2.5x faster output token generation in research preview. The feature is priced at 6x standard Opus 4.7 rates, with input at $30 per million tokens and output at $150 per million tokens.

Pricing & Plans Vercel Blog

As agentic dev tools boom, workflow auditability becomes the constraint

Organizations deploying AI coding agents in regulated CI/CD environments are encountering compliance gaps because agent-initiated changes lack auditable records of inputs, prompts, policy checks, and decision chains. A financial institution case illustrates the problem: when auditors requested pr...

Agent Engineering The New Stack

MVP Development With AI Tools: Ship in Weeks, Not Months

A Dev.to guide outlines an AI-assisted MVP development workflow using tools including Cursor, v0 by Vercel, Supabase, Replit Agent, and Claude API, claiming founders can ship functional prototypes in two to four weeks versus the traditional three to six months.

Workflows & Tips Dev.to - AI

x711 + OpenAI Agents SDK: one tool endpoint, 26 capabilities

A developer tutorial describes how to integrate the x711 API with the OpenAI Agents SDK using a single HTTP endpoint to expose 26 tools, including web search and price feeds, as Python functions with docstrings.

Workflows & Tips Dev.to - AI

How to use Claude code

A developer found that using Claude's Plan mode before writing code, combined with writing tests during implementation, reduced token waste and produced more consistent results than jumping straight into implementation.

Workflows & Tips Dev.to - Claude

Stop Sharing Prompts — Start Shipping Claude Plugins

A developer published a guide describing how teams can share Claude AI prompts, skills, and commands by hosting a Git repository structured as a plugin marketplace, using a `marketplace.json` index file compatible with both Claude Code and Cowork clients.

Workflows & Tips Dev.to - Claude

Living off the agent: The new tactic hijacking enterprise AI

Cybersecurity researchers are warning that enterprise AI agents, which have broad access to company data and systems, introduce new attack vectors where malicious actors can exploit agents' instruction-following behavior to exfiltrate sensitive information, a tactic being called "living off the a...

Agent Engineering The New Stack

Manage Vercel Firewall in the CLI

Vercel added CLI support for its firewall product, allowing users to configure custom rules, IP blocks, system bypasses, attack mode, and DDoS mitigations via the `vercel firewall` command. A companion Vercel Firewall skill enables AI agents to interact with firewall settings.

Workflows & Tips Vercel Blog

SAP launches managed Joule Studio with Cursor and Claude Code support

SAP announced a fully managed version of Joule Studio at its Sapphire 2026 conference, adding support for Cursor and Claude Code alongside agent frameworks AutoGen and LlamaIndex. The platform includes a new SAP Domain Models family and offers 12 months of free design-time access, with general av...

Agentic IDEs The New Stack

x711 + CrewAI: give your crew real-time tools without managing API keys

x711 is a service that provides a single API endpoint and key to supply CrewAI agents with tools such as web search and price feeds, replacing the need for multiple separate API integrations. Users obtain a key via a POST request to x711.io and route tool calls through one endpoint.

Workflows & Tips Dev.to - AI

How finance teams use Codex

OpenAI published a guide describing how finance teams can use its Codex coding assistant to automate tasks including monthly business reviews, reporting packs, variance bridges, model checks, and planning scenarios.

CLI Agents OpenAI Blog

The new FinOps problem isn’t cloud bills

At Google Cloud Next 2026, Finout CEO Roi Ravhon and Google Cloud FinOps lead Pathik Sharma said enterprises face rising AI costs despite falling token prices, because newer reasoning models consume more tokens per task and token usage is variable for identical prompts. Both recommended routing A...

Pricing & Plans The New Stack

CSP Allow-list Experiment

Simon Willison built a browser tool that intercepts CSP violations in sandboxed iframes and prompts users to add blocked domains to a fetch() allow-list, which then refreshes the page. The tool was developed using GPT-4.5 in the Codex desktop app.

Workflows & Tips Simon Willison

Node.js 26.x now available on Vercel Sandboxes

Vercel added Node.js 26 support to its Sandbox environment. Users can access it by upgrading the @vercel/sandbox package to version 1.10.2 or later and setting the runtime property to "node26".

Workflows & Tips Vercel Blog

ChatGPT costs ZAR 370/month in South Africa. Here's the ZAR 37 alternative.

SimplyLouie, an independent service, offers API access to Anthropic's Claude AI model at ZAR 37/month, targeting South African developers priced out of ChatGPT Plus and GitHub Copilot, which cost approximately ZAR 370/month. The company states half its revenue is directed to animal rescue operati...

Pricing & Plans Dev.to - Claude

Trusted Sources for Deployment Protection

Vercel introduced "Trusted Sources," a deployment protection method that accepts short-lived OIDC tokens from authorized Vercel projects and external services, replacing long-lived automation bypass secrets. Callers pass tokens via the `x-vercel-trusted-oidc-idp-token` header; Vercel verifies the...

Agent Engineering Vercel Blog

Ecosystem

Jensen Huang and Bill McDermott bet on OpenShell to secure enterprise AI agents

Nvidia released OpenShell, an Apache 2.0 open source secure runtime for autonomous AI agents, built over six months by senior director Ali Golshan's team. The system isolates each agent in a sandbox with an external gateway handling credentials, preventing agents from directly accessing host infr...

Open Source Tools The New Stack

The API portal is the clearest signal of whether your company can handle AI agents

API evangelist Kin Lane argues that organizations with mature API management and well-maintained OpenAPI specifications are better positioned to adopt AI agents, noting that the Model Context Protocol (MCP) is a long-lived HTTP connection serving JSON that can be generated directly from existing ...

MCP & Integrations The New Stack

Plug a pay-per-use tool API into Claude Desktop and Cursor in 30 seconds

x711.io offers an MCP server at x711.io/mcp that provides 29 tools — including web search, cryptocurrency price feeds, transaction simulation, and code execution — accessible in Claude Desktop, Cursor, Cline, or Windsurf via a single JSON configuration entry. Web search is free up to 10 queries p...

MCP & Integrations Dev.to - Claude

llm 0.32a2

Simon Willison released llm 0.32a2, an alpha version of his LLM command-line tool. The update switches reasoning-capable OpenAI models to the `/v1/responses` API endpoint, allowing summarized reasoning tokens to be displayed during prompts, with a `--hide-reasoning` flag to suppress them.

Open Source Tools Simon Willison

Revisiting “No Silver Bullets” in the age of AI

Frederick P. Brooks' 1986 paper "No Silver Bullet" argued no single technology would dramatically improve software developer productivity. The Pragmatic Engineer reexamines that thesis in light of AI coding tools and agents that now generate substantial amounts of code.

Opinion & Analysis Pragmatic Engineer

AI is creating a generation of developers who can’t debug their own code

Industry surveys show 73% of engineering organizations reduced junior hiring over two years as AI tools help developers complete tasks up to 55% faster, while JetBrains' 2026 data puts AI coding assistant adoption at 18% globally. Critics argue the speed gains mask a skills gap, as junior develop...

Opinion & Analysis The New Stack

Why AI-Generated Code Still Needs Human Developers in 2026

A software developer argues that AI code generation tools remain limited in handling ambiguous requirements, security vulnerabilities, and long-term maintainability, citing figures such as 45% of AI-generated code samples containing vulnerabilities and AI accruing technical debt twice as fast as ...

Opinion & Analysis Dev.to - Claude

What Parameter Golf taught us about AI-assisted research

OpenAI's Parameter Golf competition drew over 1,000 participants and 2,000+ submissions focused on AI-assisted machine learning research, coding agents, quantization, and model design under strict parameter constraints.

Opinion & Analysis OpenAI Blog

SAP launches AI Agent Hub at Sapphire 2026 to tame vendor agent sprawl

SAP launched the AI Agent Hub at its Sapphire 2026 conference, a vendor-agnostic registry for managing AI agents, LLMs, and MCP servers across enterprise environments. Two of six planned features are generally available now, with the remaining four, including identity management and observability...

Industry & Funding The New Stack