If you build it they will come. Won't they?
I'm an engineer. I love solving problems. When working on an AI agent I discovered that LLM are really bad at web automation. They know what steps to perform to complete a task, they just don't know how to do them. I saw this as a fundamental problem that had to be solved before I could create a general purpose agent. So I solved it.
The solution is webSlinger. This is how it works. You show webSlinger how to perform the task in your browser and webSlinger copies you in real time in another tab. You get immediate feedback that webSlinger can perform each action as you do it. Save the resulting "session map", and now webslinger can translate from "what to do" to "how to do it." The LLM then has what it needs to generate an automation script.
Plan -> Record -> Generate -> Automate (repeatedly).
I built in the capabilities I cared about the most, secure login and MFA with locally held credentials and array extraction.
I've priced it to significanly undercut existing tools. Plus a deep discount to beta adopters and a free month.
Come for a visit.
webslinger.ai
Replies
Hello Thomas, I don't understand the scene you mention, why user need to copy into another tab and runs?
@lyshen When you automate a task you need to programatically perform a series of actions. With webSlinger, you perform the actions and it demonstrates that it can copy those actions programatically by immediately performing them in another tab. You get real-time feedback that webSlinger will be able to automate the task because it is essentially doing it along with you. It's like a web version of follow the leader.
Smart take on fixing LLMs' web automation blind spot...the record...generate loop sounds solid!
If you're up for it, I'm launching The Sponge on PH soon...an AI-powered flashcard app with a browser extension that turns any webpage into study material via spaced repetition. Would appreciate a follow (PRODUCT HUNT LAUNCH link in my profile).