Research compiled February 2026

Who's Using
Claude Code
& How

A comprehensive survey of AI coding stacks from top practitioners — sourced from YouTube, podcasts, blogs, and GitHub configs.

25+ Practitioners profiled
15+ MCP servers cataloged
7 Orchestration tools
30+ Sources analyzed
Scroll

Three Tiers of Usage

The consensus from 30+ sources: there are three distinct patterns for how top practitioners integrate AI into their coding workflow.

Most Common

Dual-Tool

80% autocomplete (Cursor) / 15% agent tasks / 5% deep work (Claude Code)

Cursor for daily flow and inline edits. Claude Code for hard problems — debugging, architecture, multi-file refactors. The best of both worlds.

~$120/mo — Cursor Pro + Claude Code Max
Power Users

Claude Code-First

Terminal-native. No IDE. Editor only for reviewing diffs.

CLAUDE.md as the configuration backbone. Custom skills, hooks, slash commands. MCP servers for the entire dev ecosystem. Multiple practitioners report not opening an IDE at all.

$100/mo — Claude Code Max
Frontier

Multi-Agent Orchestration

Multiple Claude Code instances. Orchestration dashboards. Agent fleets.

tmux terminals, git worktrees, custom coordinators. Steve Yegge runs 3 concurrent Max accounts. The merge wall is the bottleneck — agents reserve files before editing.

~$100/hr — Multiple Max accounts + heavy token usage

Cursor is the best AI editor. Claude Code is the best AI engineer. Windsurf is the best value.

— Consensus from multiple comparison surveys

Who Uses What

Click any card to expand. These are real configurations from practitioners who've shared their setups publicly.

Boris Cherny
Creator of Claude Code, Anthropic
100% AI

Every line of committed code last month was AI-written. ~259 PRs, ~40K lines. ~5 releases per engineer per day. Hasn't opened an IDE in over a month.

Claude Code Opus 4.5 Puppeteer MCP GitHub MCP Sentry MCP Slack MCP
Click to expand

Slash Commands

  • /commit — runs linting, generates messages via Haiku (faster/cheaper)
  • /pr — pull request workflow
  • /feature-dev — spec → plan → todo → step-by-step execution
  • /code-review — first-pass review on all PRs
  • /security-review — runs on all PRs

Advanced Patterns

  • Sub-agents for migrations: 10 parallel agents + 5 dedup agents
  • Stop hook: "if tests don't pass, keep going"
  • Notification hook: ping Slack when Claude needs permission
  • Engineers write "diary entries" after each task

Key Insight

"Using plan mode can 2-3x success rates pretty easily if you align on the plan first."

"Claude Code is not a product as much as it's a Unix utility."

Steve Yegge
Ex-Google, Ex-Amazon
Orchestrator

Built Gas Town — "Kubernetes for AI agents." A Mayor agent delegates to 20+ workers in tmux terminals. Runs 3 concurrent Claude Max accounts at ~$100/hr.

Gas Town Claude Code x3 Beads (SQLite+JSONL) tmux Git/GitHub
Click to expand

Architecture

  • "Mayor" agent as foreman/interface for all tasks
  • 20+ specialized worker agents in separate tmux terminals
  • Agents push branches, open PRs, can autonomously merge
  • Beads: SQLite for fast queries + JSONL for git-tracked source of truth

Key Insights

"Trust = predictability, not capability. Takes ~2,000 hours of daily use."

"Joel Spolsky's 'never rewrite' rule is now obsolete for a growing class of codebases."

Thesis

Current tools (Claude Code, Cursor) are "already obsolete." The future is agent orchestration dashboards — factory farming of code.

Addy Osmani
Google Chrome Team
Multi-Model

Uses every major AI coding tool. "Model musical chairs" — swaps freely when one gets stuck. Starts every feature with spec.md → plan.md.

Claude Code Gemini CLI Codex CLI Cursor Context7 MCP Chrome DevTools MCP CodeRabbit Conductor
Click to expand

5-Step Workflow

  • Specs before code ("15-minute waterfall")
  • Break work into small chunks with prompt plan files
  • Extensive context via Context7 MCP or gitingest/repo2txt
  • Choose the right model — swap freely when stuck
  • AI across full SDLC: CLI agents, async agents, orchestration

Key Quotes

"Vibe coding is not an excuse for low-quality work."

"The human engineer remains the director."

Simon Willison
Datasette Creator, Prolific Blogger
Multi-Model

Runs 2-3 async code research projects per day. Built his own CLI tools (files-to-prompt, llm). Prefers minimal MCP — custom shell scripts instead.

Claude Code Claude Projects Gemini 2.0 Pro files-to-prompt llm CLI ChatGPT
Click to expand

Workflow Phases

  • Research: ask for options with usage examples, build prototypes
  • Production ("Authoritarian" mode): exact function signatures, dictated choices
  • Async research: dedicated GitHub repos with AGENTS.md, fire and forget

Philosophy

"If someone tells you that coding with LLMs is easy they are (probably unintentionally) misleading you."

"It's not about getting work done faster, it's about being able to ship projects that I wouldn't have been able to justify spending time on at all."

Costs

$0.11-$0.61 per session. A full feature build: $0.61, 17 minutes.

Kieran Klaassen
CTO at Kora/Every
Compound Eng

Created the Compound Engineering methodology and open-source plugin. Plan → Work → Assess → Compound. The most-referenced workflow system.

Claude Code Compound Plugin Playwright MCP Sub-agent reviewers
Click to expand

Custom Commands

  • /workflows:plan — feature ideas → detailed implementation plans
  • /workflows:work — execute with worktrees and task tracking
  • /workflows:review — multi-agent code review
  • /workflows:compound — capture learnings into CLAUDE.md
  • /lfg — zero to production, fully autonomous
  • /slfg — swarm mode for parallel execution

Plugin

Open-source: github.com/EveryInc/compound-engineering-plugin

Dzianis Karviha
Solo Maintainer, 350K+ LOC
3x Tests

Measured 3x increase in test output. 80%+ of code changes written by Claude Code. 20+ custom skills across PHP, TypeScript, React Native, Terraform.

Claude Code Max Custom YouTrack MCP 20+ Skills Nested CLAUDE.md
Click to expand

Measured Productivity Gains

  • Commits/week: 26-30 → 50
  • Test LOC/week: 707 → 2,043 (3x)
  • Total LOC/week: 3,975 → 5,947
  • Prod deployments/week: 19-22 → 28

Configuration Architecture

  • Root CLAUDE.md + backend/ + frontend/ + mobile/ CLAUDE.md
  • Per-feature directories in git with implementation plans
  • /clear between every subtask — never waits for auto-compaction
  • Meta-skill: "implementing-skill" that generates other skills

"Don't create CLAUDE.md for every module — only where you observe comprehension failures."

YK
Sourcegraph DevEx / CS Dojo
35+ Tips

The deepest public documentation of Claude Code usage. Custom status bar, system prompt patching (41% token reduction), voice input, multi-model containers.

Claude Code superwhisper Docker containers Gemini CLI Playwright MCP
Click to expand

Optimizations

  • System prompt: 18K → 10K tokens (41% reduction)
  • Lazy MCP via ENABLE_TOOL_SEARCH: true
  • /clone, /half-clone for conversation forking
  • "Cascade method": 3-4 tabs, sweep left-to-right

Multi-Model

Outer Claude Code coordinates Codex + Gemini CLI in separate Docker containers via tmux.

"Context length degrades performance — treat context like milk: fresh and condensed."

Steve Sewell
CEO, Builder.io
YOLO Mode

Runs --dangerously-skip-permissions every session. Switched from Cursor. Custom hooks auto-format with Prettier and TypeScript check on every edit.

Claude Code Max Prettier hooks TSC hooks Cursor (tab only)
Click to expand

Model Strategy

Opus until 50% cap, then manually switches to Sonnet "when Opus is having one of its moments."

Notable Achievement

Successfully edited an 18,000-line React component — says no other agent could handle it.

PR Reviews

Custom claude-code-review.yml focused only on bugs and security — stripped all verbose style comments.

Russ Poldrack
Stanford Professor
Context Cycle

Created the Context Refresh Cycle: /summ+commit → /clear → /freshstart. Five-file system: PRD.md, CLAUDE.md, PLANNING.md, TASKS.md, SCRATCHPAD.md.

Claude Code Opus 4.1 pytest Custom commands
Click to expand

Context Refresh Cycle

  • /summ+commit — update TASKS.md and SCRATCHPAD.md, then commit
  • /clear — reset context window
  • /freshstart — read PLANNING.md, CLAUDE.md, TASKS.md, SCRATCHPAD.md

Cautionary Tale

GPU acceleration project failed after days of iteration — domain-specific hardware knowledge (CUDA's BUF algorithm) can't be substituted by AI iteration.

Most Popular MCP Servers

Ranked by frequency of mention across all 30+ sources. These are the extensions that keep appearing in every power user's config.

Playwright/Puppeteer
10+
GitHub
8+
Context7
6+
Sentry
5+
Chrome DevTools
5+
Linear
4+
Slack
4+
Jira
3+
Memory
3+
Supabase
3+

100% of code added in the last 30 days was written by Claude Code itself — approximately 259 PRs and 40,000 lines of code.

— Boris Cherny, on how the Claude Code team builds Claude Code

Universal Workflow Principles

Seven patterns that appeared in every power user's setup, regardless of tools.

01

Plan Mode First

Shift+Tab before executing. Boris Cherny: "the most important thing you can do." Can 2-3x success rates.

02

CLAUDE.md as Configuration Backbone

Layered: global + project + directory. Start minimal. Add rules only when failures repeat. 50-100 lines per file max.

03

Fresh Context Per Task

/clear between tasks. New sessions. Handoff documents for continuity. "Treat context like milk: fresh and condensed."

04

Commit After Every Change

Git as save points. Worktrees for parallel work. Put "commit after every change" in CLAUDE.md for easy rewind.

05

Verify Everything

Treat AI output as unreviewed junior developer code. Playwright MCP for browser testing. Automated tests as safety net.

06

Sub-Agents for Parallelism

Dedicated agents for code review, security review, research, testing. Isolated context windows prevent implementation bias.

07

Match Model to Task

Opus for complex architecture. Sonnet for everyday coding. Haiku for boilerplate. Multiple users run 2-3 models simultaneously.

Orchestration Tools

For when one Claude Code instance isn't enough. These tools coordinate fleets of AI agents.

Cost Reality

What practitioners actually spend. The range is enormous — from $0.11/session to $100/hour.

Setup Monthly Cost Who
Claude Code Pro (hits limits in ~1hr) $20/mo Casual users
Claude Code Max $100/mo Dzianis, Steve Sewell, most power users
Cursor Pro + Claude Code Max ~$120/mo Dual-tool setup (most common)
API direct (avg daily) ~$180/mo Boris's internal stats (~$6/day)
Claude Code Max x3 (multi-agent) $300/mo Steve Yegge
a16z estimate (10K context, 3 queries/hr) ~$833/mo Projected heavy enterprise usage
Gas Town at full speed ~$100/hr Steve Yegge (spikes)

It's not about getting work done faster, it's about being able to ship projects that I wouldn't have been able to justify spending time on at all.

— Simon Willison