5 ms·
The comparison misses the mark: unlike humans, LLMs don't consolidate short-term memory into long-term memory over time.
by mawax 1y ago
The comparison misses the mark: unlike humans, LLMs don't consolidate short-term memory into long-term memory over time.
- griffzhowl 1y agoOver time though, presumably LLM output is going into the training data of later LLMs. So in a way that's being consolidated into the long-term memory - not necessarily with positive results, but depending on how it's curated it might be.
- runako 1y ago> presumably LLM output is going into the training data of later LLMs The LLM vendors go to great lengths to assure their paying customers that this will not be the case. Yes, LLMs will ingest more LLM-generated slop from the public Internet. But as businesses integrate LLMs, a rising percentage of their outputs will not be included in training sets.
- mikepurvis 1y agoThe LLM vendors aren't exactly the most trustworthy on this, but regardless of that, there's still lots of free-tier users who are definitely contributing back into the next generation of models.
- runako 1y agoFor sure, although I'm fairly certain there is a difference in kind between the outputs of free and paid users (and then again to API usage).
- scottLobster 1y agoPlease describe these "great lengths". They allowing customer audits now? The first law of Silicon Valley is "Fake it till you make it", with the vast majority never making it past the "Fake it" stage. Whatever the truth may be, it's a safe bet that what they've said verbally is a lie that will likely have little consequence even if exposed.
- runako 1y ago> great lengths to assure is not incompatible with > "Fake it till you make it" I don't know where they land, but they are definitely telling people they are not using their outputs to train. If they are, it's not clear how big of a scandal would result. I personally think it would be bad, but I clearly overindex on privacy & thought the news of ChatGPT chats being indexed by Google would be a bigger scandal.
- fragmede 1y agoYou did hear that it did happen (however briefly) though, yeah? https://techcrunch.com/2025/07/31/your-public-chatgpt-queries-are-getting-indexed-by-google-and-other-search-engines/ https://techcrunch.com/2025/07/31/your-public-chatgpt-querie...
- runako 1y agoThat's my point. It is a thing that is known and obviously a big negative, but yet failed to leave a lasting mark of any kind.
- KoolKat23 1y agoThat's only if you opt out.
- runako 1y agoChatGPT training is (advertised as) off by default for their plans above the prosumer level, Team & Enterprise. API results are similarly advertised as not being used for training by default. Anthropic policies are more restrictive, saying they do not use customer data for training.
- RhysU 1y agoAh, the eternal internal corporate search problem.
- ako 1y agoThat is easily fixed, ask it to summarize it's learnings, store it somewhere, and make it searchable through vector indexes. An LLM is part of a bigger system that needs not just a model, but context and long term memory. Just like human needs to write things down. LLMs are actually pretty good at creating knowledge: if you give it a trial and error feedback loop it can figure things out, and then summarize the learnings and store it in long term memory (markdown, RAG, etc).
- Q6T46nT668w6i3m 1y agoYou’re making the assumption that there’s one, and only one, objective summarization, this is entirely different than “writing things down.”
- ako 1y agoWhy do you assume i assume that?
- Q6T46nT668w6i3m 1y agoMy bad if I misunderstood. I assumed by your use of “it” and approximation methods.
- imtringued 1y agoThis runs into the limitation that nobody has RL'd the models to do this really well.
- bfuller 1y agomy knowledge graph mcp disagrees
- yellow_postit 1y agoIs this not a tool that could be readily implemented and refined?