Can you instruct a robot to make a PBJ sandwich?
11–20 of 42 posts
Re: Can you instruct a robot to make a PBJ sandwich?
#12It’s funny, when I’ve seen this demonstrated, it’s basically literally impossible to get the right result because the test maker doesn’t define an instruction set that you can rely on. They will deliberately screw up whatever instructions you give them no matter how detailed. A computer has a defined ISA that is specified in terms of behavior. A compiler transforms a language with higher level abstractions into this…
One of many lessons that can be taken away from this exercise is to understand your audience and challenge the assumptions you make about their prior knowledge, culture, kind of peanut butter, et deters.
Re: Can you instruct a robot to make a PBJ sandwich?
#13It’s almost like we need some deterministic set of instructions that can be fed to a machine and followed reliably? Like… I don’t know… a “programming language”?
You need something general and flexible, dare I say "intelligent", or you'll be babysitting the automation, slowly adding the thousand little corner cases that you find, to your hard coded decision tree.
This is also why every company with a home service robot, that can do anything even remotely complex as a sandwich, are doing it via teleoperation.
Re: Can you instruct a robot to make a PBJ sandwich?
#14Demonstrations like this are a regular feature of the Japanese educational TV show "Texico", which teaches logical thinking with the specific goal of preparing young children for programming. I highly recommend it. It's extremely well made, and quite entertaining even for adults. It's available in English, 10 minutes per episode, no subscription required: https://www3.nhk.or.jp/nhkworld/en/shows/texico/
Re: Can you instruct a robot to make a PBJ sandwich?
#15Re: Can you instruct a robot to make a PBJ sandwich?
#16Re: Can you instruct a robot to make a PBJ sandwich?
#17Demonstrations like this are a regular feature of the Japanese educational TV show "Texico", which teaches logical thinking with the specific goal of preparing young children for programming. I highly recommend it. It's extremely well made, and quite entertaining even for adults. It's available in English, 10 minutes per episode, no subscription required: https://www3.nhk.or.jp/nhkworld/en/shows/texico/
Texaco + Mexico = Texico? The Japanese never fail to amuse foreigners with their naming.
Re: Can you instruct a robot to make a PBJ sandwich?
#18Re: Can you instruct a robot to make a PBJ sandwich?
#19Re: Can you instruct a robot to make a PBJ sandwich?
#20It’s kind of interesting relating this to LLMs. A chef in a kitchen you can just say you want PB&J. With a robot, does it know where things are, once it knows that, does it know how to retrieve them, open and close them. It’s always a mystery what you get back from an LLM.