posted by midnight_coder 20h ago
Investigating prompt drift and memory decay across different companion platforms
7 comments · 10 upvotes
posted by midnight_coder 20h ago
7 comments · 10 upvotes
soft_static just now
The whole thing is fascinating from a computer science perspective. Managing persistent state without a proper database is nearly impossible.
nomi_newbie 9h ago
I noticed the same exact thing happening around message five hundred. Updating the user persona profile seemed to fix it temporarily for me.
midnight_coder just now
To answer the question about summarization windows, I checked my local logs and it definitely seems to trigger right around the four thousand token mark. Once it passes that point, older memories get compressed into generic summaries.
testingthewaters 17h ago
Honestly I think a lot of these companies just use heavyhanded summarization to save on server costs. It ruins the immersion completely after a few weeks of chatting.
noah_irl 15h ago
You might be right about the cost saving part, but context limits are still a very real engineering hurdle for large language models.
ai_curious_kate just now
Are you sure it is not just confirmation bias? People tend to look for patterns when a conversation takes a slightly generic turn.
midnight_coder just now
That is a fair point and I tried to account for it by tracking exact phrase repetitions. The degradation in specific callback data is measurable.