I was wondering when someone would finally build this. Anyway, of course this will be superseded by a harness that provides freedom to complete any task within the OS.
Show HN: Browser Harness – Gives LLM freedom to complete any browser task
11–20 of 77 posts
Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#12That's pretty good, I've achieved pretty much the same thing using the vercel's agent-browser, but I've tried playwright and it worked easily as good. Its good for scraping, automating stuff in the browser.
Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#13I submitted a remote code execution to the browser-use about 40 days ago. GHSA-r2x7-6hq9-qp7v I am a bit stunned by the lack of response. Any safety concerns in this project?
Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#14I’d call it “open washing”, but it looks cool. Good luck with it
Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#15And that's how I woke up with an LLM roleplaying with itself while looking at porn.
Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#16Sawyer Hood's dev-browser[0] allows the browser to write playwright JS code directly. Do you have cases where his approach fails and yours works? [0] https://github.com/SawyerHood/dev-browser
Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#17Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#18> The new paradigm? SKILL.md + a few python helpers that need to have the ability to change on the fly. [...] What would you call this new paradigm? A dialect? It's called "agentic coding" for all I know, and isn't a new paradigm, the whole purpose with agentic coding is that it uses tools to do their thing, then those tools could be structured as the good old JSON schema tools next to the implemented runtime, or as…
Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#19> The new paradigm? SKILL.md + a few python helpers that need to have the ability to change on the fly. [...] What would you call this new paradigm? A dialect? It's called "agentic coding" for all I know, and isn't a new paradigm, the whole purpose with agentic coding is that it uses tools to do their thing, then those tools could be structured as the good old JSON schema tools next to the implemented runtime, or as…
IIUC the point is that the agent has the ability to modify itself? So one possible term could be "self-evolving" or "self-modifying agent".
Re: Show HN: Browser Harness – Gives LLM freedom to complete any browser task
#20Sawyer Hood's dev-browser[0] allows the browser to write playwright JS code directly. Do you have cases where his approach fails and yours works? [0] https://github.com/SawyerHood/dev-browser
PW is usually easier to detect. Using raw CDP is in our opinion much better for this.
There's still plenty that Browser-Use could improve in terms of stealthiness.
We didn't detect it using CDP (good!) but can still detect that it is Browser-Use.