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
  • exothermic@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    5 months ago

    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.ml
      link
      fedilink
      arrow-up
      24
      ·
      edit-2
      5 months ago

      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 IMO it take more learning than GUI app like GPT4all.

    • Pennomi@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      5 months ago

      Check out Ollama, it’s probably the easiest way to get started these days. It provides tooling and an api that different chat frontends can connect to.

    • TangledHyphae@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      5 months ago

      https://ollama.ai/, this is what I’ve been using for over a year now, new models come out regularly and you just “ollama pull <model ID>” and then it’s available to run locally. Then you can use docker to run https://www.openwebui.com/ locally, giving it a ChatGPT-style interface (but even better and more configurable and you can run prompts against any number of models you select at once.)

      All free and available to everyone.

    • skarn@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      5 months ago

      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.

      Alpaca actually runs its own Ollama instance.

      • SeekPie@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        5 months ago

        And if you want to be 100% sure that Alpaca doesn’t send any info anywhere, you can restrict it’s network access in Flatseal as it’s a flatpak.

      • Smee@poeng.link
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        Ollama recently became a flatpak extension for Alpaca but it’s a one-click install from the Alpaca software management entry. All storage locations are the same so no need to re-DL any open models or remake tweaked models from the previous setup.