• @[email protected]
    link
    fedilink
    English
    6712 hours ago

    I feel like this can be generalized to AI in general for most people. I still don’t see much usefulness or quality in output in the scenarios where I’ve been exposed to AI LLMs.

    • Prox
      link
      English
      128 hours ago

      It’s a nice way to search for content or answers without all the ads that websites have nowadays. Of course, it’s only a matter of time until the AI/LLM responses are surrounded by (or embedded with) ads as well.

      • @[email protected]
        link
        fedilink
        English
        98 hours ago

        Or it much prefers to give you answers from “partners.” For example:

        Me: How can I find a good set of headphones?

        AI: A lot of people look for guides and reviews to find a good set of headphones. The important features to look for are… <insert overcomplicated nonsense here>. This can be overwhelming, so consider narrowing the search to a reliable product line like those by Beats (or whatever advertiser). Do you want some links to well-reviewed products?

        Ick…

    • @plenipotentprotogod
      link
      English
      3611 hours ago

      I feel the same way about AI as I felt about the older generation of smartphone voice assistants. The error rate remains high enough that i would never trust it to do anything important without double checking its work. For most tasks, the effort that goes into checking and correcting the output is comparable to the effort I would have spent to just do it myself, so I just do it myself.

        • @[email protected]
          link
          fedilink
          English
          147 hours ago

          Real talk though, I’m seeing more and more of my peers in university ask AI first, then spending time debugging code they don’t understand.

          I’ve yet to have chat gpt or copilot solve an actual problem for me. Simple, simple things are good, but any problem solving i find them more effort than just doing the thing.

          I asked for instructions on making a KDE Widget to get weather canada information, and it sent me an api that doesn’t exist and python packages that don’t exist. By the time I fixed the instructions, very little of the original output remained.

          • @Warl0k3
            link
            English
            106 hours ago

            As a prof, it’s getting a little depressing. I’ll have students that really seem to be getting to grips with the material, nailing their assignments, and then when they’re brought in for in-person labs… yeah, they can barely declare a function, let alone implement a solution to a fairly novel problem. AI has been hugely useful while programming, I won’t deny that! It really does make a lot of the tedious boilerplate a lot less time-intensive to deal with. But holy crap, when the crutch is taken away people don’t even know how to crawl.

            • @rottingleaf
              link
              English
              26 hours ago

              Seem to be 2 problems. One is obvious, the other is that such tedious boilerplate exists.

              I mean, all engineering is divide and conquer. Doing the same thing over and over for very different projects seems to be a fault in paradigm. Like when making a GUI with tcl/tk you don’t really need that, but with qt you do.

              I’m biased as an ASD+ADHD person that hasn’t become a programmer despite a lot of trying, because there are a lot of things which don’t seem necessary, but huge, turning off my brain via both overthinking and boredom.

              But still - students don’t know which work of what they must do for an assignment is absolutely necessary and important for the core task and which is maybe not, but practically required. So they can’t even correctly interpret the help that an “AI” (or some anonymous helper) is giving them. And thus, ahem, prepare for labs …

            • @thefactremains
              link
              English
              26 hours ago

              When AI achieves sentience, it’ll simply have to wait until the last generation of humans that know how to code die off. No need for machine wars.

        • @[email protected]
          link
          fedilink
          English
          11
          edit-2
          7 hours ago

          AI has absolutely wasted more of my time than it’s saved while programming. Occasionally it’s helpful for doing some repetitive refactor, but for actually solving any novel problems it’s hopeless. It doesn’t help that English is a terrible language for describing programming logic and constraints. That’s why we have programming languages…

          The only things AI is competent with are common example problems that are everywhere on the Internet. You may as well just copy paste from StackOverflow. It might even be more reliable.

          • @[email protected]
            link
            fedilink
            English
            78 hours ago

            Yup. We passed on a candidate because they didn’t notice the AI making the same mistake twice in a row, and still saying they trust the code. Yeah, no…

    • @[email protected]
      link
      fedilink
      English
      1812 hours ago

      Same. I’m not opposed to it existing, I’m just kind of… lukewarm about it. I find the output overly verbose and factually questionable, and that’s not the experience I’m looking for.

    • @T156
      link
      English
      1011 hours ago

      Even with other forms of generative AI, there are very few notable uses for it that isn’t just a gimmick/having fun with it, and not in a way achievable via other means.

      Being able to add a thing to a photo is neat, but also questionably useful, when it is also doable with a few minutes of Photoshop.

      I’ve a friend who claims it can be useful for scripts and quick data processing, but I’ve personally not had that experience when giving it a spin.