Memory is behavioral. Resume packets are operational.
Both matter, but they solve different failures. Memory makes future interactions feel familiar. Resume packets make paused work restartable without rereading a transcript or rebuilding browser context.
Where conversation memory wins
Memory is the right layer for durable preferences, relationship context, default tone, recurring constraints, and long-term correction patterns. It should shape future behavior without forcing the user to repeat themselves.
- Preferred tone and channel.
- Recurring scheduling constraints.
- Known vendors, people, projects, and habits.
Memory remembers defaults
It is useful before the task begins, when the agent decides how to behave.
Packets preserve state
They are useful while the task is alive, when the agent needs to resume exactly where it paused.
The layers cooperate
A resume packet can cite memory, but it should not depend on hidden memory to explain current state.
Why Super-style workflows need packets
Super is relevant when agents move between text approvals and browser execution. The text message AI assistant flow needs a compact user-facing handoff, while the computer-use cache keeps the underlying packet grounded in browser evidence.