Qodo raises $70M for code verification as AI coding scales

On March 30, Israeli code verification startup Qodo closed a $70 million Series B funding round, bringing its total funding to $120 million.

The money arrives at a particularly interesting moment.

Why verification became a problem

The core issue with today's AI coding tools is no longer whether they can generate code, but whether the generated code can be merged directly into production.

Qodo's assessment: code generation is no longer the bottleneck; trust is.

Before AI coding tools, the typical merge workflow was: write code → PR → code review → merge. Every step had human oversight, with quality control naturally embedded in the process.

AI coding tools have made the writing step ten times faster, but review and verification speed hasn't kept up. The result is that engineers apply even stricter verification to AI-generated code — creating a new bottleneck.

AI coding tools now generate billions of lines of code every month, and all that code needs someone or some system to vet it.

What Qodo does

Qodo is not another AI code assistant; it is an independent verification layer.

Technically, it is a multi-agent architecture:

  • Bug detection agent: finds logic errors and security vulnerabilities
  • Compliance agent: checks against enterprise-specific coding standards
  • Architecture verification agent: evaluates the impact of changes on the entire codebase

It doesn't just look at what a PR changed; it analyzes what ripple effects that change will cause across the entire dependency graph — something traditional code review tools cannot do.

The recently released Qodo 2.0 is a multi-agent version that ranked first on Martian's Code Review Bench with a score of 64.3%.

Who uses it

The enterprise customer list is impressive: NVIDIA, Walmart, Red Hat, Intuit, JFrog, Texas Instruments.

These are not companies running experiments; they are companies running real production code with AI tools. What are they saying by using Qodo? That generating code with Claude Code or GitHub Copilot alone isn't enough — you also need an independent verification checkpoint.

The market logic behind it

The logic of this space is similar to the testing industry: the more code you have, the greater the potential risk of bugs, and the higher the value of verification.

When AI accelerates code production by an order of magnitude, the absolute number of bugs will increase proportionally — unless verification is also accelerated with AI.

Qodo co-founder Itamar Friedman put it bluntly: We are building a systematic record of code quality and trust, because enterprises are moving from AI experiments to mission-critical automation.

From experimentation to production, the door in between is called trust.

Source: CocoLoop, Qodo raises $70M for code verification as AI coding scales (TechCrunch); AI-generated code verification startup Qodo raises $70M (SiliconAngle)