AgentsAugust 30, 2026via InfoQ AI/ML
AWS Open Sources Kiro Crew for Asynchronous Coding Agents
Why it matters
A major cloud provider is shipping agent infrastructure (not just models) as open source, lowering the bar for practitioners to deploy multi-agent coding workflows in production. This signals AWS's pivot toward agent-native tooling and gives developers a concrete framework for autonomous engineering tasks.
Key signals
- AWS released Kiro Crew as open source
- Enables multiple Kiro coding agents to run asynchronously across sessions, tools, and tasks
- Supported use cases: incident investigation, ticket triage, migrations, PR monitoring
- Work continues without active human supervision
- Designed for asynchronous task assignment and execution
The hook
AWS just open-sourced Kiro Crew — a multi-agent coordination system for asynchronous coding work that runs without human supervision. Incident investigation, PR monitoring, ticket triage — all async.
Amazon recently announced Kiro Crew, an open-source system for running multiple Kiro coding agents across sessions, tools, and tasks. The new workspace lets developers assign asynchronous coding tasks to AI agents, allowing work such as incident investigation, ticket triage, migrations, and PR monit…