Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Tuesday, 14 January 2025
Show HN: Simplex: Automate browser workflows using code and natural language https://bit.ly/3WnpASz
Show HN: Simplex: Automate browser workflows using code and natural language Simplex is an SDK that provides low-level functions you can use to create reliable web automations using code and natural language. Here's a quick video to show you how it works: https://bit.ly/40dfXal A couple weeks ago, we needed a way to automatically find 3D assets from the internet for one of our work contracts. We didn’t need an AI to choose all the steps for us autonomously — we knew generally what the flow to find items should be and just needed some intelligence to handle different webpage formats. Playwright couldn’t easily generalize to the different sites we wanted to search over and Claude computer use was tough to use — it was slow, expensive, struggled to click on the correct web elements, and there was no way to correct its actions if it failed at step 20 of our workflow. So we built a vision-based solution using vision language models that sits on top of Playwright. In our SDK, building a function that can universally search websites is as easy as this: from simplex import Simplex simplex = Simplex(api_key="api_key") def search(website, search_query): simplex.goto(website) simplex.click("the search bar") simplex.type(search_query) simplex.press_enter() search("mit.edu", "alyssa p hacker") You can play around with what we’ve built and see a few more examples at https://bit.ly/3WlkS7P . We'd love feedback! https://bit.ly/4j9LtPb January 14, 2025 at 10:30PM
Labels:
Hacker News
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment