TechCrunch→ original

Qodo raises $70M: a bet on code verification in the era of AI development

As AI floods developers with ever more code, startup Qodo has chosen to focus not on generation, but on verification—checking that the code actually works…

AI-processed from TechCrunch; edited by Hamidun News
Qodo raises $70M: a bet on code verification in the era of AI development
Source: TechCrunch. Collage: Hamidun News.
◐ Listen to article

While competitors race to generate code faster, Qodo is betting on something entirely different: confidence that generated code actually works. The company has raised $70 million to solve a problem many AI development market players prefer to ignore — the quality of code written by AI. The AI development industry is experiencing a paradoxical moment.

AI-based tools — from GitHub Copilot to Cursor and Devin — generate code faster than ever before. Developers accept hundreds of suggestions per day, teams cut routine code-writing time by orders of magnitude. But alongside speed has come a new problem: the volume of code that needs to be checked is growing faster than the capacity to verify it.

According to various research studies, developers actively using AI assistants spend a significant portion of their working time not writing code, but reviewing automatically generated code. This is precisely where Qodo sees its niche. The company, formerly known as CodiumAI, has been developing AI-powered code testing tools for several years.

But in this current round, it's positioning itself more sharply: code generation is a solved problem, verification is not. The logic of this thesis is clear. When a developer writes code manually, they understand what each line does.

When AI generates a function of dozens of lines from a single prompt, the developer often takes it on faith — especially if the code looks convincing and passes basic tests. Problems emerge later: in edge cases, during scaling, in production. This is not a hypothetical threat — it's a real shift in the structure of technical debt that many teams are already observing.

Qodo offers several solutions to this problem. Its key product is automatic test generation that doesn't just cover the happy path, but actively searches for boundary cases and potentially problematic behavior. The second component is code analysis at the business logic level, not just syntax: the system attempts to understand the developer's intent and verify whether the implementation matches that intent.

The third direction is integration into CI/CD pipelines so verification happens automatically with each commit. $70 million is a serious sum, especially against the backdrop of venture market cooling. It demonstrates that investors believe in the company's thesis.

As AI agents begin writing ever more code with minimal human involvement, the question of quality control becomes critically important and commercially attractive. Competition in this niche is intense. Standard static analysis tools have existed for decades.

Major players — Snyk, SonarQube, Veracode — have long been in the code verification business. GitHub is adding analysis capabilities directly into its product. But Qodo argues that traditional approaches fail with AI-written code: it's different in structure, style, and error distribution.

This is not merely marketing narrative — there's a real technical problem behind it. Qodo's bet is that AI code verification requires specialized tools trained on the specifics of precisely such code. And as AI agents begin writing not individual functions but entire systems, the need for such tools will only grow.

The raised $70 million will allow the company to scale product development and enter the enterprise market. The emerging segment of AI code quality verification doesn't yet have a recognized leader — and Qodo is clearly intent on occupying that position. Whether this claim is justified will be shown over the next 12-18 months.

ZK
Hamidun News
AI news without noise. Daily editorial selection from 400+ sources. A product by Zhemal Khamidun, Head of AI at Alpina Digital.

Want to stop reading about AI and start using it?

AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.

What do you think?
Loading comments…