Viewing profile — tanishqkanc
tanishqkanc
HN member- Joined
- Fri, Apr 22, 2022, 3:53 PM UTC
- HN karma
- 29
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About tanishqkanc
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #49006542
with playwright-cli, the agent makes reasoning decisions between each cli call. with browser-tools, the agent can write big playwright code blocks that execute in one go meaning le…
-
comment
Comment #49006488
If you’re using a local provider, it can open browsers in headed mode so it can log in. For remote providers, you’ll need to ask the agent for the live url which will be a proxy fe…
-
comment
Comment #49006469
As stated on the website, full methodology and results are available here: https://github.com/saffron-health/libretto/tree/main/package...
-
comment
Comment #48999596
[flagged]
-
story
Show HN: Browser Tools SDK – an optimal browser harness for agents
We’re open-sourcing Browser Tools SDK: a small TypeScript package to give any AI agent a reliable way to control a real browser. With just a few lines of code, you can give any age…
-
comment
Comment #48725773
building something similar. libretto.sh
- story
- story
- story
- story
- story
-
comment
Comment #47898077
You should check out Libretto. It can take the playwright code and turn it into a script you can deploy
-
comment
Comment #47898072
i dont think its detectable if done well. We’ve built involved automations with no problems. i used libretto not browserbase tho
-
comment
Comment #47788430
Thanks! Please try it out. Stop by in the Discord or Github Issues if you have any questions!
-
comment
Comment #47788428
Thanks! Please try it out. Stop by in the Discord or Github Issues if you have any questions!
-
comment
Comment #47788426
Ofc! Please try it out. Stop by in the Discord or Github Issues if you have any questions!
-
comment
Comment #47788421
Sorry! Yes, MIT. Forgot to lift it up when I converted to a monorepo, but it's in packages/libretto
-
comment
Comment #47788411
glad to hear! Please reach out on Discord or Github issues you run into issues!
-
comment
Comment #47788408
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-…
-
comment
Comment #47788344
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 stageha…
-
comment
Comment #47788306
just adding to michael's reply - we took care to make sure no PHI was exposed in our demo video as well.
-
comment
Comment #46819783
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
-
comment
Comment #40792491
I've been using Triplit on my React native app for a while and it works great. Highly recommend. It's the only local-first db that hits these points for me: - Good sane query langu…