Back to Projects
blog.google August 14, 2026 at 03:43 PM
Google is making private AI practical with homomorphic encryption
497
Points
288
Comments
u1hcw9nx
Author
Top Comments
sabretooth1405Aug 14
My master's thesis is on a topic in this field (Privacy Preserving ML) and from my understanding HE and other techniques have very high overheads(~10^3) on inference tasks and thus aren't very commercially viable.
meindnochAug 14
Great, private AI, at the cost of >1000x the resource usage. Because apparently AI companies weren't already using quite enough energy to cook the planet.
The most private AI is the one running on my own hardware, not in some giant data center.
snovv_crashAug 15
So much inefficiency just to run it on someone else's untrusted hardware. Private AI is already possible today with local open-weight models running on hardware you control.
Homomorphic encryption is cool technology, but I'm really not sure what problem it solves.
never_inlineAug 15
I think you folks are reading too much into it. I think the people working on FHE need to publish an AI-oriented pitch to retain funding from AI-pilled execs. Must be the same case with the golang post few days ago.
Cider9986Aug 14
This is the same Google that doesn't have e2ee on their password manager by default. Like WTF, it's a password manager.
lsbAug 14
Google is making private AI practical with Gemma4 something that you can run without an Internet connection.
All of the proofs of privacy rely on us getting the math right. All of the privacy from unplugging your internet cable is there by default.
HlessClaudesmanAug 15
"hotword" detection, is this basically sniffing encrypted data for words the authorities don't want you to speak?
Seems counterproductive to their stated aim of privacy.
magiosAug 14
https://fhetextbook.github.io/ which i believe was linked on this website previous is what i used to learn about how this stuff works.