• ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      5 days ago

      I’d say it’s not so much that this tech doesn’t have value, but that it gets hyped up and used for things it really shouldn’t be used for. Specifically, the way models work currently, they’re not suitable for any scenario where you need an exact answer. So, it’s great for stuff like generative art or creative writing, but absolutely terrible for solving math problems or driving cars. Understanding the limitations of the tech is key for applying it in a sensible way.

  • utopiah@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    6 days ago

    Interesting video and glad to see open-source suggested as a potential solution at the end… yet, it does not solve hallucinations (for LLMs), energy consumption (any form of AI) or… the fact that the hype itself is an economical and political tool at the service of a few. On the final point on regulators, I believe it’s damaging to imply that regulators are ignorant. They are not technical, indeed, but they are not supposed to. Regulators didn’t need to know how to build a plane to dictate rules that would improve safety in the industry, same for not being engineers in order to make the seatbelt mandatory. Yet, they do learn from technical experts, e.g in Europe the JRC that informs the Europeen Commission, Parliament, etc.

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      8
      ·
      6 days ago

      Open source does actually pave the way towards addressing many of the problems. For example, Petals is a torrent style system for running models which allows regular people to share resources to run models.

      Problems like hallucinations and energy consumption aren’t inherent either. These problems are actively being worked on, and people are finding ways to make models more efficient all the time. For example, by using the same techniques Google used to solve Go (MTCS and backprop), Llama8B gets 96.7% on math benchmark GSM8K. That’s better than GPT-4, Claude and Gemini, with 200x fewer parameters. https://arxiv.org/pdf/2406.07394

      And here’s an approach being explored for making models more reliable https://www.wired.com/story/game-theory-can-make-ai-more-correct-and-efficient/

      The reality is that we can’t put the toothpaste back in the tube now. This tech will be developed one way or the other, and it’s much better if it’s developed in the open.

      • utopiah@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        5 days ago

        FWIW I do have my own page on FLOSS AI, cf https://fabien.benetou.fr/Content/SelfHostingArtificialIntelligence so I do believe it’s at least interesting, even important, to understand what it is.

        Still, AFAIK both the electricity https://www.bloomberg.com/graphics/2024-ai-data-centers-power-grids/ and even the potential for correction https://arxiv.org/abs/2404.04125 from intrinsic properties of the dataset and learning but also as its marketed https://link.springer.com/article/10.1007/s10676-024-09775-5 today make me reiterate, AI FLOSS doesn’t not automatically solve all problems of closed source or proprietary AI.

        Edit: I know of Petals, I even discussed with some people working on it, and I learned about federated AI or federated learning back then, since at least 2019 (proof) so this isn’t new to me.

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          2
          ·
          5 days ago

          Again, I’m not arguing that open source automatically solves problems, just that since AI is obviously going to continue being developed, it’s better if it’s done in the open.

          • utopiah@lemmy.ml
            link
            fedilink
            arrow-up
            3
            ·
            edit-2
            5 days ago

            Well that’s one position, another is to say AI, being developed currently, is :

            • not working due to hallucinations
            • wasteful in terms of resources
            • creates problematic behaviors in terms of privacy
            • creates more inequality

            and other problems and is thus in most cases (say outside of e.g numerical optimization as already done at e.g DoE, so in the “traditional” sense of AI, not the LLM craze) better be entirely ignored.

            Edit : what I mean is that the argument of inevitability itself is dangerous, often abused.

            • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
              link
              fedilink
              arrow-up
              2
              ·
              5 days ago

              not working due to hallucinations

              It’s pretty clear that hallucinations are an issue only for specific use cases. This problem certainly doesn’t make ML useless. For example, I find it’s far faster to use a code oriented model to get an idea of how to solve a problem than going to stack overflow. The output of the model doesn’t need to be perfect, it just needs to get me moving in the right direction.

              Furthermore, there is nothing to suggest that the problem of hallucinations is fundamental and can’t be addressed going forward. I’ve linked an example of a research team doing precisely that above.

              wasteful in terms of resources

              Sure, but so are plenty of other things. And as I’ve illustrated above, there are already drastic improvements happening in this area.

              creates problematic behaviors in terms of privacy

              Not really a unique problem either.

              creates more inequality

              Don’t see how that’s the case. In fact, I’d argue the opposite to be true, especially if the technology is open and available to everyone.

              and other problems and is thus in most cases (say outside of e.g numerical optimization as already done at e.g DoE, so in the “traditional” sense of AI, not the LLM craze) better be entirely ignored.

              There is a lot of hype around this tech, and some of it will die down eventually. However, it would be a mistake to throw the baby out with the bath water.

              what I mean is that the argument of inevitability itself is dangerous, often abused.

              The argument of inevitability stems from the fact that people have already found many commercial uses for this tech, and there is a ton of money being poured into it. This is unlikely to stop regardless of what your personal opinion on the tech is.