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

BlueSky blocks Mississippi services across age guarantee laws

August 24, 2025

Openai warns against SPVs and other “unauthorized” investments

August 23, 2025

Amazon AGI Labs Chief defends his reverse Acquihire

August 23, 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

    BlueSky blocks Mississippi services across age guarantee laws

    August 24, 2025

    BlueSky blocks Mississippi services across age guarantee laws

    August 22, 2025

    Tiktok denies India's comeback after reporting that the website has been published

    August 22, 2025

    Google makes it easier to edit drive videos with the new VIDS shortcut button

    August 22, 2025

    X brings out the ability to like and follow the free tier of developer APIs

    August 22, 2025
  • Crypto

    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

    Telegram's Crypto Wallet will be released in the US

    July 22, 2025
  • Security

    Developers get prison time to disrupt the ex-employer's network with “kill switch”

    August 22, 2025

    Explain why hackers who exposed the North Korean government did that

    August 21, 2025

    Device searches at US borders hit record-breaking records, new data show

    August 20, 2025

    Listen and record all conversations “Always On” Harvard Dropout launches AI smart glasses

    August 20, 2025

    New Zero-Day startup offers $20 million for a tool that can hack your smartphone

    August 20, 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

    Openai warns against SPVs and other “unauthorized” investments

    August 23, 2025

    Amazon AGI Labs Chief defends his reverse Acquihire

    August 23, 2025

    Y Combinator says Apple's App Store is hampering startup growth

    August 22, 2025

    Beanie baby in the brain rot era

    August 22, 2025

    Procuring multiple rounds of venture capital could be wrong for your startup

    August 21, 2025
TechBrunchTechBrunch

Qodo raises $40M in Series A to bring quality-first code generation and testing to enterprises

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


At first glance, Qodo, the startup formerly known as CodiumAI, may seem like yet another AI code generation tool. But the team, which today announced a $40 million Series A round led by Susa Ventures and Square Peg, is as focused on code generation as it is on testing and overall code quality.

The service was launched in secret 18 months ago, and the company says more than 1 million developers have tried its solution and many Fortune 100 companies have adopted its enterprise platform.

One of Qodo's key differentiators is that while the company offers the usual Visual Studio Code and JetBrains extensions to incorporate Qodo Gen tools into your IDE, it also supports GitHub, GitLab, and Atlassian's BitBucket. It also provides a git agent to do this. Chrome extensions and CLI tools.

“We call ourselves the first quality-first code generation platform for complex code,” Qodo CEO and co-founder Itamar Friedman told me. “We believe it needs to be integrated into the entire software development lifecycle to enable quality-first code generation.”

Image credit: Codium

Friedman said each of the company's tools is aimed at mitigating bugs and issues in different parts of the coding and deployment process. “It's death by 1,000 disconnections, and we want to address each and every one of them in our vision. So depending on where the bugs and issues occur and where we can catch them. We have to deal with that, so we're consolidating in a lot of places.”

Another interesting thing about Qodo is that it gives developers the option to write out in natural language the problem they are trying to fix and how they want to address it. This way, Qodo knows what you're trying to do when you start manipulating the code directly. Friedman called this “task-aware coding.” While agents don't try to solve problems directly, code completion tools can recognize what you're trying to do and make suggestions focused on that.

After writing code, developers can access Qodo's test generation service within the IDE.

Then, once the code is pushed to GitHub, Qodo's tools allow reviewers to immediately see changes and potential issues. Friedman said the team is actually considering extending the tool to automatically create videos explaining changes to reviewers. “Humans are still involved, but we need to make it easier for humans to check.” [the code]'' Friedman said.

Image credit: Qodo

Friedman argued that by covering the entire lifecycle, individual tools can also learn from each other. For example, if your reviewers consistently give you similar comments about your code, a code suggestion tool can take that into account.

“AI agents are playing an increasingly important role in software creation, and we believe a quality-first approach is key to widespread adoption of AI agents in the enterprise,” Yonatan Sela of Square Peg says. “Enterprise developers aren't 'starting from scratch'; their code has to work harmoniously with tens of thousands of lines of code that already exist.”

Looking to the future, the Qodo team also plans to extend the service to test the code from the user interface. The new service, tentatively called Qodo UX, behaves like a human using a company's website to test user interface bugs.

“Someone might say, 'Okay, let's do an end-to-end test.' But if you do an end-to-end test and find a bug, you don't know where it is, and all You can't really prove that you've tested it either. Each type of test has its own strengths and weaknesses. We started with the units and features. [testing]. Then we grew sincerely. Next quarter is UX testing. ”

In addition to Susa Ventures and Square Peg, Firestreak Ventures and ICON Continuity Fund also participated in the round, along with seed investors TLV Partners and Vine Ventures. The $40 million Series A round brings the company's total funding to $50 million.



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

BlueSky blocks Mississippi services across age guarantee laws

August 24, 2025

Openai warns against SPVs and other “unauthorized” investments

August 23, 2025

Amazon AGI Labs Chief defends his reverse Acquihire

August 23, 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.