Sourcegraph Amp is a standalone AI coding agent from Sourcegraph, installed via its own CLI or a VS Code extension and billed pay-as-you-go — it does not require an existing Sourcegraph deployment. It draws on strong codebase context and code search to give agents accurate context before writing code — addressing one of the main failure modes of context-window-limited agents.
Fleet approaches context differently: agents receive focused prompts with role-specific context, and the watcher daemon ensures each agent is dispatched with the right task and environment variables. Fleet's strength is coordination and governance across a team of agents, not deep code search. The two tools can run side by side.