Enterprise DNA

Omni by Enterprise DNA

Enterprise DNA Resources

Latest AI and industry news. Practical AI operating-system thinking for owners, operators, and teams doing real work.

220k+

Data professionals

Omni

AI agents and apps

Audit

Map the manual work

News Trending AI News

Google Releases Compiler That Runs AI on Encrypted Data

Google's HEIR toolchain lets companies run AI inference on data they never decrypt — a breakthrough for healthcare, finance, and compliance-heavy industries.

Enterprise DNA | | via Google Security Blog
Google Releases Compiler That Runs AI on Encrypted Data

Google today published the HEIR (Homomorphic Encryption Intermediate Representation) compiler toolchain as a major step toward making private AI inference practical at enterprise scale. The tool lets organisations run AI models on encrypted data so that the server processing the request never sees the underlying information at all.

This is the kind of announcement that sounds niche until you realise how many enterprise AI deployments hit a wall precisely because of data sensitivity. Healthcare providers cannot share patient records across institutions. Banks cannot let a third-party model see customer transactions in raw form. Legal teams cannot upload client communications to a cloud service without waiving privilege. HEIR directly addresses that wall.

What HEIR Actually Does

Fully homomorphic encryption (FHE) has existed as a concept for decades, but it has always been too slow and too complex for anything beyond academic experiments. HEIR changes the calculus on both fronts.

The compiler takes a pretrained AI model and converts it so that it can run inference on encrypted inputs. The organisation holding sensitive data encrypts it before it ever leaves their environment. The model processes ciphertext, produces an encrypted output, and the organisation decrypts the result on their side. At no point does the compute environment handling the AI workload have access to the raw data.

Google demonstrated HEIR across four real-world use cases: deep learning recommender systems, credit-card fraud detection, network intrusion detection, and hotword detection for voice interfaces. These are not toy examples. They are the kinds of applications that enterprises in regulated industries have wanted to build with AI but could not justify from a compliance standpoint.

For application developers, the workflow is deliberately straightforward. Write a program in Python, annotate which types are secret, and HEIR handles the compilation. The goal was to make FHE accessible to developers without a cryptography background — which has historically been the biggest barrier to adoption.

The Hardware Acceleration Piece

Google is co-developing hardware acceleration for HEIR alongside four specialist chip companies: Belfort, Niobium, Cornami, and Optalysys. This matters because FHE computations are inherently more expensive than standard operations — custom silicon is how the industry will close the remaining performance gap.

The collaboration signals that Google is treating HEIR as infrastructure, not a research project. They are building the ecosystem around it in parallel with the toolchain itself.

HEIR sits alongside a broader open-source landscape that includes OpenFHE’s reference library, Apple’s BFV stack, and enterprise analytics providers Duality and Tune Insight. What Google is adding is a universal compiler layer — an abstraction that can span different FHE schemes and hardware targets, similar to how LLVM unified compiler development across processor architectures.

What This Means for Business

The practical implications are most immediate for industries where data sharing is legally restricted or operationally risky.

Healthcare and life sciences. AI-assisted diagnosis, drug discovery, and population health analysis all run into data residency and patient privacy requirements. HEIR enables multi-institutional AI collaboration where models train and run across hospital systems without any institution’s patient data leaving its own environment.

Financial services. Fraud detection and credit scoring benefit enormously from large, diverse datasets. Banks have historically been unable to pool data for AI training without creating regulatory and competitive exposure. Encrypted inference changes what is operationally possible.

Legal and professional services. Client data that would normally preclude cloud AI becomes usable when the model never sees the decrypted input. Law firms, accountants, and consultants working with sensitive client information have a path to AI tooling that their compliance teams can actually approve.

Government and defence. Classified data processing through AI has required air-gapped systems with significant operational overhead. Encrypted inference could change the architecture of how governments deploy AI at the edge.

The Bigger Picture for Enterprise AI

This announcement is part of a broader pattern. Enterprise AI adoption in 2026 has moved past early experiments into production deployments, and the friction points that remain are not about model capability — they are about compliance, sovereignty, and trust.

The most common reasons organisations cite for stalling AI projects are not technical limitations. They are legal reviews that cannot sign off on data leaving the organisation, security teams blocking connections to third-party inference APIs, and regulators requiring human oversight of automated decisions. HEIR addresses the data-leave problem directly.

It also signals where enterprise AI infrastructure is heading. Models will increasingly run closer to the data — on-premises, at the edge, on device — because that is the only architecture that clears the compliance bar in regulated industries. Tools like HEIR make that possible without forcing organisations to manage their own model infrastructure from scratch.

For companies evaluating AI investments in healthcare, finance, legal, or government, the arrival of practical FHE tooling is a meaningful change in what is buildable. Projects that were on hold because of data sensitivity concerns now have a credible technical path forward.

What to Watch

Google’s hardware co-development timeline will determine how quickly HEIR moves from compelling proof-of-concept to production-ready infrastructure. FHE is still slower than standard inference — the practical question is how fast custom silicon closes that gap.

The developer experience also matters. If the Python annotation workflow genuinely delivers on the promise of FHE without cryptography expertise, HEIR could see rapid adoption from enterprise engineering teams. If it requires significant tuning to get acceptable performance, adoption will remain specialist.

Either way, the direction is clear. Private AI inference — where the model provider genuinely cannot see the data being processed — is moving from cryptographic theory to engineering reality.


Enterprise DNA works with businesses to build AI capabilities that meet real operational and compliance requirements. Book a workshop call to explore what’s possible for your industry.