logoalt Hacker News

vidarhtoday at 3:01 PM2 repliesview on HN

A model detached from a harness, sure. But we routinely do add persistent memory to systems incorporating LLMs.


Replies

dgellowtoday at 3:05 PM

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

show 2 replies
staticman2today at 3:19 PM

I think a harness isn't really a memory in the sense that neural networks have memories...

show 1 reply