Positive users share experiments with shared agent brains or delegates as promising fixes for memory loss in AI harnesses, while negative users call persistent memory one of the biggest unsolved problems.
Based on 6 visible X reactions from 15 accounts; directional sample.
Ask a question below.
Published answers will appear here.
The root cause is that we are using the chat transcript as continuation state, and it's really poor at that. It's ambiguous, and surface-bound. Better compaction and more complex memory systems aren't the answer, yet many are chasing that and just throwing more tokens at symptoms. As you suggest, there is a missing primitive, one of governed semantic state. This is something I'm working on.
Agent memory is still one of the biggest unsolved problems. Today, we are able trace tool calls and model outputs, but not what the agent knew, forgot, compressed, or dropped along the way. Skills help with procedures, but they don鈥檛 really solve state. Need a real context layer with provenance, retention rules, and compaction history.
I made a shared brain for my agents with @databricks They check in end of day and beginning of the day to report on any movement on any of our projects. It鈥檚 still search plus context window management but it doesn鈥檛 feel like it now. it鈥檚 been a fun and fruitful Experiment.
@adityaag I鈥檝e found having the main thread you鈥檙e interacting with plan, delegate to other agents, and verify (i.e not doing any actual work itself) helps this issue significantly. It doesn鈥檛 completely solve the issue, but makes it much more bearable
@adityaag Agent memory is one of the biggest problems in the game. I fear we may need to be training some subset of weights daily in order to make real progress on this. Otherwise it is all just some combination of search plus context window management.
Memory "loss" and compaction still feels like a huge issue with all harnesses. A tendency to forget and get confused is pretty frustrating for the end user. The "interpretability" when these errors occur is also pretty poor. Skills as a way to store this information feels like one of the root issues. Would be cool to have some kind of format/language to make this better.
Positive users share experiments with shared agent brains or delegates as promising fixes for memory loss in AI harnesses, while negative users call persistent memory one of the biggest unsolved problems.
Based on 6 visible X reactions from 15 accounts; directional sample.
Ask a question below.
Published answers will appear here.