
Genai -Assistenten integrieren LLMs in Browser -Erweiterungen, um Dienste wie Übersetzungen, Zusammenfassungen und Notizzusagen bereitzustellen. Eine letzte Woche vorgestellte Studie zeigt, dass sie große Informationen sammeln und teilen.
https://www.ucdavis.edu/news/uc-davis-study-reveals-alarming-browser-tracking-genai-assistants

3 Kommentare
Meeting abstract: [https://www.usenix.org/conference/usenixsecurity25/presentation/vekaria](https://www.usenix.org/conference/usenixsecurity25/presentation/vekaria)
Having ai integrated into anything just gives me Windows Recall vibes, I want nothing to do with it
That’s why you build these extensions yourself.
You can vibe-code a simple LLM enabled browser extension to 100% completion with most frontier models these days.
Install Ollama, download a capable 8b-ish parameter model and let your browser extension talk with that instead so your LLM needs are run locally on your own hardware.
Problem solved and depending on your download speeds, this little task might cost you about 30 to 60 minutes to fully setup and implement.