this post was submitted on 18 Oct 2025
165 points (90.6% liked)

Firefox

5 readers
43 users here now

The latest news and developments on Firefox and Mozilla, a global non-profit that strives to promote openness, innovation and opportunity on the web.

You can subscribe to this community from any Kbin or Lemmy instance:

Related

Rules

While we are not an official Mozilla community, we have adopted the Mozilla Community Participation Guidelines as far as it can be applied to a bin.

Rules

  1. Always be civil and respectful
    Don't be toxic, hostile, or a troll, especially towards Mozilla employees. This includes gratuitous use of profanity.

  2. Don't be a bigot
    No form of bigotry will be tolerated.

  3. Don't post security compromising suggestions
    If you do, include an obvious and clear warning.

  4. Don't post conspiracy theories
    Especially ones about nefarious intentions or funding. If you're concerned: Ask. Please don’t fuel conspiracy thinking here. Don’t try to spread FUD, especially against reliable privacy-enhancing software. Extraordinary claims require extraordinary evidence. Show credible sources.

  5. Don't accuse others of shilling
    Send honest concerns to the moderators and/or admins, and we will investigate.

  6. Do not remove your help posts after they receive replies
    Half the point of asking questions in a public sub is so that everyone can benefit from the answers—which is impossible if you go deleting everything behind yourself once you've gotten yours.

founded 2 years ago
MODERATORS
 

Oh my fucking god. I just right clicked a link to an article to open it in a new tab in Firefox and saw an option to "Ask an AI Chatbot (Z)." Fucking EW. There was thankfully an option to remove it from my context menu, but oh my fucking god, AI bros are so fucking desperate to adopt this tech en masse, I swear to god.

Let the fucking bubble burst, nobody fucking likes generative-AI and making it goddamn inescapable is not going to make us like it. Let it go the way of NFT and the metaverse like it goddamn deserves. If generative-AI was genuinely that fucking good, people would naturally adopt it like we did with computers. Companies did not have to work this hard to get people to adopt computers because their purpose and value was obvious.

And @mozilla, @firefox please for the love of god, stop adding AI features. I get you're partially funded by Google, but grow a goddamn spine and listen to your users. People do not like these features and expect better from you. Firefox is supposed to be about privacy and generative-AI is NOT good for privacy (do I even need to mention Windows Recall?) You wanna be the alternative to Google so bad, yet you do the same scummy, disliked sh!t everyone hates Google for.

#generativeAI #SlightRant #AI #Firefox #Criticism #FuckAI

top 50 comments
sorted by: hot top controversial new old
[–] DoctorPress@lemmy.zip 7 points 22 hours ago* (last edited 22 hours ago)

Also don't forget mozilla staff told users firefox already had AI and it is search autocomplete.

Hey Mozilla, people aren't mistaking basic substring match with an environmental-killing data hogger slop machines.

[–] stoy@lemmy.zip 59 points 2 days ago

I was wondering why there were so many people tagging others in this thread, it is not normally what I see on Lemmy, so I had a look at the instances people were posting from, as well as where this thread was posted.

It was quite impressive.

Oop created this thread using Mastodon, the thread is located on an mbin instance, other mastodon users posted in it, and here I am reading it and posting in it from Lemmy.

Really cool that it works this well!

[–] 001Guy001@sh.itjust.works 36 points 2 days ago (1 children)

Adding for anybody that wants to disable it all:

user_pref("browser.ml.enable", false); // general switch for machine learning features in Firefox, though it might only apply to some of them, https://bugzilla.mozilla.org/show_bug.cgi?id=1971973#c11
user_pref("browser.ml.chat.enabled", false); // AI Chatbot (https://docs.openwebui.com/tutorials/integrations/firefox-sidebar/#additional-about-settings)
user_pref("browser.ml.chat.sidebar", false);
user_pref("browser.ml.chat.menu", false); // remove "Ask a chatbot" from tab context menu
user_pref("browser.ml.chat.page", false); // remove option in page context menu (https://github.com/mozilla/policy-templates/issues/1230)
user_pref("extensions.ml.enabled", false); // might only be relevant for app developers
user_pref("browser.ml.linkPreview.enabled", false);
user_pref("browser.tabs.groups.smart.enabled", false); // "Use AI to suggest tabs and a name for tab groups" in settings
user_pref("browser.tabs.groups.smart.userEnabled", false);
user_pref("pdfjs.enableAltTextModelDownload", false); // "This prevents downloading the AI model unless the user opts in (by enabling the toggle to "Create alt text automatically" from "Image alt text settings" when viewing a PDF)"
user_pref("pdfjs.enableGuessAltText", false); // (disabling this might be redundant when AltTextModelDownload is disabled)
load more comments (1 replies)
[–] natecox@programming.dev 36 points 2 days ago (3 children)

The frustrating part is that some people really, really like AI which is part of the reason it won’t just go away.

[–] Carighan@piefed.world 11 points 2 days ago (2 children)

This right here. It's one of those situations where always asking the company to "Just listen to your users, ez, lol!" results in something that, surprisingly, quite a few people dislike.

Because yes, I'd say Most People™️ actively like AI-generated stuff, and of course there are valid use cases (like summarizing text and video content, the latter even helping with accessibility). But this in turn means that if a company listens to user input, they will shove AI into their products even if they would otherwise not be looking at doing it.

[–] eleijeep@piefed.social 7 points 1 day ago

of course there are valid use cases (like summarizing text and video content, the latter even helping with accessibility)

only if you don't care about accuracy or completely made up transcription that just didn't happen.

load more comments (1 replies)
[–] MotoAsh@piefed.social 4 points 2 days ago

Yea, the uncreative shitstains who can make nothing on their own because they do not understand the first thing about hard work or art.

[–] imetators@lemmy.dbzer0.com 2 points 1 day ago (2 children)

I am not that person but I use AI to figure out mostly computer issues that I have troubles to Google for.

I guess Google got so fucked up that even adding reddit to a prompt doesn't yeld a good result. And if you didn't add "reddit", results are all over the place and you still fail to find an answer. Fuck quora, who dafuck uses quora? Never saw a good answer there like ever.

And then there is chatgp that gives you options and so far it's been quite on point at least for me.

My guess would be it is general Google entshittification rather than superiority of LLMs. People want answers for their questions and Google is failing to provide any good info for past 5 years.

[–] Cypher@lemmy.world 5 points 1 day ago

SEO killed the useable web and AI is killing the open web.

I feel bad for people who never got the chance to learn things in the golden age of the internet. It was so easy.

[–] natecox@programming.dev 2 points 1 day ago

Google has the answers, they just don’t care if you see them through the majority of sponsored content (ads).

I switched to Kagi last year. Even pulling results from google’s indexes it gives far more relevant results than google simply because it doesn’t force in any semi-related a sponsored results.

[–] null_dot@lemmy.dbzer0.com 26 points 2 days ago (11 children)

grow a goddamn spine and listen to your users. People do not like these features and expect better from you

This might shock you but Firefox is trying to appeal to people who are not already firefox users.

An additional shocking revelation of which you seem to be unaware is that a lot of people do find value in these chat bots.

I do mostly kind of agree with you. Yes Gen AI is over-hyped. Yes their is a dangerous investment bubble. Yes I wish Firefox would just focus on being a great browser.

[–] Carighan@piefed.world 13 points 2 days ago

Yeah this is a feature we have because mozilla listens to their users.

This is tough to swallow for most of us - I hate this crap except for a minority of ultra-narrow use cases - but the general population of users loves AI. They want more of it.

[–] nixus@anarchist.nexus 8 points 2 days ago (1 children)

This might shock you but Firefox is trying to appeal to people who are not already firefox users.

No they aren't. They are trying to appeal to investors and advertisers.

https://blog.mozilla.org/en/advertising/index-exchange-partnership/

[–] null_dot@lemmy.dbzer0.com 4 points 2 days ago (1 children)

... and what, pray tell, do advertisers and investors desire?

[–] nixus@anarchist.nexus 4 points 1 day ago (4 children)

The same thing they always want: Surveillance, behavior tracking, and avenues to advertise.

load more comments (4 replies)
[–] snooggums@piefed.world 3 points 2 days ago (5 children)

This might shock you but Firefox is trying to appeal to people who are not already firefox users.

Fuck them if they want the opposite of what firefox users want. Stop fucking chasing whoever isn't already on board with your current offering by fucking over your current users.

[–] null_dot@lemmy.dbzer0.com 6 points 2 days ago (1 children)

Firefox isn't really viable with it's current user base. Mozilla is circling the drain really.

[–] nixus@anarchist.nexus 1 points 1 day ago (1 children)

It could have been viable with the user base that they had years ago, and it probably could be viable today, but Mozilla keeps throwing away all of their goodwill so that they can keep paying absurd salaries for shitty executives.

[–] null_dot@lemmy.dbzer0.com 0 points 1 day ago (1 children)

I absolutely agree that mozilla has squandered it's strong position from a decade ago.

... the series of "strategic" decisions that have been unsuccessful is embarrassing really.

That said, the "shitty executives" narrative is reddit edge lord stuff. Any large successful project is going to need well paid experienced executives. Of course you can judge them harshly in hindsight, but it's naive to assume they're making poorly informed decisions.

Like in your other comment suggesting there's no evidence that users love chat bots - you can absolutely guarantee that mozilla has conducted some market research indicating that it's a feature set that will attract more users.

Of course you can engage in supposition that such an assertion is incorrect, you can even predict that it will ultimately be another failure.

However, it's hubris to suggest that your own assessment of the market is more accurate than mozilla's - exactly the kind of hubris you're accusing mozilla of.

[–] nixus@anarchist.nexus 1 points 17 hours ago

Any large successful project is going to need well paid experienced executives.

That's not true at all. There are plenty of large, successfull projects that don't have well paid experienced executives.

Like in your other comment suggesting there’s no evidence that users love chat bots - you can absolutely guarantee that mozilla has conducted some market research indicating that it’s a feature set that will attract more users.

I can not guarantee that at all. They have a long history of doing things to make money, at the cost of users. I don't see why this has to be any different.

However, it’s hubris to suggest that your own assessment of the market is more accurate than mozilla’s - exactly the kind of hubris you’re accusing mozilla of.

That's not what I'm accusing them of at all. What I'm accusing them of is having mis-aligned goals.

My goal would be to have useful, free software that gives agency and power to it's users.

Mozilla's goal is to give their executives a lot of money, by pretending to give a shit about their users, while openly selling them out.

load more comments (4 replies)
load more comments (8 replies)
[–] deadbeef79000@lemmy.nz 1 points 1 day ago (2 children)

I'm one of the people who actually likes the (e.g. DDG) AI overview for searches. Mainly because it cites its sources.

It allows me to bypass the SEO'd shit factories that make regular search useless.

Having said that, I'd seen that context menu option too and cringed.

I have the ddg ai for on demand. But I remember the good old days when it would still provide you and answer summary box but without using generative AI

[–] Eeveecraft@dragonscave.space -1 points 1 day ago* (last edited 1 day ago) (1 children)

@deadbeef79000 You... you know these things can make up their sources, right? LLMs are notorious for making sh!t up, and it's gotten worse in later models with seemingly little the companies running this tech can do because it's more of a feature than a bug of LLMs.

They weren't made to be search engines, they're not, they're as I said, probabilistic mimicry machines. When you use it like a search engine, you're only querying its database of scraped stuff with a good chance it'll pull something out of its ass to try and give you the answer you want to hear, not actually searching the internet. These models aren't built to be accurate, they're built to be plausible. They generate what the algorithm deems what you want to hear, not the truth.

So not only are you using a machine as a search engine that was not built to be one and can generate random bullsh!t, you're also consuming a lot more energy and power to do so.

The only reason people are trying to use LLMs is as you said, to bypass Google's deterioration (or at least one of its many factors of deterioration), which is an issue that's only cropped up in the last few years. If Google didn't enshittify, we wouldn't be in this mess, and using LLMs is not going to fix that, especially as these LLMs inevitably enshittify themselves since LLMs are super unprofitable.

[–] deadbeef79000@lemmy.nz 0 points 1 day ago* (last edited 1 day ago) (1 children)

Yes, it means I can go to the sources.

Or at least, the overview is useful for finding terms to refine the search.

I'm ignoring the rest of your wall of text, because you're first sentence was condescending.

[–] Eeveecraft@dragonscave.space -2 points 13 hours ago (1 children)
[–] deadbeef79000@lemmy.nz 0 points 10 hours ago (1 children)

Yep. It's definitely a you problem.

[–] Eeveecraft@dragonscave.space -2 points 10 hours ago (1 children)

@deadbeef79000 Yep, thinking you sound smart by parroting what I said totally does not make you look like a smug asshole, buddy.

[–] deadbeef79000@lemmy.nz -1 points 10 hours ago (1 children)

I know you are, i said you are, but what am I?

[–] Eeveecraft@dragonscave.space -1 points 10 hours ago (1 children)

@deadbeef79000 Yep. Totally helping your case by acting like a child who can't participate in a discussion.

[–] deadbeef79000@lemmy.nz 1 points 10 hours ago (1 children)
[–] Eeveecraft@dragonscave.space -1 points 10 hours ago (1 children)

@deadbeef79000 Like, what are you hoping to achieve? All you did was make yourself look like an unreasonable, childish asshole. Like, if that's what you wanted, congrats, you did it.

[–] deadbeef79000@lemmy.nz 0 points 10 hours ago (1 children)

Like, what are you hoping to achieve? All you did was make yourself look like an unreasonable, childish asshole. Like, if that’s what you wanted, congrats, you did it.

[–] Eeveecraft@dragonscave.space -1 points 10 hours ago (1 children)

@deadbeef79000 I genuinely don't get your train of thought, dude.

First you say you use GenAI. Okay.
Then when provided with a counter-argument, you refuse to read past the first sentence because you didn't like the tone. Okay.
Then when it's pointed out to you that doing so is kind of a d!ck move, you resort to childishly parroting what that person said. Okay?
Then when that person calls you out for said childish behavior, you double-down and unironically say, "I know what you are, but what am I?'" a phrase known to be said by childish assholes. Okay???
Then you for some reason just go, "Your mother," as if that makes any logical sense as any counter-argument or anything logically coherent to the conversation. What???
And now you're just quoting what I said.

What the fuck is your goal? I can keep going, dude. You resorting to the most childish, trite, and quite frankly, troll arguments makes you look like a complete idiot that no-one's going to take seriously. All you're doing is proving that GenAI users aren't reasonable and act like children when you try to have a conversation with them. Is that what you want?

[–] deadbeef79000@lemmy.nz 0 points 10 hours ago (1 children)
[–] Eeveecraft@dragonscave.space -1 points 10 hours ago

@deadbeef79000 I'm going to bookmark this "conversation" so whenever someone asks me why I don't have serious conversations with AI bros, I can point a perfect example. Thanks!

[–] pennomi@lemmy.world 11 points 2 days ago (1 children)

Generative AI CAN be privacy sensitive, if you use local models. Most of them are too big to do that though, so AI is almost always the biggest fucking security hole possible.

load more comments (1 replies)
[–] jahtnamas@slrpnk.net 10 points 2 days ago (1 children)

i had a bunch of AI BS disabled from a prior paste into my user.js so i actually got jumpscared with an unlabeled entry in my context menu. i decided to dig into about:config to find anything else under browser.ml. and set to false or blank it out.

load more comments (1 replies)
[–] Zander@infosec.exchange 5 points 2 days ago (2 children)

@Eeveecraft @mozilla @firefox When they started adding all that crap, I tried & just kept using Librewolf. Still firefox based, but I don't see all that new bloat anymore. It just sucks there isn't LibreWolf on android.

[–] TrickDacy@lemmy.world 4 points 2 days ago

Ironfox is similar

load more comments (1 replies)
[–] nazokiyoubinbou@urusai.social 3 points 2 days ago (4 children)

@Eeveecraft @mozilla @firefox What are you talking about? Mozilla saw that everyone was going to their browser to get away from Google, so naturally they did the intelligent thing and became more like Google. I mean, it makes perfect sense, right?

There is a setting in about:config to completely disable it, but I'd recommend that you switch to a fork like LibreWolf on PC or IronFox on Android to ensure stuff like that will be disabled to begin with even if later updates would turn it on.

load more comments (4 replies)
load more comments
view more: next ›