• Milk_Sheikh@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    I still haven’t seen a use of AI that doesn’t serve state or corporate interests first, before the general public. AI medical diagnostics comes the closest, but that’s being leveraged to justify further staffing reductions, not an additional check.

    The AI-captcha wars are on, and no matter who wins we lose.

    • TimeSquirrel@kbin.social
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      2 months ago

      AI is helping me learn and program C++. It’s built into my IDE. Much more efficient than searching stackoverflow. Whenever it comes up with something I’ve never seen before, I learn what that thing does and mentally store it away for future use. As time goes on, I’m relying on it less and less. But right now it’s amazing. It’s like having a tutor right there with you who you can ask questions anytime, 24/7.

      I hope a point comes where my kid can just talk to a computer, tell it the specifics of the program he wants to create, and have the computer just program the entire thing. That’s the future we are headed towards. Ordinary folks being able to create software.

      • Milk_Sheikh@lemm.ee
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        2 months ago

        I’ll agree there’s huge potential for ‘assistant’ roles (exactly like you’re using) to give a concise summary for quick understanding. But LLMs aren’t knowledgeable like an accredited professor or tutor is, understanding the context and nuance of the topic. LLMs are very good at scraping together data and presenting the shallowest of information, but their limits get exposed quickly when you try to go into a topic.

        For instance, I was working a project that required very long term storage (+10 years) with intermittent exposure to open air, and was concerned about oxidation and rust. ChatGPT was very adamant that desiccant alone was sufficient (wrong) and that VCI packs would last (also wrong). It did a great job of repackaging corporate ad-copy and industrial white papers written by humans, but not of providing an objective answer to a semi complex question.

        • TimeSquirrel@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          I guess it’s not great for things requiring domain knowledge. Programming seems to be easy for it, as programs are very structured, predictable, and logical. That’s where its pattern-matching-and-prediction abilities shine.