Research
The host, the checkpoint, and the loop after a failure.
Notes from the Linea team on executing the graph, holding the input each step saw, and operating the agent from those records.
Thesis
Why Linea is a runtime and control plane, not another way to draw a loop.
Notes
Focused notes on checkpoints, memory, and the code node.
Note · 2026-08-18
Why replay needs the checkpoint
A step can only be replayed against the payload it originally received. That payload exists only if the host executed the run.
Note · 2026-07-28
Memory is not a side quest
The graph asks for memory. The host keeps it. Future executions can read what earlier ones learned.
Note · 2026-07-21
Sandbox the code node
A code node is expected. It still has to run somewhere that cannot take the host down.