AWS Open Sources Kiro Crew for Asynchronous Coding Agents

| Source: InfoQ AI/ML

Tags: Kiro Crew, Amazon, AWS, multi-agent, coding agents, MCP, ACP

Amazon open-sources Kiro Crew — its internal multi-agent coding system already used by 39,000 engineers — enabling async task delegation for incident triage, codebase migrations, and PR monitoring, with an OS-level sandbox and ACP-based agent coordination.

Details

Amazon has released Kiro Crew as open source, an asynchronous multi-agent coding framework developed internally under the name MeshClaw. Built by three Amazon engineers who wanted to offload coding work without babysitting individual prompts, it coordinates multiple Kiro agents across sessions, tasks, and tool sets through the Agent Client Protocol (ACP). The project's internal adoption gives it unusual credibility at launch: 39,000 Amazon developers and 500 contributors over six months, reportedly without any mandate. Use cases include incident investigation, ticket triage, codebase migrations, and PR monitoring — all designed to run unattended while developers step away. Security is built in from the start: an OS-level sandbox, denied-by-default commands, suspicious-pattern blocking, input validation, credential redaction, and a signed audit log of every action. The Activity view provides live visibility into each agent's plan, tool calls, approval gates, and results as they happen. Kiro Crew runs locally or on developer-controlled infrastructure and integrates via MCP and webhooks, supporting skills from other ACP-compatible platforms. The security-first design and verifiable internal track record distinguish it from most agent frameworks, which typically launch as experiments rather than production-tested tools.