Supermaven arrived in early 2024 with a bold claim: it would be the fastest AI code completion tool ever built. Created by Jacob Jackson, who previously founded Tabnine from his college dorm room and later worked as a researcher at OpenAI, Supermaven was built on the premise that code completion is a latency game. Every millisecond between typing and seeing a suggestion affects developer flow. With sub-10 millisecond response times and a proprietary Babble model, Supermaven delivered on that promise in ways that made every competitor feel sluggish by comparison.
The technical innovation centered on two breakthroughs. First, the Babble model was purpose-built for code completion rather than adapted from a general-purpose language model. At 2.5 times the size of its predecessor, it was trained specifically on large code corpora for low-latency inference. Second, the one million token context window on the Pro plan allowed Supermaven to understand entire codebases rather than just the active file. Where competitors used RAG to search for relevant code snippets, Supermaven fed the entire project structure directly into the model, catching cross-file dependencies that other tools missed.
The developer experience was remarkably smooth. Installation in VS Code, JetBrains, Neovim, and Zed took seconds. Suggestions appeared as you typed with an almost telepathic quality — multi-line predictions that anticipated not just what you would write but where you would write it next. The next location prediction feature guided developers on both the content and placement of new code, which was particularly valuable when navigating unfamiliar codebases. The free tier was genuinely useful with a 300,000 token context window, making it accessible without commitment.
Pricing was aggressively competitive. The free tier provided solid code completion with the smaller context window. Pro at ten dollars per month matched GitHub Copilot's pricing while offering significantly more context. The Team plan added centralized management and billing. In a market where Cursor charged twenty dollars and Tabnine charged thirty-nine dollars per user, Supermaven delivered arguably the best pure code completion experience at the lowest price point.
In November 2024, Anysphere — the company behind Cursor — acquired Supermaven. The standalone service was subsequently sunset, with users directed to migrate to Cursor. The acquisition made strategic sense: Cursor needed the fastest possible autocomplete to complement its AI-first IDE experience, and Supermaven's technology was the clear market leader in raw completion speed. The integration has been successful — Cursor's autocomplete is now widely recognized as the fastest in the industry, powered by Supermaven's engine.
The acquisition also meant the end of Supermaven as an independent product. Developers who loved the lightweight, editor-agnostic approach lost a tool that did one thing exceptionally well. While Cursor is excellent, it requires committing to a specific IDE. Developers using Neovim, standard VS Code, or JetBrains who valued Supermaven's speed and context now need to look elsewhere — GitHub Copilot, Continue, or Codeium being the closest alternatives, though none match the original latency.