# Amp | Artificialus

> For the complete content index, see [llms.txt](https://artificialus.com/llms.txt). Markdown versions of all pages are available by appending `.md` to any URL.

- Home
- /
- Agents
- /
- Amp

AM

# Amp

Autonomous agentic coding by Sourcegraph — terminal-first, multi-model, no markup.

Sourcegraph

Closed source

Since 2025

Visit Website

Docs

Download

Share

X

Facebook

Reddit

Telegram

Bluesky

Email

Amp is Sourcegraph's autonomous agentic coding tool — the successor to Cody Free and Cody Pro. It runs in the terminal and editor extensions, executes complex multi-file coding tasks using multiple frontier models (Claude, GPT-5, Gemini), and supports parallel subagents with independent context windows. Freemium with a $10/day free credit grant and pay-as-you-go at cost-price (no markup) beyond that.

##
+

Pros
- Multi-model architecture that dynamically uses GPT-5.5, Opus 4.7, and fast models — each deployed for what it does best, rather than a single-model approach.
- Three built-in agent modes (deep, smart, rush) let you dial between extended reasoning, unconstrained capability, and fast/cheap execution depending on task complexity.
- Extensible TypeScript plugin API with lifecycle hooks (tool.call, tool.result, agent.start/end), custom commands, custom tools, and UI interactions — inspired by Pi's extension system.
- Subagents and Oracle tools enable parallelized complex work: subagents handle independent subtasks in separate context windows, while Oracle (GPT-5.5) provides a powerful second opinion for debugging and code review.
- Built-in Librarian subagent can search all public GitHub code plus your private repos, enabling cross-repository research and deep library/framework understanding without leaving the CLI.
- Thread sharing with version-control-like visibility levels (public, unlisted, workspace, private), searchable by keyword/file/author, and referencable via @-mentions between threads — essentially git for agent conversations.

##
−

Cons
- Closed-source proprietary product — the core Amp CLI has no public source repository, creating full vendor lock-in to the Sourcegraph/AmpCode ecosystem.
- Aggressively opinionated development philosophy that frequently removes features the team doesn't personally love (Amp Tab, Fork command, TODO lists, Custom Commands, editor extensions all killed).
- No built-in approval prompts before executing tools by default — Amp runs shell commands and edits files automatically, which is a security risk in untrusted repositories without manual plugin configuration.
- Pricing is opaque for heavy usage — execute mode (amp -x) consumes only paid credits (free tier is interactive-only), and smart/deep modes use expensive frontier models that can scale costs significantly.

##

Pricing

### Free

$0/mo

$10/day in credits, ad-free

### Pay-as-you-go

At cost

Zero-markup model cost pricing beyond free grant

### Enterprise

Custom

Sourcegraph batch changes, deep search

Amp is Sourcegraph's autonomous agentic coding tool, launched in 2025 as the successor to Cody Free and Cody Pro after those plans were discontinued in July 2025. Where Cody was primarily an IDE assistant with chat and inline suggestions, Amp is built around fully autonomous, multi-step task execution — closer to an agent you delegate work to than a tool you converse with. It runs natively in the terminal and offers VS Code extensions, making it accessible in any workflow that includes a CLI.

Amp's standout architecture feature is parallel subagents: for large or complex tasks, Amp can spawn multiple independent subagents each with their own context window, working on different parts of the codebase simultaneously, then merge the results. It also integrates an 'oracle' — GPT-5 — which the agent autonomously invokes for particularly complex debugging or reasoning tasks, selecting the right model for the right subtask without developer intervention. Threads allow developers to save, revisit, and share complete agentic sessions for collaboration and review.

Pricing is designed to be fully transparent: Amp Free provides $10/day in model credits (ad-free since March 2026), and beyond that, usage is billed at model cost price with zero markup — what Sourcegraph pays the model providers is exactly what users pay. Sourcegraph also integrates Amp into the broader Sourcegraph Enterprise platform, which provides Sourcegraph's Search API codebase context layer, batch changes, code monitoring, and MCP server capabilities for teams that need organizational-scale codebase understanding.

## Key Features

• Successor to Cody Free & Cody Pro (discontinued July 23, 2025) — displaced users received Amp credits
• CLI-first autonomous agent: complex multi-file coding tasks from the terminal
• Parallel subagents: spawns independent agents with separate context windows for large tasks
• Oracle (GPT-5) invocation: agent autonomously selects GPT-5 for complex reasoning/debugging subtasks
• Multi-model: Claude, GPT-4o, GPT-5, Gemini — model selection based on task suitability
• Threads: save, revisit, and share complete agentic sessions for collaboration and review
• VS Code extension + VS Code-compatible forks (Cursor, Windsurf)
• Sourcegraph Search API context: cross-repo codebase awareness when used within Sourcegraph Enterprise
• MCP support via Sourcegraph platform
• Free: $10/day in credits, ad-free (since March 2026)
• Pay-as-you-go: zero-markup model cost pricing beyond the free grant
• Enterprise: custom, integrates with Sourcegraph batch changes, code monitoring, deep search

## Version History

Drop the Neo (Rebrand)
May 27, 2026
Amp Neo is now just Amp. The rebuilt CLI is available to everyone. Removed the --take-me-back flag. Infrastructure stability and performance improvements.

Proof of Human
May 27, 2026
Added passkey authentication that can be required for sensitive Amp operations, adding a security layer for destructive or production-affecting actions.

Rush 2.0
May 21, 2026
Rush mode now runs on GPT-5.5 with no reasoning — twice as fast, more interactive, and tuned for small well-defined tasks.

npm Package Changes
May 14, 2026
The npm package for the Amp CLI is now @ampcode/cli (migrated from @sourcegraph/amp).

Opus 4.7 in Smart Mode
Apr 25, 2026
Claude Opus 4.7 is now powering smart mode. It solves harder problems but vague prompts get weaker results.

Best for Individual developers and teams who want a powerful autonomous coding agent without IDE lock-in. CLI-first workflow with editor extensions. Former Cody Free/Pro users directed here by Sourcegraph.

Capability CLI-first autonomous agent, parallel subagents, multi-model (Claude, GPT-5, Gemini), Threads for saving/sharing sessions, Sourcegraph codebase context, $10/day free grant, zero-markup pay-as-you-go

Runs on Terminal (CLI) · VS Code · VS Code-compatible forks (Cursor, Windsurf) · Web

Signature Snippet

Copy

```
`A developer runs in the terminal: 'amp: Migrate all API endpoints from Express 4 to Hono, update the OpenAPI schema, and write integration tests for each route.' Amp spawns parallel subagents with separate context windows — one per service — executes the migration, merges the results, runs the tests, and presents a summary diff. The session is saved as a Thread and shared with the team lead for review.`
```

## More in this Space

SO

### Sourcery

Closed source

AI code review platform for the AI era. Automated code reviews, security scanning, and team analytics across GitHub, GitLab, VS Code, and JetBrains. Used by 300,000+ developers.

View profile

WT

### What The Diff

Closed source

AI-powered PR description generator and code review assistant. Automatically writes pull request descriptions, sends stakeholder notifications, creates changelogs, and provides inline code refactoring.

View profile

BA

### Blackbox AI

Closed source

Multi-agent AI coding platform with 12+ agents and 24+ models, featuring Chairman LLM for parallel multi-agent evaluation and end-to-end encrypted inference. Ships across six surfaces: CLI, IDE, Cloud, API, Mobile, and Builder.

View profile