Sign InOpen Brain
arXivPaperNeeds Review

Handover of In-Context Learning State Across Session Boundaries

Agent handoffs should preserve task-relevant predictive state, not blindly compress the transcript. The paper offers a three-part record for carrying decisions, evidence, and irreducible observations across sessions.

arXiv · Aug 14, 2026
Open Source Open MarkdownOpen JSON
Source Summary

The paper frames session handover as transferring a task-relative in-context learning state. Its **three-part record** keeps decisions and constraints exactly, summarizes repeated evidence with task-justified statistics, and retains observations whose effects those statistics lose.

Practical Implication

For coding-agent workflows, design handoff files around the continuation task rather than generic transcript summaries. Preserve hard constraints verbatim, compress only evidence with a known sufficient representation, and keep raw observations when their downstream effect is uncertain.

Agent-Ready Context
The paper frames session handover as transferring a task-relative in-context learning state. Its **three-part record** keeps decisions and constraints exactly, summarizes repeated evidence with task-justified statistics, and retains observations whose effects those statistics lose.

For coding-agent workflows, design handoff files around the continuation task rather than generic transcript summaries. Preserve hard constraints verbatim, compress only evidence with a known sufficient representation, and keep raw observations when their downstream effect is uncertain.

The sufficiency result assumes **exogeneity**, while exact finite-dimensional handover is demonstrated for Gaussian linear regression. The nonparametric case provides memory-versus-error bounds, not a universal recipe for software tasks.
Connected Context · Feed7 Judgment

This gives durable agent state a task-relative compression rule: preserve decisions and constraints exactly, summarize only evidence with a justified sufficient representation, and retain raw observations when effects are uncertain. It strengthens reset and shared-plan patterns while narrowing them with formal assumptions that do not establish a universal coding-agent handoff format.

Chained Recursive Language Models for Multi-Iteration ReasoningChained RLM provides the reset-and-resume harness in which this three-part handover record could replace undifferentiated summaries and blackboard state.huangruiteng/loopxLoopX supplies durable goals, gates, evidence, and ownership across turns; the paper clarifies which parts of that continuation state should remain exact or compressed.Velocity Sickness: What Happens When Your Whole Team Gets 10x Faster — Matt Dailey, Ref.Durable shared plans identify the coordination need, while this paper narrows how decisions, constraints, evidence, and uncertain observations should cross session boundaries.Blast RadiusBlast Radius preserves reversibility by archiving unused history, complementing the paper’s lossy task-relative compression where no sufficient representation is known.
Context Map
agentcoding#agent-memory#context-engineering#multi-agent
Uncertainty
The sufficiency result assumes **exogeneity**, while exact finite-dimensional handover is demonstrated for Gaussian linear regression. The nonparametric case provides memory-versus-error bounds, not a universal recipe for software tasks.