Very good introduction on - let’s say - the gap between promises and reality of #LLM and #chatGPT.
Many call it #slop or #microslop. The scientific term is #Bullshit thanks to #HarryGFrankfurt and these guys.

CZM Rewind: The Academics That Think ChatGPT Is BS (https://pods.link/ep/i/1000721751470)

CZM Rewind: The Academics That Think ChatGPT Is BS

Listen now on your favorite streaming service. Powered by Songlink/Odesli, an on-demand, customizable smart link service to help you share songs, albums, podcasts and more.

Songlink/Odesli
These #LLM|s are trained before they are released. But after that - as far as I know - they do not learn. They have a context window that is lost wegen the session closes.
One can simulate short term learning by throwing stuff into the prompt. This may be comparable to cramming for a test.
There is no experience that the model can gain from all its interactions - apart from the operators storing all the conversations (which is a giant data privacy issue) and feeding them in the training run for the next release.

@iamlayer8 True. The model itself is stateless. The state (or context if you want) is all that the services memorizes and adds that to all requests. And that part is making those services more and more valuable.

Which goes in both ways. Usefulness for the user and better data for the provider. I agree privacy and information ownership is a major concern here.

Reading this blog post I learned how little innovation beyond the LLM itself was probably needed to get here: https://manthanguptaa.in/posts/chatgpt_memory/

I Reverse Engineered ChatGPT's Memory System, and Here's What I Found! - Manthan

When I asked ChatGPT what it remembered about me, it listed 33 facts from my name and career goals to my current fitness routine. But how does it actually store and retrieve this information? And why does it feel so seamless? After extensive experimentation, I discovered that ChatGPT’s memory system is far simpler than I expected. No vector databases. No RAG over conversation history. Instead, it uses four distinct layers: session metadata that adapts to your environment, explicit facts stored long-term, lightweight summaries of recent chats, and a sliding window of your current conversation.