Safari Reading List Wiki Home About Schema Log Sources

Concepts

Long-Running Agent Systems medium

Type
concept
Tags
ai-agents software-engineering developer-workflow
Confidence
medium
Created
2026-08-09
Updated
2026-08-09
Sources
raw/articles/harness-design-for-long-running-application-development-anthropic-9fa759b72385.md, raw/articles/building-a-c-compiler-with-a-team-of-parallel-claudes-anthropic-1eba12a4a8fa.md, raw/articles/ralph-wiggum-with-claude-code-how-people-are-using-it-effectively-by-jp--34509be9cb91.md, raw/articles/michael-truell-mntruell-10k-likes-270-replies-56c00e466bd0.md, raw/articles/the-shape-of-things-to-come-6becd8bc303d.md, raw/articles/changes-to-github-copilot-individual-plans-the-github-blog-321cbc6864cf.md

Long-Running Agent Systems

Long-running agents shift the central engineering problem from a single answer toward handoffs, task decomposition, evaluation, concurrency, environment reliability, and merge coordination. The corpus supports no claim that they are autonomous in the strong sense: all examples retain tests, evaluation, review, or explicit recovery mechanisms.

Synthesis

  • Anthropic’s harness examples use planners, generators, evaluators, structured handoffs, browser testing, containers, task locks, and CI to extend work beyond one context window. [src] [src]
  • Ralph-style loops and Cursor cloud agents show simpler operational forms: repeat bounded work, isolate environments, return artifacts, and make completion or review visible. [src] [src]
  • Wheelhouse’s work-graph vision highlights a scaling tension: parallel workers can accelerate implementation, but shared state, merge queues, and capacity constraints become first-class coordination problems. [src]

Coverage expansion

GitHub's Copilot plan changes make capacity part of the design problem: the company attributes stricter session and weekly limits to compute demand from long-running, parallel agentic workflows, and recommends reducing concurrency or choosing lower-multiplier models near limits. This is vendor-specific operational guidance, not a general measurement of agent efficiency. [src]

The workspace and recovery side of parallel execution is developed in Version Control And Agent Workflows.

Related pages