1. The Problem Memory Base Solves
Standard AI chats are amnesiac. Every new chat thread forces you to repeat your role, preferred tech stack, and project rules.
Scoped strictly to one conversation thread. Dies when starting a new chat.
Scoped strictly to chats inside a specific folder (e.g. "In this folder, use TypeScript").
Facts about YOU and YOUR PROJECTS that persist across ALL chats forever until deleted.
2. Opening & Navigating Memory Manager
Click Memory (Brain icon) in the left sidebar to open the full-screen Memory Base Manager.
- Preferences: Preferred language, framework, styling, and coding conventions.
- Personal: Role, location, timezone, and communication style preferences.
- Projects: Long-term facts and architectural constraints for specific active projects.
- General: Universal facts, domain knowledge, or custom workflow rules.
3. Auto-Save Facts — How the AI Learns About You
When Auto-Save Facts is enabled, Accelerated Logic AI quietly runs a background extraction pass after each response:
✅ Automatically Extracted Examples:
- "I live in Allentown, PA" → Saved to Personal category.
- "I always write TypeScript with strict null checks" → Saved to Preferences category.
❌ Ignored Short-Term Context:
Bug reports, temporary code snippet fixes, and file attachments are never saved as long-term facts.
4. Context-Aware Relevance Filtering
To prevent flooding system prompt tokens, Accelerated Logic AI performs keyword relevance matching before each turn. Only memories matching your current prompt context (or category) are injected into the model payload. Asking "What do you remember about me?" automatically injects all active memories.
5. Manual Fact Etching & Presets
Click Manual Entry to etch specific facts. On fresh installations, select from preset templates (Default Stack, Aesthetics, Developer Role, Architecture) for instant 1-click memory initialization.
6. Managing Memory Cards
Mute/unmute individual memories without deleting them.
Edit phrase wording or update category classification.
Purge all long-term facts with a single confirmed action.
7. Memory Settings & Deletion Permissions
In Settings → Fact Memory, toggle AI Can Delete Memories. When enabled, saying "Forget that I live in NY" allows the model to output a <delete_memory id="..."> tag to remove outdated facts safely.
8. Memory Best Practices
Do Save: Standard stack preferences, coding conventions, persona roles, WCAG accessibility rules, and long-term project requirements.
Do Not Save: Temporary bug details, raw file contents, secrets or API keys, or conflicting preferences (e.g. both light and dark mode).
9. Cloud Sync & Workspace Export
When Google Drive backup is enabled with Memories toggled ON, facts sync automatically to my_ai_memories.json. You can also export or import standalone JSON files in Settings → Export Workspace.
10. Memory Troubleshooting
Memory Not Applying? Ensure the Eye icon is active (not muted) and verify the memory text includes explicit keywords (e.g. "TypeScript") for relevance matching.
Conflicting Memory? Search for old preferences and delete outdated entries to prevent contradicting instructions.