Back to Blog
awsreinvent-2025kirofrontier-agentsai-codingdevops

Future Forward Thursday: AWS Kiro — The Agent That Codes for Days

By Mathieu Kessler8 min read

AWS CEO Matt Garman dropped a bombshell at re:Invent 2025: "frontier agents" that work autonomously for hours or even days without human intervention.

The headline? Kiro autonomous agent.

The Numbers That Matter

In an internal Amazon project, Kiro transformed:

18 mo → 76 days

Timeline Reduction

30 → 6

Developers Required

As Garman put it: "This is not just the 10 to 20 percent efficiency gains that people were seeing with the first generation of AI coding tools... This is orders of magnitude more efficient."

What Makes Kiro Different

Unlike copilots that assist with individual lines of code, Kiro is truly autonomous. Amazon has made Kiro its standard AI development environment across the company. Here's what sets it apart:

1. Persistent Context

It maintains context across sessions. Start a task Monday, come back Friday — Kiro remembers where it left off and what it learned. Unlike other AI tools, it doesn't run out of memory and forget what it was supposed to do.

2. Continuous Learning

It learns from pull requests, code reviews, and technical discussions, getting better at understanding how your team works over time. As Garman explained: "It actually learns how you like to work, and it continues to deepen its understanding of your code and your products and the standards that your team follows."

3. Multi-Repository Work

Assign a task from your backlog, and Kiro figures out how to complete it — even if it spans multiple repositories. It creates verified pull requests when done. Teams can connect it to GitHub, Jira, Slack, and internal documentation systems.

4. Natural Language Direction

Describe what you want in plain English, or just point it at your GitHub backlog. "You simply assign a complex task from the backlog and it independently figures out how to get that work done," Garman promised.

The Three Frontier Agents

AWS announced a trio of autonomous agents that represent a step-function change from assisting with individual tasks to completing complex projects autonomously:

AgentFunction
Kiro
Software development — works through backlogs, creates PRs, maintains context across sessions, learns from your team's coding patterns
Security Agent
Your virtual security engineer — assists with app design, code reviews, and penetration testing. Validates security from design to deployment across AWS, multicloud, and hybrid environments
DevOps Agent
Your always-on, autonomous on-call engineer — responds to incidents, identifies root causes by correlating metrics, logs, and recent deployments, recommends mitigations

Safety Guardrails

Worried about autonomous agents running amok? AWS built in safeguards:

  • Kiro creates pull requests for review — it doesn't merge changes without developer oversight
  • The agent logs all its work so humans can review what it has done
  • Each Kiro agent task runs in a sandbox with permissions set by the user

What This Means

We're moving from "AI-assisted development" to "AI-led development with human oversight."

The role of the developer is shifting from writing every line to:

  • Setting direction and priorities
  • Reviewing AI-generated work
  • Making architectural decisions
  • Handling edge cases that require human judgment

Early Adopters

Several major organizations are already using one or more of these frontier agents: Clariant, Commonwealth Bank of Australia, SmugMug, Western Governors University, and Presidio.

The Practical Question:

If Kiro can turn an 18-month project into 76 days, what does your development roadmap look like?

This isn't about replacing developers. It's about what becomes possible when coding capacity is no longer the bottleneck.

Availability

The DevOps and Security agents are available in public preview now. The Kiro developer agent will roll out in the coming months.