logoalt Hacker News

dgellowtoday at 3:05 PM2 repliesview on HN

They don’t have persistent memory though. Models are static, what you have is a model that will reprocess the whole series of prompts + some data fetched from a data store. A harness is just a while loop prompting an LLM and executing tool calls, but the model is purely static


Replies

vidarhtoday at 3:32 PM

The model does not. The system it runs in can. My agents have persistent memory. It is not at all clear whether or the distinction that the long-term memory is external from the model matters.

show 1 reply
axionbraidtoday at 3:38 PM

[flagged]