this post was submitted on 28 Nov 2025
259 points (94.5% liked)
Technology
77090 readers
2833 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The way they are forcing AI on everyone and into every aspect of their browser especially when a large part of the people who use Firefox hates that shit is going to end Firefox.
The reason you don't hear it about all those other browsers is because people have always known they don't give a fuck what the end user wants.
Firefox used to be different. But all good things deteriorate over time. Watching it happen in real time to a browser we all use and used to love is why you see it so much posted especially in places with like minded individuals like Lemmy.
There’s AI in Firefox? I’m running it as new as I can in Arch and have never seen a hint of it.
Sidebar on the left has one of those star icons that opens an AI chatbot, or you can hit ctrl + alt + x
They keep mentioning AI features, but I haven't really seen anything annoying yet.
Oh ok. I rarely use any browser features beyond bookmarks. Thats pretty much all I need from a browser. So I don’t explore the side bars and stuff.
They've also put it into the right click menu. And I think they integrated into the "click and hold link preview" feature they just added. And, annoyingly, with all this added AI, they made no provisions for locally hosted AI.
They also added AI translation in addition to their old translation system for webpages. I think the old one just used Google Translate, so the AI translation is a privacy win because it is done locally, but I may be wrong on how it used to work.
You actually can set up the sidebar to use a local LLM. In about:config the key is something like “browser.ml.chat.hideLocalhost”
I have it setup to use my local Ollama instance and it works great.
Unfortunately, I don’t see a way to specify an alternate external server, which would be nice.
How nice of them to have easy options for paid third party services, and hide the local options under about:config where I'd have no idea it even exists without a kind stranger letting me know.
Yeah, it’s not great that it isn’t visible by default. Would be nice if they had an “add/remove” option as well.
Glad you were able to get it set up!
Thanks for the tip of checking about:config. You can specify an external server, it is also in the about:config. browser.ml.chat.provider. I'm not sure it's a feature I will ever use, but I tested it with my local Open WebUI and it seemed to work.