Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- my initials = LLM :(by llarota
- The issue remains the context window. I haven't seem any example of a "memories" system that the agent can update over time without it devolving into slop. The magic of the human brain is that we seem to have decently sophisticated heuristics parsing/saving memories as well as for letting memories that aren't accessed decay.
- Yes i agree, but somehow knowledge got put into the LLMs head during train time, but why does it not work during inference time? Too little examples? Do llms know stuff with exactly one occurence in the training data?by fred123123
- It depends on what you mean by continual learning. Do you just mean some form of memorization, or something more/different?
- I mean it gains the same level of expertise as it does on stuff in training data.by fred123123