this post was submitted on 09 Jun 2026
238 points (98.8% liked)

Technology

85274 readers
4195 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] audaxdreik@pawb.social 18 points 1 day ago (2 children)

What does end-to-end encryption even accomplish when you're just feeding the information into an obscured, blackbox AI on the other end?

Like yes, I understand the importance of E2EE, I'm just making a point, it's all rather ridiculous.

[–] KoalaUnknown@lemmy.world 1 points 25 minutes ago

It’s not E2EE that matters most, but Apple’s Private Compute

[–] msage@programming.dev 7 points 1 day ago (1 children)

Thank you, this is exactly true.

Most internet things are E2EE nowadays, but it matters not when the other end is AWS, Google, Cloudflare, or OpenAI.

[–] chronicledmonocle@lemmy.world 2 points 23 hours ago (1 children)

Supposedly Apple claims to encrypt it at rest and in transit.

[–] msage@programming.dev 1 points 20 hours ago (1 children)

But data goes to the mothership anyway.

'Bad actors' can't read your chatgpt conversations either, but OpenAI still does and can sell it.

Apple may better than Google, but I still don't want my data there.

[–] drmoose@lemmy.world 1 points 6 hours ago* (last edited 6 hours ago) (1 children)

Yeah also Prism - hello? Over 10 years ago we discovered that US can just enter any US based company's server and read anything they want unless it's directly encrypted but for these tools to function they have to decrypt data server side so LLMs can read the contents. Which means your data is not private in any way shape or form, not from Apple and not from US and not from anything in-between.

These claims by Apple are absolutely meaningless smoke for the ignorant who just follow tech buzzwords.

[–] KoalaUnknown@lemmy.world 1 points 21 minutes ago* (last edited 20 minutes ago)

Apple addressed that exact issue:

Since Private Cloud Compute needs to be able to access the data in the user’s request to allow a large foundation model to fulfill it, complete end-to-end encryption is not an option. Instead, the PCC compute node must have technical enforcement for the privacy of user data during processing, and must be incapable of retaining user data after its duty cycle is complete.

We designed Private Cloud Compute to make several guarantees about the way it handles user data:

  • A user’s device sends data to PCC for the sole, exclusive purpose of fulfilling the user’s inference request. PCC uses that data only to perform the operations requested by the user.
  • User data stays on the PCC nodes that are processing the request only until the response is returned. PCC deletes the user’s data after fulfilling the request, and no user data is retained in any form after the response is returned.
  • User data is never available to Apple — even to staff with administrative access to the production service or hardware.