Teams can now use several different AI coding agents alongside Jira, but I’m interested in what happens after the agent completes its work.
How are teams determining whether one agent performs better than another?
For example:
Was the output accepted without changes?
Did it require minor editing or substantial rework?
How frequently did the agent fail to complete the task?
Are results compared by project or type of work?
Or is agent selection still mainly based on individual developer preference?
I have built a small Forge prototype under Aigeeza to explore this question. It allows someone reviewing a Jira task to record the agent used and classify the result as accepted, minor edits, major rework or failed. The results are then compared across projects and time periods.
Before developing it further, I would appreciate some honest practitioner opinions:
Does your team regularly use more than one AI coding agent?
Would this kind of comparison help you choose between them?
Is a four-level human assessment too simplistic?
What evidence would you need before trusting the resulting scores?
I’m not sharing an installation link at this stage. I’m primarily trying to establish whether this is a genuine problem for other Jira teams or merely something that interests me.
For transparency, AgentScore is a prototype I have built as part of my business projects on Aigeeza.
Community moderators have prevented the ability to post new answers.
Hi @Chris May ,
You raise a great question. Developers in my workplace often have lively conversations over which coding agent produces the best results. Being a software engineer myself, I've definitely been part of such conversations; they often morph into debates.
From my experience there's plenty of AI coding stories that fly round the room, each one as passionate as the last. The stories usually focus on what was built, how fast it was to produce and how simple it was to achieve (compared to traditional coding).
I've been using various coding agents for quite some time now, including Gemini, GitHub Copilot (differing underlying models), Claude and Rovo Dev. And you know what, they can all code faster than me! The question is though, what's your measure of an agents performance?
I'm currently exploring agentic team concepts, such as workflow design, cross agent compatibility, agent automations, human->agent role mapping, and so on. The questions you're asking are reasonable, however, I'll answer each of your (quality scoring) questions with a question (or several):
Was the output accepted without changes?
Were the requirements and contextual input supplied without mistakes or omissions?
Does the team have pre-existing review steps within the workflow? If yes, what's the gated criteria for a pass/fail - what's the threshold for acceptance without change?
Did it require minor editing or substantial rework?
How frequently did the agent fail to complete the task?
Are results compared by project or type of work?
I'll also provide some thoughts on your other questions:
This is a fascinating subject and I'm always keen to hear how others in the industry are wrestling with our new AI world.
Thanks for sharing.
Also, keep an eye out on the forums as I'm planning to write a few articles in the coming weeks that explore the questions I posed earlier. I'll dig into answers to those questions while focusing on agentic / AI native team concepts and setup in Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.