Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Privacy
  3. What Kinds of Data do AI Chatbots Collect?

What Kinds of Data do AI Chatbots Collect?

Scheduled Pinned Locked Moved Privacy
privacy
84 Posts 56 Posters 1 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W [email protected]

    They're talking about what is being recorded while the user is using the tools (your prompts, RAG data, etc.)

    Q This user is from outside of this forum
    Q This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #24

    Does that include generated responses?

    W P 2 Replies Last reply
    1
    0
    • E [email protected]

      Are there tutorials on how to do this? Should it be set up on a server on my local network??? How hard is it to set up? I have so many questions.

      kiuyn@lemmy.mlK This user is from outside of this forum
      kiuyn@lemmy.mlK This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #25

      I recommend GPT4all if you want run locally on your PC. It is super easy.

      If you want to run in a separate server ollama + some kind of web UI is the best.

      Ollama can also be run locally but it IMO take more learning than GUI app like GPT4all.

      codexarcanum@lemmy.dbzer0.comC 1 Reply Last reply
      1
      0
      • A [email protected]

        Is there away to fake all the data they try to collect?

        U This user is from outside of this forum
        U This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #26

        Pretty sure this is what they scrape from your device if you install their app. I dont know how else they would get access to contacts and location and stuff. So yeah you can just run it on a virtual android device and feed it garbage data, but i assume the app or their backend will detect that and throw out your data.

        N M 2 Replies Last reply
        1
        0
        • U [email protected]

          Pretty sure this is what they scrape from your device if you install their app. I dont know how else they would get access to contacts and location and stuff. So yeah you can just run it on a virtual android device and feed it garbage data, but i assume the app or their backend will detect that and throw out your data.

          N This user is from outside of this forum
          N This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #27

          Root, install xprivacy (or xprivacylua if your phone isn't 10 years old).

          1 Reply Last reply
          1
          0
          • Q [email protected]

            Does that include generated responses?

            W This user is from outside of this forum
            W This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #28

            Nobody knows! There's no specific disclosure that I'm aware of (in the US at least), and even if there was I wouldn't trust any of these guys to tell the truth about it anyway.

            As always, don't do anything on the Internet that you wouldn't want the rest of the world to find out about 🙂

            1 Reply Last reply
            1
            0
            • kiuyn@lemmy.mlK [email protected]

              I recommend GPT4all if you want run locally on your PC. It is super easy.

              If you want to run in a separate server ollama + some kind of web UI is the best.

              Ollama can also be run locally but it IMO take more learning than GUI app like GPT4all.

              codexarcanum@lemmy.dbzer0.comC This user is from outside of this forum
              codexarcanum@lemmy.dbzer0.comC This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #29

              If by more learning you mean learning

              ollama run deepseek-r1:7b

              Then yeah, it's a pretty steep curve!

              If you're a developer then you can also search "$MyFavDevEnv use local ai ollama" to find guides on setting up. I'm using Continue extension for VS Codium (or Code) but there's easy to use modules for Vim and Emacs and probably everything else as well.

              The main problem is leveling your expectations. The full Deepseek is a 671b (that's billions of parameters) and the model weights (the thing you download when you pull an AI) are 404GB in size. You need so much RAM available to run one of those.

              They make distilled models though, which are much smaller but still useful. The 14b is 9GB and runs fine with only 16GB of ram. They obviously aren't as impressive as the cloud hosted big versions though.

              kiuyn@lemmy.mlK smee@poeng.linkS 2 Replies Last reply
              1
              0
              • tuxenthusiast@sopuli.xyzT [email protected]

                Only if my hardware could support it..

                S This user is from outside of this forum
                S This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #30

                I can actually use locally some smaller models on my 2017 laptop (though I have increased the RAM to 16 GB).

                You'd be surprised how mich can be done with how little.

                1 Reply Last reply
                1
                0
                • E [email protected]

                  Are there tutorials on how to do this? Should it be set up on a server on my local network??? How hard is it to set up? I have so many questions.

                  S This user is from outside of this forum
                  S This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #31

                  If you want to start playing around immediately, try Alpaca if Linux, LMStudio if Windows. See if it works for you, then move from there.

                  S smee@poeng.linkS 2 Replies Last reply
                  1
                  0
                  • U [email protected]

                    Pretty sure this is what they scrape from your device if you install their app. I dont know how else they would get access to contacts and location and stuff. So yeah you can just run it on a virtual android device and feed it garbage data, but i assume the app or their backend will detect that and throw out your data.

                    M This user is from outside of this forum
                    M This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #32

                    How about if I only use the web version?

                    1 Reply Last reply
                    1
                    0
                    • E [email protected]

                      Are there tutorials on how to do this? Should it be set up on a server on my local network??? How hard is it to set up? I have so many questions.

                      N This user is from outside of this forum
                      N This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #33

                      I used this a while back, it was pretty straightforward https://github.com/nathanlesage/local-chat

                      1 Reply Last reply
                      1
                      0
                      • hiddenlayer555@lemmy.mlH [email protected]

                        DeepSeek at home: None

                        T This user is from outside of this forum
                        T This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #34

                        Doesn't the official local app still have telemetry? I might be remembering wrong

                        G 1 Reply Last reply
                        1
                        0
                        • T [email protected]

                          Doesn't the official local app still have telemetry? I might be remembering wrong

                          G This user is from outside of this forum
                          G This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #35

                          You just use the model in an opensource program, not theirs.

                          1 Reply Last reply
                          1
                          0
                          • W [email protected]

                            A chart titled "What Kind of Data Do AI Chatbots Collect?" lists and compares seven AI chatbots—Gemini, Claude, CoPilot, Deepseek, ChatGPT, Perplexity, and Grok—based on the types and number of data points they collect as of February 2025. The categories of data include: Contact Info, Location, Contacts, User Content, History, Identifiers, Diagnostics, Usage Data, Purchases, Other Data.

                            • Gemini: Collects all 10 data types; highest total at 22 data points
                            • Claude: Collects 7 types; 13 data points
                            • CoPilot: Collects 7 types; 12 data points
                            • Deepseek: Collects 6 types; 11 data points
                            • ChatGPT: Collects 6 types; 10 data points
                            • Perplexity: Collects 6 types; 10 data points
                            • Grok: Collects 4 types; 7 data points
                            knighthawk0811@lemmy.mlK This user is from outside of this forum
                            knighthawk0811@lemmy.mlK This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #36

                            I'm interested in seeing how this changes when using duck duck go front end at duck.ai

                            there's no login and history is stored locally (probably remotely too)

                            1 Reply Last reply
                            1
                            0
                            • Z [email protected]

                              And what about goddamn Mistral?

                              sunny@slrpnk.netS This user is from outside of this forum
                              sunny@slrpnk.netS This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #37

                              Its French as far as I know so at least it abides to gdpr by default.

                              Z 1 Reply Last reply
                              1
                              0
                              • hiddenlayer555@lemmy.mlH [email protected]

                                DeepSeek at home: None

                                T This user is from outside of this forum
                                T This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #38

                                How much VRAM does your machine have? Are you using open webui?

                                1 Reply Last reply
                                1
                                0
                                • sunny@slrpnk.netS [email protected]

                                  Its French as far as I know so at least it abides to gdpr by default.

                                  Z This user is from outside of this forum
                                  Z This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #39

                                  All services you see above are provided to EU citizens, which is why they also have to abide by GDPR. GDPR does not disallow the gathering of information. Google, for example, is GDPR compliant, yet they are number 1 on that list. That’s why I would like to know if European companies still try to have a business case with personal data or not.

                                  S sunny@slrpnk.netS 2 Replies Last reply
                                  1
                                  0
                                  • W [email protected]

                                    A chart titled "What Kind of Data Do AI Chatbots Collect?" lists and compares seven AI chatbots—Gemini, Claude, CoPilot, Deepseek, ChatGPT, Perplexity, and Grok—based on the types and number of data points they collect as of February 2025. The categories of data include: Contact Info, Location, Contacts, User Content, History, Identifiers, Diagnostics, Usage Data, Purchases, Other Data.

                                    • Gemini: Collects all 10 data types; highest total at 22 data points
                                    • Claude: Collects 7 types; 13 data points
                                    • CoPilot: Collects 7 types; 12 data points
                                    • Deepseek: Collects 6 types; 11 data points
                                    • ChatGPT: Collects 6 types; 10 data points
                                    • Perplexity: Collects 6 types; 10 data points
                                    • Grok: Collects 4 types; 7 data points
                                    D This user is from outside of this forum
                                    D This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #40

                                    Who TF using Grok.

                                    moonraven@feddit.nlM S 2 Replies Last reply
                                    1
                                    0
                                    • codexarcanum@lemmy.dbzer0.comC [email protected]

                                      If by more learning you mean learning

                                      ollama run deepseek-r1:7b

                                      Then yeah, it's a pretty steep curve!

                                      If you're a developer then you can also search "$MyFavDevEnv use local ai ollama" to find guides on setting up. I'm using Continue extension for VS Codium (or Code) but there's easy to use modules for Vim and Emacs and probably everything else as well.

                                      The main problem is leveling your expectations. The full Deepseek is a 671b (that's billions of parameters) and the model weights (the thing you download when you pull an AI) are 404GB in size. You need so much RAM available to run one of those.

                                      They make distilled models though, which are much smaller but still useful. The 14b is 9GB and runs fine with only 16GB of ram. They obviously aren't as impressive as the cloud hosted big versions though.

                                      kiuyn@lemmy.mlK This user is from outside of this forum
                                      kiuyn@lemmy.mlK This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #41

                                      My assumption is always the person I am talking to is a normal window user who don't know what a terminal is. Most of them even freak out when they see "the black box of text". I guess on Lemmy the situation is better. It is just my bad habit.

                                      codexarcanum@lemmy.dbzer0.comC U 2 Replies Last reply
                                      1
                                      0
                                      • kiuyn@lemmy.mlK [email protected]

                                        My assumption is always the person I am talking to is a normal window user who don't know what a terminal is. Most of them even freak out when they see "the black box of text". I guess on Lemmy the situation is better. It is just my bad habit.

                                        codexarcanum@lemmy.dbzer0.comC This user is from outside of this forum
                                        codexarcanum@lemmy.dbzer0.comC This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #42

                                        No worries! You're probably right that it's better not to assume, and it's good of you to provide some different options.

                                        1 Reply Last reply
                                        1
                                        0
                                        • W [email protected]

                                          A chart titled "What Kind of Data Do AI Chatbots Collect?" lists and compares seven AI chatbots—Gemini, Claude, CoPilot, Deepseek, ChatGPT, Perplexity, and Grok—based on the types and number of data points they collect as of February 2025. The categories of data include: Contact Info, Location, Contacts, User Content, History, Identifiers, Diagnostics, Usage Data, Purchases, Other Data.

                                          • Gemini: Collects all 10 data types; highest total at 22 data points
                                          • Claude: Collects 7 types; 13 data points
                                          • CoPilot: Collects 7 types; 12 data points
                                          • Deepseek: Collects 6 types; 11 data points
                                          • ChatGPT: Collects 6 types; 10 data points
                                          • Perplexity: Collects 6 types; 10 data points
                                          • Grok: Collects 4 types; 7 data points
                                          morrowind@lemmy.mlM This user is from outside of this forum
                                          morrowind@lemmy.mlM This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #43

                                          Note this is if you use their apps. Not the api. Not through another app.

                                          W 1 Reply Last reply
                                          1
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups