Comment by barbazoo

Comment by barbazoo 13 hours ago

4 replies

> Since BrowserBee runs entirely within your browser (with the exception of the LLM), it can safely interact with logged-in websites, like your social media accounts or email, without compromising security or requiring backend infrastructure.

Does it send the content of the website to the LLM?

parsabg 12 hours ago

yes, the LLM can invoke observation tools (e.g. read the text/DOM or take a screenshot) to retrieve the context it needs to take the next action

  • barbazoo 12 hours ago

    So maybe something we want to be mindful of before using this on banking, health, etc.

    How is it “privacy-first” then if it literally sends all your shit to the LLM?

    • joshstrange 11 hours ago

      You can use Ollama as the backend so the data never leaves your computer.

      Also, the line is blurry for some people on “privacy” when it comes to LLMs. I think some people, not me, think that if you are talking directly to the LLM provider API then that’s “private” whereas talking to a service that talks to the LLM is not.

      And, to be fair, some people use privacy/private/etc language for products that at least have the option of being private (Ollama).

    • blooalien 11 hours ago

      > How is it “privacy-first” then if it literally sends all your shit to the LLM?

      Because it supports Ollama, which runs the LLM entirely locally on your own hardware, thus data sent to it never leaves your machine?

      Edit: joshstrange beat me to the same conclusion by mere moments. :)