Live Comparison
Watch side-by-side as we restore the same cognitive state using hydration vs resumability approaches.
Hydration
Replay all steps
Progress0%
Steps Replayed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Tokens
0
Time
0ms
Resumability
Load checkpoint
Progress0%
State Restored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Tokens
0
Time
0ms
How It Works
Hydration Process
- 1Load conversation history
- 2Re-parse all previous messages
- 3Rebuild internal context
- 4Re-derive intent from scratch
- 5Re-plan based on context
- 6Ready for new input
Resume Process
- 1Load ContinuationRecord JSON
- 2Verify contentHash chain
- 3Resume from next resumePoint
ContinuationRecord Contains- •
task— goal, status, success criteria - •
decisions[]— tracked choices with rationale - •
resumePoints[]— continuation gates - •
toolEffects[]— idempotent action log - •
contentHash— audit trail