• ISOmorph
    link
    fedilink
    arrow-up
    14
    ·
    1 month ago

    What’s your field of work? I work in IT and really try to find some day to day use cases where AI might help and I just don’t seem to find any. The odd presentation or maybe a sprint review protocol, but nothing recurring or anything that feels game changing.

    • floofloof@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 month ago

      It’s useful when programming for generating straightforward code and giving high-level advice on well-trodden topics, though you do have to check both. And typing in questions does help me clarify my thinking, so it also serves as that premium rubber duck. Nothing I couldn’t do without it, but sometimes I do find it convenient and helpful.

      • SkyNTP@lemmy.ml
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        1 month ago

        You use LLMs for everything? Seems strange, as they don’t reason. They are specifically designed to mimic human speech. So they are great for tasks that require presenting information that looks intelligible, or at least are very easily testable, but beyond that you run into serious issues with hallucination fast…

        Or do you mean “AI” as in data science and automation? That’s a very different thing which is a bit off topic. That Kind of “AI” is neither new nor has the hallucination/ecological/cost/training effort issues associated with it

        I dunno dude, all your answers talk about “AI” in suspiciously vague terms. “I use AI to …” is the new “built with blockchain”. Skip the marketing terms and talk shop.

        • BlameThePeacock@lemmy.ca
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          2
          ·
          1 month ago

          LLMs

          For example if I need to generate a long formula for excel or power apps, I could write it myself or I can just tell the LLM the parameters and it will do it in 1/10th of time.

          If I need to create course material, I can shove in bullet points for my key topics and have it expand it into a first draft for me. This concept I actually use a lot more than just for course material. It’s great at generating drafts of everything from statements of work and quotes to presentations (Co-Pilot in 365)

          I know how to do the job without it, so hallucinations are easily caught and cleaned up. It’s a tool to speed me up, not replace me.