Rendered at 11:22:56 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
tim-projects 3 hours ago [-]
If you could take this recording and turn it into a playwright script - that would be a massive time saver.
Having to redo recordings once they break sounds like too much hassle.
arjunchint 3 hours ago [-]
Hey thats a great idea, we will take a look into exploring this export option. But how would it save time by being a Playwright script?
Right now since we have a custom sandbox to re-execute the code in, we are using our own syntax and exposed methods. So even now you can edit the generated script.
daylab 5 hours ago [-]
oh this is clever. running in main world dodges a lot of the usual scraping pain. how do you handle sites with strict csp that block inline scripts, is the extension somehow exempt?
arjunchint 4 hours ago [-]
We execute the code in a sandbox and proxy the fetch calls through main world!
JSR_FDED 10 hours ago [-]
Maybe there’s a middle ground where a small local model can roll with the variations in a site that would break a script, while saving the per token costs?
arjunchint 7 hours ago [-]
We found Gemini Flash to be the sweet spot for both agentic actions as well as writing code. Even Flash-Lite is too hit or miss.
We are thinking through on self healing mechanisms like falling back to a live web agent and rewriting script.
amelius 11 hours ago [-]
The problem: I don't trust extensions one bit.
quarkcarbon279 8 hours ago [-]
The reason we open our client side code is to bring in the trust in putting rtrvr's DOM intelligence in your web apps - https://github.com/rtrvr-ai/rover/tree/main . Our monetization is super straight forward with subscription - https://www.rtrvr.ai/pricing . The experiences of some extensions shipping anything or selling user data comes in when people build them as side-gigs not when we pour more than year in building the highly accurate automation engine. We have cloud sandboxes too if you prefer executing with the same intelligence on cloud and not on your own device.
auditing the code is fairly straightforward if it isn't obfuscated. so long as it doesn't execute dynamic code that is. but the big issue is you can't control when the extension itself gets an update (to my knowledge). and it isn't uncommon to sell browsing data, or the extension itself to someone more shady than the original author down the road.
amelius 2 hours ago [-]
Yes, this exactly.
rvz 14 hours ago [-]
Aren't there just many ways for the website to just break the automation?
Does this work on sites that have protection against LLMs such as captchas, LLM tarpits and PoW challenges?
I just see this as a never ending cat and mouse game.
arjunchint 12 hours ago [-]
The bigger goal is to build and maintain a global library of popular automations. Users can also quickly re-record and recreate the scripts to update.
Since it runs inside your own browser, there should be no captchas or challenges. On failure it can fallback to our regular web agent that can solve captchas.
Big picture wise with the launch of Mythos it might just become impossible for websites to keep up, and they will have to go like Salesforce and just expose APIs for everything.
acoyfellow 14 hours ago [-]
It is. They are saying “we are willing to chase the mouse for you for money”.
Having to redo recordings once they break sounds like too much hassle.
Right now since we have a custom sandbox to re-execute the code in, we are using our own syntax and exposed methods. So even now you can edit the generated script.
We are thinking through on self healing mechanisms like falling back to a live web agent and rewriting script.
PS: Also, our data policy if you are interested: https://www.rtrvr.ai/blog/rtrvr-ai-privacy-security-how-we-h...
Does this work on sites that have protection against LLMs such as captchas, LLM tarpits and PoW challenges?
I just see this as a never ending cat and mouse game.
Since it runs inside your own browser, there should be no captchas or challenges. On failure it can fallback to our regular web agent that can solve captchas.
Big picture wise with the launch of Mythos it might just become impossible for websites to keep up, and they will have to go like Salesforce and just expose APIs for everything.