• HarkMahlberg@kbin.earth
    link
    fedilink
    arrow-up
    18
    ·
    1 day ago

    Beyond the copyright issues and energy issues, AI does some serious damage to your ability to do actual hard research. And I’m not just talking about “AI brain.”

    Let’s say you’re looking to solve a programming problem. If you use a search engine and look up the question or a string of keywords, what do you usually do? You look through each link that comes up and judge books by their covers (to an extent). “Do these look like reputable sites? Have I heard of any of them before?” You scroll click a bunch of them and read through them. Now you evaluate their contents. “Have I already tried this info? Oh this answer is from 15 years ago, it might be outdated.” Then you pare down your links to a smaller number and try the solution each one provides, one at a time.

    Now let’s say you use an AI to do the same thing. You pray to the Oracle, and the Oracle responds with a single answer. It’s a total soup of its training data. You can’t tell where specifically it got any of this info. You just have to trust it on faith. You try it, maybe it works, maybe it doesn’t. If it doesn’t, you have to write a new prayer try again.

    Even running a local model means you can’t discern the source material from the output. This isn’t Garbage In Garbage Out, but Stew In Soup Out. You can feed an AI a corpus of perfectly useful information, but it will churn everthing into a single liquidy mass at the end. You can’t be critical about the output, because there’s nothing to critique but a homogenous answer. And because the process is destructive, you can’t un-soup the output. You’ve robbed yourself of the ability to learn from the input, and put all your faith into the Oracle.

    • Mika@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      10
      ·
      1 day ago

      you can’t be critical about the answer

      You actually can, and you should be. And the process is not destructive since you can always undo in tools like cursor, or discard in git.

      Besides, you can steer a good coding LLM in a right direction. The better you understand what are you doing - the better.

      • HarkMahlberg@kbin.earth
        link
        fedilink
        arrow-up
        6
        ·
        20 hours ago

        You misunderstood, I wasn’t saying you can’t Ctrl Z after using the output, but that the process of training an AI on a corpus yields a black box. This process can’t be reverse engineered to see how it came up with it’s answers.

        It can’t tell you how much of one source it used over another. It can’t tell you what it’s priorities are in evaluating data… not without the risk of hallucinating on you when you ask it.

      • MoreZombies@aussie.zone
        link
        fedilink
        English
        arrow-up
        9
        ·
        1 day ago

        How would you be critical of the answer without also doing a traditional search to compare its answer? If you have to search and verify the answer anyway, didn’t we just add an unnecessary step to the process?

        • Mika@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          1 day ago

          You can have knowledge of the technology firsthand and just need to generate the code? I mean I would need to google different function names and conversion tricks all the time anyway, even if I’m really good at it. If AI slops it for me, it just speeds it up by a lot, and I can notice bad moments.

          Again, the better you know what you are doing, the more it could help.

          • very_well_lost@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            18 hours ago

            That would be all well and good, if corpos weren’t pushing AI as a technology that everyone should be using all the time to reshape their daily lives.

            The people most attracted to AI as a technology (and the ones that AI companies are marketing to the hardest) are the ones who want to use it for things where they don’t already have domain-specific expertise. Non-artists generating art, or non-coders making apps on “vibes”, etc. Have you ever heard of Travis Kalanick? He’s one of the co-founders of Uber and he recently made the news after he went on some podcast to breathlessly rave about how he’s been using LLMs to do “vibe physics”. Kalanick, as you can guess, is not a physicist. In fact he’s not a scientist of any kind.

            The vast, vast majority of people using AI aren’t using it to augment their existing skills, and they aren’t using their own expertise to evaluate the output critically. This was never the point nor the promise of AI, and it’s certainly not the direction that the people pushing this technology are attempting to push it.

            • Mika@sopuli.xyz
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              18 hours ago

              AI marketing is total BS, but it doesn’t mean AI is not useful in it’s current state. People try to argue as if that was the case, but it simply isn’t. Agentic AI + LLM does speed up usual tasks by a whole fucking lot.

              Next day, these people would be wondering why they don’t have access to essential tools they need to be effective (means of production), completely forgotten they were against these tools completely out of principle. This is as shortsighted as it can get.

              • very_well_lost@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                ·
                edit-2
                11 hours ago

                AI marketing is total BS, but it doesn’t mean AI is not useful in it’s current state.

                But the AI only exists because of the marketing BS! The fact that AI is useful to qualified people in specialized fields doesn’t matter when the technology is being mass marketed to a completely different group of people for completely different use cases.

                LLMs are called “large” for a reason — their existence demands large datasets, large data centers, large resource consumption, and large capital expenditure to secure all of those things. The only entries with the resources to make that happen are large corporations (and rich nation-states, but they seem to be content to keep any of their own LLM efforts under wraps for now). You can only say “don’t blame the technology, blame the technologist” when it’s possible to separate the two, but in this case it’s not. LLMs don’t exist without the corpos, and the corpos are determined to push LLMs into places and use cases where they have no business being.

                • Mika@sopuli.xyz
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  arrow-down
                  1
                  ·
                  16 hours ago

                  Openweight/Opensource LLMs do exist though. And isn’t not only tiny models.

    • Skullgrid@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      7
      ·
      edit-2
      1 day ago

      The topic is : using AIs for game dev.

      1. I’m pretty sure that generating placeholder art isn’t going to ruin my ability to research
      2. AIs need to be used TAKING THEIR FLAWS INTO ACCOUNT and for very specific things.

      I’m just going to be upfront: AI haters don’t know the actual way this shit works except that by existing, LLMS drain oceans and create more global warming than the entire petrol industry, and AI bros are filling their codebases with junk code that’s going to explode in their faces from anywhere between 6 months to 3 years.

      There is a sane take : use AIs sparingly, taking their flaws into consideration, for placeholder work, or once you obtain a training base on content you are allowed to use. Run it locally, and use renewable sources for electricity.

      • HarkMahlberg@kbin.earth
        link
        fedilink
        arrow-up
        3
        ·
        20 hours ago

        Wild to see you call for a “sane take” when you strawman the actual water problem into “draining the oceans.”

        Local residents with nearby data centers aren’t being told to take fewer showers with salt water from the ocean.

        • Skullgrid@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          20 hours ago

          Is that a problem with the existence of llms as a technology, or shitty corporations working with corrupt governments in starving local people of resources to turn a quick buck?

          If you are allowing a data center to be built, you need to make sure you have power etc to build it without negativitely impacting the local people. It’s not the fault of an LLM that they fucked this shit up.

          • very_well_lost@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            1
            ·
            18 hours ago

            Are you really gonna use the “guns don’t kill people, people kill people” argument to defend LLMS?

            Let’s not forget that the first ‘L’ stands for “large”. These things do not exist without massive, power and resource hungry data centers. You can’t just say “Blame government mismanagement! Blame corporate greed!” without acknowledging that LLMs cease to exist without those things.

            And even with all of those resources behind it, the technology is still only marginally useful at best. LLMs still hallucinate, they still confidently distribute misinformation, they still contribute to mental health crises in vulnerable individuals, and no one really has any idea how to stop those things from happening.

            What tangible benefit is there to LLMs that justifies their absurd cost? Honestly?

            • Skullgrid@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              arrow-down
              1
              ·
              edit-2
              18 hours ago

              making up deficiencies in your own artistic and linguistic skills , getting easy starting points for coding solutions.

              LLMs still hallucinate,

              Emergent behaviour can be useful in coming up with new ideas that you were not expecting and areas to explore

              they still confidently distribute misinformation,

              yeah, that’s been a problem since language, if you want a statement more close to the topic at hand, the printing press.

              they still contribute to mental health crises in vulnerable individuals, and no one really has any idea how to stop those things from happening.

              so does the fucking internet.

              Are you really gonna use the “guns don’t kill people, people kill people” argument to defend LLMS?

              chad.jpg

      • lime!@feddit.nu
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 day ago

        as someone who has studied ml since around 2015, i’m still not convinced. i run local models, i train on CC data, i triple-check everything, and it’s just not that useful. it’s fun, but not productive.