Live data from Hacker News

Viewing profile — tanishqkanc

tanishqkanc

HN member
Joined
Fri, Apr 22, 2022, 3:53 PM UTC
HN karma
29
Public activity
43 items

About tanishqkanc

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

  4. 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…

  5. comment
    Comment #49006469

    As stated on the website, full methodology and results are available here: https://github.com/saffron-health/libretto/tree/main/package...

  6. comment
    Comment #48999596

    [flagged]

  7. 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…

  8. comment
    Comment #48725773

    building something similar. libretto.sh

  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #47898077

    You should check out Libretto. It can take the playwright code and turn it into a script you can deploy

  15. 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

  16. comment
    Comment #47788430

    Thanks! Please try it out. Stop by in the Discord or Github Issues if you have any questions!

  17. comment
    Comment #47788428

    Thanks! Please try it out. Stop by in the Discord or Github Issues if you have any questions!

  18. comment
    Comment #47788426

    Ofc! Please try it out. Stop by in the Discord or Github Issues if you have any questions!

  19. comment
    Comment #47788421

    Sorry! Yes, MIT. Forgot to lift it up when I converted to a monorepo, but it's in packages/libretto

  20. comment
    Comment #47788411

    glad to hear! Please reach out on Discord or Github issues you run into issues!

  21. 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-…

  22. 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…

  23. 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.

  24. 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

  25. 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…