changelog
30 articles about changelog in AI news
Claude Code's Two-Pass Prompt Cuts Changelog Noise by Half
Use Claude Code's two-pass prompt with NO_USER_IMPACT escape hatch and diff-blind verifier to cut changelog noise by half, eliminating reader complaints.
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.
Steal the 'Long-Running Claude' Scaffolding: CLAUDE.md, CHANGELOG.md, and the Ralph Loop
Anthropic's research reveals a four-part scaffolding—CLAUDE.md, CHANGELOG.md, a test oracle, and the Ralph loop—that lets you give Claude a multi-day task and walk away. Here’s how to apply it.
Anthropic Launches @ClaudeDevs X Account for API Developer Updates
Anthropic has launched @ClaudeDevs on X, a new channel for developers to receive direct updates on API releases, changelogs, and community news. This formalizes a direct line of communication for its growing developer ecosystem.
CCWatch: The Free Tool That Automates Your Claude Code Release Tracking
Stop manually checking the changelog. CCWatch automatically tracks every Claude Code release and change, presenting them in a searchable, filterable dashboard.
Claude Opus 5 Is Too Verbose: The Two-Model Split That Fixes It
Anthropic documented Opus 5's verbosity on launch day. Use the two-model split: Fable 5 plans, Opus 5 executes. This halves costs and restores readability.
Anthropic Adds Invisible Watermarks to Claude Text Outputs
Anthropic adds invisible watermarks to new Claude text at model level, enabling detection after light edits. No rollout details disclosed.
Vercel Sandbox Adds MicroVM, Free Egress Firewall After Kimi, OpenAI Breaches
Vercel Sandbox now uses microVM isolation and a free egress firewall after Kimi and OpenAI incidents showed container isolation failing for frontier agents.
Vercel Ships Shareable Skill Packs for Agent Workflows
Vercel launched shareable, unlisted skill packs on skills.sh with one-command install and GitHub repo support, standardizing agent workflows across teams.
Agent Plugins 1.0.0: The Portable Plugin Standard That Makes MCP Servers
Agent Plugins 1.0.0 standardizes MCP server packaging into portable plugins. Claude Code users can create a plugin.json manifest to share tools across ChatGPT, Cursor, Copilot, and more.
Opus 5 Backlash Signals Anthropic's Souring Developer Mood
Opus 5 launch draws harsh developer criticism per X post, signaling Anthropic's eroding technical brand amid competitive pressure.
Stateless MCP 2.0 Is Here: Cut Session Overhead and Build Simpler Claude
Adopt MCP 2.0 (2026-07-28 spec) for stateless, single-request tool calls. Use mcp-explorer to probe servers and datasette-mcp to expose SQL endpoints, cutting complexity and overhead.
1-Bit Kimi K3 Quant Cuts 2.8T Model to 590GB, Keeps 78.7% Quality
Atomic Labs' 1-bit quant shrinks 2.8T Kimi K3 to 590GB (-62%), keeping 78.7% quality and 1M context. Runs on 4x B200s.
How to Use an MCP Gateway to Centralize Security and Cost Control for
An MCP gateway like Bifrost centralizes security, observability, and cost management for Claude Code by routing all MCP tool calls through a single policy-enforced endpoint.
Use Inkling Small on Claude Code via AI Gateway
Inkling Small on AI Gateway gives Claude Code users a cost-effective coding agent with controllable thinking effort. Connect via CLI setup.
Claude Quietly Removes Full Thinking Traces, Users Report
Claude may have removed full thinking traces per user reports. Loss for interpretability and debugging. Anthropic has not confirmed.
GitHub MCP Server Now Supports Stateless MCP
GitHub MCP Server adopts stateless MCP on July 28, removing Redis sessions and initialize handshakes for faster, scalable Claude Code connections.
Deploy from Claude Code in One Command with Vercel MCP's New
Vercel MCP's deploy_to_vercel tool lets Claude Code deploy projects in under 30 seconds, auto-detecting frameworks and returning a shareable URL. Set it up in 2 minutes with the MCP config.
Traders Bet Claude Opus 4.8 Launch Imminent as Options Spike
Traders bet Anthropic will launch Claude Opus 4.8 within days, based on options market activity. The model would succeed Opus 4.7 (69.2% SWE-bench Pro) and compete with GPT-5.
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.
Claude Code Artifacts Now Call MCP Connectors for Live Data
Claude Code artifacts now call MCP connectors, enabling live data fetching and actions in generated dashboards and apps, announced via tweet.
The One Constraint That Makes Claude Code Prompts Work (Or Fail)
Protect Claude Code's context window budget: be specific, provide a verifiable check (tests, build), use plan mode for multi-file changes, and keep CLAUDE.md lean. This one constraint drives all prompt best practices.
Claude Code Tops JetBrains' New Kotlin Benchmark with 85.7% Resolution
Claude Code with Opus 4.7 xhigh tops JetBrains' Kotlin Benchmark at 85.7%. Configure your CLAUDE.md with Kotlin conventions and use `--model opus-4.7-xhigh` to match this performance.
JetBrains IDE Now Supports Codex Agent and MCP Server Management — Here's
JetBrains adds Codex agent, MCP server management, and approval controls. Claude Code users should compare MCP management UX and consider hooks for CLI workflows.
Cline v4.0.0 Ships Plugin Marketplace
Cline v4.0.0 introduces a plugin marketplace, queued prompts, and an SDK rewrite. Claude Code users get new extensibility and reliability features.
How to Automatically Verify Agent Allowlists Match Behavior with a
Use a body-vs-allowlist cross-checker in your agent validator, versioned with each tightening rule, so your 317+ agents declare what they actually do — not what you hope they do.
GitHub Actions Now Runs Steps in Parallel — Here's How to Use It with
GitHub Actions' new `background`, `wait`, `cancel`, and `parallel` keywords let you run steps concurrently. Update your CI/CD workflows to cut job times.
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.
Anthropic Blocks Claude from Outputting GPL, Apache, 7 Other Licenses
Anthropic blocks Claude from outputting 8 copyleft licenses including GPL and Apache 2.0, while allowing MIT and BSD. A Reddit user documented the behavior on Sonnet 4.6.
Anthropic Ships Official Claude Code Plugin for Project Automation
Anthropic shipped an official Claude Code plugin for one-click project automation. Most users haven't explored half its capabilities.