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

The court denied requests to suspend awards regarding Apple's App Store payment fees

June 6, 2025

Circle IPOs are giving hope to more startups waiting to be published to more startups

June 5, 2025

Perplexity received 780 million questions last month, the CEO says

June 5, 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

    The court denied requests to suspend awards regarding Apple's App Store payment fees

    June 6, 2025

    Perplexity received 780 million questions last month, the CEO says

    June 5, 2025

    Bonfire's new software allows users to build their own social communities free from platform control

    June 5, 2025

    x Test to highlight posts that users with dissent

    June 5, 2025

    Google says the updated Gemini 2.5 Pro AI model is excellent at coding

    June 5, 2025
  • Crypto

    Circle IPOs are giving hope to more startups waiting to be published to more startups

    June 5, 2025

    GameStop bought $500 million in Bitcoin

    May 28, 2025

    Vote for the session you want to watch in 2025

    May 26, 2025

    Save $900 + 90% from 2 tickets to destroy 2025 in the last 24 hours

    May 25, 2025

    Only 3 days left to save up to $900 to destroy the 2025 pass

    May 23, 2025
  • Security

    Humanity unveils custom AI models for US national security customers

    June 5, 2025

    Unlock phone company Cellebrite to acquire mobile testing startup Corellium for $170 million

    June 5, 2025

    Ransomware Gangs claim responsibility for Kettering Health Hack

    June 4, 2025

    Former CTO of CrowdStrike's cyber-rivals and how automation can undermine security for early-stage startups

    June 4, 2025

    Data breaches at newspaper giant Lee Enterprises impact 40,000 people

    June 4, 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

    Less than 48 hours left until display at TC at all stages

    June 5, 2025

    TC Session: AI will be on sale today at Berkeley

    June 5, 2025

    North America accounts for the majority of AI VC investment despite the harsh political environment

    June 5, 2025

    3 days left: Charge all your locations in stages on TC Expo Floor

    June 4, 2025

    From $5 to Financial Empowerment: Why Stash co-founder Brandon Krieg is a must-see for TechCrunch All Stage 2025

    June 4, 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

The court denied requests to suspend awards regarding Apple's App Store payment fees

June 6, 2025

Circle IPOs are giving hope to more startups waiting to be published to more startups

June 5, 2025

Perplexity received 780 million questions last month, the CEO says

June 5, 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.