GuidesGuide

How AI companion memory actually works

An AI companion does not remember the way a person does. It re-reads a limited amount of text before every reply, and everything that matters follows from that limit.

Updated 2026-07-19

The model re-reads instead of remembering

Every time you send a message, the model receives a bundle of text: a description of the character, some of your conversation, and whatever facts the app has saved about you. It reads all of that from scratch and writes a reply. Nothing persists inside the model between messages — the sense of continuity comes entirely from what the app chooses to put in that bundle.

That bundle has a size limit, called the context window, measured in tokens. Janitor AI, for example, publishes a free tier with roughly a nine-thousand-token context and sells a subscription with several times more. When your conversation grows past the limit, something has to be dropped, and how the app decides what to drop is the whole game.

Why your companion forgets things that mattered

The simplest apps keep the most recent messages and discard the oldest. That works until the thing you cared about — your sister’s name, the argument you had, the job you just started — scrolls out of range and vanishes. It feels like betrayal, but it is arithmetic.

Better systems separate two kinds of memory. Recent conversation stays verbatim, while important facts get extracted into a compact list that is always included regardless of age. Character.AI describes exactly this: pinned "Story Memory" that stays put no matter how full the bar gets, automatically captured facts, and a visible memory usage meter. Kindroid exposes the list directly and lets you edit it. Nomi has built its reputation on the same idea, and long-term recall is the feature it is most consistently praised for.

What this means when you compare apps

A claim like "she remembers you" tells you almost nothing on its own. The useful questions are narrower: can you see what the app has stored, can you correct it when it saves something wrong, and does anything survive when a conversation runs long. An app that lets you read and edit its memory is making a stronger promise than one that just says the word.

Also expect a trade-off with cost. A large context means more text processed on every single message, which is why the bigger memory usually sits on the paid tier.

Getting more out of the memory you have

State important facts plainly rather than hoping they are inferred. "I work nights and sleep during the day" is far more likely to be captured than the same thing implied across five messages. If the app has an editable memory or a profile field, put the things that matter there instead of in chat, because that section usually survives when conversation does not.

When a companion contradicts something you established, correct it directly in the next message rather than arguing about it. You are not changing its mind; you are putting the right text back into the bundle it reads.

Questions

Why does my AI companion forget what I told it?
It re-reads a limited window of text before each reply. Once a conversation grows past that limit, older messages fall out unless the app has saved them as facts.
What is a context window?
The maximum amount of text the model can consider at once, counted in tokens. Larger windows cost more to run, which is why they usually sit behind a paid tier.
Which AI companion has the best memory?
Nomi is the name most often cited for long-term recall, and Kindroid and Character.AI both let you see or pin what is stored. What matters most is whether you can inspect and correct it.