doesn't seem like it makes sense to train AI around human user interfaces which aren't really efficient. It is like building a mechanical horse.
Gemini 2.5 Computer Use model
81–90 of 339 posts
Re: Gemini 2.5 Computer Use model
#82Re: Gemini 2.5 Computer Use model
#83I feel like screenshots should be the last thing you reach for. There's a whole universe of data from accessibility subsystems.
The rendered visual layout is designed in a way to be spatially organized perceptually to make sense. It's a bit like PDFs. I imagine that the underlying hierarchy tree can be quite messy and spaghetti, so your best bet is to use it in the form that the devs intended and tested it for. I think screenshots are a really good and robust idea. It bothers the more structured-minded people, but apps are often not built so…
Re: Gemini 2.5 Computer Use model
#84Earlier quoted context omitted.
Except if its a messy div soup with various shitty absolute and relative pixel offsets where the only way to know what refers to what is by rendering it and using gestalt principles.
None of that matters to neural networks.
That's just one obvious example, but the principle holds more generally.
Re: Gemini 2.5 Computer Use model
#85Many years ago I was sitting at a red light on a secondary road, where the primary cross road was idle. It seemed like you could solve this using a computer vision camera system that watched the primary road and when it was idle, would expedite the secondary road's green light. This was long before computer vision was mature enough to do anything like that and I found out that instead, there are magnetic systems that…
FWIW those type of traffic cameras are in common use. https://www.milesight.com/company/blog/types-of-traffic-came...
Re: Gemini 2.5 Computer Use model
#86Earlier quoted context omitted.
It's on the brand of stuff that works. Expert systems and formal symbolic if-else, rules based reasoning was tried, it failed. Real life is messy and fat-tailed.
And yet we give agents deterministic tools to use rather than tell them to compute everything in model!
Re: Gemini 2.5 Computer Use model
#87Earlier quoted context omitted.
None of that matters to neural networks.
It does, because it's hard to infer where each element will end up in the render. So a checkbox may be set up in a shitty way such that the corresponding text label is not properly placed in the DOM, so it's hard to tell what the checkbox controls just based on the DOM tree. You have to take into account the styling and placement pixel stuff, ie render it properly and look at it. That's just one obvious example, but…
Re: Gemini 2.5 Computer Use model
#88Many years ago I was sitting at a red light on a secondary road, where the primary cross road was idle. It seemed like you could solve this using a computer vision camera system that watched the primary road and when it was idle, would expedite the secondary road's green light. This was long before computer vision was mature enough to do anything like that and I found out that instead, there are magnetic systems that…
It's funny I'll sometimes scoot forward/rock my car but I'm not sure if it's just coincidence. Also a lot of stop lights now have that tall white camera on top.
Re: Gemini 2.5 Computer Use model
#89It didn't really occur to me that you could just train a computer to work directly on the semi-structured human world data (display screen buffer) through a human interface (mouse + keyboard).
However, I fully support it (like all the other crazy ideas on the web that beat out the "theoretically better" approaches). I do not think it is unrealistic to expect that within a decade, we could have computer systems that can open chrome, start a video chat with somebody, go back and forth for a while to achieve a task, then hang up... with the person on the other end ever knowing they were dealing with a computer instead of a human.