Goal
What the team is trying to make true
Persistent context · AI agent memory
Carry the relevant goals, decisions, evidence, and project history into the next task—so ongoing work can continue without starting from an empty prompt.
The useful unit of memory is not every token ever seen. It is the relevant work record the team can recognize and the agent is allowed to use.
What the team is trying to make true
What was approved, changed, or ruled out
The files and results that support the work
What already happened and what remains
Before and after
A team should be able to resume from the project state—not paste yesterday’s conversation back into a new window.
Without persistent context
“Can you remind me what we decided, which file won, and what remains?”
With Offloop work memory
Memory should remain attached to a clear workspace and task boundary instead of becoming an invisible pool of unqualified recall.
Keep goals, progress, files, and decisions in the ongoing work record.
Bring relevant, authorized context into the task that needs it.
Resume with the prior outcome and next step visible to the team.
Memory boundary
What memory means, what persists, and what it does not imply.
AI agent memory is the product layer that helps an agent retrieve relevant prior context—such as goals, decisions, files, and work history—when it continues a task.
A context window is the information available to a model during one inference. Persistent memory is selected product context that can be retrieved again across later work.
Offloop can preserve the work record around Channels and Runs: the goal, visible progress, files, decisions, and outcomes that belong to that work. Exact availability still follows product permissions and scope.
No. Product memory and model training are different concepts. This page describes retrieval of authorized work context, not a claim that the model learns permanently from every interaction.
No. Memory should be relevant, scoped, and permission-aware—not unlimited recall. Access and retention follow the workspace and product controls that own the underlying work record.
Keep moving