Memory · Architecture

AI RPG with persistent memory.

The number one complaint about AI roleplay tools, every year, in every community: the AI forgets. Names drift. Inventory evaporates. The faction your character toppled in chapter one returns by chapter three with no memory of it. Creation OS was built around that problem.

The standard approach (and why it fails at scale)

Most AI RPG tools work by stuffing the chat history into the model's context window each turn. As the campaign grows, older turns get summarised or dropped. The model's memory is whatever happens to be in the active context. That works for a one-hour session. It breaks at turn 100, and breaks badly at turn 500.

What Creation OS does instead

Mechanical state lives in a real database. Not narrated, not summarised, not dropped. Every NPC, every faction, every coin, every recipe learned, every grudge held, every inventory item, every property owned has a row. The AI narrator describes around that state, but it cannot forget what isn't in the prompt. The truth is in Postgres; the prose is the wrapper.

Combined with a hierarchical episodic memory system (a RAPTOR-style tree of compressed chapter summaries) and semantic vector retrieval of older events, the engine can pull context from turn 800 into the prompt at turn 1000 without flooding the window.

What this means in practice

  • Your apprentice still remembers her mother's name on turn 200.
  • The dozen loaves you sold yesterday are still in the ledger.
  • The faction war you ended in chapter two stays ended.
  • The merchant you wronged in spring still won't serve you in winter.
  • If the AI hallucinates a coin you don't have, the server rejects the action.

Compared to the alternatives

AI Dungeon, NovelAI, SillyTavern are LLM-context-only. Memory degrades over a session. They're excellent for short improvisation; less reliable for week-long campaigns.

Friends & Fables, AI Realm add structured D&D 5e rules but still rely largely on LLM memory for narrative continuity. NPC consistency past chapter two is hit-or-miss.

Voyage by Latitude is the most ambitious comparable — new, well-funded, and explicitly addressing memory. We'll see how their World Engine handles 1000-turn campaigns; their published metrics so far emphasise breadth, not duration.

Creation OS is built for duration first. If you're running a months-long campaign and the AI forgetting your character is what keeps killing it, this is the engine for that problem.

Start a campaign that lasts

Free tier. First world on the house.