Show HN: Workflow Use – Deterministic, self-healing browser automation (RPA 2.0)

Hey HN – Gregor & Magnus here again.

A few months ago, we launched Browser Use (https://news.ycombinator.com/item?id=43173378), which let LLMs perform tasks in the browser using natural language prompts. It was great for one-off tasks like booking flights or finding products—but we soon realized enterprises have somewhat different needs:

They typically have one workflow with dynamic variables (e.g., filling out a form and downloading a PDF) that they want to reliably run a million times without breaking. Pure LLM agents were slow, expensive, and unpredictable for these high-frequency tasks.

So we just started working on Workflow Use:

- You show the browser what to do (by manually recording steps; show don’t tell).

- An LLM converts these recordings into deterministic scripts with variables (scripts include AI steps as well, where it’s 100% agentic)

- Scripts run reliably, 10x faster, and ~90% cheaper than Browser Use.

- If a step breaks, workflow will fallback to Browser Use and agentically run the step. (This self-healing functionality is still very early.)

This project just kicked off, so lots of things will break, it’s definitely not production-ready yet, and plenty of stuff is still missing (like a solid editor and proper self-healing). But we wanted to share early, get feedback, and figure out what workflows you’d want to automate this way.

Try it out and let us know what you think!


Comments URL: https://news.ycombinator.com/item?id=44007065

Points: 7

# Comments: 2

https://github.com/browser-use/workflow-use

Vytvořeno 4d | 16. 5. 2025 17:20:10


Chcete-li přidat komentář, přihlaste se

Ostatní příspěvky v této skupině

Show HN: JavaFactory – IntelliJ plugin to generate Java code

Hi HN,

I built a code generator plugin for IntelliJ that uses LLMs to create repetitive Java code like implementations, tests, and fixtures — based on custom natural-language patterns and annota

20. 5. 2025 14:10:18 | Hacker news
Show HN: Text to 3D simulation on a map (does history pretty well)

Simulate anything on a map from a text prompt -- and conduct risk analysis against LiveUA map's global realtime data points from social media and news sources. I trained a GPT-2-size model on hist

20. 5. 2025 14:10:16 | Hacker news