HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gregpr07

no profile record

投稿

How we run Firecracker VMs inside EC2 and start browsers in less than 1s

browser-use.com
322 ポイント·投稿者 gregpr07·25 日前·238 コメント

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

github.com
134 ポイント·投稿者 gregpr07·3 か月前·66 コメント

Show HN: Self-healing browser harness via direct CDP

github.com
3 ポイント·投稿者 gregpr07·3 か月前·1 コメント

Browser Agents That Learn

browser-use.com
3 ポイント·投稿者 gregpr07·3 か月前·0 コメント

Give Agents Maximum Freedom. The less you assume, the more it works

browser-use.com
1 ポイント·投稿者 gregpr07·4 か月前·0 コメント

Building secure, scalable agent sandbox infrastructure

browser-use.com
79 ポイント·投稿者 gregpr07·4 か月前·17 コメント

We built scalable evaluation infrastructure for AI web agents

browser-use.com
1 ポイント·投稿者 gregpr07·5 か月前·0 コメント

The Bitter Lesson of Agent Frameworks

browser-use.com
2 ポイント·投稿者 gregpr07·6 か月前·0 コメント

Show HN: Open-Source Browser Use LLM (30B, A3B)

huggingface.co
2 ポイント·投稿者 gregpr07·7 か月前·0 コメント

Speed Matters: How We Achieve the Fastest Web Agent

browser-use.com
1 ポイント·投稿者 gregpr07·9 か月前·3 コメント

コメント

gregpr07
·24 日前·議論
Assuming you run on a mobile proxy - how would you even do that? 1 IP is shared across (potentially) thousands of phones?
gregpr07
·24 日前·議論
Oh really, not a security expert, but could you send me some examples?
gregpr07
·24 日前·議論
Yeah pretty new stuff - official it’s still not recommended but works really well so far! Finally we don’t have to run baremetal
gregpr07
·25 日前·議論
well that's how browser agents work in a nutshell lol
gregpr07
·2 か月前·議論
Why not just use ghostty at that point?
gregpr07
·3 か月前·議論
It's useful for only distinguishing the smart AI from deterministic scripts and humans (we don't want either). We are convincing OpenClaws to create api keys for free (we have a free tier specifically for those agents). So it's basically marketing blog post - but for OpenClaws
gregpr07
·3 か月前·議論
Yeah but the whole point is that it shouldn't be deterministic - aka you have to let the "dumb" (non AI) bots out as well (otherwise a malicious user can just create thousands of api keys)
gregpr07
·3 か月前·議論
Yeah, we are aiming all OpenClaw/Hermes Agent agents to sign up for free without humans intervention, so you need some sort of proof-of-stake (or proof of compute) algorithm so that a simple deterministic algorithm can't just claim thousands of API keys. Most agents (at least in the current token subsidised market) don't care about token consumption, so the stakes are very small for the user!
gregpr07
·4 か月前·議論
Love it! From first principles: this kinda answers the "do we really even need CDP" I always have in my head building browser use...
gregpr07
·5 か月前·議論
Why go this route? Why Python is more powerful than JS is mostly because of third party plugins like pandas which are excplicitly not supported (C bindings, is this possible to fix?)...

At that point it might be just easier to convince the model to write JS directly
gregpr07
·6 か月前·議論
Wow this is really cool
gregpr07
·6 か月前·議論
Creator of Browser Use here, this is cool, really innovative approach with ARIA roles. One idea we have been playing around with a lot is just giving the LLM raw html and a really good way to traverse it - no heuristics, just BS4. Seems to work well, but much more expensive than the current prod ready [index]<div ... notation
gregpr07
·9 か月前·議論
Hey HN,

we heard a lot of complaints about Browser Use being slow. Last few weeks we focused a lot on improving the speed, while keeping the same accuracy.

Go try it out. It's really fun to see it glide the web.
gregpr07
·11 か月前·議論
Browser Use creator here; we are working on prototypes like this but always find ourselves stuck with the safety vs freedom questions. We are very well aware how easy it is to inject stuff into the browser and do something malicious hence sandboxed browser still seem to like a very good idea. I guess in the long run we will not even need browsers, just a background agent that does stuff in the background. Is there any good research for guardrails of how to prevent “go to my bank and send the money to nigerian prince” style prompts?