# Jira AI Agents: Moving From Code Writers to Reviewers and Architects?

> Source: <https://dev.to/vinod_erramsetty_191b3e05/jira-ai-agents-moving-from-code-writers-to-reviewers-and-architects-229m>
> Published: 2026-09-23 18:13:38+00:00

With the recent **AI Agent capabilities from Atlassian**, the way we work with Jira could start changing.

We are already seeing the first shift with AI coding tools, from writing every line of code to **writing prompts and reviewing AI generated code.**

Jira AI Agents could take this one step further. Jira can identify work from the backlog and assign tickets to AI coding agents. The agent can work on the ticket, make the required code changes, run the available tests, and raise a PR. The developer then steps in to review and validate the changes.

Does this work for every ticket? **No**. Complex features, unclear requirements, and architecture decisions still need strong human involvement.

So, the evolution could look something like:

**Code Writer → Prompt Writer → Reviewer → Problem Solver → Architect**

Maybe the future isn’t about who can write code fastest, but who can **define the problem clearly, design the right solution, and ensure what AI builds is actually right.**
