
Sourcegraph Cody
Code-search and AI assistant by Sourcegraph — semantic search across enterprise codebases plus inline coding help.
Sourcegraph Cody is a code-search and AI assistant by Sourcegraph — semantic search across enterprise codebases plus inline coding help. Indexes very large monorepos for semantic, regex, and structural search.
What it does well
- Indexes very large monorepos for semantic, regex, and structural search.
- Self-hosted Enterprise option keeps source code on customer infrastructure.
- Combines code-search context with LLM answers, reducing hallucinations on internal APIs.
Where it falls short
- Setup and indexing for self-hosted deployment is non-trivial.
- Pricing shifts from per-seat to enterprise contract at scale.
Tagged
- Self-hostable
- Supports Claude
- Supports GPT
- VS Code Extension
- JetBrains Plugin
- Enterprise Plan
- Freemium
Compared with similar things
Picked by shared tags inside the AI Coding Agents.
- 01Freemium →GitHub Copilot
GitHub's AI pair programmer with chat, inline completions, and agent mode across major IDEs.
- 02Freemium →Tabnine
Enterprise AI code completion with private models, zero data retention, and on-prem deployment options.
- 03Freemium →Codeium
Free AI code completion and chat across 70+ IDEs, with enterprise self-hosting available.
- 04Freemium →Skyvern
LLM-powered browser automation that handles forms, captchas, and multi-page flows reliably.
- 05Freemium →LangGraph
LangChain's graph-based framework for building stateful multi-agent applications.
- 06Free →Continue
Open-source AI code assistant for VS Code and JetBrains, with full BYOK and local-model support.
Concepts you should know
- Embedding
A fixed-length vector of floating-point numbers that represents the semantic meaning of a piece of text, image, or other input. Used for similarity search, clustering, and retrieval. Common embedding models output 768 to 3072 dimensions.
- RAG
Retrieval-Augmented Generation — a pattern where the application retrieves relevant text chunks from a knowledge base (vector DB, search index) and includes them in the LLM prompt at query time, so the model answers from grounded sources instead of pure memorisation.
Frequently asked questions
- What is Sourcegraph Cody?
- Sourcegraph Cody is a code-search and AI assistant by Sourcegraph — semantic search across enterprise codebases plus inline coding help.
- Is Sourcegraph Cody free?
- Sourcegraph Cody offers a free tier and paid plans with higher limits or premium features.
- What platforms does Sourcegraph Cody support?
- Sourcegraph Cody runs on vscode-ext, jetbrains-plugin, web.
- What category does Sourcegraph Cody belong to?
- Sourcegraph Cody is in the AI Coding Agents category — Autonomous agents that write, edit, run, and review code. Includes CLI agents, agentic IDE add-ons, and code-review bots.
- What are the downsides of Sourcegraph Cody?
- Setup and indexing for self-hosted deployment is non-trivial. Pricing shifts from per-seat to enterprise contract at scale.