Breakdown of the Claude Code quality-regression issue: an AMD/IREE developer analyzed 17,871 thinking blocks and 234,760 tool calls, linking adaptive-thinking shrinkage and redaction changes to worse coding behavior.
An Anthropic researcher used Claude Code to scan the entire Linux kernel source and unearthed a 23-year-old remotely exploitable heap overflow in NFSv4.0. Technical breakdown plus a reality check on what it costs for ordinary users to replicate this.
Claude Code subscriptions no longer cover OpenClaw and other third-party tools. How this differs from the login-token issue, why the 'excessive usage' standard is opaque, and what it means that Anthropic is the only major vendor closing its ecosystem.
A summary of how source maps bundled in the Claude Code npm package made over 510k lines of TypeScript visible, and how a branch-name command injection in OpenAI Codex could have allowed theft of GitHub tokens.
A GitHub issue claimed that Claude Code was destroying uncommitted changes with `git reset --hard origin/main` every ten minutes, but the culprit turned out to be a separate tool the reporter had written.
AWS releases "Agent Plugins for AWS" for Claude Code/Cursor, automating everything from infrastructure design to deployment. On the same day, GitHub added AI vulnerability detection to Code Security to supplement Shell, Dockerfile, Terraform, and PHP, which are not compatible with CodeQL.
Changes from v1 to v2 of Kana Chat, an AI agent built around official CLI wrappers. Covers dual-model router, Heartbeat memory, planner mode, image input, speech transcription, PWA push notifications, and the lessons learned from a month of daily use.
blitzdotdev/blitz-mac is a native macOS app that lets an AI agent handle everything from simulator management to DB operations to App Store Connect submission. Integrates with Claude Code via MCP to automate the entire iOS app development lifecycle.
Compresr's YC-backed Context Gateway is a proxy between AI agents and LLM APIs. Its three pillars - preemptive summarization, tool output compression, and tool discovery - reduce wasted context-window usage.
Claude Code v2.1.80 introduced the research preview feature Channels, which lets Telegram and Discord send live instructions into a Claude Code session through MCP. This article summarizes the bidirectional design and security model.
Two approaches to achieve local isolated execution of AI coding agents. On macOS, Agent Safehouse uses OS-native sandbox-exec for kernel-level restrictions, and on Windows, Codex uses the VM-based Windows sandbox.
Found a huge claudevm.bundle under ~/Library/Application Support/Claude? Claude Code's Cowork creates the 10–21GB VM even unused, regenerates it after deletion, and pushes idle CPU to 55%. Issue #22543 status and what actually clears it.