Inside Kiro and AgentCore: Productizing an AI-Native Software Delivery Practice

How Kiro's spec-driven development and open-sourced Kiro Crew run on Bedrock AgentCore, and why SI partners need to reprice delivery around specification, not developer-hours.

The other three agents in this series operate software after it ships. Kiro is AWS’s bet on the agent that builds it in the first place — and the one most likely to change an SI partner’s delivery economics.

Kiro is AWS’s autonomous coding agent, and in August 2026 AWS open-sourced its multi-agent orchestration layer, Kiro Crew, under Apache 2.0 — while keeping the underlying agent harness itself proprietary. That split matters for a partner deciding how deeply to build on it: the orchestration pattern is inspectable and forkable, the execution engine is not.

1. Spec-Driven Development

Kiro’s development model starts from a specification written in EARS notation — Easy Approach to Requirements Syntax, a format borrowed from aerospace-grade requirements engineering, chosen specifically because it produces requirements that are both human-readable and machine-verifiable. That spec is what Kiro Crew’s agents decompose into implementation tasks, rather than working from a loose natural-language prompt — the discipline that separates a coding agent producing production-ready output from one producing plausible-looking output that fails on the edge cases nobody specified.

Kiro maintains persistent context across sessions and continuously incorporates feedback from pull requests, which means the second feature built against a codebase benefits from what the agent learned reviewing the first one’s PR comments — a compounding effect that a stateless code-generation tool doesn’t get.

From EARS spec to production, through a persistent multi-agent swarm on AgentCore.
Technical deep-dive — what an EARS requirement actually looks like. EARS syntax constrains a requirement to one of a handful of sentence templates, which is precisely what makes it machine-verifiable rather than merely readable:
WHEN a customer submits a checkout request
WHILE their cart total exceeds the fraud-review threshold
THE SYSTEM SHALL route the order to manual review
  AND SHALL respond within 200ms with a "pending review" status.

Kiro Crew’s Plan agent decomposes that single requirement into implementation tasks; the Test agent derives acceptance tests directly from the WHEN/WHILE/SHALL clauses, so a test failure traces back to a specific clause rather than a vague “feature broken” report. This is the mechanism, not just the philosophy, behind why spec-driven development produces fewer edge-case regressions than prompting an agent with a paragraph of prose — the requirement format itself eliminates an entire class of ambiguity before generation starts.

2. The AgentCore Foundation

Kiro Crew’s agents execute on Amazon Bedrock AgentCore Runtime, with each session isolated in its own Firecracker microVM — the same isolation primitive covered in Article 1’s Security Agent breakdown. That is not incidental: it is what allows an SI partner to run Kiro Crew across multiple client codebases on shared infrastructure without one client’s agent session having any path to another’s code or credentials.

The enterprise adoption numbers are worth citing directly because they’re unusually concrete for this category: more than 2,700 Southwest Airlines developers use Kiro to build features, automate testing, and generate infrastructure for modernizing Southwest.com; Dhan, an Indian fintech, built a new charting platform with a single engineer in eight weeks against an original estimate of a dozen people over twelve to twenty-four months.

3. Productizing the Practice

This is the article in the series most likely to threaten an SI partner’s existing revenue model before it becomes an opportunity, so it’s worth naming that directly: a development shop billing time-and-materials for feature delivery is competing against a client’s own team using Kiro directly. The defensible position is not “we also have Kiro” — it’s packaging spec-writing discipline, AgentCore governance, and production-readiness review as the service, with Kiro Crew as the execution layer underneath.

Enterprise — an “Agent Factory” practice: the partner owns spec authoring (translating business requirements into EARS notation), Kiro Crew execution, and a human review gate before merge, sold as a fixed-fee delivery model per feature rather than per developer-hour.

SMB — a lighter version: the partner trains the client’s own small team on spec-driven development with Kiro, then steps back into an advisory/review role.

DNB — often self-service already; the partner’s role is narrow and high-value: AgentCore governance, multi-tenant isolation review, and production-readiness gates for a team that’s already using Kiro directly and needs the guardrails, not the development.

What changes for the SI partner

Billing shifts from developer-hours to fixed-fee-per-feature, because the marginal cost of generating the code has collapsed and the marginal cost of specifying it correctly and reviewing it for production-readiness has not. Partners who keep selling developer-hour blocks against a client who can generate the same code with Kiro directly are pricing against their own replacement.

Business Value Mapping

Technical capabilityBusiness outcomeMetric / KPIPrimary stakeholder
EARS-notation spec-driven developmentRequirements ambiguity eliminated before code generation startsEdge-case regression rate post-launchEngineering lead / QA
Persistent multi-agent swarm (Plan/Code/Test/Review)Feature delivery in weeks instead of monthsTime from spec to production deploymentCTO / product
Firecracker microVM isolation per sessionMulti-client codebases run safely on shared partner infrastructureCross-tenant isolation audit pass rateCISO
Persistent context + PR-feedback learningSecond and third features benefit from what the agent learned on the firstReviewer comment volume trend over timeEngineering manager
Fixed-fee-per-feature delivery modelPartner margin decoupled from developer headcountGross margin per delivered featurePartner CFO

The scarce skill was never typing code. It was writing a specification precise enough that an agent — or a junior developer — could not misread it. That skill just became the entire business.

Sources: AWS unveils frontier agents (About Amazon, re:Invent 2025) · AWS Open Sources Kiro Crew But Keeps The Agent Harness Closed (Forbes, August 2026) · Kiro Powers for autonomous AI agents on AWS (PwC) · AWS Summit New York 2026: New ways to make AI agents more effective at work (About Amazon).

Share this post

ABOUT THE AUTHOR

Picture of Abhijeet Chinchole

Abhijeet Chinchole

Abhijeet Chinchole is a Technology Leader driving platform-led innovation and IP-driven growth at Cloudlytics (Blazeclan, an ITC Infotech brand). As CTO, he has led the evolution of engineering from project-based delivery to a scalable, platform-centric model across Cloud Security, FinOps, and Cloud Management. With over a decade of experience in cloud-native architecture, security, and SaaS platforms, Abhijeet focuses on building reusable capabilities, institutionalizing engineering practices, and aligning technology with business outcomes. His work spans developing platforms such as Cloudlytics, SpendEffix, and Blazepulse, along with driving strategic partnerships and enterprise-grade governance. He actively shares perspectives on platform engineering, transformation, and productizing consulting into IP-led systems.

TOP STORIES

Day 2 Operations Reimagined: Composing DevOps Agent, Security Agent, and FinOps Agent into One Managed Practice

August 28, 2026

Day 2 Operations Reimagined: Composing DevOps Agent, Security Agent, and FinOps Agent into One Managed Practice

August 28, 2026

Inside Kiro and AgentCore: Productizing an AI-Native Software Delivery Practice

August 21, 2026

Inside Kiro and AgentCore: Productizing an AI-Native Software Delivery Practice

August 21, 2026

Unit Economics for Digital Native Businesses: FinOps Architecture Beyond Cost Cutting

August 14, 2026

Unit Economics for Digital Native Businesses: FinOps Architecture Beyond Cost Cutting

August 14, 2026

From Monitoring to Observability Agents: End-to-End Observability for Hybrid and Multi-Cloud Estates on AWS

August 7, 2026

From Monitoring to Observability Agents: End-to-End Observability for Hybrid and Multi-Cloud Estates on AWS

August 7, 2026

Inside AWS FinOps Agent: Continuous Cost Governance on Bedrock AgentCore

July 31, 2026

Inside AWS FinOps Agent: Continuous Cost Governance on Bedrock AgentCore

July 31, 2026

The Multi-Tenant AWS Landing Zone: Architecting for MSP Scale

July 24, 2026

The Multi-Tenant AWS Landing Zone: Architecting for MSP Scale

July 24, 2026

We are now live on AWS Marketplace.
The integrated view of your cloud infrastructure is now easier than ever!