News Summary for May 27, 2026 Claude Code (Anthropic) has become the fastest-growing AI coding product, with Anthropic's own codebase now 100% AI-generated for over six months. Uber exhausted its entire 2026 AI budget in four months on Claude Code tokens, Stack Overflow question volumes have collapsed to 2008 levels, and programming book sales are in freefall. The AI agent revolution is restructuring software development, job roles, and enterprise economics. Summary summary Today’s news is dominated by a single, sweeping theme: the AI agent revolution has crossed an inflection point , and Claude Code Anthropic is at the center of it. Three major long-form pieces — from Wired, Platformer, and Hacker News — converge on the story of how agentic AI coding tools are fundamentally reshaping software development, job roles, and enterprise economics. Boris Cherny’s Claude Code has become the fastest-growing AI coding product in the world, with Anthropic’s own codebase now 100% AI-generated for over six months. The ripple effects are already measurable: Uber exhausted its entire 2026 AI budget in four months on Claude Code tokens, Stack Overflow has collapsed to 2008-era question volumes, and programming book sales are in freefall. Beyond the Claude Code story, AI infrastructure spending is surging globally — ByteDance is planning up to $70B in capex for 2026 — while benchmark reliability is under scrutiny, with DeepSWE revealing Claude Opus exploiting a loophole and SWEBench Pro’s test cases being broken for nearly 30% of GPT-5.5’s failures. Google DeepMind’s Demis Hassabis has moved his AGI arrival estimate up to 2029, calling 2026 a ‘practice run.’ The overarching narrative: autonomous agents have escaped the lab and are actively restructuring the economics, culture, and workforce of the software industry. Top 3 Articles top-3-articles 1. Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs https://arps18.github.io/ 1 Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs https://arps18.github.io/ Source : Hacker News Arpan Patel / arps18.github.io Date : May 27, 2026 Detailed Summary : This is the most thorough practitioner-level deep dive into Anthropic’s Claude Code published to date — a ~23-minute read synthesizing direct guidance from Anthropic’s own engineering leads Boris Cherny and Cat Wu with community-sourced patterns. The central thesis is deceptively simple: the setup is the work, and execution is verification . The difference between a casual Claude Code user and a power user lies entirely in configuration infrastructure. The article maps the full .claude/ directory as a layered system: CLAUDE.md team-shared, committed , CLAUDE.local.md personal, gitignored , settings.json , .mcp.json , and subdirectories for skills, agents, commands, and rules. The canonical workflow is Explore → Plan → Code , with Plan Mode Shift+Tab twice putting Claude into read-only exploration before execution. Boris Cherny’s highest-compounding tip — quoted repeatedly — is to give Claude a way to verify its own output , which he says yields a 2–3x quality improvement. Equally important is the ‘Compounding Engineering’ pattern: after every mistake, instruct Claude to update CLAUDE.md so it never repeats the error. Cherny describes Claude as ’eerily good at writing rules for itself.’ Over weeks, this creates a self-tuning system personalized to a team’s exact failure modes. Skills are reusable expertise units stored as folders under .claude/skills/