Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MagMueller
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
MagMueller
3mo ago
One blog post how we built agent sandbox infrastructure with unikraft - we still use unikraft for agent sandboxes and love the technology. https://browser-use.com/posts/two-ways-to-sandbox-agents
2.
▲
How Auto-Research built the SOTA browser agent
(browser-use.com)
1 points
by
MagMueller
6mo ago
|
0 comments
3.
▲
Browser Agent Benchmark: Comparing LLM models for web automation
(browser-use.com)
13 points
by
MagMueller
8mo ago
|
5 comments
4.
▲
by
MagMueller
9mo ago
Interesting read. Agree that GUI is super hard for agents. Did you see "skills" from browser-use? We directly interact with network requests now.
5.
▲
I reverse engineered OpenAI's Atlas, it uses my open-source library browser-use
3 points
by
MagMueller
10mo ago
|
0 comments
6.
▲
by
MagMueller
1y ago
I worked for 2 years in a co-working space full of founders next to ETH Zurich. The most consistent worker? The cleaning lady. Every morning at 6 am, she did not miss a single day. I grew up in a small village in Germany. 500 people, 5000 c
7.
▲
by
MagMueller
1y ago
We could do a hackathon where its only allowed to change 1 line.
8.
▲
by
MagMueller
1y ago
I would love to fix my docs with this. I have them in the main browser-use repo. What do you recommend that the agent does never push to main browser-use, but only to its own branch?
9.
▲
by
MagMueller
1y ago
Yes so you can run the same form over and over again with different input variables, very reliable, fast and cheap
10.
▲
by
MagMueller
1y ago
In the main library this feature could help you with that: https://github.com/browser-use/browser-use/pull/1437
11.
▲
by
MagMueller
2y ago
One option could be for the main apps like WhatsApp to have defined custom actions, which are almost like an API to the service. I think the interplay between LLM and automation scripts will succeed here: Agent call 1: Send WhatsApp message
12.
▲
by
MagMueller
2y ago
We see people replacing UIs and using browser-use to fill out the real UI. So there could be a world where everyone has their own UI, and you could have that filter option. Furthermore, valid point: if Pepsi spends $1M on ads, why don'
13.
▲
by
MagMueller
2y ago
I use browser-use. I use use-browser. I use mac-use. I use use.
14.
▲
by
MagMueller
2y ago
It could be useful to run a prompt/test once, get the xPaths, and rerun it deterministically. When it breaks, you know something is wrong, and the LLM could be used as a fallback to fix the script.
15.
▲
by
MagMueller
2y ago
On most pages, we don't need vision, and the DOM alone is sufficient. We have not worked with the accessibility tree yet, but it's a great idea to include that. Do you have any great resources on where to get started?
16.
▲
by
MagMueller
2y ago
Have you seen in the past that Amazon did that against other projects?
17.
▲
by
MagMueller
2y ago
For Windows, Pig ( https://github.com/pig-dot-dev/pig-python ) or AskUI ( https://github.com/askui/vision-agent ) could be interesting.
18.
▲
by
MagMueller
2y ago
We extract all the interactive elements from a page like id 1. button id 2. drop-down id 3. textarea. Then we present this list to the LLM with the task and the LLM outputs input_text(id 3, Hello World). Finally, we execute the Playwright
19.
▲
by
MagMueller
2y ago
What do you think is the main problem it solves there? The cool thing is that we can extract xPaths from the agent runs and re-run these scripts deterministically. I think that's a big advantage over pure vision-based systems like Oper
20.
▲
by
MagMueller
2y ago
Yes! People love Deepseek-Chat / R1 and the new Qwen versions. It works with ChatOllama. However, Llama itself does not work very well with our tool calling and is often confused by the structured output format.
21.
▲
by
MagMueller
2y ago
If you run it locally, you can connect it to your real browser and user profile where you are already logged in. This works for me for LinkedIn automation, e.g., to send friend requests or answer messages. A bigger problem on LinkedIn for u
22.
▲
by
MagMueller
2y ago
Yes, some hosting services have experienced a 100%-1000% increase in hosting costs. On most platforms, browser use only requires the interactive elements, which we extract, and does not need images or videos. We have not yet implemented thi
23.
▲
by
MagMueller
2y ago
For me, it simply demonstrates how easy and fast you can build these tools now. We have many fellow YC founders who build great products on top of browser-use. They don't have to quote us. I think it's awesome to enable so many n
24.
▲
Launch HN: Browser Use (YC W25) – open-source web agents
(github.com)
259 points
by
MagMueller
2y ago
|
100 comments
25.
▲
by
MagMueller
2y ago
Applying to jobs & getting interviews. Go to WhatsApp and respond to my newest messages. Find leads on LinkedIn and add them to my Salesforce CRM.
26.
▲
by
MagMueller
2y ago
You can just try with browser-use. Its open-source and connects to your real browser. So you can just decide for your own safety system.
27.
▲
by
MagMueller
2y ago
You can use browser-use as open-source alternative for Operator
28.
▲
Show HN: I Wrote an Open-Source Alternative to OpenAI Operator – For Any LLM
(github.com)
15 points
by
MagMueller
2y ago
|
3 comments
29.
▲
by
MagMueller
2y ago
Really interesting! I talked to loop11 (QA testing company) and they think a lot about how companies should change their UI for AI agents. They will soon launch a feature to test your website not only with humans - but also with browser-use
30.
▲
by
MagMueller
2y ago
Yes, this is the report of browser-use with 89%: https://browser-use.com/posts/sota-technical-report We definitely need a new dataset with more complex tasks, like uploading files, handling multiple tabs, and handling
More ›