Show HN: Libretto – Making AI browser automations deterministic
11–20 of 72 posts
[flagged]
Re: Show HN: Libretto – Making AI browser automations deterministic
#12[flagged]
Re: Show HN: Libretto – Making AI browser automations deterministic
#13What is the license?
Edit: nevermind. I see from the website it is MIT. Probably should add a COPYING.md or LICENSE.md to the repository itself.
Re: Show HN: Libretto – Making AI browser automations deterministic
#14Love it! Do you have a BAA with Claude though? Otherwise, your demo is likely exposing PHI to 3rd parties and exposing you to risk related to HIPAA
Re: Show HN: Libretto – Making AI browser automations deterministic
#15Love it! Do you have a BAA with Claude though? Otherwise, your demo is likely exposing PHI to 3rd parties and exposing you to risk related to HIPAA
It's a good callout. We have a BAA + ZDR with Anthropic and OpenAI, and if you want to use libretto for healthcare use cases having a BAA is essential. Was using Codex in the demo, and we've seen that both Claude and Codex work pretty well
Re: Show HN: Libretto – Making AI browser automations deterministic
#16[flagged]
Lol sorry for the misleading click. We named it libretto after the term in theater, inspired by Playwright. No retro gaming here, just browser automation!
Re: Show HN: Libretto – Making AI browser automations deterministic
#17[dead]
Re: Show HN: Libretto – Making AI browser automations deterministic
#18Thanks for this! We have clear answers for things that are 100% and 0% automated, but it’s always that 80%-99% automated slice where the frontier is, great idea.
[flagged]
Re: Show HN: Libretto – Making AI browser automations deterministic
#19I built something very similar for my company internally. The idea was that that the maintenance of the code is on the agent and the code is purely an optimization. If it breaks the agent runs it iteratively, fixes the code for next time. Happy to replace my tool with this and see how it does!
Re: Show HN: Libretto – Making AI browser automations deterministic
#20[flagged]
Right now libretto only captures HTTP requests, which the coding agent can use to determine how to perform the automation.
For more complex cases where libretto can't validate that the network approach would produce the right data (like sites that rely on WebSockets or heavy client-side logic) it falls back to using the DOM with playwright