Earlier quoted context omitted.
2D rendering is not necessary for processing information by neural networks. In fact, the image is flattened into 1D array & loses the topological structure almost entirely b/c the topology is not relevant to the arithmetic performed by the network.
I'm talking about HTML (or other markup, in the form of text) vs image. That simply getting the markup as text tokens will be much harder to interpret since it's not clear where the elements will end up. I guess I can't make this any more clear.
Gemini 2.5 Computer Use model
261–270 of 339 posts
Re: Gemini 2.5 Computer Use model
#262Re: Gemini 2.5 Computer Use model
#263How likely is it that the end game becomes that we stop writing apps for actual human users and instead sites become massive walls of minified text against a black screen.
If you're asking how likely it is that all human-computer interaction will take place via lengthy natural language conversations then my guess is no.
Visualising information and pointing at things is just too useful to replace it with what is essentially a smart command line interface.
Re: Gemini 2.5 Computer Use model
#264Earlier quoted context omitted.
Funny thing is, most humans cannot properly control a computer. Intelligence seems to be impossible to define.
Is this a joke, or do you actually believe most people are incapable of using a computer?
Re: Gemini 2.5 Computer Use model
#265I would love to use this for E2E testing. It would be great to make all my assertions with high level descriptions so tests are resilient to UI changes. Seems similar to the Amazon Nova Act API which is still in research preview.
It's also hard to convey to the testing system what is an acceptable level of change in the UI - what the testing system thinks is ok, you might consider broken.
There are quite a few companies out there trying to solve this problem, including my previous employer https://rainforestqa.com
Re: Gemini 2.5 Computer Use model
#266I just have to say that I consider this an absolutely hilarious outcome. For many years, I focused on tech solutions that eliminated the need for a human to be in front of a computer doing tedious manual operations. For a wide range of activities, I proposed we focus on "turning everything in the world into database objects" so that computers could operate on them with minimal human effort. I spent significant effort…
Re: Gemini 2.5 Computer Use model
#267Earlier quoted context omitted.
Is this a joke, or do you actually believe most people are incapable of using a computer?
We should be very specific and careful with our words. pseidemann said "most humans cannot properly control a computer", which isn't the same as "most people are incapable of using a computer". I would agree with pseidemann. There's a level of understanding and care and focus that most people lack. That doesn't make those people less worthy of love and care and support, and computers are easier to use than ever. Most…
Re: Gemini 2.5 Computer Use model
#268Earlier quoted context omitted.
Funny thing is, most humans cannot properly control a computer. Intelligence seems to be impossible to define.
Intelligence is whatever an LLM can’t do yet. Fluid intelligence is the capacity to quickly move goal posts.
Re: Gemini 2.5 Computer Use model
#269It is actually quite good at following instructions, but I tried clicking on job application links, and since they open in a new window, it couldn't find the new window. I suppose it might be an issue with BrowserBase, or just the way this demo was set up.
are you running into this issue on gemini.browserbase.com or the google/computer-use-preview github repo?
Re: Gemini 2.5 Computer Use model
#270I've had good success with the Chrome devtools MCP ( https://github.com/ChromeDevTools/chrome-devtools-mcp ) for browser automation with Gemini CLI, so I'm guessing this model will work even better.
This has absolutely nothing in common with a model for computer use... This uses pre-defined tools provided in the MCP server by Google, nothing to do with a general model supposed to work for any software.