claude code
30 articles about claude code in AI news
Claude Code Masterclass: 7 Primitives That Beat Chatbots
Free Claude Code production playbook details 7 primitives. Author claims $11.1M/year from 15 synthetic employees.
Claude Code /goal Uses Haiku Evaluator, Runs Unattended Until Condition Met
Claude Code /goal runs unattended until a condition is met, using Haiku evaluator. Agent View manages multiple background sessions. Requires v2.1.139.
Hacker builds $10/mo persistent workspace for Claude Code
A $10/month persistent workspace for Claude Code and Claude AI using Pi's execution layer, MCP, and Cloudflare Tunnel. Bypasses session context loss by sharing one filesystem and database across all MCP-compatible tools.
How Claude Code scales to 500K+ line monorepos
Claude Code handles 500K+ line monorepos via hierarchical context management using AST parsing and git history, achieving 94% accuracy on multi-file edits.
CLAUDE.md for Mobile: How One File Fixes Claude Code's CSS Blindspot
A specialized CLAUDE.md file fixes Claude Code's generic CSS by injecting mobile-specific rules, preventing iOS zoom, untappable buttons, and dark mode failures before shipping.
Claude Code solo build: 275 tests, 6 vendor adapters, 6-month onboarding
Non-coder founder built MCP server solo with Claude Code over six months, shipping 275 tests (240 Claude-authored) and six vendor adapters, but three vendor partnerships remain stuck in onboarding.
Conductor vs Claude Code: Pinned Versions Split the Community
Ask HN asks if Conductor's single-agent matches native Claude Code. Pinned versions create a stability-vs-latency trade-off.
Claude Code Doubles Usage Limits After 80x Growth Surge
Anthropic doubled Claude Code usage limits after 80x growth. Product lead says no roadmap exists.
Claude Code `/goal` Enables Autonomous Dev Loops With Evaluator Check
Claude Code v2.1.139 adds `/goal` for autonomous dev loops with a separate evaluator model, freeing developers from per-step prompting.
Almanac: Open-Source Wiki Auto-Updates From Claude Code Chats
Almanac auto-generates a markdown wiki from Claude Code chats and repo history, solving the agent context gap. Free open-source tool, MacOS-only.
Claude Code Enforces Programmatic API Tiers, 10x Cost Hikes Reported
Anthropic enforces programmatic usage restrictions on Claude Code, with users reporting 10x cost hikes to $1,000/month. The move squeezes power users toward API pricing.
Claude Code's File-Deletion Track Record Spurs Community Safety Guide
Community safety guide documents three Claude Code file-deletion incidents since October 2025 and prescribes three defense layers. Anthropic's sandboxing remains opt-in.
Claude Code Plugin Deploys 17-Agent SDLC Team With Orchestrator
Team-of-agents plugin adds 17 specialist AI agents with an orchestrator to Claude Code, using confidence signals to gate output quality.
Claude Code v2.1.139: Agent View and /goal Command Ship
Claude Code v2.1.139 adds agent view dashboard and /goal command for autonomous multi-turn work. Background sessions consume quota 10x faster, limiting parallel use.
Five MCP Servers That Cut Claude Code Blind-Edits from 33.7% to Near Zero
A five-MCP-server cold-start routine for Claude Code cuts blind-edit rates from 33.7% to near zero, using memory, codebase graphs, web search, and live docs.
Claude Code Digest — May 08–May 11
90% first-pass acceptance with Spec Kit and Claude Code transforms dev workflows.
Spec Kit + Claude Code: Spec-First Dev Hits 90% First-Pass Acceptance
Spec Kit generates tests from plain-English specs, then Claude Code iterates until they pass, claiming 90% first-pass acceptance. (148 chars)
Claude Code quota proxy exposes unified Opus/Sonnet pool
A developer's proxy makes Claude Code usage-aware by intercepting hidden rate limit headers. Sonnet and Opus share one quota pool despite separate UI bars.
Claude Code's Six-Layer Architecture: Harness, Not Magic
Claude Code's six-layer architecture uses a 3-layer context compressor at 92% threshold and Redis-based multi-agent FSM protocol. The model is just one node in a harness.
Trojan Masquerading as Claude Code Tops Google Search, Infects Users
A Trojan impersonating Claude Code ranked #1 on Google. Windows Defender caught it as Trojan:Win32/Kepavll!rfn. The victim had 30 years of internet experience.
Claude Code's HTML Output Beats Markdown for LLM-Readable Docs
Claude Code generates HTML docs that LLMs parse more accurately than Markdown, per Thariq's analysis. Trade-off: harder for humans to edit.
Claude Code Thwarts 13M RPS DDoS Attack in 10 Minutes
Claude Code autonomously stopped a 13M RPS DDoS attack on BridgeMind in 10 minutes, demonstrating AI agent capability in live infrastructure threats.
Claude Code Head Says AI Now Writes All His Production Code
Claude Code head Boris Cherny says all his production code is now AI-written, shifting his role from coder to prompt engineer over the past six months.
Anthropic Doubles Claude Code Rate Limits, Leases All of SpaceX's Colossus 1
Anthropic doubled Claude Code's 5-hour rate limits and removed peak-hour throttling for Pro, Max, Team, and seat-based Enterprise plans, then disclosed the source of the new capacity: a lease on the entire Colossus 1 data center — 300 MW and ~220,000 NVIDIA GPUs in Memphis — that SpaceX absorbed when it took over xAI.
Matt Pocock Open-Sources Claude Code Skill Pack for AI Agents
Matt Pocock open-sourced a Claude Code skill pack to improve AI agent behavior. The pack provides curated prompts and configurations for Anthropic's terminal-based coding tool.
Claude Code Digest — May 01–May 04
CCmeter's cache-busting insights can slash your Claude Code costs by up to 40% instantly.
Claude Code Digest — Apr 28–May 01
CCmeter's cache-busting insights can cut your Claude Code costs by up to 40% instantly.
Claude Security Public Beta Launches in Claude Code on Web
Anthropic launched Claude Security in public beta for Claude Code on web, letting developers validate and fix vulnerabilities without leaving the editor.
Claude Code Regression: How to Diagnose and Fix the Recent Quality Drop
Anthropic's postmortem reveals three regressions in Claude Code: reasoning effort, context retention, and verbosity changes. Here's how to diagnose and fix them.
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.