nwhitehouse stops Mike's chatbot from forgetting what it just read
A fix so the legal assistant remembers the documents it pulled instead of re-reading them from scratch every single turn.
Until now, Mike's chat had a goldfish problem. Each time you sent a follow-up question, the assistant lost all memory of the documents it had fetched earlier in the same conversation, so it dutifully went back and re-read everything from the start. The system even carried an internal note admitting as much.
nwhitehouse rewires how the conversation is stored so the assistant now keeps a running record of what it looked up and what it found, and replays that history on every turn. A stray side effect - blank message bubbles cluttering the chat window - was caught and fixed in the same pass. The change is built to slot in cleanly on top of an existing setup without disturbing past conversations.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?