this post was submitted on 10 Aug 2025
1153 points (97.8% liked)

Technology

73876 readers
3325 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] Semicolon@lemmy.world 11 points 13 hours ago

There is none, this is all AI=bad knee-jerk reaction. From what I can tell, so far Firefox has 3 ML-based systems implemented:

  • Site / text translation - fully local, small model, requires manual action from user
  • Tab grouping suggestions - fully local, small model, requires manual action from user
  • Image alt text generation (when adding images to a PDF) - fully local, small model, looks like it's enabled by default but can be turned off directly in the modal that appears when adding alt text

All of these models are small enough to be quickly run locally on mobile devices with minimal wait time. The CPU spikes appear to be a bug in the inference module implementation - not an intended behavior.

Firefox also provides UI for connecting to cloud-based chatbots on a sidebar, but they need to be manually enabled to be used. The sidebar is also customizable so anyone who doesn't want this button there can just remove it. There's also a setting in about:config that removes it harder.

I actually really like the way Mozilla is introducing these features. I recently had to visit another country's post office site and having the ability to just instantly translate it directly on my device is great.