The discussion landed on one blunt point. “Practical” still means niche. People with direct experience in
privacy-preserving machine learning said the overhead remains enormous, and the concrete numbers shared in the comments back that up. Small demos can run in around a second. Larger ones still take minutes. Benchmarks for related
FHE operations are measured in tens of milliseconds for simple integer ops and seconds for harder ones. That is a huge improvement over the old reputation of FHE as pure theory, but it is still nowhere close to ordinary cloud inference or even many local deployments.
The more useful framing was not “does this replace local models” but “what threat model justifies the cost.” FHE looks interesting where plaintext exposure is the blocker, not raw compute price. Examples people kept returning to were medical queries, biometric matching, leak checking, private database lookups, and other cases where the input is sensitive enough that a 10x to 1000x penalty might still be acceptable. For mainstream chatbots or hot-path product traffic, many concluded local inference or on-prem hardware wins on cost, latency, and autonomy.
There was also a clear distinction between FHE and secure enclaves. Enclaves can get you much closer to normal performance, but the trust anchor is hardware vendors and the operator’s software stack. FHE’s appeal is that the guarantee comes from the cryptography itself. That difference matters if you care about adversarial providers, subpoenas, or future hardware bugs more than you care about speed.
The mood around Google specifically was skeptical. A lot of people simply do not trust Google to be the messenger for privacy tech. Still, the stronger technical comments separated that corporate distrust from the cryptographic claim. If the system really is FHE and the code is open, the privacy guarantee does not depend on goodwill. The real caveat is elsewhere. FHE can hide inputs and outputs, but it does not by itself prove the server ran the exact model you expected, nor does it solve availability, account lockout, or the broader question of whether cloud dependence is acceptable in the first place.