this looks awesome
Show HN: Libretto – Making AI browser automations deterministic
41–50 of 72 posts
Re: Show HN: Libretto – Making AI browser automations deterministic
#42this is interesting
Re: Show HN: Libretto – Making AI browser automations deterministic
#43Re: Show HN: Libretto – Making AI browser automations deterministic
#44Re: Show HN: Libretto – Making AI browser automations deterministic
#45Re: Show HN: Libretto – Making AI browser automations deterministic
#46Re: Show HN: Libretto – Making AI browser automations deterministic
#47How does it have deterministic output when using LLMs that are non-deterministic by nature?
Re: Show HN: Libretto – Making AI browser automations deterministic
#48Re: Show HN: Libretto – Making AI browser automations deterministic
#492. playwright code generation based on 1, which captures a repeatable workflow
3. agent skills - these can be playwright based, but in some cases if I can just rely on built-in tools like Web Search and Web Fetch, I will.
playwright is one of the unsung heroes of agentic workflows. I heavily rely on it. In addition to the obvious DOM inspection capabilities, the fact that the console and network can be inspected is a game changer for debugging. watching an agent get rapid feedback or do live TDD is one of the most satisfying things ever.
Browser automation and being able to record the graphics buffer as video, during a run, open up many possibilities.