Platform · Memory Safety
How does Ultra13 keep AI agent memory safe?
Ultra13 applies a write gate and a recall gate to agent memory. The write gate decides what is allowed to become durable memory and labels it by source and trust class; the recall gate decides what stored memory may influence. Untrusted memory can shape a preference but cannot authorize a tool call, export, or approval.
By the Ultra13 teamPublished Updated
TL;DR
- Write gate: control what becomes durable memory, labelled by source and trust.
- Recall gate: control what stored memory may influence.
- Separate preferences from operational instructions.
- Untrusted memory can never authorize a privileged action.
Why memory needs gates
Memory persists across sessions, so a single poisoned write can steer future users or tenants. Background: memory poisoning in AI agents.