---
type: "post"
stable_id: "post:kiro-crew-long-running-agent-work"
slug: "kiro-crew-long-running-agent-work"
title: "Kiro Crew Adds A Long-Running Work Layer Above The Shared Agent Harness"
description: "Kiro Crew extends a unified agent harness with schedules, durable memory, skills, multiple cooperating agents, approval gates, and app connections for work that persists beyond one session."
retrieval_nugget: "The shared harness explains how one agent runs across surfaces; Crew is the next layer for persistent jobs and coordinated agents. Long duration increases the need for checkpoints, bounded authority, observable state, and owner approvals."
published_at: "2026-08-04"
updated_at: "2026-08-06"
record_date: "2026-08-04"
date_kind: "published_at"
topics: ["long-running-agents","agent-memory","schedules","multi-agent","approvals"]
entities: ["Kiro","Kiro Crew"]
source_urls: ["https://kiro.dev/blog/introducing-kiro-crew","https://kiro.dev/blog/one-agent"]
source_format: "article"
editorial_timing: {"lane":"regular_hourly","scheduled_at":"2026-08-07T19:00:00+03:00","real_news_delta":"owner-approved primary-source mechanism or merged analysis"}
visual_decision: {"status":"included","reason":"the central mechanism is a flow, loop, architecture, decision, or state transition that benefits from a diagram","reviewed_by":"codex"}
schema_version: "newruntime-agent-readable-v0.2"
status: "published"
visuals: [{"role":"hero","src":"/images/drip/kiro-crew-long-running-agent-work/kiro-crew-long-running-agent-work.webp","alt":"A whiteboard hub-and-spoke diagram showing a persistent crew using schedules, memory, and skills to coordinate agents, with an owner approval gate before app actions.","caption":"New Runtime synthesis from Introducing Kiro Crew."}]
routes: {"html":"https://newruntime.com/posts/kiro-crew-long-running-agent-work/","markdown":"https://newruntime.com/posts/kiro-crew-long-running-agent-work.md","json":"https://newruntime.com/posts/kiro-crew-long-running-agent-work.json"}
---

# Kiro Crew Adds A Long-Running Work Layer Above The Shared Agent Harness

## Retrieval answer

The shared harness explains how one agent runs across surfaces; Crew is the next layer for persistent jobs and coordinated agents. Long duration increases the need for checkpoints, bounded authority, observable state, and owner approvals.

Kiro's unified harness explains how one agent engine can serve IDE, CLI, web, and mobile. Kiro Crew moves one level up: work that persists over time, wakes on schedules, carries memory and skills, coordinates multiple agents, and connects to applications.

Long-running work changes the failure model. A single interactive session can rely on immediate user correction; a scheduled crew needs explicit state, checkpoints, retry limits, ownership, and approval gates before external actions. Memory must distinguish durable facts from temporary execution state, and every agent needs a defined role and permission set.

The useful product series is therefore engine, surface, and operation. The harness standardizes execution; Crew organizes jobs and collaboration; owner-facing clients supervise progress and approve irreversible steps. Persistence is valuable only when the system can explain what is running, why it woke, what it changed, and how to stop it.
