What Cody Does
Cody exists because most AI coding assistants have a fundamental limitation: they only see the file you have open. Ask them about how authentication works in your project, and they guess based on the current file's imports. Cody takes a different approach. Powered by Sourcegraph's code graph — the same technology that indexes and searches code across some of the world's largest enterprises — it understands relationships between components across your entire codebase. When you ask Cody a question, it searches your repository, finds the relevant code, and provides answers grounded in your actual implementation rather than generic patterns.
Context Engine and Multi-Model Support
The context engine is what separates Cody from the competition. It uses Retrieval-Augmented Generation with pre-indexed vector embeddings and Sourcegraph's advanced code search to retrieve precise information from the full codebase. In practice, this means Cody can answer questions like where is rate limiting implemented, which functions call this method, or what is the database schema for user sessions — pulling answers from files you may not even know exist. For developers joining new teams or navigating unfamiliar codebases, this capability alone saves hours of manual exploration.
Multi-model support gives developers flexibility to choose the right AI for each task. Cody supports Claude, GPT, Gemini, and other models, and enterprise users can select the best model for their specific needs. The ability to switch between models within the same tool means you can use a fast model for simple completions and a more capable model for complex reasoning without changing your workflow. Sourcegraph keeps models updated rapidly as the AI landscape evolves, ensuring you always have access to the latest options.
IDE Support and Custom Prompts
IDE support covers VS Code and the full JetBrains family — IntelliJ, PyCharm, WebStorm, GoLand, RubyMine, PhpStorm, Rider, CLion, and more. The extension integrates seamlessly without disrupting existing workflows. Multiple reviewers note that Cody does not interfere with their editor experience — no intrusive banners, no forced sidebars, no layout disruptions. It provides suggestions when you want them and stays out of the way when you do not. This quiet integration is particularly valued by developers who have had negative experiences with more aggressive AI tools.
Custom prompts and the Prompt Library let teams standardize how they interact with AI across the organization. You can create reusable prompts for recurring tasks — code review checklists, documentation templates, test generation patterns — and share them across the team. This is especially valuable for enterprise teams that need consistency in AI-assisted output rather than every developer prompting differently for the same task.
OpenCtx and Enterprise Credentials
OpenCtx integration extends Cody's context beyond code. By connecting to Jira tickets, Linear issues, Notion pages, Google Docs, and other sources, Cody can consider project management context alongside code when generating responses. This means you can ask Cody to implement a feature described in a Jira ticket, and it pulls both the ticket description and the relevant codebase context to generate a more accurate implementation.
Enterprise credentials are among the strongest in the AI coding assistant space. Four of the top six US banks, over fifteen US government agencies, and seven of the top ten public technology companies use Sourcegraph. The platform offers cloud, self-hosted, and air-gapped deployment options with zero data retention guarantees — LLMs do not retain data beyond the time required to generate output. For organizations with strict compliance requirements, this level of security control is often the deciding factor.
Pricing and Limitations
In June 2025, Sourcegraph announced the discontinuation of Cody's Free and Pro tiers, fully retiring those plans on July 23, 2025. Individual developers and small teams are now directed to Amp, Sourcegraph's separate agentic coding product. Cody continues as an Enterprise-only offering, with pricing typically starting around fifty-nine dollars per user per month and custom contracts for larger organizations. The Enterprise package includes the full Sourcegraph platform — code search, code intelligence, monitoring, and administrative controls — rather than a standalone AI assistant.
The limitations are worth noting honestly. Cody's autocomplete suggestions, while accurate, are occasionally less optimized than what dedicated completion tools provide. The tool works best with Sourcegraph's platform fully configured, and organizations that do not invest in proper setup may not realize its full potential. Because Cody is now exclusively for Enterprise customers, individual developers and small teams who previously evaluated it on the free or Pro tier must look to Amp instead — the Cody product line itself is no longer broadly accessible.
The Bottom Line
Cody occupies a distinct position in the AI coding assistant landscape. It is not trying to be the fastest autocomplete tool or the most autonomous coding agent. It is the assistant that understands your codebase most deeply — and for enterprise teams working with large, complex, or legacy systems, that depth of understanding is worth more than speed or autonomy. If your biggest pain point is navigating and understanding a large codebase, Cody addresses it more directly than any alternative.