this post was submitted on 01 May 2026
6 points (80.0% liked)

Free Open-Source Artificial Intelligence

4776 readers
1 users here now

Welcome to Free Open-Source Artificial Intelligence!

We are a community dedicated to forwarding the availability and access to:

Free Open Source Artificial Intelligence (F.O.S.A.I.)

More AI Communities

LLM Leaderboards

Developer Resources

GitHub Projects

FOSAI Time Capsule

founded 3 years ago
MODERATORS
 

Recently a user posted a comment on one of my posts about Qwen secretly sending information over the internet even if run locally.

Is there any privacy concern for locally run models to share your conversations or data? What if they can connect to the internet via a tool or MCP?

you are viewing a single comment's thread
view the rest of the comments
[–] TheCornCollector@piefed.zip 2 points 3 months ago (1 children)

I think I saw a similar comment on here last month. It was a user saying that Gemma claimed to send his chats to Google. Which is clearly a hallucination.

I’m not a professional or expert on anything security and/or AI related but this is my take:

  • In general there will not be data sent anywhere if you use the big/trustworthy open-source backends.
  • Unless there are bigger security issues the model files shouldn’t contain such code.
  • Data could be sent using MCP/tool calling but you can see each tool call as it is happening so it can’t be hidden.

If you really don’t trust something you can always try to use a network sniffer

[–] venusaur@lemmy.world 2 points 3 months ago (1 children)

Thanks! Is Qwen considered trustworthy?

I’ll check out a network sniffer.

[–] TheCornCollector@piefed.zip 2 points 3 months ago (1 children)

I trust them as much as Google, Meta, or any other big tech company. I won’t use their cloud services, but I do run there local models.

[–] venusaur@lemmy.world 2 points 3 months ago

For sure. Thanks!