SearchQ

What Is Confidential-Compute AI? Encrypted Chat, Explained

·8 min read

Confidential-compute AI runs your chat inside a hardware-isolated enclave, so prompts are decrypted only there and the provider cannot read them.

What Is Confidential-Compute AI? Encrypted Chat, Explained

Confidential-compute AI runs a chatbot inside a hardware-based trusted execution environment (TEE), or secure enclave, where your prompt is decrypted and processed in isolation. The chip's own keys mean even the cloud provider, its staff, or a hacker with server access cannot read your text, typically at under 7% performance overhead.

What is confidential-compute AI?

Confidential-compute AI is a chatbot whose model runs inside a hardware-isolated enclave on the server, rather than in ordinary readable memory. The processor encrypts the enclave's memory and proves which code is running inside it, so the company hosting the model cannot inspect, copy, or log the conversation it is answering.

This is the missing third pillar of data protection. For years we have encrypted data "in transit" as it moves over the network and "at rest" as it sits in storage, but in the moment a model actually reads a prompt, that text was plain and readable in server memory. Confidential computing closes that gap by protecting data "in use." The category is no longer niche: a Confidential Computing Consortium study by Everest Group projected the market would reach US$54 billion by 2026, growing at up to a 90–95% CAGR, driven largely by regulated industries like healthcare and finance.

How does a secure enclave protect your AI prompts?

A secure enclave protects prompts through two mechanisms: memory encryption and remote attestation. Your text is decrypted only inside a Trusted Execution Environment whose memory the chip keeps encrypted, and attestation lets your device cryptographically confirm it is talking to a genuine, unmodified enclave before it ever sends the prompt.

Memory encryption is enforced by the silicon - Intel TDX and AMD SEV-SNP on CPUs, and NVIDIA Hopper and Blackwell confidential computing on the GPUs that actually run the model. The data is encrypted on the wire from your browser and stays encrypted in RAM; it is decrypted only inside the protected region, using keys the host operating system never sees. Attestation is what makes this trustworthy rather than a promise: the enclave produces a signed report of its hardware and the exact code loaded, and your client checks that signature before transmitting. If the server were running tampered or logging software, attestation would fail and your prompt would never leave.

What's the difference between encryption in transit, at rest, and in use?

They protect data at three different moments. Encryption in transit guards data moving across the network; encryption at rest guards data stored on disk; and encryption in use guards data while it is actively being processed in memory. Confidential computing is the in-use layer, and it is the one most AI services still lack.

Protection stateWhat it securesExample technologyGap it leaves
In transitData moving over the networkTLS / HTTPSBecomes plain once it reaches the server
At restData stored on diskAES disk / database encryptionBecomes plain once loaded into memory to be used
In useData being processed in memoryConfidential computing (TEE / enclave)Closes the in-memory gap

A normal "encrypted" AI service usually means only the first two. Your prompt is safe on the wire and safe in the database, but during inference it is decrypted into regular server memory, where the provider's software, an insider, or an attacker who breaches the host can read it. Confidential computing is what lets a provider honestly say it cannot see your prompt even while answering it.

Is confidential-compute AI the same as on-device AI?

No. On-device AI runs the model on your own hardware, so data never leaves the machine, but it is capped by your local compute, so the leading in-browser engine (WebLLM) benchmarks models up to around 8 billion parameters, like Llama-3.1-8B. Confidential compute runs frontier-scale models on a provider GPU while still preventing the operator from reading your prompts.

DimensionConfidential compute (enclave)On-device (local)
Where it runsProvider GPU, inside a TEEYour own CPU / GPU
Who can read promptsOnly youOnly you
Model sizeFrontier-scaleSmaller (~8B in-browser)
Works offlineNoYes
Trust assumptionVerify the enclave via attestationTrust nothing external

The two are complementary, not competing. On-device is the strongest possible guarantee because there is no server to subpoena or breach, but you trade away model quality and speed. An enclave gives up the "no server at all" property in exchange for frontier-model capability with cross-device sync, while still cutting the operator out of the trust equation. This is the gap SearchQ's Encrypted mode fills, a confidential-compute enclave on a privacy dial that sits between Cloud (synced to your account) and Local (running fully in your browser, offline), where neither the provider nor SearchQ can read your prompts.

What does it cost in speed and money?

Less than you might expect. Independent benchmarks on NVIDIA Hopper GPUs found that turning on confidential mode added under 7% overhead for most typical LLM queries, falling toward zero for larger models and longer sequences. The penalty comes mainly from encrypting data crossing the PCIe bus, not from the computation itself.

That favorable scaling matters: the bigger and busier the model, the more the fixed encryption cost is amortized across useful work, so production-scale chat sees the small end of the range. The real costs are practical rather than computational. You need TEE-capable hardware (recent Intel, AMD, or NVIDIA chips), the toolchain to build and attest enclaves, and the operational discipline to verify attestation reports. For a hosted service those costs are absorbed by the provider, which is why encrypted modes typically carry little or no per-message premium for the end user compared with normal cloud inference.

When should you use encrypted AI chat?

Use it when the content is sensitive enough that you would not want the provider to store or read it, but you still need a powerful cloud model: legal drafts, medical questions, financial records, or proprietary code. For everyday questions, standard cloud chat is fine; for maximum secrecy, a fully on-device model is stronger still.

Public unease makes this a reasonable default for confidential work. In a Pew Research Center survey of 5,119 U.S. adults published in June 2026, 71% predicted AI would make personal information less secure, versus just 3% who expected it to become more secure. A practical rule of thumb: decide who is allowed to read a conversation before you start typing. If the answer is "only me," an enclave or an on-device model enforces that, while a confidential-compute mode adds the strongest cloud-side guarantee - no readable prompt in memory, paired with zero data retention and no training on your conversations.

Methodology

The figures in this post come from primary sources, each linked inline and current as of June 2026. The market projection (US$54 billion by 2026 at up to a 90-95% CAGR, the best-case scenario in the study) comes from the Everest Group analysis commissioned by the Confidential Computing Consortium, a Linux Foundation project. The confidential-computing overhead figure (below 7% for typical LLM queries, near zero for larger models and longer sequences) is taken from the peer-reviewed NVIDIA Hopper GPU performance benchmark study on arXiv (Zhu et al.), not a secondary summary. The in-browser model-size figure (around 8 billion parameters, Llama-3.1-8B) is the largest model benchmarked in the WebLLM engine paper (Ruan et al.). The public-opinion figures (71% expect AI to make personal information less secure, 3% more secure, from a survey of 5,119 U.S. adults) come directly from Pew Research Center's "Americans and AI 2026" report, fielded February 17-23, 2026 and published June 17, 2026. Hardware names (Intel TDX, AMD SEV-SNP, NVIDIA Hopper and Blackwell confidential computing) were checked against vendor documentation. SearchQ product claims (the Cloud, Encrypted, and Local privacy modes, and the fact that encrypted-mode bodies are decrypted only inside the enclave so neither the provider nor SearchQ can read them) reflect the product as shipped at the time of writing. Each number is stated in the precise terms its source uses, with hedges kept where the underlying figure is a best-case projection or an approximate ceiling.

Sources

Frequently asked questions

Try SearchQ for yourself

An AI chat that picks the best model for you, fact-checks its own answers, and runs in the cloud, encrypted, or fully in your browser.

Start chatting free