this post was submitted on 06 Sep 2025
29 points (96.8% liked)

Asklemmy

50304 readers
796 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Achyu@lemmy.sdf.org 1 points 2 days ago (1 children)

So an LLM with realtime learning/updation?

[โ€“] yogthos@lemmy.ml 1 points 2 days ago

Not necessarily just an LLM on its own. The key part is that the internal model is coupled with reinforcement learning where it becomes rooted in the behaviors of the physical world. Real time continuous learning is the way to get there, but it can be done using different approaches. For example, neurosymbolic AI combines deep neural networks with symbolic logic. The LLM is used to parse and classify noisy input data, while a logic engine is used to make decisions about it. My expectation is that we'll see more of these types of approaches where different machine learning techniques are combined together going forward. LLMs will just be one part of the bigger whole.