Surprised pikachu face

  • finitebanjo@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    22
    ·
    edit-2
    4 days ago

    Okay but what problem does that solve? Is the solution setting up our own spambots to fill forums with arguments counter to their bullshit spambots? I don’t see how an LLM improves literally anything ever in any circumstance.

    • trainsaresexy@lemmy.world
      link
      fedilink
      English
      arrow-up
      20
      arrow-down
      5
      ·
      4 days ago

      You seem unnecessarily hostile about this. If you don’t like LLM just move on.

      This is exactly why this sub about technology is better off without business news. You’re just reacting to something you hate and directing that at others.

      • finitebanjo@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        3
        ·
        4 days ago

        But answer the question maybe

        Also, my “hate” was very clearly directed towards LLMs and not a “person”.

    • utopiah@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      4 days ago

      FWIW I did try a lot (LLMs, code, generative AI for images, 3D models) in a lot of ways (CLI, Web based, chat bot) both locally and using APIs.

      I don’t use any on a daily basis. I find it exciting that we can theoretically do a lot “more” automatically but… so far the results have not been worth the efforts. Sadly some of the best use cases are exactly what you highlighted, i.e low effort engagement for spam. Overall I find that either working with a professional (script writer, 3D modeler, dev, designer, etc) is a lot more rewarding but also more efficient which itself makes it cheaper.

      For use cases where customization helps while quality does matter much due to scale, i.e spam, then LLMs and related tools are amazing.

      PS: I’d love to hear the opinion of a spammer actually, maybe they also think it’s not that efficient either.

      • T156@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 days ago

        I have personally found generative-text LLMs quite good for creating titles. As an example, I have a few hundred tweets that I’m trying to put into a file, and I’ll use an LLM to create a human-readable name for them. It’s much better than a lot of the other summarisation mechanisms (like BERT) I’ve tried with it, but it’s still not perfect, because the model tends to output the same thing in slightly different words each time, so repeat runs will often result in the same thing with a different title.

        But, that is also a fairly limited use case.

      • finitebanjo@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        2
        ·
        edit-2
        4 days ago

        From all the studies available, LLMs increased the rate at which low skilled workers complete tasks. They also lower accuracy, so expect some of the tasks to be done incorrectly.

        If your metric for “improves” is being a better low skill drone forever then yes I’m sure it’s helping you. Here is a novel idea, maybe learn the language from a reliable source instead of taking the word of a bullshit generator at face value?

        • DavidDoesLemmy@lemmynsfw.com
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          3
          ·
          4 days ago

          Here’s an idea, maybe start with curiosity about how someone is getting value out of it? It’s possible you don’t know everything about other people’s experiences.

          • finitebanjo@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            2
            ·
            edit-2
            4 days ago

            It’s something being shoved down our throats every second of every day and I’ve seen enough to know I don’t like it. Curiosity was satiated a long ass time ago. It’s just a bigger power draw than Cryptocurrency but somehow magically even less value.

      • utopiah@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        2
        ·
        4 days ago

        improves my experience coding in unfamiliar languages

        Alan Perlis said “A programming language that doesn’t change the way you think is not worth learning.”

        So… if you code in another language without actually “getting it”, solely having a usable result, what is actually the point of changing languages?

        • DavidDoesLemmy@lemmynsfw.com
          link
          fedilink
          English
          arrow-up
          4
          ·
          4 days ago

          I have a job to do. And I understand the other language conceptually, I am just rusty on the syntax.

          Also the chat feature is invaluable. I can highlight a piece of code and ask what it does, and copilot explains it.

        • sugar_in_your_tea@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 days ago

          Exactly. I see AI as a tool to automate the boring parts, if you try to automate the hard parts, you’re going to have a bad time.

          Take the time to learn the tools you use thoroughly, and then you can turn to AI to make your use of those tools more efficient. If I’m learning woodworking, for example, I’m going to learn to use hand tools first before using power tools, but there’s no way I’m sticking to hand tools when producing a lot of things. Programming isn’t any different, I’ll learn the language and its idioms as deeply as I can, and only then will I turn to things like AI to spit out boilerplate to work from.