// edition · 2026-04-22

April 22, 2026

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 · Pricing & Plans

Anthropic is thinking about removing Claude Code from its cheapest plan

Anthropic is testing the removal of Claude Code, its coding agent, from its $20/month Pro plan, currently affecting approximately 2% of new signups. The company's Head of Growth cited higher-than-anticipated usage per subscriber as the reason for evaluating plan changes.

The New Stack

Tool Updates

How to use Claude's tool use (function calling) in Node.js — with real examples

Anthropic's Claude API supports tool use (function calling), allowing the model to call external functions defined by developers and incorporate results into responses. A Node.js implementation requires defining tools with JSON schemas, handling Claude's tool_use response type, executing the func...

Workflows & Tips Dev.to - Claude

Claude Opus 4.7 seems to use way more tokens than expected

Claude Opus 4.7's updated tokenizer produces approximately 1.4–1.47× more tokens than previous models in real-world developer workloads, exceeding Anthropic's stated estimate of 1.0–1.35×. The higher token count accelerates context consumption and increases effective cost per workflow.

Pricing & Plans Dev.to - Claude

Changes to GitHub Copilot Individual plans

GitHub announced changes to its Copilot Individual plans, including tightened usage limits, paused signups for individual tiers, and restriction of Claude Opus 4.7 access to the $39/month Pro+ plan. The company cited increased compute demands from agentic workflows as the reason, and moved from p...

Pricing & Plans Simon Willison

Is Claude Code going to cost $100/month? Probably not - it's all very confusing

Anthropic briefly updated its claude.com/pricing page to restrict Claude Code access to its $100-$200/month Max plans, removing it from the $20/month Pro tier, before reverting the change within hours. An Anthropic employee described it as a test affecting roughly 2% of new signups, with existing...

Pricing & Plans Simon Willison

GitHub pauses Copilot sign-ups as AI coding drives up compute demand

GitHub paused new sign-ups for Copilot individual plans and tightened usage limits for existing users, citing increased compute demands from agentic workflows. Microsoft VP Joe Binder said long-running, parallelized sessions now consume more resources than the original plan structure was built to...

Pricing & Plans The New Stack

How to use AI to identify and fix security vulnerabilities in your codebase

AI tools can scan codebases for security vulnerabilities such as SQL injection and cross-site scripting by learning from known attack patterns and suggesting targeted fixes. The average data breach costs companies $4.45 million, according to figures cited alongside guidance on integrating AI into...

Workflows & Tips Dev.to - AI

What Building a Geopolitical Simulation Taught Me About Claude Code

A developer built GeoSim, a geopolitical simulation engine using Next.js 14, Supabase, and the Anthropic API, in which six AI agents representing world powers simultaneously plan moves across branching timelines. The project used Claude Code's hook system to auto-run tests on file save and a 216-...

CLI Agents Dev.to - Claude

How to Build AI Agents for Your Business

A Dev.to tutorial outlines the key components of business AI agents — large language models, contextual memory, and tool-routing layers — and recommends frameworks such as LangChain or LlamaIndex for orchestration and Pinecone or Weaviate for vector-based memory storage.

Agent Engineering Dev.to - AI

Why McDonald’s AI Started Coding: A Wake-Up Call for Chatbot Security

Chatbots deployed by McDonald's, Alcampo, and Chipotle were manipulated by users into performing coding tasks unrelated to their customer service functions, exposing a known vulnerability in LLM-based systems where general-purpose models exceed their intended operational scope.

Agent Engineering Dev.to - AI

Ecosystem

How to Connect Claude to Real Financial Data with FMP MCP

Financial Modeling Prep launched an official MCP server that connects Claude directly to its financial data catalog, including real-time stock prices, income statements, earnings calendars, and market data. The server is installed via npm and configured in Claude Desktop's JSON config file.

MCP & Integrations Dev.to - Claude

How I Built an MCP Server for Media & Entertainment Intelligence

A developer built Studio Signal, an MCP server that connects Claude and other AI assistants to real-time media and entertainment industry data from 30+ sources including Variety, Deadline, and SEC filings. The server exposes three tools for querying an AI research analyst, retrieving daily briefi...

MCP & Integrations Dev.to - Claude

Time-series Forecasting with Claude Opus 4.7 and Geneva Forecasting MCP

Geneva MCP is a Model Context Protocol tool that integrates with Claude to perform time-series forecasting from CSV and Excel files, offloading the computation from the model to reduce token usage and processing time compared to Claude generating one-off Python scripts.

MCP & Integrations Dev.to - Claude

SpaceX cuts a deal to maybe buy Cursor for $60 billion

SpaceX announced a deal to acquire AI coding platform Cursor for $60 billion, or alternatively pay a $10 billion fee. The arrangement comes as xAI seeks to compete in the AI coding market against Anthropic, Google, and OpenAI.

Industry & Funding The Verge - AI

GPT Image 2 on AI Gateway

OpenAI's GPT Image 2 image model is now available on Vercel's AI Gateway, accessible via the AI SDK with the identifier "openai/gpt-image-2". The model supports up to 2K resolution, multiple aspect ratios, non-English text rendering, and various visual styles.

Model Releases Vercel Blog

With the launch of ChatGPT Images 2.0, OpenAI now “thinks” before it draws

OpenAI launched ChatGPT Images 2.0, available via the API as gpt-image-2, featuring two modes: Instant for fast output and Thinking, which reasons through image structure before generating up to eight images per prompt. Advanced thinking capabilities are limited to Plus, Pro, and Business subscri...

Model Releases The New Stack

Scaling Codex to enterprises worldwide

OpenAI launched Codex Labs and announced enterprise partnerships with Accenture, PwC, and Infosys to deploy Codex across software development workflows. The company reported 4 million weekly active users for Codex.

Industry & Funding OpenAI Blog

Quoting Bobby Holley

Mozilla used an early version of Anthropic's Claude Mythos Preview to evaluate Firefox's security, identifying 271 vulnerabilities that were patched in Firefox 150. The work was done in collaboration with Anthropic, according to Firefox CTO Bobby Holley.

Industry & Funding Simon Willison

n8n Workflow Automation for Qatar Enterprises

n8n is an open-source, self-hostable workflow automation platform that connects apps and APIs without extensive coding. DigiMateAI published a guide promoting its use for Qatar enterprises, citing local data residency compliance and fixed-cost pricing as advantages over cloud-based alternatives l...

Open Source Tools Dev.to - AI

Anthropic’s most dangerous AI model just fell into the wrong hands

Anthropic's Mythos AI model, designed to identify and exploit vulnerabilities in major operating systems and browsers, was accessed by a small group of unauthorized users who used a third-party contractor's credentials and internet sleuthing tools to gain entry.

Industry & Funding The Verge - AI

OpenAI’s updated image generator can now pull information from the web

OpenAI released ChatGPT Images 2.0, powered by its GPT Image 2 model, which can search the web to inform image generation from a single prompt. The update also improves instruction-following, detail preservation, and text rendering, and is available to Plus, Pro, Business, and Enterprise subscrib...

Model Releases The Verge - AI

Where's the raccoon with the ham radio? (ChatGPT Images 2.0)

OpenAI released ChatGPT Images 2.0 (gpt-image-2), with Sam Altman describing the improvement over gpt-image-1 as equivalent to the jump from GPT-3 to GPT-5. A blogger tested the model against Google's image generation models using a "Where's Waldo"-style prompt to compare output quality.

Model Releases Simon Willison

Quoting Andreas Påhlsson-Notini

Andreas Påhlsson-Notini argued in a blog post that current AI agents exhibit human-like flaws — including lack of focus, patience, and stringency — causing them to drift toward familiar solutions when faced with difficult constraints rather than adhering strictly to requirements.

Opinion & Analysis Simon Willison

Don't miss tomorrow's edition

Free daily email. Every story you just read, in your inbox at 6 AM ET.