Section 5 — Handoffs

    Handoff

    Transferring agent context from one session to another, with no return path. The carry mechanism varies — a written handoff artifact, an inmemory summary (compaction), and other...

    Matt Pocock
    Matt Pocock

    Transferring agent context from one session to another, with no return path. The carry mechanism varies — a written handoff artifact, an in-memory summary (compaction), and others. Distinct from clearing (no transfer at all). Reasons vary: switching roles (planner → implementer), kicking off an AFK run, fanning out to parallel sessions, or freeing up context window room.

    Usage:

    "Planning session is getting heavy — should I just keep going?"

    "Do a handoff. Write the decisions to a doc, clear, start the implementation in a fresh session reading from it."

    Want more than vocabulary?

    Join AI Hero for practical skills, thinking on AI engineering, and resources that keep you ahead of the curve.

    I respect your privacy. Unsubscribe at any time.

    Share