• brucethemoose@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    24 days ago

    The pathological need to find something to use LLMs for is so bizzare.

    It’s like the opposite of classic ML, relatively tiny special purpose models trained for something critical, out of desperation, because it just can’t be done well conventionally.

    But this:

    AI-enhanced tab groups. Powered by a local AI model, these groups identify related tabs and suggest names for them. There is even a “Suggest more tabs for group” button that users can click to get recommendations.

    Take out the word AI.

    Enhanced tab groups. Powered by a local algorithm, these groups identify related tabs and suggest names for them. There is even a “Suggest more tabs for group” button that users can click to get recommendations.

    If this feature took, say, a gigabyte of RAM and a bunch of CPU, it would be laughed out. But somehow it ships because it has the word AI in it? That makes no sense.

    I am a massive local LLM advocate. I like “generative” ML, within reason and ethics. But this is just stupid.

    • DaddleDew@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      24 days ago

      When I’m browsing around with multiple tabs open, the last thing I want is something to start moving them around and messing my flow up. This is a solution looking for a problem.

    • Godort@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      24 days ago

      The pathological need to find something to use LLMs for is so bizzare.

      Venture capital dumped so much money into the tech without understanding the full scope of what it was capable of. Now they’re so in so deep that they desperately NEED to find something profitable it can do, otherwise they’ll lose the farm.

      • brucethemoose@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        24 days ago

        Firefox has little financial motivation for this, though?

        Other than getting “AI” investor money, if that’s the plan… But otherwise it just feels like they’re following a meme.

        • WhatAmLemmy@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          24 days ago

          It makes a lot more sense when you realize that the Mozilla corporation is a for profit run by the same techno-fascist aggrandizing bait-and-switch narcissists as the rest of SV.

          I’ve been saying it for years, but I will never donate to Firefox until it is freed from the shackles of a for profit corporation that can use your donation for any profit motive it sees fit; not even related to Firefox.

          • Gigasser@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            24 days ago

            Isn’t the “for-profit” Mozilla Corporation owned by the “non-profit” Mozilla Foundation though?

            • WhatAmLemmy@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              23 days ago

              I don’t care. It’s a corrosive force that causes them to pay for over priced CEO’s and integrate services that nobody cares about into Firefox (like pocket) or that runs against their principles (container VPN’s exclusive to Mozillas for-profit VPN).

    • acosmichippo@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      even without AI, to me tab groups are already feature creep bloat in browsers. do people really put that much effort into organizing tabs?

      • exu@feditown.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        24 days ago

        I like the tab groups. I use them often at work to group an issue with related tabs and my attempts at solving it. Also makes it easier to pause work on one problem and work on something else because I have the tabs grouper and know exactly where to go back.

        • woelkchen@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          24 days ago

          I like the tab groups.

          And nobody should stop you installing an extension that provides tab groups. I agree with the other commentator that some features can be left to extensions and don’t need to be part of the core web browser, though.

          • frongt@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            24 days ago

            True, but I’m not sure that an extension would have the necessary access to manipulate the browser like that. I don’t think it should. A malicious extension could do horrible things.

  • Chaotic Entropy@feddit.uk
    link
    fedilink
    English
    arrow-up
    1
    ·
    23 days ago

    Firefox really does seem to have lost the plot… they don’t seem to go five minutes without slamming their dick in another drawer. It starts to look like they’re in to it.

  • raldone01@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    24 days ago

    I just wish one could donate to firefox development specifically. Then they could rid it of all the advertisement and tracking stuff.

    • Semicolon@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      22 days 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.

      • Eugene V. Debs' Ghost@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        21 days ago

        You meant to tell me the general public has kneejerk reactions and don’t know how a computer works?

        What a shock that lemmy bashes Mozilla for doing their job.

  • Mika@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    23 days ago

    TBH despite I don’t like this specific idea, nor use Firefox directly, I do like the usage of local inference vs sending your data to thirdparty to do AI.

    They just needed to do it OPT IN, not OPT OUT.