Earlier quoted context omitted.
Funny that you and others on here don't seem to realize that literally everybody who uses the internet has the exact same data entry problem all the time. Blame it on "old software", but how about the entire internet? copying (or in most cases even worse: re-typing) form data from one location on the screen into yet another webform. Username, password, email address, physical address, credit card info etc etc. Some e…
> It's my number 1 frustration when using the internet (worse than ads) and I find it mind-blowing that this hasn't been solved yet with or without LLMs. Simple: it's because not solving this problem is how our godawful industry makes most of its money. Empowering the user means relinquishing control over their "journey"[0]. Ergonomics means fewer opportunities to upsell or show ads. I don't have the link handy, but…
Using GPT-4 Vision with Vimium to browse the web
101–110 of 133 posts
Re: Using GPT-4 Vision with Vimium to browse the web
#102Earlier quoted context omitted.
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.
USB is an attack vector; if it's not exploiting your USB driver it's connecting your data pins to mains power. Keyboards are an air gap.
If I have access to the keyboard, I have access to a USB cable plugged into the computer, right?
Perhaps I misunderstand something....
Re: Using GPT-4 Vision with Vimium to browse the web
#103I think vim is unintentionally a great “embodiment” for chatgpt. There’s nothing that can’t be done with a stream of text, and the internet is full of vimscript already I started a similar experiment if anyone else is thinking along the same lines :) https://github.com/LachlanGray/vim-agent
Re: Using GPT-4 Vision with Vimium to browse the web
#104https://github.com/ishan0102/vimGPT/blob/682b5e539541cd6d710...
> "You need to choose which action to take to help a user do this task: {objective}. Your options are navigate, type, click, and done. Navigate should take you to the specified URL. Type and click take strings where if you want to click on an object, return the string with the yellow character sequence you want to click on, and to type just a string with the message you want to type. For clicks, please only respond with the 1-2 letter sequence in the yellow box, and if there are multiple valid options choose the one you think a user would select. For typing, please return a click to click on the box along with a type with the message to write. When the page seems satisfactory, return done as a key with no value. You must respond in JSON only with no other fluff or bad things will happen. The JSON keys must ONLY be one of navigate, type, or click. Do not return the JSON inside a code block."
Re: Using GPT-4 Vision with Vimium to browse the web
#105At 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
A long, long time ago I worked on a small project for a major multinational grocery chain. I made them a tool that parses an Excel file with a specific structure and calls some endpoints in their internal system to submit the data. I was curious, so I asked how they are doing it currently. They led me to a computer at the back of their office. The wallpaper had two rectangles, one of them said MS EXCEL and the other…
Re: Using GPT-4 Vision with Vimium to browse the web
#106Maybe for a future version it only uses vision for difficult situations in which it gets stuck and otherwise uses the text based browser?
Re: Using GPT-4 Vision with Vimium to browse the web
#107Earlier quoted context omitted.
USB is an attack vector; if it's not exploiting your USB driver it's connecting your data pins to mains power. Keyboards are an air gap.
Isn't the keyboard connected to the computer via USB? If I have access to the keyboard, I have access to a USB cable plugged into the computer, right? Perhaps I misunderstand something....
Re: Using GPT-4 Vision with Vimium to browse the web
#108Re: Using GPT-4 Vision with Vimium to browse the web
#109Re: Using GPT-4 Vision with Vimium to browse the web
#110It's insane that this is now possible: https://github.com/ishan0102/vimGPT/blob/682b5e539541cd6d710... > "You need to choose which action to take to help a user do this task: {objective}. Your options are navigate, type, click, and done. Navigate should take you to the specified URL. Type and click take strings where if you want to click on an object, return the string with the yellow character sequence you want to c…