Harrison Chase
@hwchase17
memory has been a hot topic for the past ~2 years
every time we bring it up or do anything there, gets ton of interest, but nothing sticks
few takes on why below:
- how to update and then use memory needs to be pretty tightly integrated with the harness. so its hard to build a standalone memory product
- the hardest part of memory is the logic of deciding what to remember. storing and even querying memory is not necessarily hard. the logic of deciding what to remember is often (a) application specific, (b) just prompting, which makes it hard to productize
- memory is not that useful in a general purpose agent, but more for when you are doing repeated tasks. more high usage ai agent are not just doing the same task repeatedly
- memory hasnt really proven to be useful for coding agents, and most agent things that take off happen first in coding agents