• null_dot@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    94
    ·
    19 hours ago

    It’s not just the internet.

    Professionals (using the term loosely) are using LLMs to draft emails and reports, and then other professionals (?) are using LLMs to summarise those emails and reports.

    I genuinely believe that the general effectiveness of written communication has regressed.

    • based_raven@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      Yep. My work has pushed AI shit massively. Something like 53% of staff are using it. They’re using it to write reports for them for clients, all sorts. It’s honestly mad.

    • pezhore@infosec.pub
      link
      fedilink
      English
      arrow-up
      43
      ·
      19 hours ago

      I’ve tried using an LLM for coding - specifically Copilot for vscode. About 4 out of 10 times it will accurately generate code - which means I spend more time troubleshooting, correcting, and validating what it generates instead of actually writing code.

      • kurwa@lemmy.world
        link
        fedilink
        English
        arrow-up
        21
        arrow-down
        1
        ·
        17 hours ago

        I feel like it’s not that bad if you use it for small things, like single lines instead of blocks of code, like a glorified auto complete.

        Sometimes it’s nice to not use it though because it can feel distracting.

        • Swedneck@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          24
          ·
          14 hours ago

          truly who could have predicted that a glorified autocomplete program is best at performing autocompletion

          seriously the world needs to stop calling it “AI”, it IS just autocomplete!

        • Phen@lemmy.eco.br
          link
          fedilink
          English
          arrow-up
          14
          arrow-down
          1
          ·
          17 hours ago

          I find it most useful as a means of getting answers for stuff that have poor documentation. A couple weeks ago chatgpt gave me an answer whose keyword had no matches on Google at all. No idea where it took that from (probably some private codebase), but it worked.

          • sem@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 hour ago

            I’m glad you had some independent way to verify that it was correct. Because I’ve asked it stuff Google doesn’t know, and it just invents plausible but wrong answers.

      • TheBrideWoreCrimson@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        13 hours ago

        I use it to construct regex’s which, for my use cases, can get quite complicated. It’s pretty good at doing that.

      • piccolo@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        2
        ·
        15 hours ago

        I like using gpt to generate powershell scripts, surprisingly its pretty good at that. It is a small task so unlikely to go off in the deepend.

        • FauxLiving@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 hours ago

          Like all tools, it is good for some things and not others.

          “Make me an OS to replace Windows” is going to fail “Tell me the terminal command to rename a file” will succeed.

          It’s up to the user to apply the tool in a way that it is useful. A person simply saying ‘My hammer is terrible at making screw holes’ doesn’t mean that the hammer is a bad tool, it tells you the user is an idiot.