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!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~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
view the rest of the comments
They've made fictional AI seem that much more far-fetched.
Obviously, we all learn by imitation and instruction - but LLMs have shown that's only part of the puzzle
I think LLMs could provide a human friendly interface for robots. There's a lot of interesting work happening with embodied AI now, and in my opinion embodiment is the key ingredient for making AI intelligent in a human sense. A robot has to interact with the environment and it builds an internal model of the world for making decisions. This creates a feedback loop where the robot can learn the rules of the world and do meaningful interaction, and that's precisely what's missing with LLMs.
So an LLM with realtime learning/updation?
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.