Outlier  ›  vs

Outlier vs Sourcegraph Cody: local coding AI vs enterprise cloud AI

Quick answer

Sourcegraph Cody is a cloud coding assistant inside VS Code, JetBrains and Visual Studio that pulls context from your company's Sourcegraph index and sends code snippets to third-party frontier models like Claude Opus 4.8 and GPT-5.4. Cody Free and Pro were discontinued on July 23, 2025, so it's now sold only with Sourcegraph Enterprise — an individual developer can't buy it. Outlier is a standalone Mac app running 27B coding models entirely on your own Apple Silicon, no account, nothing uploaded — but it only sees code on your laptop.

Disclosure up front: I'm Matt Kerr, and I build Outlier, so read this as a comparison written by an interested party. Every Cody claim comes from Sourcegraph's own docs, linked at the bottom; every Outlier number is measured. The two barely overlap in shape.

What Cody is in mid-2026

Sourcegraph's docs call Cody an AI coding assistant that uses recent LLMs plus your development context to help you understand, write and fix code faster. The page carries a badge reading "Supported on Sourcegraph Enterprise," and that badge is the whole story.

On June 25, 2025, Sourcegraph announced that Cody Free and Cody Pro would shut down on July 23, 2025 — a year ago today — and that Enterprise Starter would no longer include Cody. Departing users were moved to Amp with $10 and $40 in credits; Enterprise customers, the post said, were unaffected. Both install guides now list one prerequisite: "A Sourcegraph Enterprise account with Cody enabled."

The clients are still maintained — VS Code v1.155.0 shipped 2026-06-17 with 868,377 installs and a 3.98/5 average. But Cody is absent from Sourcegraph's homepage, pricing page and 2026 changelog, and unmentioned in the December 2, 2025 announcement that Sourcegraph and Amp were splitting into separate companies.

Where each one lives

Cody is an extension first. Documented clients are VS Code, JetBrains IDEs, Visual Studio (Experimental), the web app, and a CLI you install with npm install -g @sourcegraph/cody on Node.js v20+ — itself "in the Experimental stage for Enterprise accounts." No standalone desktop or mobile client appears in that list.

Outlier is the opposite shape: a native macOS app for Apple Silicon (M1 or later, macOS 12+). No Intel build, no Windows, no Linux, no mobile app — and it isn't an editor extension. If you want ghost-text completion in your gutter as you type, Cody does that and Outlier doesn't.

Which model does the work

Cody routes to frontier cloud models: Claude Opus 4.8 through 4.5, Sonnet 5/4.6/4.5 and Haiku 4.5; Gemini 2.5 Pro, 3.1 Pro and 3.5 Flash; GPT-5.4 through GPT-5, GPT-4o and o3. Default chat is Sonnet 4.5. Autocomplete uses DeepSeek V2 Lite Base and an Autoedits fine-tune of DeepSeek Coder V2 via Fireworks.ai — open weights, consumed as a hosted API rather than run by you.

Outlier ships seven tiers you download once and run locally, from Nano 4B (2.37 GB) up to Plus 397B-a17b (209 GB, streaming experts from SSD at ~11 GB peak RSS). The coding tiers are Core and Code 27B: 15.13 GB, 24 GB of RAM, 20.7 tok/s on an M1 Ultra, weights published at huggingface.co/Outlier-Ai. Cody's client source isn't public any more: github.com/sourcegraph/cody 404s, and the Apache-2.0 cody-public-snapshot repo is archived, last pushed 2025-08-01.

Does your code leave the machine?

With Cody, always. The FAQ is explicit that inference is remote: Cody sends code snippets of up to 28 KB per request to a third-party cloud LLM, and a self-hosted Sourcegraph instance still needs internet access for those calls, routed by default through Cody Gateway.

The written guarantees are strong. The Cody notice states Sourcegraph and its partner LLMs don't use code from Cody Enterprise or Pro teams to train models, and that partner LLMs retain no input or output, embeddings included, beyond the time it takes to generate the output. Fine-tuning is opt-in, and enterprises can bypass the Gateway with their own infrastructure. One caveat: the only documented local-inference path is the Ollama page, which still says support is "available for Cody Free and Pro plans" — plans switched off a year ago.

Outlier's answer is structural rather than contractual. Models run on your Mac, no account, no usage cap, Wi-Fi off if you like. There's no data policy to read because there's no transfer.

Cost, and the side-by-side

Cody has no self-serve purchase and no published per-seat price — it appears nowhere on sourcegraph.com/pricing, where the only figure is an Enterprise plan "Starting at $16K." Outlier is free for Nano and Lite with no account, $20/month or $149/year for all seven tiers, lifetime from $99.

Sourcegraph Cody Outlier
Where it lives VS Code, JetBrains, Visual Studio, web, CLI Standalone macOS app. No editor extension
Model Cloud: Opus 4.8, GPT-5.4, Gemini 3.5; default Sonnet 4.5 On-device: 7 tiers, Nano 4B → Plus 397B
Code leaves the machine Yes — up to 28 KB per request, even when self-hosted No — on-device, works offline
Cost Enterprise contract only; platform "Starting at $16K" Free (Nano + Lite); Pro $20/mo or $149/yr
Agentic ability Quick/inline edit, auto-edit, Prompt Library, MCP ~45% on a blind SWE-bench Verified slice
Repo-scale context Org-wide index and code graph, permission-scoped Only what's on your Mac
Account required Yes — Enterprise account with Cody enabled No

The coding receipts, honestly

Here's my side, measured rather than lifted from a leaderboard. On a blind slice of SWE-bench Verified, Outlier's local 27B resolved about 45% — 18 of 40. Code 27B scores 0.866 on HumanEval. Core 27B also matched Claude Opus on 98.9% of rubric checks across a 54-prompt head-to-head, and 100% on the nine hardest.

Those are my own runs on my own hardware — not a leaderboard submission, not audited, and 40 instances is a small slice. Forty-five percent is a real result for a 15 GB model running with the network off. It's also below what the strongest cloud coding agents resolve; on a hard multi-file bug, Sonnet 4.5 or Opus 4.8 lands the fix more often than a local 27B does. Sourcegraph doesn't publish a resolve rate for Cody that I could find, so there's no number to set beside mine.

The context gap is starker than the model gap. Cody builds context from keyword search, the Sourcegraph Search API against remote repositories, and the code graph, plus @-mentions of files, symbols and repos — so it can answer questions about code that has never touched your laptop. Outlier can't.

Where Sourcegraph Cody genuinely wins

Cody's moat is real, and a local Mac app cannot cross it.

Who should pick which

Pick Cody if your company already runs Sourcegraph, your code lives in hundreds of repositories nobody clones locally, you need permission-scoped retrieval and admin governance, and you want frontier-model quality on hard multi-file work. Its differentiator is the Sourcegraph index — without an indexed deployment you're paying enterprise prices for an ordinary IDE chat panel.

Pick Outlier if you're an individual or small team on Macs, your code needs to stay put by architecture rather than by contract, you work offline, or you simply can't buy Cody — which, since Free and Pro were retired, is most people.

And my side's gaps: no web search, no image generation, no mobile app, no voice mode, no Windows or Linux build, no cloud sync. The coding tiers want 24 GB of RAM, and Outlier can't see a repository that isn't on your disk.

Sources and receipts: plan changes from the June 25, 2025 announcement; clients, models, Gateway and FAQ details from sourcegraph.com/docs/cody; data terms from the Cody notice; the $16K figure from sourcegraph.com/pricing; repo status from cody-public-snapshot. All checked July 2026. Sourcegraph publishes no per-seat Cody price, so I've left out the ~$59/user/month figure on third-party review sites — no primary source confirms it. Outlier numbers measured on an M1 Ultra (64 GB): SWE-bench Verified blind slice 18/40, HumanEval 0.866 on Code 27B, rubric parity in the 54-prompt benchmark; pricing as of 2026-07-23. Competitor pricing, models and data policies change often — check the sources before you decide.

Try Outlier free — no account needed

Nano and Lite are free forever on any Apple Silicon Mac. No login, nothing uploaded.

Download for Mac