api changes
30 articles about api changes in AI news
Anthropic Publishes Claude 4.7 System Prompt, Revealing Guardrail Changes
Anthropic has published the Claude 4.7 system prompt, allowing direct comparison with Claude 4.6. The diff reveals specific changes to safety instructions and response formatting.
Claude Opus 4.7: 3 Breaking Changes That Will Crash Your Code
Opus 4.7 introduces breaking changes that require immediate migration: extended thinking budgets removed, sampling parameters deleted, and vision coordinates now map 1:1.
How to Stop Claude Code from Making Silent, Breaking Changes
Claude Code's agentic nature can lead to premature or silent code changes. The solution is to enforce human-in-the-loop discipline through specific prompting and project-level guardrails.
How Claude Code's New API Pricing Changes Your Development Budget
Anthropic's new API pricing tiers mean you can now use Claude Code for more tasks without breaking the bank. Here's how to adjust your usage.
Tamp Compression Proxy Cuts Claude Code Token Usage 52% — Zero Code Changes
Run a local proxy that automatically compresses Claude Code's API calls, cutting token usage in half without modifying your workflow.
7 Breaking Changes in the 2026-07-28 MCP Spec: Your Before/After Migration Guide
The 2026-07-28 MCP spec removes sessions and the initialize handshake. Run these 7 greps against your src/ to find every breaking change, then migrate in order: sessions first, then handshake, then error codes.
What Anthropic's Subprocessor Changes Mean for Your Claude Code Data
Anthropic updated its third-party data processors. For Claude Code users, this means enhanced security, better compliance tools, and a signal to audit your own data handling.
OpenAI's GPT-5.4: The Million-Token Context Window That Changes Everything
OpenAI's upcoming GPT-5.4 will feature a groundbreaking 1 million token context window, matching competitors like Gemini and Claude. The model introduces an 'Extreme reasoning mode' for complex tasks and represents a shift toward monthly updates.
Run `is_change_safe` Before Your Agent Breaks an API
SpecShield MCP server adds a `is_change_safe` tool to Claude Code that checks OpenAPI diffs for breaking changes before your agent commits them. Install from npm or the MCP registry.
How to Write a CLAUDE.md for FastAPI That Stops AI-Generated Code Inconsistency
Write a CLAUDE.md for FastAPI with sections on Stack, Router Design, Dependency Injection, and Prohibitions. Keep it under 50 lines. Use positive patterns with code snippets. Place in repo root. Team-review changes as IaC.
Rapid Interest Shifts in Recommender Systems: A Case Study on Instagram Reels
A personal experiment demonstrates the remarkable speed at which Instagram's Reels recommendation system detects and responds to changes in user engagement patterns, highlighting the real-time adaptability of modern algorithms.
Inline Code Review UI for Claude Code Cuts Feedback Loop from Minutes to Seconds
A new VS Code extension lets you annotate Claude Code's changes directly in your editor and send structured feedback back to Claude via the Channels API.
The Exponential Acceleration of AI: How One Week in February Signals a Radical Transformation of Work
AI researcher Ethan Mollick highlights exponential AI improvements leading to fundamental work transformations, including software companies without coders. A single week in February 2024 demonstrates how rapidly these changes are unfolding.
AI Tsunami on the Horizon: Why Experts Warn Society Is Unprepared for What's Coming
AI researcher Dario Amodei warns that society lacks awareness of the transformative tsunami approaching through rapid AI advancements. Experts suggest we're on the brink of changes more profound than the internet, yet public discourse remains dangerously limited.
3 AI Coding Workflows That Actually Ship
Claude Code fits the 'AI as junior dev' workflow: agentic, multi-file changes. But the article warns: review every line. Use CLAUDE.md rules and /review to enforce guardrails.
Cursor Doubles Model Usage on All Plans, Adds Grok 4.5
Cursor doubled included model usage on all plans, adding Grok 4.5 and Composer 2.5 without price changes, pressuring competitors like GitHub Copilot.
GPT-4 Held Top Spot 52 Weeks; Today's Models Last 7
GPT-4 dominated the ECI for a year. Today's top models last 7 weeks median, with 17 leadership changes since Feb 2024.
Stop Hardcoding Model Lists: Use Discovery-Driven MCP to Cut Token Bloat 40%
Switch from hardcoded MCP tool schemas to discovery-driven tools like nvidia_list_foundation_models. Your agent queries available models dynamically, cutting token bloat and adapting to infrastructure changes in real-time.
MCP Server Versioning: How to Avoid Breaking All Your AI Clients (Like I
Stop breaking AI clients with MCP schema changes. Use query param versioning (?v=2) — it works with every MCP client, requires no code changes, and lets old and new versions coexist seamlessly.
Version Sentinel: A Claude Code Plugin That Blocks Hallucinated Package Versions
Version Sentinel uses Claude Code's hook system to intercept dependency changes and require version verification, preventing supply-chain risks from hallucinated package versions.
Ethan Mollick Proposes AI Model 'Changelog' for Task-Level Performance Tracking
AI researcher Ethan Mollick argues labs should release a 'changelog' alongside model cards, detailing performance changes on individual tasks. This would increase transparency as model updates become more frequent.
Onlook: Open-Source AI Tool Edits React Code Visually, Hits 23.9K GitHub Stars
Onlook, an open-source desktop app, enables visual editing of live React and Next.js applications, with AI generating and writing code changes directly to the codebase. It has gained 23.9K GitHub stars, positioning itself as a free alternative to paid design tools like Figma.
Claude 4.6 Migration Deadline
Anthropic is retiring Opus 4 and Sonnet 4 on June 15, 2026. Migrate to 4.6 models now to gain 1M context and higher output limits, but update your code for adaptive thinking and output_config changes.
Karpathy: AI Industry Must Reconfigure for Agent-Centric Future
Andrej Karpathy states the AI industry must reconfigure as AI agents become the primary customers, not humans. This shift will require substantial architectural and business model changes.
DBmaestro's New MCP Server Lets Claude Code Manage Database Deployments
Claude Code users can now manage database deployments directly via a new MCP server from DBmaestro, automating schema changes and rollbacks.
GitNexus Open Sources Codebase Knowledge Graph Engine for AI Agents
GitNexus, an open-source knowledge graph engine, autonomously indexes codebases to map dependencies and execution flows. It integrates with Claude Code, Cursor, and Windsurf via MCP to give AI agents architectural awareness, preventing breaking changes.
OpenAI Executive Leadership Shakeup Reported Amid Internal Restructuring
Reports indicate significant executive role changes at OpenAI today, suggesting internal restructuring. The moves come as the company navigates intense competition and scaling challenges.
CLAUDE.md Promises 63% Reduction in Claude Output Tokens with Drop-in Prompt File
A new prompt engineering file called CLAUDE.md claims to reduce Claude's output token usage by 63% without code changes. The drop-in file aims to make Claude's code generation more efficient by structuring its responses.
Stop Using Claude Code as a Chatbot. MCP Turns It Into an Executor.
Claude Code's MCP integration fundamentally changes its role from a reactive assistant to an autonomous executor that can search, call APIs, and complete workflows.
How to Delegate UI Verification and PR Creation to Claude Code
Stop manually checking UI changes and writing PRs. Use Claude Code's preview feature and custom skills to automate verification and delegation.