I know its a bit of a hot topic but I’ve always seen people (online anyways) are either a hard yes or absolutely no on using AI. There are many types of “AI” that have already been part of technology before this hype, I’m talking about LLMs specifically (ChatGPT, Claude, Gemini, etc…). When this bubble burst its absolutely not going anywhere. I’m wondering if there is case where you’ve personally used it and found it beneficial (not something you’ve read or seen somewhere). The ethics of essentially stealing vast amount of data for training without compensation or enshitification of products with “AI” is a whole other topic but there is absolutely no way that the use of the technology itself is not beneficial somehow. Like everything else divisive the truth is definitely somewhere in the middle. I’ve been using lumo from proton for the last three weeks and its not bad. I’ve personally found it useful in helping me troubleshoot issues, search or just use it to help with applying for jobs:

  • its very good at looking past SEO slop plaguing the internet and it just gets me the information I need. I’ve tried alternative search engine (mojeek, startpage, searXNG, DDG, Qwant, etc…) Most of them unfortunately aren’t very good or are just another way to use google or bing.
  • I was having some wifi problem on a pc i was setting up and i couldn’t figure out why. i told it exactly what was happening with my computer along with exact specs. It gave gave me some possible reasons and some steps to try and analyze my computer it was very very useful.
  • I’ve been applying for so many jobs and it so exhausting to read hundreds of description see one tiny thing in the middle that disqualifies me so I pass it my resume with links and tell it to compare what i say on my resume and what the job is looking for to see if im a fit. When i find a good job i ask rewriting tips to better focus on what will stand out to a recruiter (or an application filtering system to be real).

I guess what I’m trying to say is it cant all be bad.

  • cRazi_man@europe.pub
    link
    fedilink
    arrow-up
    19
    arrow-down
    2
    ·
    edit-2
    1 day ago

    I’ve used it to help me set up a home server. I can paste text from log files or ask about something not working and it tells me what the problem is. It gets things wrong a lot, but this is the perfect low risk use for AI…for sending me in the right direction when I have no idea why things aren’t working. When it’s completely wrong, it doesn’t really matter.

    The real test for AI is: “does it matter when it is completely wrong”. If the answer is yes, then that’s not a suitable use for AI.

    • Eril@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      8 hours ago

      This. I’m a software engineer and I also sometimes use it by providing it a problem and asking it for ideas how to solve them (usually with the addition of “don’t write any code”, I do that myself, thanks). It gives me a few pointers that I can then follow. Sometimes it’s garbage, sometimes it’s quite good.

      • UltraBlack@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        6 hours ago

        99% garbage.

        If you have ever touched C++ you will know that it has godawful errors and not even chatgpt knows what the fuck is happwning

        • Eril@feddit.org
          link
          fedilink
          arrow-up
          2
          ·
          4 hours ago

          That’s why I’m not asking it to give me actual code I should use, but keep it high level. If it then says there are patterns x,y and z that could be usable, I can look it up myself and also write the code itself. Using it to actually write the code is mostly garbage, yes. And in any case you still need to have an idea of what you’re doing yourself anyway.

          • UltraBlack@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            3 hours ago

            No, I’m not asking it to write code, I’m asking it to interpret the error and point to the actual problem in the code. It just can’t…