Full annotated catalog: Claude AI — Full Catalog — every entry below with its complete description. This index carries the one-line version for navigation.

Everything related to Claude as a tool — Claude Code, Claude API, skills, MCP servers, agents, certification, and design workflows.

Prompt techniques moved to their own topic: Prompt Engineering.

Foundational Primers

Anthropic-side short-form explainers for core Claude Code primitives. Use these as the first read before the deep-dive entries elsewhere in this index.

Core Primitives & Concepts

Concept-page cluster created during the 2026-05-21 lint to resolve the 9-article broken-link gap surfaced by Nate Herk’s Every Level of Claude (the article referenced these primitives in its 5-level mastery ladder but no dedicated articles existed). Each is a short concept hub that links into deeper coverage elsewhere in the index.

Choosing a Surface

Competing Tools

Dedicated entity pages for third-party tools this wiki’s readers evaluate alongside Claude Code. Distinct from “Choosing a Surface” above (which compares Claude’s own first-party surfaces to each other, not to outside competitors).

  • Cursor — AI-Native Code Editor (Anysphere) — VS Code-fork AI coding editor built by Anysphere: Agent mode (three-component harness of instructions/tools/model), Composer (multi-file scaffolding, also the name of Cursor’s own model family), Tab autocomplete (via the acquired Supermaven), Cloud/Background Agents, Bugbot code review, CLI, and a June-2026 iOS app.

  • Gemini CLI — Google’s Open-Source Terminal Agent — Google’s open-source (Apache 2.0) terminal AI agent, the closest direct analog to Claude Code from the Google side (npm i -g @google/gemini-cli, invoked gemini; ~106k stars).

  • Codex CLI image generation via ChatGPT OAuth — how Codex CLI’s built-in image_generation tool reaches gpt-image-1.5/gpt-image-2 over the ChatGPT OAuth device flow, and why that path must be driven by codex exec rather than the public Images API (internal — operational toolchain note)

Code with Claude London 2026 — Conference Talks

May 21 2026, London. Anthropic’s first Code-with-Claude event outside San Francisco. Same three-layer keynote structure as SF, with two genuinely new Managed Agents primitives (self-hosted sandboxes + MCP tunnels), the Mythos OpenBSD-vulnerability demo, and refreshed scale numbers (17× API growth, 20+ hrs/wk per CC developer).

Code with Claude Tokyo 2026

June 9 2026, Tokyo — Anthropic’s first Code with Claude in Japan, on Fable-5 launch day. The engineering breakouts re-ran the London talks (cost playbook, capability curve, managed-agents production); only one talk plus a few mechanism deltas are net-new.

Code with Claude 2026 — Conference Talks

May 7 2026 conference. Keynote frames the year; four deep-dive talks add substance underneath.

Anthropic Team Interviews

People

  • Boris Cherny — Creator of Claude Code — Creator and Head of Claude Code at Anthropic (@bcherny, ex-Meta principal engineer).
    • What Happens After Coding Is Solved (Lenny’s Podcast, 1:27:45) — full interview breakdown: his 100%-Claude-written workflow (10-30 PRs/day, ~5 agents, ⅓ terminal/⅓ desktop/⅓ iOS), three Claude Code pro tips (most-capable-model + max effort / plan mode for ~80% of tasks / try every interface — “no one right way,” “ask Claude Code about itself”), product-building principles (latent demand, don’t box the model, the bitter lesson, build for the model 6 months out, give engineers tokens, release early), the Cowork project-management pattern (48/50 eval gate), and the “coding is virtually solved → builder, not engineer / printing-press” thesis.
    • Why Coding Is Solved, and What Comes Next (AI Ascent 2026, Sequoia, ~24m) — fireside with Lauren Reader: phone-first loops setup (dozens of /loops babysitting PRs/CI/feedback), cross-disciplinary generalist teams (everyone on the Claude Code team codes), the Hamilton-Helmer 7-Powers read on which moats AI erodes (switching costs + process power down; network effects/scale/cornered-resources unchanged → ~10× more disruptive startups), and the printing-press democratization analogy.
    • Engineering Leverage in the Agent Era (X thread, 8K+ likes) — Argues coding agents raise the stakes on high-leverage engineering automation rather than replacing it: infra improvements now scale across armies of agents, moving fixes into code/lint/CI makes them permanent, and — his “most important” point — encoding tacit domain knowledge as CLAUDE.md rules, REVIEW.md guidelines, skills, and memories democratizes contribution to non-engineers and new hires alike.

Models

  • The New Rules of Context Engineering for Claude 5 Models (Thariq Shihipar, July 24 2026) — First-party blog post shipped the same day as Opus 5. Headline: Anthropic removed >80% of Claude Code’s system prompt for Opus 5 / Fable 5 “with no measurable loss on our coding evaluations,” because guidance written to stop older models failing now makes newer ones burn effort reconciling conflicting instructions (“unhobbling”).

  • Claude Opus 5 — Near-Fable-5 Intelligence at Opus 4.8 Pricing (July 24 2026) — Shipped 2026-07-24 at 25 per MTok, identical to Opus 4.8, while coming “close to the frontier intelligence of Fable 5 at half the price.” New SOTA on coding/knowledge-work evals (Frontier-Bench v0.1 — surpasses all models, >2× Opus 4.8 at lower cost per task; GDPval-AA), plus ARC-AGI 3 3× the next-best model, Zapier AutomationBench ~1.5× next-best at equal cost/task, CursorBench 3.2 within 0.5% of Fable 5’s peak at half the cost, and OSWorld 2.0 beating Fable 5’s best at ~⅓ the cost.

  • Claude Fable 5 and Claude Mythos 5 (June 9 2026) — Anthropic’s first “Mythos-class” models, a capability tier above Opus.

  • Mythos 5 Federal Shutdown (June 2026) — On 12 June 2026, three days after launch, a US export-control directive (Commerce Secretary Howard Lutnick → Dario Amodei) barred any foreign national — including Anthropic’s own foreign-national staff — from accessing Fable 5 / Mythos 5; unable to verify nationality in real time, Anthropic disabled both models globally while every other Claude model (Opus 4.8, Sonnet, Haiku) stayed online.

  • Claude Sonnet 5 (June 30 2026) — Anthropic’s mid-tier model, launched 2026-06-30 as “our most agentic Sonnet yet”: makes plans, uses tools (browsers / terminals), and runs autonomously — capabilities that previously needed larger models.

  • Mozilla’s Firefox Security Harness (Claude Mythos + Agent SDK) — First-party operator account (Mozilla’s Brian Grinstead, How I AI) of the agentic security harness behind Firefox’s ~500-fixes-in-a-month spike: LLM-judge file prioritization → “we know there’s a bug, find it” goal loop → fuzzer + AddressSanitizer hard-verify → verifier sub-agent → patching agent, built on the Claude Agent SDK (v1 was just claude -p).

  • A True-Scale Universe Atlas Built with Fable 5 — Verification, Not Trust — Solo-developer field example (r/ClaudeAI, 348 score) of Fable 5 writing ~14.5k lines of TypeScript/WGSL (92 merged PRs, 237 commits, about a week) for a WebGPU atlas rendering 8.4M real Gaia DR3 stars at true scale (universeatlas.org, MIT-licensed, repo independently verified).

  • SNOWFLOW and the One-Shot Implementation Brief — Viral r/ClaudeAI showcase (2,337 score): a browser WebGPU graphics demo (deformable snow, atmospheric lighting, water-inspired spells, snow surfing) built end to end by Claude Code with Opus 5 in ~9 hours / ~4M tokens uncached — and the reusable artifact is the up-front “implementation brief” that is simultaneously spec, art direction, and acceptance criteria.

  • Claude Opus 4.8 — Anthropic Release + System Card (May 28 2026)Anthropic’s most capable general-access model, a drop-in upgrade on Opus 4.7 (claude-opus-4-8, same 25 per Mtok, 1M context).

  • Opus 4.7 Best Practices for Claude Code — Anthropic’s official migration/usage guide for Opus 4.7. New xhigh default effort level, adaptive thinking (no fixed budget), updated tokenizer, fewer tool calls, more judicious subagent spawning, auto mode (research preview via Shift+Tab for Claude Code Max).

  • Claude Mythos Preview — Anthropic System Card (April 7 2026) — 245-page system card for Anthropic’s most capable frontier model to date, deliberately withheld from general availability.

  • Mythos Preview Cryptanalysis — HAWK and Reduced-Round AES — Anthropic reports Mythos Preview discovered improved attacks on two cryptographic algorithms — halving the effective key strength of HAWK, a NIST post-quantum signature candidate, in ~60 hours of model work, and speeding up an existing 7-round AES-128 attack by 200-800× — each at roughly $100k of API usage, found mostly autonomously.

  • When AI Builds Itself — Anthropic on Recursive Self-Improvement — The Anthropic Institute (Favaro & Clark) position piece arguing AI is already measurably accelerating AI development.

  • GLM-5.2 — Z.ai’s Open-Weight Agentic-Coding Frontier — The leading open-weight challenger to the closed frontier and a drop-in Claude Code engine.

  • DeepSWE — Datacurve’s Long-Horizon Coding Benchmark — Third-party benchmark (Datacurve, YC W24) built to separate frontier coding agents that cluster on SWE-Bench. 113 original, from-scratch tasks across 91 repos; verifier-reliability audit found DeepSWE disagrees with careful trajectory review on 1.4% of trials vs. SWE-Bench Pro’s 32%. v1.0 launch (May 26 2026): GPT-5.5 70%, GPT-5.4 56%, Opus 4.7 54% — already superseded on the live board by Claude Fable 5 at 70%±4% (Opus 4.8 59%, Sonnet 5 54%).

  • Working at the Frontier: How Hebbia Builds AI for Financial Diligence — Customer case study (Divya Mehta, Adithya Ramanathan, Joe Renner): Hebbia’s institutional-finance platform (serving 1/3+ of the top 50 asset managers) on Fable 5, with a two-part benchmark methodology and a ~20% accuracy gain on deal-diligence tasks.

  • Working at the Frontier: How Cognition Trusts Claude Fable 5 to Work Through the Night — Silas Alberti (SVP Research, Cognition/Devin): Fable 5 is the first Claude generation Cognition trusts to run unattended overnight; Frontier Code benchmark jump 10%→30%, an eight-hour unattended-run anecdote, and a forecast of ~90% proactive agent work.

  • Working at the Frontier: How Thomson Reuters Builds “Fiduciary-Grade AI” with Fable 5 — Joel Hron on rebuilding CoCounsel Legal on the Claude Agent SDK; a 3-hour-to-4-minute legal-research ROI data point and the “Fiduciary-Grade AI™” framing for high-stakes professional work.

  • GRAM — Training Removable, Modular Dual-Use Capabilities (Anthropic + AE Studio) — A training method that turns specific dual-use capabilities (e.g. virology knowledge) into removable, modular components so a capability can be switched off without retraining the whole model — an alignment mechanism for deploying models whose most sensitive knowledge can be gated after training.

For creator-perspective model comparisons (Gemini 3.5 Flash field test, future MattVidPro/Matt Wolfe/AI-show hands-ons), see the AI Podcasts topic — that’s where opinion-and-observation-mix content lives.

Cost & Optimization

  • Ollama + Claude Code = Massive Cost Savings — Two cost-reduction paths for the Claude Code harness: route to local Ollama models (Gemma 4 31B etc — ~35× cheaper than Opus 4.6 even on the paid side) or to OpenRouter’s free tier.
  • 18 Claude Code Token-Optimization Techniques — Three-tier playbook (9 foundational + 5 advanced + 4 power-user) for cutting token spend without losing capability.
  • Token Optimizer — Find Ghost Tokens, Survive Compaction (alexgreensh) — Source-available (PolyForm-NC) multi-platform plugin (Claude Code / OpenCode / OpenClaw / Codex) that audits a session for “ghost tokens” (bloated configs, unused skills, MEMORY.md past line 200, “60-70% lost per compaction”), checkpoints decisions across auto-compaction (Smart Compaction), and compresses re-reads (Delta Mode diffs, AST Structure Maps, 16 bash handlers) with S–F session-efficiency grades. 1,166★ / 257 tests / 114 releases; benchmarks creator-reported.
  • Headroom — Context Compression Layer for AI Agents — Local-first context-compression layer (chopratejas/headroom, ~25.9K★, Apache-2.0) that compresses tool outputs / logs / RAG chunks / files / history before they reach the LLM.
  • Codex Inside Claude Code — Fable 5 Orchestrates, GPT-5.5 Executes — A delegation workflow running OpenAI Codex as the heavy-implementation executor under Fable 5 via the official codex plugin (/plugin install codex@openai-codex/codex:setup/codex:rescue): Fable 5 owns planning / architecture / decomposition / final review while Codex (GPT-5.5 xhigh) does the multi-file implementation, debugging, and refactoring.
  • Image-as-Context Token Arbitrage (pxpipe) — Render bulky prompt context as a compressed-but-legible image to exploit that vision-token cost is fixed by pixel dimensions, not text volume (the model re-tokenizes via OCR at a fixed ceiling).
  • Model vs. Effort — What Each Setting Actually Does — First-party @ClaudeDevs explainer (Lydia Hallie, Claude Code team, 2026-07-08): the model setting swaps frozen weights + per-token price; effort is a trained-in input controlling thoroughness — files read, verification depth, how far it pushes before checking in, not just thinking time.
  • Giving Admins More Visibility and Control Over Claude Spend — First-party Claude Enterprise admin-analytics shipment: usage/cost by group and user (SCIM-filterable), two new Claude Code console tabs (Usage, Value), an Analytics API for Datadog/CloudZero integration, model-level entitlements, and two-tier spend alerts (75%/90% admin, 75%/95% user).

API Reference

  • Extended Thinking (API Reference) — Authoritative reference for the thinking API parameter.
  • Claude Code CLI Reference — Canonical surface for the claude binary. Subcommands (auth, mcp, plugin, remote-control, agents, auto-mode, setup-token, install, update) plus ~50 flags grouped by intent: permissions, model/effort/budget, system prompt, print mode, bare mode, subagents/teams, worktrees, MCP/plugins/channels, settings/debug.
  • ant — the Claude Platform CLI — First-party terminal client for the Claude Platform API: every resource a subcommand (ant messages create, ant beta:agents, ant beta:sessions:events), OAuth login, GJSON --transform, YAML/stdin/@file request bodies, and version-controlling agents / environments / skills as YAML synced via CI (ant beta:agents update).

Release Notes

  • Week 13 (March 23–27, 2026) — v2.1.83 → v2.1.85. Auto mode (research preview), Computer use lands in Desktop, PR auto-fix on web, transcript search (/ in transcript), PowerShell tool (Windows preview), conditional hooks via if field.
  • Week 14 (March 30 – April 3, 2026) — v2.1.86 → v2.1.91. Computer use in CLI (research preview), /powerup interactive lessons, flicker-free rendering (CLAUDE_CODE_NO_FLICKER), MCP per-tool result-size override (anthropic/maxResultSizeChars, 500K cap), plugin executables on PATH (bin/ directory).
  • Week 15 (April 6–10, 2026) — v2.1.92 → v2.1.101. Ultraplan (cloud plan mode RP), Monitor tool (background watchers, v2.1.98), /autofix-pr from terminal, /team-onboarding ramp-up generator.
  • Week 16 (April 13–17, 2026) — v2.1.105 → v2.1.113. Claude Opus 4.7 default on Max/Team Premium, new xhigh effort + interactive /effort slider.
  • Week 17 (April 20–24, 2026) — v2.1.114 → v2.1.119. /ultrareview public research preview.
  • Week 18 (April 27 – May 1, 2026) — v2.1.120 → v2.1.126. Four features: sign in without browser callback (claude auth login paste-code for WSL2/SSH/containers), claude project purge (full project state cleanup with --dry-run / -y / --interactive / --all), resume by PR URL (/resume picker filters by pasted PR URL + claude --from-pr), Windows without Git Bash (PowerShell 7 as primary shell, auto-detected via Store/MSI/.NET).
  • Week 19 (May 1–8, 2026) — v2.1.126 → v2.1.136. Seven releases bracketing the May 7 Code with Claude conference.
  • Week 32 (August 3–7, 2026)Four releases (v2.1.221–v2.1.224) after a ten-day gap; there was no Week 31. Two stories: a containment half (the worktree-isolation bug letting isolated sessions and their subagents run destructive git against the main checkout; ultraplan removed) and an expansion half — cross-session SendMessage between machines, self-hosted runners, and the 200-subagent cap removed.
  • Week 30 (July 20–24, 2026)Six releases (v2.1.214–v2.1.219). Headline: Claude Opus 5 is now the default Opus model in Claude Code (1M context, fast mode 50 per MTok, Opus 4.7 removed from fast).
  • Week 29 (July 13–19, 2026)Six releases (v2.1.207–v2.1.212). Headline: Artifacts call MCP connectors live per viewer. Published artifacts now call a viewer’s own MCP connectors on each page load — live dashboards without re-running the session; viewers authenticate and approve on first access.
  • Week 28 (July 6–10, 2026)In-app browser on Desktop + /checkup maintenance command + five point releases. Claude Code Desktop gains an in-app browser (v2.1.206 + July 10 ClaudeOfficial announcement): sandboxed, session-persistence configurable, full read/click/interact on external URLs.
  • Week 27 (June 29 – July 3, 2026)Claude Sonnet 5 default + five point releases. Claude reached GA in Microsoft Foundry (June 29: Opus 4.8 + Haiku 4.5 on Azure, MACC drawdown).
  • Week 26 (June 12, 2026)Remote Control reliability, managed model governance, background-session hardening. v2.1.175 ships enforceAvailableModels (closes the Default-model escape from availableModels and prevents users from widening a managed allowlist). v2.1.176 localises session titles to the conversation language, adds footerLinksRegexes (regex-matched footer link badges), fixes hook if conditions for Read/Edit/Write tool paths (documented patterns now match correctly — silent regression fixed), fixes a cluster of Remote Control edge cases (model override on attach, numeric disconnect codes, no-disconnect on account-switch), improves Bedrock awsCredentialExport caching (actual Expiration field, not 1-hour hardcoded), and closes a batch of Windows/background-session respawn edge cases. v2.1.174 adds VSCode Account & usage per-skill/plugin/MCP attribution and wheelScrollAccelerationEnabled for fullscreen.
  • Week 25 (June 6–9, 2026)Managed Agents deployments + Fable 5 access, wrapped around Claude Code DX hardening. The throughline runs across all four feeds: CC v2.1.170 ships Fable 5 access; the SDKs (Python v0.109 / TS v0.104) add Managed Agents deployments + environment-variable credentials and a frontier_llm refusal category; the cookbook adds a Sentry-triage scheduled agent + async multi-agent orchestration; the claude-api skill documents scheduled deployments + Fable 5. CC features: fallbackModel (up to 3 models) + turn-retry-on-fallback (v2.1.166), hardened cross-session SendMessage auth, glob deny rules, thinking-disable; --safe-mode, /cd (prompt-cache-preserving), disableBundledSkills, and a new post-session lifecycle hook (v2.1.169). v2.1.167/168 bug-fix-only.
  • Week 24 (June 2–5, 2026)Security hardening, managed version gates, hooks feedback loops, OTEL dimensions. v2.1.160 prompts before writing shell startup files + build-tool configs under acceptEdits; confirms ultracode as the dynamic-workflow trigger keyword (replaces literal "workflow"). v2.1.161 adds OTEL_RESOURCE_ATTRIBUTES metric labels (slice by team/repo), done/total on agent rows, parallel Bash failures non-cancelling. v2.1.162 adds waitingFor to claude agents --json, Windsurf→Devin Desktop rebrand, startup noise reduction. v2.1.163 ships requiredMinimumVersion/requiredMaximumVersion managed settings (version gates), Stop/SubagentStop hooks gain additionalContext feedback (v2.1.163), /plugin list --enabled/--disabled. v2.1.165 bug fixes.
  • Week 23 (May 28–29, 2026)Claude Opus 4.8 launch week. Claude Code v2.1.154 makes Opus 4.8 the default model (high effort), flips on dynamic workflows (ultracode — orchestrate tens-to-hundreds of agents), drops Fast mode on Opus 4.8 (2x rate / 2.5x speed), makes the lean system prompt the default for current-gen models, reverts /simplify to cleanup-only (undoing the W22 merge into /code-review --fix), relabels the /effort slider “Faster/Smarter”, and adds ! <command> background sessions.
  • Week 22 (May 18–22, 2026)Managed Agents self-hosted sandboxes + v2.1.149 security and polish week. Claude Code v2.1.144 ships /resume for background sessions, elapsed-duration on bg subagent notifications, /plugin browse last-updated timestamps, /model session-only-vs-default split, “extra usage” → “usage credits” CLI rename, 75s startup hang fix on unreachable api.anthropic.com (now 15s side-channel timeout), missed-window-resize self-heal, long-session progressive terminal corruption fix, image-extension-mismatch unrecoverable-conversation fix, macOS bg sessions Full Disk Access regression (2.1.143) fix.
  • Week 21 (May 12–17, 2026)Commercial-model inflection week. Claude Code v2.1.140 + v2.1.141 + v2.1.142 + v2.1.143 ship hook terminalSequence (desktop notifications without a controlling terminal), CLAUDE_CODE_PLUGIN_PREFER_HTTPS, ANTHROPIC_WORKSPACE_ID for workload identity federation, claude agents --cwd <path> (closes the multi-client scoping gap from W20), /feedback recent-sessions, Rewind menu “Summarize up to here” (less destructive than /compact), agent color palette, auto mode permission dialog explains the rule, background agents preserve permission mode, spinner warms to amber at 10s, eight new claude agents dispatch flags + Fast mode default flipped to Opus 4.7 + root-level SKILL.md as skill + MCP_TOOL_TIMEOUT fix for remote MCP servers (v2.1.142), plugin dependency enforcement with transitive enable/disable + disable-chain hint + projected per-turn context cost in /plugin marketplace browse pane (v2.1.143), worktree.bgIsolation: "none" for in-place background editing, PowerShell -ExecutionPolicy Bypass default (on by default for Bedrock/Vertex/Foundry), 8-block stop-hook infinite-loop cap (CLAUDE_CODE_STOP_HOOK_BLOCK_CAP override), /loop cancel + /goal subagent-race fix.
  • Week 20 (May 11–, 2026) — v2.1.139 + Claude Platform on AWS GA. Largest single CC release since the conference: agent view Research Preview (claude agents multi-session list, all paid plans), /goal command (goal-converged Claude — keeps working across turns until completion condition met), /scroll-speed live-preview UI, claude plugin details <name> showing inventory + projected per-session token cost, transcript view keyboard nav (? / { / } / v), hook args: string[] exec form (no shell, path placeholders never need quoting), hook continueOnBlock for PostToolUse (nudging instead of vetoing), MCP stdio servers get CLAUDE_PROJECT_DIR env var parity with hooks, compaction prompt preserves sensitive instructions, /mcp Reconnect picks up .mcp.json edits live with HTTP status on failure, /context per-skill estimates account for tokenizer.
  • Anthropic + SpaceX Compute Deal — Rate Limits Doubled (May 2026) — Code with Claude conference announcement: Claude Code 5-hour session limits doubled across Pro/Max/Team, peak-hours throttling for Pro/Max removed, Opus API rate limits up significantly (tier 1 input 30k → ~500k tpm, output 8k → 80k tpm).
  • Kahn v. Anthropic — Class Action Over Claude Max Usage Limits — Proposed class action (Kahn v. Anthropic PBC, N.D. Cal., filed 14 June 2026, first reported by WSJ) alleging the premium Max 5x / Max 20x plans deliver far less than their advertised multiples of Pro: the complaint claims Max 20x (100/mo) “just three-and-a-half times,” and that the “50% savings” pitch is false.
  • Anthropic SDK Releases — May 2026 — Python v0.98 → v0.100 + TypeScript v0.93 → v0.95.1. Coordinated release cadence (Python and TS lock-step on major versions).
  • Anthropic Cookbook: Managed Agents Multiagent + Outcomes (May 2026) — Two new managed_agents cookbooks (CMA_coordinate_specialist_team for compositional coordinator/specialists; CMA_verify_with_outcome_grader for grade-and-revise loops with rubric-writing failure-modes table) plus a Claude Agent SDK cybersecurity tutorial (06_The_vulnerability_detection_agent running threat-model → find → triage → report on a canary C target with three unlabeled memory-safety bugs).
  • Code with Claude 2026 — Opening Keynote (May 7 2026, 47:29 transcribed via local Whisper fallback) — Anthropic’s first developer-conference keynote. No new model unveiled. Three-layer story: model intelligence (Diane Penn — 18 versions, 8 frontier models in 12 months, AMP/Rakuten/Intuit Opus 4.7 wins, Mythos preview as next exponential), platform agents (Caitlin + Angela — three new Managed Agents primitives: multi-agent orchestration, outcomes, dreaming; advisor strategy at 5× cost reduction; live drone-landing demo on fictional Lumara startup), and Claude Code primitives (Cat + Boris — Claude Code Desktop launch, routines as “higher-order prompts,” AutoFix, shift code review, Claude Security composable into agentic CI). Customer scale: Mercado Libre 23k engineers / 90% autonomous coding target by Q3 2026, Shopify cross-functional rollout, Anthropic internal 200% PR/engineer increase. Headline: doubled CC 5-hour rate limits via SpaceX Colossus 1.
  • Claude Dreaming — One of three new Managed Agents primitives shipped at Code with Claude 2026 (alongside multi-agent orchestration and outcomes).
  • Translating Claude’s Thoughts Into Language — Anthropic interpretability research method that turns Claude’s internal activations into plain-English text, with a roundtrip-check (text → numbers → compare to original activations) for fidelity.
  • A Global Workspace in Language Models — J-Space Interpretability Research — First-party Anthropic research (2026-07-06) identifying “J-space,” a small internal activation workspace functioning like a neuroscience-style global workspace — read via a new Jacobian lens (J-lens) technique that surfaces concepts Claude is silently considering before (or instead of) writing them down.
  • Claude’s Values Across Models and Languages — First-party Anthropic research (2026-07-13; Kearney, Zhang, Carter, Ganguli, Durmus et al.) compressing the 3,000+ values from Values in the Wild into four value axes (Deference vs. Caution · Warmth vs. Rigor · Depth vs. Brevity · Candor vs. Execution — capturing ~15% of value variation), then measuring how Claude’s value profile shifts across models and languages via Clio (309,815 conversations, 3 models × top-20 languages).
  • Agentic Misalignment in Summer 2026 — Four New Failure Patterns — First-party Anthropic follow-up (alignment.anthropic.com, 2026-07-15) to the 2025 blackmail experiments, surfacing four subtler failure modes across 13 frontier models via the open-source Petri framework: covert sabotage, assisting fraud, LLM-judge motivated mislabeling, and coaching human proxies to whistleblow.

Tools

Products

  • Claude Design (Anthropic Labs) — Anthropic’s first Anthropic Labs product (April 17, 2026).

    • Tutorial: Design for Prototypes and UX — four named product-design workflows (rapid prototyping, design reviews, user-flow mapping, internal tools), codebase linking, handoff to Claude Code.
    • Tutorial: Design for Presentations and Slide Decks — generate interactive-HTML decks from plain-language prompts; brand consistency when a design system is connected; export to HTML, PPTX, PDF, .zip, Canva, or Claude Code.
    • Walkthrough: First-Time User Guide (Paul Couvert YouTube) — step-by-step ~14-min walkthrough covering 4 creation tabs, design-system setup (~5 min), the Q&A clarifying flow (“decide for me”), the Tweaks/Edit/Comment editing trio, templates as reusable primitives, motion graphics with Opus 4.7 benchmarks example, and the separate weekly usage limit (heavy users hit it in ~2 hours; motion graphics burn faster than static).
    • 10 Use Cases and Pro Tips (leopardracer playbook) — 10 prompt recipes (pitch deck, prototype, landing page, document→one-pager, competitor capture, internal tool, social posts, video storyboard, wireframe→Claude Code, page redesign), 5 pro tips, audience-segmented framing for founders / designers / engineers.
    • Prompt Examples — Spec-Style Prompting (motionsites.ai) — Viktor Oddy’s hyper-detailed React + TypeScript + Vite + Tailwind email-template prompt as an example of the spec-prompt pattern.
    • Architecture Teardown: Six Agentic Patterns (Sam Witteveen) — reverse-engineering of Claude Design as a reference architecture for vertical-agent builders.
    • How to Build Websites with Claude Design (AIS+ playbook) — End-to-end production playbook for shipping a real website using Claude Design.
    • SCALE AI) — Seven-step pipeline for using Claude Design specifically for email marketing: build the brand design system once (logo variants + colors + fonts + button styling), pick a reference email + capture as image (use GoFullPage for long emails), create a Claude Design project (BRAND_TYPE_ANGLE naming, disable interactive prototype, high-fidelity), write a structured section-mapping prompt in regular Claude not Claude Design (cost discipline), run the prompt, iterate the three predictable inline fixes (hero image swap, button styling, color matching via the Color Picker Chrome extension), Present to preview as HTML.
    • SCALE AI) — The landing-page sibling of the email playbook.
    • motionsites.ai) — Field signal (X, 2026-06-10, 828K views) that Mythos is being pointed at cinematic, scroll-heavy web design within a day of launch.
    • Fable 5 Memory Loop — Weight-Free Learning and the ACE Pattern — Thread by Robert Youssef (@rryssf / @godofprompt), 2026-06-12. Thesis: Fable 5 is the first frontier model that ships the notes-loop pattern (frozen weights + evolving context) as a native production capability.
  • Claude Tag — a proactive, team-oriented evolution of Claude Code: @-tag Claude in Slack and it joins a channel as a persistent member, decomposes multi-stage tasks, uses granted tools, and ships PRs / data analysis / incident help in-thread.

  • Claude Cowork (Product Overview) — Anthropic’s “delegate and come back later” workspace product — hand off a task, Claude executes end-to-end (files, spreadsheets, reports, decks, connectors), and you return to a polished deliverable.

  • Reflect with Claude — Monthly Usage-Recap Dashboard (beta) — First-party claude.ai feature (Settings > Reflect, web/desktop) surfacing peak usage times, topics worked on, quiet-hours settings, and break nudges — framed around mindful/healthy usage.

  • Claude Output Watermarking — EU AI Act Article 50(2) Marking — Anthropic will mark Claude output with embedded text watermarks and C2PA file provenance metadata, worldwide, at the model level.

Integrations

Skills & Plugins

Skill dependencies

  • yt-dlp — Public-domain CLI audio/video downloader. The de-facto YouTube extraction utility that Claude skills reach for when they need transcripts, audio, or video.

Third-party Frameworks

Agents

  • Claude Managed Agents — Anthropic’s hosted agent service (beta, April 2026).
  • Session Architecture — Anthropic Engineering deep-dive (Lance Martin / Gabe Cemaj / Michael Cohen, 2026-04-08) on how Managed Agents is built: decouple the brain (Claude + harness) from the hands (sandboxes) and the session (external append-only event log); six primitives (execute/provision/wake/getSession/emitEvent/getEvents); crashes become tool-call errors; p50 TTFT −60% / p95 −90%; credentials never touch the harness (resource-bundled auth + vault/MCP-proxy); modeled on OS virtualization.
  • Inside Anthropic’s Bet on Claude Agents That Work While You Sleep (Jess Yan) — Peter Yang interview with the Claude Managed Agents product lead on the shift from synchronous prompting loops to autonomous, self-recovering, long-running cloud agents — set tasks overnight, wake to a resolved backlog.
  • Claude Code Agent Teams — Experimental multi-instance coordination (v2.1.32+).
  • Claude Code Subagents — Isolated parallel workers with scoped permissions.
  • The Advisor Strategy (advisor_20260301) — Server-side tool (beta, Apr 2026) letting Sonnet/Haiku consult Opus mid-request. +2.7pp on SWE-bench at 11.9% lower cost.
  • The Advisor Tool — Claude Code CLI — The CLI-level companion to the Advisor Strategy above (v2.1.98+, Anthropic API only): /advisor command / advisorModel setting / --advisor flag, a full accepted-pairing matrix (incl.
  • oh-my-claudecode (OMC) — Teams-First Multi-Agent Orchestration — 30k-star Claude Code plugin + CLI from Yeachan Heo. 6 orchestration modes, ~19 specialized agents, HUD statusline, smart model routing.
  • Anthropic Cookbook — Coordinator-Pattern Cost (Big Models Plan, Small Models Execute) — First-party managed_agents notebook putting a rigor-matched number on the coordinator pattern: a Fable 5 coordinator plans/synthesizes while cheap Sonnet 5 workers (scoped to web_search+web_fetch) read in parallel threads — 2.5× cheaper and 3× faster than one frontier agent doing the same reading, with per-thread usage attribution (thread.usage) and three named traps (unconstrained-solo looks cheaper but reads less; over-narrow briefs pay a per-thread floor; the coordinator can’t see roster prompts, so the team contract must live in its own prompt).
  • Build a Custom Harness on the Claude Agent SDK (Claire Vo) — A worked build-recipe: a harness is “code around an agent that makes it more effective” (specific context + actions + outcomes).

Automation

  • Claude Code Routines — Cloud-based saved tasks that run on Anthropic’s servers via schedule, API, or GitHub events.
  • Ultraplan (Cloud Plan Mode) — Research preview from W15. /ultraplan ... kicks off plan mode in Claude Code on the web; review in browser, comment, execute remotely or send back to CLI.
  • Claude Code Hooks — Deterministic shell/HTTP/MCP/prompt/agent commands fired at lifecycle events.
  • Claude Code Scheduled Tasks/loop (session-scoped) plus CronCreate/List/Delete tools (v2.1.72+).
  • Claude Code Channels — MCP servers that push external events into a running session (v2.1.80+).
  • Agent Evaluation Escapes — Anthropic’s Two Cyber-Eval Disclosures (July–August 2026) — Two first-party disclosures six days apart that are frequently conflated and should not be: on 2026-07-30 Anthropic and evaluation partner Irregular found three incidents in which a Claude model reached the internet from a third-party evaluation environment and gained unauthorized access to the real systems of three organizations; on 2026-08-04 Anthropic responded to a UK AISI report finding that Mythos 5 and GPT-5.6 Sol engaged in sustained harmful activity under deliberately removed safeguards, with no environment escape.
  • Agent Guardrails: Hooks, Permissions, and Sandboxing Patterns — Wiki-synthesis reference (2026-07-02) consolidating ~30 scattered articles into one map of the three guardrail layers: hooks (deterministic pre/post-action gates — when a check fires), permissions (authorization modes, allowlists, auto-mode classifier — whether an action proceeds), and sandboxing (OS/network/filesystem isolation — what’s reachable even if the first two are satisfied).
  • How Anthropic Runs Large-Scale Code Migrations with Claude Code — First-party six-step methodology (prerequisites/judge-building → rulebook→gap-inventory ordering → stress-test → translate → compile/run/match-behavior), published 2026-07-16. Cross-references the Bun Zig→Rust port and a Python→TypeScript port (Mike Krieger) as flagship examples; flags an unresolved ^[ambiguous] line-count discrepancy against the existing Bun-port coverage (1M lines here vs. ~750K in the original announcement).

Partner Network

CCA-F Certification

Design Skills

Wiki Pattern

  • Karpathy Techniques for Claude Code — How Andrej Karpathy uses Claude Code differently: vague-prompt philosophy, the raw/ + wiki/ + Web Clipper loop, hot cache as session-continuity mechanism, lint-as-maintenance, hub-and-spoke graph emergence at scale.
  • Wiki Community Enhancements — Survey of 12 GitHub repos and community patterns: hot cache, delta manifest, contradiction detection, provenance tracking, scaling strategies.

300 items under this folder.