Amazon Web Services on Tuesday announced three new AI agents it calls “frontier agents,” including one designed to learn how you like to work and then operate on its own for days.
Each of these agents handle different tasks such as writing code, security processes like code reviews, and automating DevOps tasks such as preventing incidents when pushing new code live. Preview versions of the agents are available now.
Perhaps the biggest and most interesting claim by AWS is its promise that the frontier agent called “Kiro autonomous agent” can work on its own for days at a time.
Kiro is a software coding agent based on AWS’s existing AI coding tool Kiro, which was announced in July. While that existing tool could be used for vibe coding (which is really just prototyping), it was intended to produce operational code, or software that would be pushed live. To make reliable code, the AI must follow a company’s software-coding specifications. Kiro does that through a concept called “spec-driven development.”
As Kiro codes, it has the human instruct, confirm, or correct its assumptions, thereby creating specifications. The Kiro autonomous agent watches how the team works in various tools by scanning existing code, among other training means. And then, AWS says, it can work independently.
“You simply assign a complex task from the backlog and it independently figures out how to get that work done,” AWS CEO Matt Garman promised when introducing the new product during his keynote at AWS re:Invent on Tuesday.
“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 over time,” he said.
Techcrunch event
San Francisco
|
October 13-15, 2026
Amazon says Kiro maintains “persistent context across sessions.” In other words, it doesn’t run out of memory and forget what it was supposed to do. It can therefore be handed tasks and wo …