Show HN: My AI agent has a browser to fix hallucinated selectors
As the title says, I built this because AI-generated web automation scripts are often full of hallucinated CSS selectors. They’re simply guessing because they can't see the actual page.
My tool, Slash, fixes this by giving the agent a real browser.
It sees the page: Before writing any code, it loads the site and analyzes the live DOM. This leads to much more reliable Playwright scripts.
You get the code: It outputs the full script, not just a data file. This means no black boxes. You can run it, put it in a cron job, and modify it however you want.
The goal is to get the benefits of AI for automation without sacrificing control and verifiability.
Since we're here, I made a short demo of Slash scraping the HN front page: https://slash.cool/slash-demo-hn.mp4
I'm here to answer questions and would love your feedback.
You can try the tool itself here: https://slash.cool/