Live data from Hacker News

Viewing profile — antves

antves

HN member
Joined
Mon, Aug 23, 2021, 4:44 AM UTC
HN karma
74
Public activity
57 items

About antves

No profile information was provided.

Recent public activity

  1. comment
    Comment #49117583

    It is surprisingly not obvious, neural nets are weird just like brains https://www.nature.com/articles/s41586-026-10319-8

  2. 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…

  3. 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…

  4. 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…

  5. comment
    Comment #46923881

    definitely only your own traffic! will add to the docs for ease of mind

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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

  12. 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

  13. comment
    Comment #46916492

    typo: what to do as opposed to how to do it

  14. 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

  15. comment
    Comment #46915789

    Our website does not dive as deep as the docs on the Smooth CLI yet

  16. 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…

  17. comment
    Comment #46915554

    I agree it would be really cool to run this locally, it's definitely something on our radars

  18. 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…

  19. 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…

  20. comment
    Comment #46915227

    That's a great point, we'll publish everything on our docs as soon as possible

  21. 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…

  22. 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…

  23. 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 …

  24. 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…

  25. 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…