As you may know, ChatGPT collects a lot of data on the users for the improvement of their AI, but this poses risks in its own way. I was wondering whether there are privacy alternatives to ChatGPT. Perhaps on F-Droid or Aurora/PlayStore, or for Linux.

Are there any alternatives you know of? Or are there other ways to interact with ChatGPT without giving personal information, such as a privacy focussed front-end?

  • Croquette
    arrow-up
    2
    arrow-down
    0
    ·
    5 months ago
    link
    fedilink

    I’m taking a chance, but which model would you use for learning new programming language?

    • CrabAndBroomEnglish
      arrow-up
      3
      arrow-down
      0
      ·
      5 months ago
      link
      fedilink

      Hmm, not sure exactly. I’ve been using Llama3 because it seems to give decent results for most things quickly, but I haven’t really done much coding with it outside of some simple bash scripts TBH.

      • Croquette
        arrow-up
        2
        arrow-down
        0
        ·
        5 months ago
        link
        fedilink

        I am looking for a basic coding AI. I don’t want to create a complex software, just something to get me started by example. So bash script level is good enough for me.

    • AVincentInSpaceEnglish
      arrow-up
      3
      arrow-down
      1
      ·
      5 months ago
      link
      fedilink

      Your future coworkers will thank you if you do not use an AI for that at all

      • Croquette
        arrow-up
        3
        arrow-down
        0
        ·
        5 months ago
        link
        fedilink

        I’m talking about really basic stuff. AI is great as an entry point to a new language.

        For example, in python, finding out the current folder in which the script is running or in preact, how to use simple hooks.

        It’s fast, and once I know the name of the functions used, I can look up the documentation I need to and find appropriate tutorials and examples.