Live data from Hacker News

A verification layer for browser agents: Amazon case study

sentienceapi.com

21–24 of 24 posts

Re: A verification layer for browser agents: Amazon case study

#21
post #18

Earlier quoted context omitted.

You realize you are responding to a brand new account posting an obviously AI-generated response?

I’m absolutely not AI, I dedicate this morning to technical discussion with HN community on my post, which I’ve spent weeks building the technology behind it

[flagged]

Re: A verification layer for browser agents: Amazon case study

#23
post #22

So ... Test Driven Development? 1. Planner (Write a failing test or tests) 2. Executor (Generate a solution) 3. Verifier (Until the tests no longer fail) 4. Repeat

Yeah, that’s a pretty good analogy.

The main difference is that the “tests” are predicates over live browser state and are often proposed alongside the plan on the fly, not written upfront by a developer. But conceptually it’s very close: make the expected outcome explicit, try an action, verify, and only move forward if the condition actually holds.

Post reply on HN