Handoff

Added · Seed

Seeded from a cross-catalogue triage of six AI pattern libraries (references/ai-pattern-catalogues.md). The delegation foundation already names the handoff/takeback station this pattern covers; the move itself had no page.

Control of in-progress work passes between system and actor — in either direction — with enough context that the receiver can carry on where the giver stopped.

Forms

Recurring forms: escalation to the actor when the agent’s confidence or authority runs out, actor takeback mid-run, escalation from an automated channel to a human one, and the scheduled return of finished-but-unreviewed work.

Resources & references

To-do

The context-transfer half (what travels with the work) is thinner in the catalogues than the trigger half; ground it in support-desk escalation practice, which predates AI.

Consequences

  • control moves with its context attached — what was done, what remains, why the transfer — so the receiver continues the work instead of restarting it
  • the seam is where accountability changes hands, and where it is most easily lost: after a transfer, each side can believe the other is watching
  • transfers have a rate above which delegation stops paying for itself; a system that hands back constantly was never really delegated to

Related patterns

Serves

  • Delegation — covers the handoff-and-takeback station of delegation's lifecycle

Enacts

  • Agency — control is explicitly held, passed, and reclaimable rather than ambient

Related

  • Agent repair — repair keeps the current holder going; handoff gives up on the current holder without giving up on the work
  • Abort — abort ends the work; handoff continues it in other hands
  • Collaboration — in sustained co-work the transfer becomes routine turn-passing rather than an exception
  • Notification — a handoff to an actor who isn't watching arrives as a notification

Preceded by

  • Bounded autonomy — crossing a bound is a designed event rather than a failure: the work pauses and control returns to the actor for renewal, escalation, or takeback