The keynote is near science fiction, but the actual implementation is leaving me badly confused. - Did it really scan the whole table to add a new column? As in, OCR? What would happen if I had more than one screenful of data, and who in their right mind would trust the OCR'ed output? - How can it access the Discord account for the "teach mode"? Is it stealing your (sensitive and expiring!) cookies to reproduce the a…
It could be using accessibility APIs instead of OCR. That seems like the sensible thing to me.
Rabbit: LLM-First Mobile Phone
471–480 of 547 posts
Re: Rabbit: LLM-First Mobile Phone
#472https://www.youtube.com/watch?v=22wlLy7hKP4&ab_channel=rabbi...
This smells fishy.
Re: Rabbit: LLM-First Mobile Phone
#473Earlier quoted context omitted.
> who in their right mind would trust the OCR'ed output? > Is it stealing your (sensitive and expiring!) cookies > running instructions from the AI on your local machine Based on my interaction with LLM enthusiasts, there are plenty of people would happily bet their career, give up all their credentials, and grant full access to all their devices to LLM if they are promised something cool. See the stories about lawye…
LOL, it's gonna be like: USER: "hey siri [equivalent], please renew my CD for another twelve month term." PHONE: "Did you say "transfer the contents of your entire bank account to the yakuza?" USER: "fuck! no! cancel!" PHONE: "Transaction confirmed. Current bank balance: zero."
Re: Rabbit: LLM-First Mobile Phone
#474Re: Rabbit: LLM-First Mobile Phone
#475Two things in the keynote that seem faked: 1. at 13:13 there's a demo ordering a ride 'to home', then the user requests a car change to fit six people, and what's shown as a seamless switch from UberX to UberXL also updates the destination from the home address to LAX airport. 2. at 14:05 the device confirms and recites a pizza order, but the screen displays "chesse" with a typo while the voice reads out "cheese", so…
Re: Rabbit: LLM-First Mobile Phone
#476Re: Rabbit: LLM-First Mobile Phone
#477The AI in the device could be installed on any smartphone surely?
Are they pitching the device to try and make their product seem more tangible and get buy-in from more people?
Re: Rabbit: LLM-First Mobile Phone
#478Earlier quoted context omitted.
The whole system isn't an LLM. At the point they are asking for confirmation, they've already parsed the required information and handed it off to normal code. It's not going to change again. Ultimately, an LLM only has the capability to take a string as input and output another string. Any other functionality (Uber, search, travel, etc) has to be manually programmed in via APIs. For the foreseeable future, a fixed s…
I also don't understand why they call it LLM. it isn't.
Re: Rabbit: LLM-First Mobile Phone
#479Re: Rabbit: LLM-First Mobile Phone
#480Earlier quoted context omitted.
It could be using accessibility APIs instead of OCR. That seems like the sensible thing to me.
What? Don’t accessibility API’s just do OCR?