ScreenAI: A visual LLM for UI and visually-situated language understanding
31–40 of 44 posts
Re: ScreenAI: A visual LLM for UI and visually-situated language understanding
#32Re: ScreenAI: A visual LLM for UI and visually-situated language understanding
#33• Semantic change comparison between screenshots. Visual regression testing, where you prompt the model to ignore certain things instead of masking and where it labels the changes with a message, like "chart color changed" or "text shifted down by 3 pixels".
• Using plain English as test scenarios, instead of brittle WebDriver-like APIs.
• Autonomous agent fuzzing the application by free roaming the UI.
• RAG the design artifacts from Jira and Google Docs for more targeted feature exploration and test scenario generation.
• Automatic bug reports as the output of the above. Or even send a draft PR to fix an issue, while at it!
The more I think about use cases, the more it sounds like full software development automation. Late in game, we won't probably need software as it exists today at all. This feels like reading Accelerando again, but this time it's happening for real and to you.
P.S.: Didn't expect to see a cafe from Cyprus - Akakiko Limassol - used as the demo, I'll remember to visit next time I'm in the area :P
Re: ScreenAI: A visual LLM for UI and visually-situated language understanding
#34I find it quite ironic that google are the biggest players in creating solutions that actively contribute in defeating their very own anti automation software. Makes you wonder if the goal of their captcha system was ever really to stop people from botting.
"Remove the ads from this page" I can't wait for AI to become the ultimate ad-removal tool. There might be an arms race, but the anti-ad side will win as long as there isn't a unilateral winner (strongest models, biggest platform). There will be enough of a shake up to the current regime -- search, browsers, etc. -- that there is opportunity for new players to attack multiple fronts. Given choice, I don't think users…
Re: ScreenAI: A visual LLM for UI and visually-situated language understanding
#35I can't wait for the new wave of terrible UIs specifically designed to fool AI agents into clicking the "send me all your money" button. (For bonus points, do this while making the UI seem perfectly reasonable to humans.)
Re: ScreenAI: A visual LLM for UI and visually-situated language understanding
#36I find it quite ironic that google are the biggest players in creating solutions that actively contribute in defeating their very own anti automation software. Makes you wonder if the goal of their captcha system was ever really to stop people from botting.
"Remove the ads from this page" I can't wait for AI to become the ultimate ad-removal tool. There might be an arms race, but the anti-ad side will win as long as there isn't a unilateral winner (strongest models, biggest platform). There will be enough of a shake up to the current regime -- search, browsers, etc. -- that there is opportunity for new players to attack multiple fronts. Given choice, I don't think users…
The competitor is Google.
And 90% of users spend 90% of their time in walled gardens like Instagram or TikTok anyway. They see built-in ads.
Do I need to say more?
Re: ScreenAI: A visual LLM for UI and visually-situated language understanding
#37pardon my ignorance, but can I run this model locally?
Re: ScreenAI: A visual LLM for UI and visually-situated language understanding
#38Re: ScreenAI: A visual LLM for UI and visually-situated language understanding
#39At OpenAdapt we have had excellent results combining Segment Anything Model (SAM) with GPT-4 for screen understanding. Work-in-progress: https://github.com/OpenAdaptAI/OpenAdapt/pull/610