Hey! Creator here, thanks for sharing! Let me know if anyone has questions and feel free to contribute, I've left some potential next steps in the README.
Omg I also just released something pretty similar earlier today https://github.com/Jiayi-Pan/GPT-V-on-Web . But it received little attention.
Using GPT-4 Vision with Vimium to browse the web
21–30 of 133 posts
Re: Using GPT-4 Vision with Vimium to browse the web
#22Re: Using GPT-4 Vision with Vimium to browse the web
#23Re: Using GPT-4 Vision with Vimium to browse the web
#24At my work there are a large contingent of people who essentially do manual data copying between legacy programs (govt), because the tech debt is so large that we can't figure out a way to plug these things together. Excited for tools like this to eventually act as a layer that can run over these sort of problems, as bizarre a solution as it is from a compute perspective
I remember years ago thinking it was weird in Ghost in the Shell when a robot had fingers on its fingers to type really fast. Maybe that really won’t happen since they can plug into USB at least, but they will probably use the screen and keyboard input sometimes at least.
Re: Using GPT-4 Vision with Vimium to browse the web
#25Re: Using GPT-4 Vision with Vimium to browse the web
#26Is the vision model directly reading the screen and therefore also reading the Vimeo tags? It might be more effective to export the DOM tags and the associated elements as a Json object that is fed into chatGPT without using the vision component
> Currently the Vision API doesn't support JSON mode or function calling, so we have to rely on more primitive prompting methods.
Re: Using GPT-4 Vision with Vimium to browse the web
#27It is going to incredibly difficult moving forward to distinguish bot traffic, if this is deployed at scale.
The problem I see is this isn't going to be cheap or even affordable in short term.
Re: Using GPT-4 Vision with Vimium to browse the web
#28At my work there are a large contingent of people who essentially do manual data copying between legacy programs (govt), because the tech debt is so large that we can't figure out a way to plug these things together. Excited for tools like this to eventually act as a layer that can run over these sort of problems, as bizarre a solution as it is from a compute perspective
The industry buzzword is "Robotic Process Automation", which as a category of products has been focused on using various forms of ML/AI to glue these things together in a common/structured way (in addition to good old fashioned screen scraping). Up this this point, these products have been quite brittle. The recent explosion of AI tech seems like quite a boon for this space.
Re: Using GPT-4 Vision with Vimium to browse the web
#29I've been playing with a similar idea of screenshots and actions from GPT-4 Vision for browsing, but after trying and failing to overlay info in the screenshot, I ended up just getting the accessibility tree from playwright and sending that along as text so the model would know what options it had for interaction. In my case it seemed to work better, I see the creator is here and has a list of future ideas, maybe add…
Re: Using GPT-4 Vision with Vimium to browse the web
#30Ah, very similar to Adept’s[1] concept? Though, their product seems not yet ready. [1] https://www.adept.ai/