Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
SiliconANGLE AI · 2026/8/4 17:00:30

AWS launches Kiro Crew, an autonomous agentic orchestrator for 24/7 code development
AI 中文解读
深夜编程新境界:亚马逊云服务AWS悄悄推出了Kiro Crew,这个AI“智能管家”能24小时不间断替你写代码,改bug,你不用盯着它,第二天早上直接验收成果就行。以前程序员的日常是手动给AI布置任务,等它跑完一个再手动接下一个,现在Kiro Crew把多个AI“小助手”串成流水线,还能记住你长期的工作偏好和项目经验,越用越懂你,甚至能自我纠错和进化。这意味着即使你下班睡觉了,AI团队还在熬夜赶工,软件开发的节奏会大大加快。对普通人来说,未来手机App和新功能的上线速度会明显变快,而程序员则能从枯燥的重复劳动中解放出来,专注于更有创造性的架构设计。Kiro Crew的出现标志着AI从“辅助工具”正式进化为“自主生产力”,让“机器替我干活”在软件开发领域率先成为现实。
UPDATED 13:00 EDT / AUGUST 04 2026
AI
AWS launches Kiro Crew, an autonomous agentic orchestrator for 24/7 code development
by
Kyt Dotson
Amazon Web Services Inc. today launched Kiro Crew, an autonomous workspace that keeps artificial intelligence coding agents running all day and all night.
The company said it developed Crew to allow developers to start a task, walk away and come back when something is worth administering. It tasks multiple agents and their sub-agents on a multi-step task so developers can let them run unattended. It can also manage recurring jobs that run on a schedule, and a heartbeat monitors the system until something needs to be reviewed.
The software also provides Apps, an interface that allows developers to bring their own tooling, giving individual processes their own purpose-built UI and structure. An App can combine a custom user interface with agents, skills, schedules and backend services.
The new solution is built on Kiro, expanding on the same agent infrastructure of the software’s autonomous mode.
Kiro is AWS’s development environment that integrates agentic AI for software engineers, which allows them to rapidly turn ideas into production-ready code. The difference between Kiro Crew and Kiro’s “autonomous mode” is one of scope: autonomous mode handles individual tasks within a single session; Crew continues working whether a developer is online or off, maintains memory across sessions, runs scheduled work and orchestrates multiple specialist agents.
As this entire system is built on Kiro, it can read .kiro configuration out of the box, built off steering files, skills and custom agents the user has already built as part of their coding environment.
One thing that Amazon touted about Crew is that it is designed to be “self-learning and self-evolving.” By providing persistent memory of preferences, active-project context, and relevant history into new sessions, it can bring corrections along with every run. This includes lessons that change later behavior involving workspace-scoped or project-specific guidance.
For example, if a user repeatedly asked an agent to code in a particular way, such as a preferential use of a certain function over another, the agent would ingrain that guidance. Also, if a specific tool, for example an MCP server that provides Python best practices, constantly fails on certain requests that need to be reformatted to get it to work properly, the agents can pass on this information between sessions. Amazon stressed that agentic memory remains visible, allowing developers to decide what Crew carries forward.
Interacting with and expanding Crew
Crew runs locally or remotely on developer hardware, providing the ability to view, audit and control.
The app and web dashboard provide a place to work directly with Crew across conversations, files, approvals, memory, schedules and Apps.
Developers can also talk to Crew via their usual chat interfaces. This means reaching out to the agents via Slack, Telegram and Discord, allowing them to continue the same work without needing to stay in the same place. This means that a developer could start their tasks in the Crew dashboard, then walk away. If they’re off doing something else and realize they need to add a task or adjust something, they can contact Crew via Discord, or have an agent check in when something needs review.
The core of Crew is also extensible, allowing the community to build an ecosystem of Apps and integrations that expand what it can do. The company said this community-driven capability became the core of Crew when it first emerged among Amazon’s own developers and going forward this will be preserved.
For developers
分享
阅读原文 ↗