VOOZH about

URL: https://thenewstack.io/qodo-a-multi-agent-code-platform-to-write-test-and-review-code/

⇱ Qodo: A Multi-Agent Code Platform to Write, Test and Review Code - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-12-19 15:00:01
Qodo: A Multi-Agent Code Platform to Write, Test and Review Code
AI / AI Engineering / Software Development / Software Testing

Qodo: A Multi-Agent Code Platform to Write, Test and Review Code

In 2025, Gartner predicts, 30% of all code will be generated by AI. The startup Qudo aims to help improve the quality of that code.
Dec 19th, 2024 3:00pm by Alex Williams
👁 Featued image for: Qodo: A Multi-Agent Code Platform to Write, Test and Review Code

LAS VEGAS — Zero to production, AI-generated code has come a long way in two years. Gartner predicts that in 2025, 30% of code will be generated by AI. Coding is only the start. Qodo, formerly Codium, believes that this new reality means we need more AI — specifically, a multi-agent code integrity platform to write, test, and review code.

The problem with developers using code-generation tools will only get worse, said Qodo Founder and CEO Itamar Friedman in an interview at AWS re:Invent. Most enterprise developers build sophisticated, complex code. But generative AI code is just the start. The code has to stand up over time, and that means developing a platform.

Systems will break down due to poorly implemented generative AI code. The issue stands with the quality of the code. Generative AI needs agents.

An article in TechRepublic cited a study that found “the latest versions of ChatGPT, GitHub Copilot, and Amazon CodeWhisperer generated correct code just 65.2%, 46.3% and 31.1% of the time, respectively. ”

Software development requires a developer to consider code testing, code review, applying best practices and even matching code to the intent of the developer, Friedman said.

Qodo, which won the audience choice award at the AWS Unicorn Tank competition at AWS re:Invent, provides tools for checking and generating AI code.

“It enables the busy developers out there to plan, write, test, and review code using AI,” Friedman said. Think of Qodo as an army of AI agents, each one specializing in a different topic, enabling you to ensure high-quality code everywhere.”

Advanced Indexing for Code

Large language models (LLMs) understand snippets of code and even a few files well, Friedman said. That’s the enabler for reinventing software. However, LLMs are insufficient to help improve development quality, and that’s what Qodo stands for: “quality of development.”

Qodo does advanced indexing for code. “For example, in indexing, you need to chunk files,” Friedman said. But you want to chunk different files differently because you have a context window.

If you have a ReadMe file, Swagger file, or an OpenAPI, he said, you would want to chunk that differently than a regular file. You should make sure that you’re chunking classes completely.

But when you’re chunking, for example, a Swagger file, you want to chunk the function and additional context related to that which may not exist in that file.

The approach shows how delicate a user must be when chunking, for example, a ReadMe file. The context of each section is more important than just thinking about the size of each chunk.

For its middleware, Qodo has developed 30 different modules, including techniques it uses that are specific for code review and testing. The company uses methods like mutation testing and other techniques to test the quality of the tests.

It’s in these testing methods that matters get complex. Consider mutation testing systems requiring a deeper understanding of bytecode manipulation, abstract syntax tree manipulation, and source code modification.

TRENDING STORIES
Alex Williams is founder and publisher of The New Stack. He's a longtime technology journalist who did stints at TechCrunch, SiliconAngle and what is now known as ReadWrite. Alex has been a journalist since the late 1980s, starting at the...
Read more from Alex Williams
SHARE THIS STORY
TRENDING STORIES
Amazon Web Services is a sponsor of The New Stack.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.