• Ethan@programming.dev
    link
    fedilink
    English
    arrow-up
    9
    ·
    21 hours ago

    I’m the opposite. AI is best (though not great) at boring shit I don’t want to do and sucks at the stuff I love - problem solving.

    • Lucidlethargy@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      19 hours ago

      I only ever use it for data crunching, which it only does well most of the time. So I always have to check it’s work to some degree.

      • Ethan@programming.dev
        link
        fedilink
        English
        arrow-up
        5
        ·
        17 hours ago

        How are you using it for data crunching? That’s an honest question, based on my experiences with AI I can’t imagine how I’d use them to crunch data.

        So I always have to check it’s work to some degree.

        That goes without saying. Every AI I’ve seen or heard of generates some level of garbage.

        • FrenziedFelidFanatic@yiffit.net
          link
          fedilink
          arrow-up
          2
          ·
          14 hours ago

          Deep learning doesn’t stop at llms. Honestly, language isn’t a great use case for them. They are—by nature—statistics machines, so if you have a fuck load of data to crunch, they can work very quickly to find patterns. The patterns might not always be correct, but if they are easy to check, then it might be faster to use them and modify the result compared to doing it all yourself.

          I don’t know what this person does, though, and it will depend on the specifics of the situation for how they are used.