jason_bman

jason_bman t1_je9unzr wrote

Do you know if the example Figures are hand-typed by the researchers? For example, there is a prompt in Figure 9:

Human: I hope to eat an apple and drink a cup of milk.
Can you please pick them up from the fridge and put
them on the kitchen table?

TaskMatrix.AI: Sure, I can help you with that.
robot_go_to("fridge")
robot_pick_up("egg")
robot_go_to("kitchen table")
robot_put_down()
robot_go_to("fridge")
robot_pick_up("milk")
robot_go_to("kitchen table")
robot_put_down()

Wondering if "egg" is just a typo from the research team. Seems like an error that a large LLM would not make.

8

jason_bman t1_j1aenlq wrote

This is a question I just asked in the "Google Code Red" thread, but what is the incentive for you to continue creating websites if a tool like ChatGPT is just going to scrape your info and present it in a cleaner/shorter answer to the end user? The user would never even need to visit your site.

I've worked in SEO quite a bit, too. So this thought came to mind since the whole point of SEO is to get people to visit your site. Every question that ChatGPT answers for a user is a potential user visit to your site taken away.

2