---
title: "Claude Code: The Complete Hub"
date: 2026-05-07
summary: "Everything we've published about Claude Code — Anthropic's terminal-native agentic coding tool. Deep dives, release coverage, comparisons, and enterprise patterns, organized by topic."
---


Claude Code is Anthropic's terminal-native AI coding agent. It plans, writes, tests, and ships code with minimal supervision — running directly in your shell rather than nested inside an IDE extension. We cover it more than any other tool on this site, because it's the implementation that comes closest to making spec-driven development work in practice.

Start here if you're new; jump to a section if you're tracking a specific thread.

## Start here

- [Claude Code FAQ](/2026/05/claude-code-faq/) — quick answers to 23 of the most-asked questions
- [Claude Code in 2026: The Complete Deep Dive](/2026/04/claude-code-in-2026-the-complete-deep-dive/) — what it is, how the architecture differs from IDE-embedded tools, how to use it well
- [The Complete CLAUDE.md Guide](/2026/05/the-complete-claude-md-guide/) — what to put in CLAUDE.md, what to leave out, the security model
- [Skills, Plugins, and MCP — the three extension layers](/2026/05/skills-plugins-mcp-the-three-extension-layers/) — picking the right layer for the job
- [Agentic Coding 101: When Your AI Plans, Builds, Tests, and Ships](/2026/05/agentic-coding-101-when-your-ai-plans-builds-tests-and-ships/) — the paradigm Claude Code is built around
- [The Spec File as Source of Truth](/2026/05/the-spec-file-as-source-of-truth-how-to-write-specs-that-ai-can-actually-implement/) — how to write specs Claude Code can execute reliably
- [What is Spec-Driven Development?](/2026/03/what-is-spec-driven-development/) — the methodology paper

## Releases and product updates

- [Claude Opus 4.7 — 87.6% SWE-bench, implicit-need tests, same price](/2026/04/claude-opus-4.7-87.6-swe-bench-implicit-need-tests-same-price/)
- [Claude Code Routines — the AI cron job that understands your codebase](/2026/04/claude-code-routines-the-ai-cron-job-that-actually-understands-your-codebase/)
- [Claude Code Ultraplan — when 30 minutes of cloud thinking beats 5 seconds of local guessing](/2026/04/claude-code-ultraplan-when-30-minutes-of-cloud-thinking-beats-5-seconds-of-local-guessing/)
- [The orchestrator seat — Claude Code's desktop redesign makes parallel agents native](/2026/04/the-orchestrator-seat-claude-codes-desktop-redesign-makes-parallel-agents-native/)
- [Claude Code Auto Mode — Anthropic hands AI more control](/2026/03/claude-code-auto-mode-anthropic-hands-ai-more-control-but-keeps-it-on-a-leash/)
- [Claude Code Channels — your AI agent on Telegram and Discord](/2026/03/claude-code-channels-your-ai-agent-now-on-telegram-and-discord/)
- [Claude Code Agent Teams — one developer, fifteen AI teammates](/2026/03/claude-code-agent-teams-one-developer-fifteen-ai-teammates/)
- [Claude Code Computer Use — the agent that can now see, click, and ship](/2026/04/claude-code-computer-use-the-agent-that-can-now-see-click-and-ship/)
- [Claude Code v2.1.119 — multi-VCS support, settings persistence, enterprise push](/2026/05/claude-code-v2.1.119-multi-vcs-support-settings-persistence-and-the-enterprise-push/)
- [Claude Code v2.1.126 — gateway model discovery, project purge, smarter auth](/2026/05/claude-code-v2.1.126-gateway-model-discovery-project-purge-and-smarter-auth/)

## Enterprise and infrastructure

- [Claude Code at $2.5B ARR — how a terminal agent outpaced every AI IDE](/2026/05/claude-code-at-2.5b-arr-how-a-terminal-agent-outpaced-every-ai-ide/)
- [Claude Cowork goes GA — six enterprise features that turn AI into workplace infrastructure](/2026/04/claude-cowork-goes-ga-six-enterprise-features-that-turn-ai-into-workplace-infrastructure/)
- [Claude Code on Bedrock with Mantle — the enterprise air-gap story](/2026/04/claude-code-on-bedrock-with-mantle-the-enterprise-air-gap-story/)
- [Claude Code Analytics API — the missing bridge between AI coding and enterprise ROI](/2026/04/claude-code-analytics-api-the-missing-bridge-between-ai-coding-and-enterprise-roi/)
- [Claude Code is now the #2 AI coding tool at work — and has the best NPS in the industry](/2026/04/claude-code-is-now-the-2-ai-coding-tool-at-work-and-has-the-best-nps-in-the-industry/)
- [Anthropic hits $30B ARR and overtakes OpenAI — what the revenue rocket means for Claude Code](/2026/04/anthropic-hits-30b-arr-and-overtakes-openai-what-the-revenue-rocket-means-for-claude-code/)

## Comparisons and the competitive landscape

- [Cursor vs Copilot vs Claude Code vs Windsurf (2026 edition)](/2026/03/cursor-vs-copilot-vs-claude-code-vs-windsurf-2026/)
- [The three-layer AI coding stack — Cursor, Claude Code, Codex](/2026/04/the-three-layer-ai-coding-stack-that-nobody-planned-but-everyone-is-building/)
- [GitHub Copilot CLI goes GA — Microsoft just admitted Claude Code was right](/2026/04/github-copilot-cli-goes-ga-microsoft-just-admitted-claude-code-was-right/)
- [GitHub Copilot finally got autopilot mode — it's still not an agent](/2026/04/github-copilot-finally-got-autopilot-mode.-its-still-not-an-agent./)
- [Cursor 3 — agent-first branding, IDE-last architecture](/2026/04/cursor-3-agent-first-branding-ide-last-architecture/)
- [Gemini CLI — Google's free terminal AI agent](/2026/05/gemini-cli-googles-free-terminal-ai-agent-and-what-it-actually-gets-right/)

## Skills, workflows, and patterns

- [Scaling Claude Code skills across an engineering org](/2026/04/scaling-claude-code-skills-across-an-engineering-org/)
- [Parallel AI agents — the tools that let you run ten Claudes at once](/2026/04/parallel-ai-agents-the-tools-that-let-you-run-ten-claudes-at-once/)
- [Your AI agent is drowning in tokens — here's how to fix it](/2026/03/your-ai-agent-is-drowning-in-tokens-heres-how-to-fix-it/)
- [Claude Code /powerup and /insights — fixing the 80% problem](/2026/04/claude-code-/powerup-and-/insights-fixing-the-80-problem/)
- [Claude Code April 2026 power-user features](/2026/04/claude-code-april-2026-ultrareview-auto-mode-power-user-features/)

## Trust, security, and incidents

- [The CLAUDE.md trap — supply-chain attack via poisoned project configs](/2026/04/the-claude.md-trap-how-a-new-supply-chain-attack-targets-agentic-developers/)
- [Three bugs, six weeks, one lesson — Anthropic's Claude Code postmortem](/2026/05/three-bugs-six-weeks-one-lesson-anthropics-claude-code-postmortem/)
- [Anthropic's silent "effort" default — a reasonable decision, a transparency failure](/2026/04/anthropics-silent-effort-default-a-reasonable-decision-a-transparency-failure/)
- [Claude Security — Anthropic enters the defensive security market](/2026/05/claude-security-anthropic-enters-the-defensive-security-market/)
- [Anthropic's OpenClaw ban — a platform power move, and an honest one](/2026/04/anthropics-openclaw-ban-is-a-platform-power-move-and-an-honest-one/)
- [Anthropic tests pulling Claude Code from Pro — and gets an instant lesson in developer trust](/2026/04/anthropic-tests-pulling-claude-code-from-pro-and-gets-an-instant-lesson-in-developer-trust/)

## See also

- [AI Models Reference](/models/) — current state of the model landscape
- [All articles](/posts/) — full chronological list
- [About](/about/) — what sdd.sh is and why it exists

