Future Forward Thursday: AWS Kiro — The Agent That Codes for Days
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:
Timeline Reduction
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:
| Agent | Function |
|---|---|
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.
Related Posts
Claude Code Hit $2.5B. Amazon Engineers Can't Use It. Welcome to AI Agent Lock-In.
Claude Code just hit a $2.5 billion run-rate — doubled since January 1st. Yet 1,500 Amazon engineers are fighting for permission to use it, steered toward AWS Kiro instead. This is vendor lock-in repackaged for the AI agent era. Platform-native vs platform-agnostic is the new architectural fault line.
Weekend Deep Dive: AWS DevOps Agent — The Autonomous On-Call Engineer
AWS announced the DevOps Agent at re:Invent 2025 — an autonomous on-call engineer that investigates incidents, identifies root causes with 86% accuracy, and coordinates response. MTTR goes from hours to minutes.
Wacky Wednesday: AWS Lambda Managed Instances — When Serverless Meets Servers
AWS re:Invent 2025 dropped a feature that made me do a double-take: Lambda Managed Instances. Yes, you read that right. Lambda. On EC2.