Viewing profile — antves
antves
HN member- Joined
- Mon, Aug 23, 2021, 4:44 AM UTC
- HN karma
- 74
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About antves
No profile information was provided.
Recent public activity
-
comment
Comment #49117583
It is surprisingly not obvious, neural nets are weird just like brains https://www.nature.com/articles/s41586-026-10319-8
-
comment
Comment #48025859
I think one main point is that not all "computer use" is the same, the harness and agentic experience matters a lot. A poorly designed API experience can actually be _less_ efficie…
-
comment
Comment #46923911
totally agree on the interface. I agree that there is communication overhead between the agents, although so far it looks like they can communicate very effectively and efficiently…
-
comment
Comment #46923894
I think our main differentiator is that we have been building browser agents for over a year and our technology is today 5x faster and 7x cheaper than browser-use, while also being…
-
comment
Comment #46923881
definitely only your own traffic! will add to the docs for ease of mind
-
comment
Comment #46923873
we benchmarked on webvoyager and have a few more benchmarks coming up (see https://docs.smooth.sh/performance ), we’ll be publishing the full results shortly we run headful browser…
-
comment
Comment #46919831
it's interesting to see how things will play out, but I really believe that doing Claude Code (maybe with Opus 4.6) + click tool + move_mouse tool + snapshot page tool + another 11…
-
comment
Comment #46919648
ah fair point! the tunnel is peer-to-peer so it doesn't add too much overhead, but you can't really beat localhost on latency I'd be curious to try and see if practically the diffe…
-
comment
Comment #46919572
the Claude --chrome command has a few limitations: 1. it exposes low-level tools which make your agent interact directly with the browser which is extremely slow, VERY expensive, a…
-
comment
Comment #46918990
thanks! it can actually test apps running on your localhost with our tunneling feature ( https://docs.smooth.sh/features/use-my-ip ) you should be able to tell it to go to your loc…
-
comment
Comment #46918382
indeed! there is no reason why tooling for AI agents shouldn't use AI when tooling for humans is shifting towards AI
-
comment
Comment #46918351
yes that's right! I think this might be the way AI agents adoption plays out more broadly Agents that start using subagents rather than humans using the subagents directly
-
comment
Comment #46916492
typo: what to do as opposed to how to do it
-
comment
Comment #46916301
Thanks for asking! We developed our browser agent that uses a mix of custom and frontier models for different parts of the system
-
comment
Comment #46915789
Our website does not dive as deep as the docs on the Smooth CLI yet
-
comment
Comment #46915661
would love to hear what pricing model would work best for you our current model is a subscription plan that determines the number of browsers available + credits top-ups for increa…
-
comment
Comment #46915554
I agree it would be really cool to run this locally, it's definitely something on our radars
-
comment
Comment #46915524
I believe this shift will actually happen organically over time there will be demand for AI-first online services as people continue to delegate more and more tasks to agents and t…
-
comment
Comment #46915474
have you tried any other AI browser automation tools? we would be curious to hear about your use cases because the use cases we have been working on with our customers involve scen…
-
comment
Comment #46915227
That's a great point, we'll publish everything on our docs as soon as possible
-
comment
Comment #46914964
There are pros and cons to running the browser on your own machine For example, with remote browsers you get to give your swarm of agents unlimited and always-on browsers that they…
-
comment
Comment #46914807
Definitely! Making Smooth as cost-effective as possible it's been a core goal for us, so we'd really love to hear your thoughts on this We'll continue to make Smooth more affordabl…
-
comment
Comment #46914596
We love these tools but they were designed for testing, not for automation. They are too low-level to be used as they are by AI. For example, the playwright MCP is very unreliable …
-
comment
Comment #46914270
Our approach is actually very cost-effective compared to alternatives. Our browser uses a token-efficient LLM-friendly representation of the webpage that keeps context size low, wh…
-
comment
Comment #46914238
It's amazing how agents like Claude Code become very much more autonomous when they have the ability to verify their work. That's part of the reason why they work much better for u…