Build This Now
Build This Now
Raccourcis clavierGuide de la Status Line
vs Claude Coworkvs Google JulesExtension Claude Code pour VS CodeClaude Code vs Cursor en 2026Cursor vs CopilotOpenClaw vs Claude CodeOpenCode vs Claude CodeGemini CLI vs Claude CodeSEO IA et optimisation GEOvs GitHub CopilotLes 7 meilleures alternatives à Claude Code en 2026Claude Code vs Aider en 2026Claude Code vs Cline en 2026Claude Code vs Devin en 2026Les meilleurs outils de code IA pour les fondateurs solos en 2026Claude Code vs Kirovs Ampvs Augment Codevs Zedvs Roo Codevs WarpBest AI SaaS StackBolt, Lovable, v0Claude Code BoilerplateClaude Code Starter Kitvs Antigravityvs CodexCursor vs Codexvs JunieShipFast vs Makerkitvs v0Cursor vs Windsurfvs Grok BuildHeadroom CompressionKeybindings Claude CodeLovable for FoundersSpaceX Buys CursorConfiguration de la status line Claude Codevs Windsurfvs Lovablevs Bolt
Skills, Subagents, HooksSubagent Sweet SpotClaude Code vs CursorCLAUDE.md Best PracticesFix Context LimitSpec-Driven Dev
speedy_devvkoen_salo
Blog/Toolkit/Extensions/vs Amp

Claude Code vs Amp: Which Coding Agent Should You Use in 2026?

Claude Code is a terminal-first agent on Claude models with a subscription. Amp is Sourcegraph's agent that picks frontier models for you, bills pay-as-you-go credits, and shares threads with your team. Here is how to choose.

Vous voulez le framework derrière ces projets ?

Obtenez le système Claude Code que nous utilisons pour planifier, construire, tester et livrer des logiciels en production.

Découvrez ce que nous construisons pour les entreprises →
speedy_devvkoen_salo
speedy_devvWritten by speedy_devvPublished Jun 21, 20268 min readToolkit hubExtensions index

Short answer: Claude Code is a terminal-first agent that runs only on Claude models and bills through a Claude subscription. Amp, from Sourcegraph, is a multi-model agent that picks frontier models for you, bills pay-as-you-go credits with no markup, and shares threads across your team by default. Pick Claude Code if you want deep single-vendor control and flat pricing. Pick Amp if you want model-agnostic convenience and team-visible threads.

Both are excellent agents. The choice is about how you want to pay, who picks the model, and whether your team shares work.

# Claude Code (Claude subscription or API)
curl -fsSL https://claude.ai/install.sh | bash
claude

# Amp (pay-as-you-go credits, multi-model)
npm install -g @sourcegraph/amp
amp

The core difference

Claude Code is Anthropic's agent. It runs in your terminal, drives Claude models (Opus 4.8, Sonnet 4.6, Haiku 4.5), and bills through a Claude Pro or Max subscription (or API credits). You configure it with a CLAUDE.md file, extend it with subagents, skills, slash commands, hooks, and MCP servers, and you stay on one vendor end to end.

Amp is Sourcegraph's agent. It runs as a CLI, an editor extension (VS Code, JetBrains, Neovim, Zed), and a web app for sharing threads. Its defining choice is that it picks the model for you. You select a mode (Smart, Deep, or Rush) and Amp routes to the frontier model it judges best, then upgrades that default as new models ship. You pay pay-as-you-go credits, not a subscription.

DimensionClaude CodeAmp
VendorAnthropicSourcegraph
InterfaceTerminal, desktop, mobileCLI, editor extensions, web
Model choiceClaude only (you pick Opus/Sonnet/Haiku)Multi-model, Amp picks (Smart/Deep/Rush)
Pricing modelSubscription from $20/mo (or API)Pay-as-you-go credits, $5 minimum
MarkupSubscription bundles usageZero markup on provider API pricing (individuals)
Config fileCLAUDE.mdAGENTS.md (falls back to CLAUDE.md)
Team sharingNot built inThreads shared by default (workspace/team)
Agent featuresSubagents, skills, hooks, slash commands, MCPSubagents, MCP, plugins
Best forSingle-vendor control, flat costModel-agnostic convenience, team threads

Where Claude Code wins

Single-vendor consistency is the headline. Claude Code runs Claude models only, so its behavior, context handling, and tool use are tuned end to end for one family. You control which Claude model runs by tier, and the 1M-token context on Opus 4.8 holds a large repo without losing track of what it read early on.

Extensibility goes deeper. Beyond MCP and subagents (which Amp also has), Claude Code adds skills, hooks, and slash commands. Hooks let you run your own scripts on agent events, which is how teams enforce lint gates, run tests automatically, or block risky commands. That surface area is wider than Amp's today.

Flat pricing helps heavy users. A Claude Max plan bundles a lot of usage into a fixed monthly cost, so a developer running long sessions every day often pays less than they would on metered tokens. If you do not want to watch a credit meter, the subscription model removes that anxiety. See the Claude Code overview for the full feature set.

The config habit is already widespread. According to the State of Claude Code 2026 analysis, 85% of public Claude Code repos ship a CLAUDE.md but only 25% define a subagent. Most teams already have the config file Claude Code reads, and Amp reads it too when no AGENTS.md exists.

Where Amp wins

Model-agnostic routing is the real draw. You do not pin yourself to one vendor. Amp's Smart mode runs on Claude Opus 4.8, Deep mode runs on GPT-5.5 for heavier reasoning, and Rush mode runs a faster GPT-5.5 for small tasks. When one model falls short, Amp can escalate to a stronger one as an oracle. You get frontier quality without managing the plumbing.

Pay-as-you-go has no floor. There is no subscription. Amp passes provider API pricing through with no markup for individuals and non-enterprise teams, and the minimum top-up is $5. For light or occasional use, you pay only for what you run, which can be cheaper than any monthly plan.

Shared threads are built for teams. In Amp, a thread captures every message, tool call, and edit, and threads are shared by default across a workspace. Teammates can read what worked, reuse it, and drop an Amp link into a code review for context. Claude Code has no native equivalent to this team-visible history.

Editor reach is broad. Amp ships first-party extensions for VS Code, JetBrains, Neovim, and Zed alongside its CLI, so the agent meets you where you already edit. Claude Code is terminal-first with a desktop and mobile companion.

Honest tradeoffs

Amp's convenience has a cost. Because Amp picks the model for you, you give up granular control. If you specifically want a given model on a given task, the mode abstraction can get in the way. And metered billing means cost is variable, so a runaway autonomous task can spend more than you expected.

Claude Code's single vendor is a limit too. You cannot reach for GPT or Gemini inside Claude Code when a task suits them better. You are betting on Claude models being the right tool, which they often are, but not always.

Neither tool gives subagents a shared context window. In both, spawned subagents work in isolation and report back rather than talking to each other live, so very large parallel workflows still need orchestration on your side.

Which should you choose

Your situationPick
You want one vendor, deep control, flat monthly costClaude Code
You want the agent to pick the best model per taskAmp
You run long autonomous sessions every dayClaude Code (flat Max plan)
You use the agent lightly and hate subscriptionsAmp (pay-as-you-go)
Your team needs to share and reuse agent threadsAmp
You want hooks, skills, and slash commandsClaude Code
You want first-party VS Code / JetBrains / Zed extensionsAmp
You want a 1M-token window on a single Claude modelClaude Code

A common pattern: solo developers who want zero subscription overhead and multi-model flexibility start with Amp, while teams standardizing on Claude and wanting hooks, skills, and flat pricing run Claude Code. They are not mutually exclusive, and Amp even reads your CLAUDE.md, so trying both costs you little setup.

If your goal is to ship a real product rather than evaluate agents, the Build This Now Code Kit is a $29 one-time harness (no subscription) that runs on Claude Code for Next.js and Supabase, with planning agents, a build pipeline, adversarial evaluators, quality gates, and auth, payments, and a database wired in.

FAQ

What is Amp by Sourcegraph?

Amp is Sourcegraph's agentic coding tool. It runs as a CLI, an editor extension for VS Code, JetBrains, Neovim, and Zed, and a web app for sharing threads. It picks frontier models for you across Smart, Deep, and Rush modes and bills pay-as-you-go credits with zero markup on provider API pricing for individuals.

Does Amp let me pick the model?

Not in the granular way Claude Code does. Amp gives you modes (Smart, Deep, Rush) and routes each to the frontier model it judges best, then upgrades those defaults as new models ship. It can also escalate to a stronger model as an oracle when needed. Claude Code, by contrast, runs only Claude models and lets you choose the tier (Opus, Sonnet, Haiku).

Is Amp cheaper than Claude Code?

For light use, often yes, because Amp has no subscription floor and passes provider pricing through with no markup (minimum $5 top-up). For heavy daily use, Claude Code's flat Max plan can be cheaper than metered tokens. It comes down to how much you run per day.

Does Amp work with CLAUDE.md?

Yes. Amp's main config file is AGENTS.md, but if no AGENTS.md exists in a directory, Amp reads your CLAUDE.md instead. So an existing Claude Code project gives Amp useful guidance with no extra setup.

Can I just use both?

Yes. Many developers keep Claude Code for single-vendor consistency, hooks, and flat pricing, and use Amp when they want multi-model routing or shared team threads. Because Amp reads CLAUDE.md, switching between them is low-friction.

Related reading

  • The 7 best Claude Code alternatives
  • Claude Code vs Cursor
  • Claude Code vs Aider
  • What is Claude Code

Continue in Extensions

  • SEO IA et optimisation GEO
    Un tour d'horizon de la Generative Engine Optimization : comment faire citer ton contenu dans les réponses de ChatGPT, Claude et Perplexity plutôt que simplement classé sur Google.
  • Les meilleurs outils de code IA pour les fondateurs solos en 2026
    Les meilleurs outils de code IA pour les fondateurs solos en 2026, classés selon ce qui livre vraiment un produit : Claude Code, Cursor, Cline, Aider et un kit SaaS pré-construit. Des choix honnêtes pour les fondateurs techniques et non techniques.
  • Les 7 meilleures alternatives à Claude Code en 2026
    Les meilleures alternatives à Claude Code en 2026 : Cursor, Windsurf, Cline, Aider, GitHub Copilot, Devin et Gemini CLI. Une comparaison honnête du prix, de l'autonomie et de la personne à qui chacune convient.
  • The Best Stack for an AI SaaS in 2026 (Next.js, Supabase, Stripe, RLS)
    The best stack for an AI SaaS in 2026: Next.js 16, Supabase, Stripe, Vercel, with pgvector and RLS. Free until you have revenue.
  • Bolt vs Lovable vs v0: Which AI App Builder to Ship With?
    Bolt vs Lovable vs v0 compared: v0 wins on UI, Lovable on fastest full-stack MVP, Bolt on code control and mobile. Plus the honest production caveat.
  • Claude Code Boilerplate vs the Code Kit: Harness, Not Template
    A Claude Code boilerplate is starter code you babysit. A harness tells Claude how to build. Here is the difference and why it changes output quality.

More from Toolkit

  • CLAUDE.md, Skills, Subagents, Hooks: When to Use Which
    Claude Code skills vs subagents vs hooks vs CLAUDE.md: a plain mental model for picking the right primitive, with token costs and examples.
  • Claude Code Subagents: The 3 to 5 Agent Sweet Spot
    Claude code subagents work best at 3-5 concurrent agents. Here is why that ceiling exists, how to set them up, and what to use past it.
  • Claude Code vs Cursor in 2026: Which Ships Faster?
    Claude Code vs Cursor in 2026: which ships faster? A benchmark-backed breakdown of terminal agent vs IDE, token cost, and how to ship a whole SaaS.
  • CLAUDE.md Best Practices: The File That Makes Claude Code Reliable
    CLAUDE.md best practices: keep it under 200 lines, write it by hand, and use hooks when you need real enforcement, not advice.

Vous voulez le framework derrière ces projets ?

Obtenez le système Claude Code que nous utilisons pour planifier, construire, tester et livrer des logiciels en production.

Découvrez ce que nous construisons pour les entreprises →
speedy_devvkoen_salo

Claude Code vs Kiro

Kiro is AWS's spec-driven agentic IDE built on a VS Code fork. Claude Code is Anthropic's terminal agent. Here is how their workflows, models, and pricing actually compare in 2026.

vs Augment Code

Claude Code is a terminal-first agent with a 1M-token context and a flat subscription. Augment Code is a Context Engine that indexes huge multi-repo codebases on credit-based billing. Here is which one fits your work.

On this page

The core difference
Where Claude Code wins
Where Amp wins
Honest tradeoffs
Which should you choose
FAQ
What is Amp by Sourcegraph?
Does Amp let me pick the model?
Is Amp cheaper than Claude Code?
Does Amp work with CLAUDE.md?
Can I just use both?
Related reading

Vous voulez le framework derrière ces projets ?

Obtenez le système Claude Code que nous utilisons pour planifier, construire, tester et livrer des logiciels en production.

Découvrez ce que nous construisons pour les entreprises →