Live data from Hacker News

Show HN: Libretto – Making AI browser automations deterministic

github.com

11–20 of 72 posts

Re: Show HN: Libretto – Making AI browser automations deterministic

#15
post #14

Love 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

#19
I 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

Post reply on HN