I know the reputation that AI has on Lemmy, however I’ve found that some users (like myself) have found that LLMs can be useful tools.

What are fellow AI users using these tools for? Furthermore, what models are you using that find the most useful?

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

    Copilot in VScode is something you’d have to tear out of my cold, dead hands. Pressing Tab to auto complete is so useful. I use the GPT 4.1 model or whatever it is called. I tried Gemini but for some reason it’s complete ass when doing code. Android Studio Gemini is worse than the free tier on the website.

    However, I’ve found the Gemini Pro model on the website is incredibly good for information assistance. To give an idea of my current uses, I have two chats pinned on it: fact checking and programming advice. I use the former for general research that would take more than a few minutes of Googling but need an answer now, and the latter for brainstorming code design or technical tutorials (recently had it help me set up a VM in WSL).

    One tool I wish I could use is ElevenLabs. Had a friend on the free tier of it make some really cool and convincing voice lines (I forgot what character it was) a long time ago. Looks easy to use too. I can’t justify spending money just to play with it but if I had a purpose for it, I would.

    • MisterCurtis@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      Just today I was tinkering with Continue.dev extension for VSCode. Locally running the models and not having sensitive proprietary source code sent over the wire to a 3rd party service was a big requirement for me to even consider bringing AI into my IDE.