Mira now remembers what you talked about across chats.
The mechanism is a per-profile memory layer. When you start a new conversation, the system looks at what you have discussed before and surfaces what is relevant — past projects, ongoing work, recurring preferences. The retrieval is cosine-similarity over an embedding index with a time-decay weight, so recent and salient context wins over stale, off-topic context.
Why this matters
If you have ever explained your tech stack twice, your team structure twice, or your house style twice — to the same assistant — you already know why. Memory is what makes a co-worker different from a temp.
What is and isn't shared
- Shared: topics, preferences, working context — only within your account.
- Not shared: other users, public web data, anything outside your account.
- Opt-out: the profile settings page has a master toggle. Toggle off and the retrieval is skipped.
We will continue to err on the side of less, not more, until we have lived with this for a while. If you find Mira recalling something you would rather it forgot, open the profile memory page and clear it.