Overview
a21e maintains persistent memory across sessions. When you correct a response, state a preference, or share project context, a21e remembers it and applies it to future requests automatically.How memory works
- Capture — after each interaction, a21e extracts memorable facts (preferences, corrections, context)
- Store — memories are embedded and stored in your personal or org scope
- Retrieve — on each new request, relevant memories are retrieved via semantic search
- Apply — retrieved memories are injected into the prompt as calibration context
Memory scopes
| Scope | Visible to | Example |
|---|---|---|
user | Only you | ”I prefer Tailwind over styled-components” |
org | All org members | ”Our API uses camelCase for JSON fields” |
Viewing your memories
Adding a memory manually
Deleting a memory
Automatic capture
Memory capture happens automatically after Huddle conversations. After a response, you’ll see a Memory capture section below the composer where you can review and confirm what a21e learned. You can pause automatic memory capture in your workspace preferences.Memory in practice
Without memory (first interaction):“Write a React component” → Uses class components, JavaScript, CSS modulesAfter correction (“I use functional components with TypeScript and Tailwind”):
“Write a React component” → Uses functional components, TypeScript, Tailwind CSSThe more you use a21e, the less you need to specify.