VOOZH about

URL: https://thenewstack.io/qodo-now-lets-developers-create-their-own-coding-agents/

⇱ Qodo Now Lets Developers Create Their Own Coding Agents - 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
2025-06-25 03:00:24
Qodo Now Lets Developers Create Their Own Coding Agents
AI Agents / Software Development

Qodo Now Lets Developers Create Their Own Coding Agents

Qodo Gen CLI is a new agent framework that allows developers to easily create their own AI coding agents based on their unique workflows and codebases.
Jun 25th, 2025 3:00am by Frederic Lardinois
👁 Featued image for: Qodo Now Lets Developers Create Their Own Coding Agents
Photo by BoliviaInteligente on Unsplash.

Qodo, the agentic coding platform that lets developers generate code but also helps them review and test it, is launching Qodo Gen CLI today, a new agent framework that allows developers to easily create their own AI coding agents based on their unique workflows and codebases. In essence, this means developers will be able to write their own configuration files and prompts to guide these agents’ behavior to work through complex workflows and interact with outside tools.

As Qodo co-founder and CEO Itamar Friedman told me, the team always believed that while vibe coding may be fun, for enterprises to get real value out of their investments in AI and coding agents, AI has to be integrated across the software development life cycle with code review and testing at the core. He also highlighted that one feature that makes Qodo unique — and capable of handling large codebases — is its context engine. (If that sounds familiar, that may be because Qodo competitor Augment Code also puts a lot of emphasis on its context engine.)

“Most of the jobs to be done across the [software development life cycle] requires […] bringing the right context and checking the quality of the generated code,” Friedman explained. “For example, if you’re doing root cause analysis, then you need to bring the right context to do that, and you need to check what’s not right with the code and debug it in QA, etc.”

To bring agentic AI to all parts of the software development process, the Qodo team argues, means you have to bring the agent out of the IDE and into the command line. Yet, for most agent-centric command line tools, customization starts and ends with adding Model Context Protocol (MCP) tools to give the agents the ability to use third-party tools and access additional data.

“Most agents behave in the same way. For example, for most agents, you give them some rules and they basically use it as part of the system prompt and then you can customize that rule. It’s a file, and you just hope that it will work as you expected. We use a graph-based agent that we worked hard on, with internal benchmarks, etc., to make the graph follow a certain set of instructions very rigorously,” Friedman said.

👁 Image

Image credit: Qodo.

If a development team typically uses the observe, orient, decide and act (OODA) loop, they can now specify this in the configuration document, and the agent will stick closely to these guidelines to solve an issue, for example.

In this configuration file, Friedman said, developers can define the agent’s general behavior, but they can also use it to define MCP permissions and set an overall goal that the agent should try to achieve, including an exit rule. Because these agents are based on large language models (LLMs) and are not deterministic, it’s especially important that the agent follows those exit rules and that developers can force it to provide a very specific output. Friedman said that Qodo’s system will follow those rules 99.99% of the time.

Qodo also added a new command to its CLI tools called “create agent,” which allows the developer to step through the process of creating a new agent, following the company’s best practices. In case the developer isn’t clear enough, the tool will also ask clarifying questions as needed.

By default, Qodo Gen CLI will ship with a few pre-built agents for tasks like code review, test coverage analysis and release note generation. These pre-built agents also integrate with popular CI/CD tools.

As of now, Qodo Gen CLI supports models like OpenAI’s o3 and Anthropic’s Claude Sonnet 4.

Looking ahead, the Qodo team is also thinking about how to best interact with these agents — and what’s the best place to do so. “ADEs [agentic development environments] are the next thing,” Friedman said, noting that if companies like Lovable can build user interfaces on the fly, “why do we need to have this IDE that’s so harsh? I need the interface to fit my task.”

TRENDING STORIES
Before joining The New Stack as its senior editor for AI, Frederic was the enterprise editor at TechCrunch, where he covered everything from the rise of the cloud and the earliest days of Kubernetes to the advent of quantum computing....
Read more from Frederic Lardinois
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: OpenAI, Anthropic.
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.