Evidence-linked trend hypothesis

Goal-scoped loops replace manual continuation

Long-running agent work is moving from repeated continue prompts toward explicit goals, stopping conditions, schedules, task state, and evaluator-driven retries.

Current thesis

  • An autonomous loop becomes operationally useful when completion is an external contract rather than a model's subjective decision to stop.
  • Confidence: high.
  • Supported by 6 normalized raw signals.

Source ledger

Publishable sources attached to this record.

4 public sources
#SourceRolePublic status
1code.claude.comsourceprimary receiptsource_urls
2github.comreposupporting receiptsource_urls
3cursor.comsourcesupporting receiptsource_urls
4github.blogreposupporting receiptsource_urls

What replaces keep going

Repeated continuation leaves the stopping rule inside the same model that is doing the work. Goal-scoped systems move it into observable state: an acceptance test, score, deadline, retry budget, queue state, or approval. The agent can then continue, recover, or stop for a reason the operator can inspect.

Supporting evidence

  • Claude Code goals bind work to an explicit outcome.
  • Maintainer scripts package recurring repository work as stateful loops.
  • Cursor and GitHub turn successful interactive workflows into automations.
  • Continuous evaluation gives multi-agent systems an external quality signal.

Operational consequence

Every loop should declare its target, evaluator, budget, permissions, retry policy, checkpoint, and escalation path. Tasks without a credible evaluator should remain interactive rather than receiving artificial autonomy.