this post was submitted on 20 Mar 2024
98 points (90.2% liked)

Technology

57432 readers
3957 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

I, for one...

you are viewing a single comment's thread
view the rest of the comments
[–] potatopotato 5 points 5 months ago (1 children)

So the line of reasoning I'm taking is that current ai is just a statistical model. It's useful for plenty of stuff, but it just doesn't do things well that don't lend themselves to a statistical approach, for instance it can kinda "luck" it's way through basic math problems because there's a lot of examples in its training set but it's fundamentaly not doing the kind of forward reasoning/chaining that is required to actually solve problems that aren't very commonly seen.

In the case of a robot body, where are they going to get the training set required to fully control it? There isn't a corpus of trillions of human movements available to scrape on the web. As mentioned in this thread, you can get certain types of a ai to play video games but that's relatively easy because the environment is simple, virtual, and reproducible. In the real world you have to account for things like sample variation between actuators, forces you didn't expect, and you don't have infinite robots if it breaks itself trying to learn a motion. Boston dynamics uses forms of ai but they're not strictly the types that are exploding right now and don't necessarily translate well.

[–] [email protected] 0 points 5 months ago

Actually controlling the robot body could be a subsystem - as others have said here, AI has been used to control video games or even robotic devices, but that's different than LLMs like chatgpt.

If the LLM is the "brain" it can send commands to the body subsystem. In a similar way to right now where chatgpt can do a web search or upload a file. Those capabilities aren't fundamentally part of the LLM, they're kind of like an API call.