|
|
|
|
|
by imtringued
431 days ago
|
|
Minor nitpicks. I think your points are pretty good. 1. Self-rewiring is just a matter of hardware design. Neuromorphic hardware is a thing. 2. LLM foundation models are actually unsupervised in a way, since they simply take any arbitrary text and try to complete it. It's the instruction fine-tuning that is supervised. (Q/A pairs) |
|
The point is about unsupervised learning. Once an LLM is trained, its weights are frozen — it won’t update itself during a chat. Prompt-driven Inference is immediate, not persistent, you can define a term or concept mid-chat and it will behave as if it learned it, but only until the context window ends. If it was the other way all models would drift very quickly.