Close Menu
TechBrunchTechBrunch
  • Home
  • AI
  • Apps
  • Crypto
  • Security
  • Startups
  • TechCrunch
  • Venture

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

What's Hot

Bret Taylor from Openai board chair says we are in the AI ​​bubble (but that's fine)

September 14, 2025

This is Tech Powering that drives the crackdown on Ice's deportation.

September 13, 2025

How to prepare for a second semester salary increase now live in 2025

September 12, 2025
Facebook X (Twitter) Instagram
TechBrunchTechBrunch
  • Home
  • AI

    OpenAI seeks to extend human lifespans with the help of longevity startups

    January 17, 2025

    Farewell to the $200 million woolly mammoth and TikTok

    January 17, 2025

    Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

    January 17, 2025

    Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

    January 16, 2025

    Apple suspends AI notification summaries for news after generating false alerts

    January 16, 2025
  • Apps

    Google brings Pixel 6 and new devices to Material3 Expressive, along with other features, to the Pixel 6 and new devices

    September 3, 2025

    Google's NoteBookLM now allows you to customize the tone of your AI podcasts

    September 3, 2025

    Roblox expands the use of age estimation techniques and introduces standardized assessments

    September 3, 2025

    Instagram finally launches the iPad app

    September 3, 2025

    Complete the 2025 Confusion Builder Stage Agenda with the Maximum Scaling Voice

    September 3, 2025
  • Crypto

    Stripe will showcase who WHO including Humanity, Openai and Paradigm to build a new blockchain

    September 4, 2025

    Coinbase CEO explains why he fired an engineer who didn't try AI right away

    August 22, 2025

    Your next customer is destroying the 2025 Expo floor

    August 19, 2025

    Crypto Company Gemini File for Winklevoss Twins IPO

    August 16, 2025

    North Korean spies pretending to be remote workers have invaded hundreds of businesses, CloudStrike says

    August 4, 2025
  • Security

    This is Tech Powering that drives the crackdown on Ice's deportation.

    September 13, 2025

    Apple's latest iPhone security features have made life even more difficult for spyware makers

    September 11, 2025

    France says Apple has notified victims of a new spyware attack

    September 11, 2025

    British children dare and hack their school for infamousness

    September 11, 2025

    Vibe coding? Meet the security atmospheric

    September 10, 2025
  • Startups

    7 days left: Founders and VCs save over $300 on all stage passes

    March 24, 2025

    AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

    March 24, 2025

    20 Hottest Open Source Startups of 2024

    March 22, 2025

    Andrill may build a weapons factory in the UK

    March 21, 2025

    Startup Weekly: Wiz bets paid off at M&A Rich Week

    March 21, 2025
  • TechCrunch

    OpenSea takes a long-term view with a focus on UX despite NFT sales remaining low

    February 8, 2024

    AI will save software companies' growth dreams

    February 8, 2024

    B2B and B2C are not about who buys, but how you sell

    February 5, 2024

    It's time for venture capital to break away from fast fashion

    February 3, 2024

    a16z's Chris Dixon believes it's time to focus on blockchain use cases rather than speculation

    February 2, 2024
  • Venture

    Bret Taylor from Openai board chair says we are in the AI ​​bubble (but that's fine)

    September 14, 2025

    How to prepare for a second semester salary increase now live in 2025

    September 12, 2025

    Melkor has its moments in the AI ​​data race

    September 12, 2025

    Last day to amplify your brand: Host your side event in 2025

    September 12, 2025

    We are entering a golden age of robotics startups.

    September 12, 2025
TechBrunchTechBrunch

AI coding assistant Supermaven raises funding from OpenAI and Perplexity co-founders

TechBrunchBy TechBrunchSeptember 16, 20244 Mins Read
Facebook Twitter Pinterest Telegram LinkedIn Tumblr WhatsApp Email
Share
Facebook Twitter LinkedIn Pinterest Telegram Email


Jacob Jackson was committed to AI early in his career.

While studying computer science at the University of Waterloo, Jackson co-founded Tabnine, an AI coding assistant that raised nearly $60 million in venture capital. After selling Tabnine to Codata in 2019 (during his final exams), Jackson joined OpenAI as an intern, where he worked until 2022.

At that point, Jackson felt the urge to start a company again, one focused on supporting common developer workflows.

“In the years since we created Tabnine, tools like ChatGPT and Github Copilot have changed the way developers work,” Jackson told TechCrunch. “It's a really exciting time to be working in developer tools, because the underlying technology has advanced significantly since we started Tabnine. As a result, more developers are interested in using AI tools to accelerate their workflows.”

So Jackson launched Supermaven, an AI coding platform similar to Tabnine but with some quality of life and tech improvements.

Jackson says that SuperMaven's in-house generated AI model, Babble, can understand large amounts of code at once thanks to a context window of one million tokens. (In data science, a token is a small bit of raw data, like the syllables “fan,” “tas,” and “tic” in the word “fantastic.”)

A model's context, or context window, refers to the input data (e.g. code) that the model considers before producing an output (e.g. more code). Longer context can prevent a model from “forgetting” the contents of recent documents or data, or from going off topic and making incorrect inferences.

“Our large context window helps reduce the frequency of hallucinations because it allows the model to derive answers from the context even in situations where it has to guess,” Jackson said.

One million tokens is certainly a large context window, but it's not as big as AI coding startup Magic's 100 million tokens, while Google's recently introduced Code Assist tool matches Supermaven's context with 1 million tokens.

So what makes Supermaven better than its rivals? Jackson claims that Babble's low latency is due to its “novel neural architecture.” He didn't offer any details other than to say that the architecture was developed “from the ground up.”

“Supermaven takes 10-20 seconds to process a developer's code repository and become familiar with the API and the unique conventions of the codebase,” says Jackson. “Our in-house model serving infrastructure ensures low latency, so our tool remains responsive even while processing the lengthy prompts that come with large codebases.”

The market for AI coding tools is growing significantly, with Polaris Research predicting it will be worth $27.17 billion by 2032. The majority of respondents to GitHub's latest developer survey said they are deploying AI tools in some form, with over 1.8 million people and nearly 50,000 companies paying for GitHub Copilot.

But Supermaven, like startup competitors such as Cognition, Anysphere, Poolside, Codeium and Augment, has ethical and legal challenges to overcome.

Companies are often wary of exposing proprietary code to third parties. For example, Apple reportedly banned employees from using Copilot last year over concerns about leaking sensitive data. Some code-generation tools trained with restrictively licensed or copyrighted code have been shown to spit out that code when prompted in certain ways, posing liability risks (i.e. developers who incorporate that code could be sued). And because AI makes mistakes, assistive coding tools can push more erroneous and unsafe code into the codebase.

Jackson said Supermaven doesn't use customer data to train its models, but acknowledged that the company keeps the data for a week to “make our systems fast and responsive.” On the copyright front, Jackson didn't specifically deny that Babble was trained with IP-protected code, but said it was “trained almost exclusively with publicly available code, rather than scraping it from the public internet,” to “reduce exposure to harmful content during training.”

Customers don't seem to be giving up: Jackson says more than 35,000 developers use Supermaven, with a significant number paying for the premium Pro ($10/month) and Team ($10/month per use) plans. Supermaven's annual recurring revenue hit $1 million this year, on the back of a user base that's grown threefold since the platform launched in February.

That momentum has attracted the attention of VCs.

Supermaven announced its first outside funding this week: $12 million led by Bessemer Venture Partners and prominent angel investors including OpenAI co-founder John Schulman and Perplexity co-founder Denis Yarats. Jackson said the money will be used to hire developers (Supermaven currently has a team of five) and further develop Supermaven's text editor, which is currently in beta.

“We plan for significant growth through the end of the year,” he added. “Despite general technology headwinds, Coding Copilot's market is growing rapidly. Our growth since launching in February, along with our recent funding round, positions us well for next year.”



Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

OpenAI seeks to extend human lifespans with the help of longevity startups

January 17, 2025

Farewell to the $200 million woolly mammoth and TikTok

January 17, 2025

Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

January 17, 2025

Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

January 16, 2025

Apple suspends AI notification summaries for news after generating false alerts

January 16, 2025

Nvidia releases more tools and guardrails to help enterprises adopt AI agents

January 16, 2025

Leave A Reply Cancel Reply

Top Reviews
Editors Picks

7 days left: Founders and VCs save over $300 on all stage passes

March 24, 2025

AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

March 24, 2025

20 Hottest Open Source Startups of 2024

March 22, 2025

Andrill may build a weapons factory in the UK

March 21, 2025
About Us
About Us

Welcome to Tech Brunch, your go-to destination for cutting-edge insights, news, and analysis in the fields of Artificial Intelligence (AI), Cryptocurrency, Technology, and Startups. At Tech Brunch, we are passionate about exploring the latest trends, innovations, and developments shaping the future of these dynamic industries.

Our Picks

Bret Taylor from Openai board chair says we are in the AI ​​bubble (but that's fine)

September 14, 2025

This is Tech Powering that drives the crackdown on Ice's deportation.

September 13, 2025

How to prepare for a second semester salary increase now live in 2025

September 12, 2025

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

© 2025 TechBrunch. Designed by TechBrunch.
  • Home
  • About Tech Brunch
  • Advertise with Tech Brunch
  • Contact us
  • DMCA Notice
  • Privacy Policy
  • Terms of Use

Type above and press Enter to search. Press Esc to cancel.