HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tanishqkanc

no profile record

Submissions

GTM Is a Creative Act

atlas.attio.com
3 points·by tanishqkanc·letzten Monat·2 comments

Understanding today's AI browser automation tooling

libretto.sh
3 points·by tanishqkanc·letzten Monat·0 comments

Why we're pivoting away from healthcare

saffron.health
5 points·by tanishqkanc·letzten Monat·1 comments

Entire - How We Improved Agentic Search

entire.io
1 points·by tanishqkanc·vor 2 Monaten·0 comments

Yann LeCun's $1B Bet Against LLMs [video]

youtube.com
3 points·by tanishqkanc·vor 2 Monaten·0 comments

comments

tanishqkanc
·vor 14 Tagen·discuss
building something similar. libretto.sh
tanishqkanc
·vor 3 Monaten·discuss
You should check out Libretto. It can take the playwright code and turn it into a script you can deploy
tanishqkanc
·vor 3 Monaten·discuss
i dont think its detectable if done well. We’ve built involved automations with no problems. i used libretto not browserbase tho
tanishqkanc
·vor 3 Monaten·discuss
Thanks! Please try it out. Stop by in the Discord or Github Issues if you have any questions!
tanishqkanc
·vor 3 Monaten·discuss
Thanks! Please try it out. Stop by in the Discord or Github Issues if you have any questions!
tanishqkanc
·vor 3 Monaten·discuss
Ofc! Please try it out. Stop by in the Discord or Github Issues if you have any questions!
tanishqkanc
·vor 3 Monaten·discuss
Sorry! Yes, MIT. Forgot to lift it up when I converted to a monorepo, but it's in packages/libretto
tanishqkanc
·vor 3 Monaten·discuss
glad to hear! Please reach out on Discord or Github issues you run into issues!
tanishqkanc
·vor 3 Monaten·discuss
playwright-cli is very simple and meant for humans - it basically generates a first draft of a script, and was originally meant for writing e2e tests. You need to do a lot of post-processing on it to get it to be a reliable automation.

libretto gives a similar ability for agents for building scripts but:

- agents automatically run, debug, and test the integrations they write - they have a much better understanding of the semantics of the actions you take (vs. playwright auto-assuming based on where you clicked) - they can parse network requests and use those to make direct API calls instead

there's fundamentally a mismatch where playwright-cli is for building e2e test scripts for your own app but libretto is for building robust web automations
tanishqkanc
·vor 3 Monaten·discuss
we started using stagehand initially! But it doesn't follow the same model of pre-generating deterministic code. Your code is meant to look like this:

// Let AI click await stagehand.act("click on the comments link for the top story");

the issue with this is that there's now runtime non-determinism. We move the AI work during dev-time: AI explores and crawls the website first, and generates a deterministic legible script.

Tangentially, Stagehand's model may have worked 2 years ago when humans still wrote the code, but it's no longer the case. We want to empower agents to do the heavy lifting of building a browser automation for us but reap the benefits of running deterministic, fast, cheap, straightforward code.
tanishqkanc
·vor 3 Monaten·discuss
just adding to michael's reply - we took care to make sure no PHI was exposed in our demo video as well.
tanishqkanc
·vor 5 Monaten·discuss
this is only gonna be an issue until the next gen models where the labs will aggressively post train the models to proactively call skills