Ask HN: Can LLMs “remember” previous prompts?
This might be a stupid question, I'm completely new to this. Is it possible for LLMs to incorporate human feedback by update their models in real time during a conversation session?
If not, why not?
EDIT:
Put another way,
1. If initial training runs some training loop 10 trillion times to modify a model by a lot
2. And if fine-tuning runs some training loop 10 thousand times to modify that pretrained model by a bit more
3. Can LLMs be architectured to take human feedback as input to run some training loop 10 times to nudge the actual model some more?
5 comments
[ 3.8 ms ] story [ 27.7 ms ] threadBut you could create an LLM for which it wouldn't be the case.
Do you have any idea why the models don't change? They may not need to, if "context" is enough to prompt them, but it's not clear to me why not.