What's exactly the benefit of running on the browser? I get that accessibility to a broader audience is a benefit but from what I understand these agents run on the terminal because they have a more powerful runtime. You don't have the browser's memmory limits, you can install native tools such as curl or docker, the model runs directly on your machine, and you have more security on the CLI.
gerardosuarez|8 months ago
The AI agents still run terminal-based environments on a backend server (local or cloud), so they have full access to resources and native tools. The browser UI simply provides a much more intuitive, visual interface for interaction, file exploration, and live previews, making these powerful agents accessible and easy to use without deep terminal expertise.
baristaGeek|8 months ago