Earlier quoted context omitted.
> Currently the Vision API doesn't support JSON mode or function calling, so we have to rely on more primitive prompting methods.
I found that it works well to ask it to generate JSON the best it can, then pass it to gpt-3.5-turbo with the JSON response mode and instruct it to just clean up whatever input it received.
Using GPT-4 Vision with Vimium to browse the web
31–40 of 133 posts
Re: Using GPT-4 Vision with Vimium to browse the web
#32Re: Using GPT-4 Vision with Vimium to browse the web
#33At 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
#34Ah, very similar to Adept’s[1] concept? Though, their product seems not yet ready. [1] https://www.adept.ai/
Re: Using GPT-4 Vision with Vimium to browse the web
#35We can create an autopilot for browser. It 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
#36At 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
If you go to platforms like Upwork, there are thousands of VAs in low-cost labor countries that do nothing else than manual data entry work. IMO that's a complete waste of human capital and I've made it my personal mission to automate such tedious and un-creative data work with https://kadoa.com.
Re: Using GPT-4 Vision with Vimium to browse the web
#37I'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
#38I'm curious to see what it does when it sees a captcha.
Re: Using GPT-4 Vision with Vimium to browse the web
#39At 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 believe that LLMs will automate most of our data entry/copy/transformation work. 80% of the world's data is unstructured and scattered across formats like HTML, PDFs, or images that are hard to access and analyze. Multimodal models can now tap into that data without having to rely on complex OCR technologies or expensive tooling. If you go to platforms like Upwork, there are thousands of VAs in low-cost labor count…
Re: Using GPT-4 Vision with Vimium to browse the web
#40I'm curious to see what it does when it sees a captcha.
From OpenAI docs[1]: "For safety reasons, we have implemented a system to block the submission of CAPTCHAs." [1] https://platform.openai.com/docs/guides/vision