Allison Adds Conversational Context and Memory
We’re excited to share that in October 2023, Allison became significantly smarter by adding conversational context and memory. Instead of treating each message as a fresh input, Allison now remembers what was said earlier in a conversation — making interactions much more natural and coherent.
Why Conversational Context Matters
Traditional chatbots often start each response “from scratch,” with no memory of what came before. That means if you ask a follow‑up question — even one clearly connected to the last — the system might not understand the reference. To overcome this, modern AI research shows that storing and utilising long‑term dialogue memory dramatically improves consistency in extended conversations. Read more in this paper from Cornell University: Recursively Summarizing Enables Long-Term Dialogue Memory in Large Language Models, which describes how summarising and retaining past context help models generate cohesive responses across many turns.
How It Was Built
To give Allison conversational context, we store key parts of the chat history as the conversation unfolds and feed that accumulated memory back into the AI’s understanding of the next input. The steps look something like this:
- Capture and store ongoing conversation turns
- Summarise or index important context from those turns
- Use stored memory to inform future replies
This isn’t just logging every word — it’s about identifying what matters in a conversation and letting Allison reference that history when needed (e.g., for follow‑ups or callbacks to earlier points).
What This Enables
With conversational context and memory:
- Allison can follow multi‑turn exchanges without losing track of the topic.
- She can recall details from earlier in the dialogue, such as preferences or project info.
- Conversations feel more natural and coherent, reducing the need for users to repeat information.
This upgrade moves Allison closer to human‑like conversation, where each message builds on what came before — making her responses smarter, more relevant, and easier to trust.