Skip to content

Commit 8682856

Browse files
h4x3rotabclaude
andcommitted
docs: add 'What You Can Build' section to confidential AI guide
Add developer-focused framing that highlights what can be built with confidential AI without being pitchy. Covers private inference, training on sensitive data, and trustworthy agents. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7f8df0e commit 8682856

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/confidential-ai.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Run AI workloads where the infrastructure operator can't see your data. dstack uses Intel TDX and NVIDIA Confidential Computing to encrypt everything in memory—your prompts, model weights, and intermediate computations stay private.
44

5+
## What You Can Build
6+
7+
- **Private inference** - Users verify their prompts never leave encrypted memory
8+
- **Training on sensitive data** - Fine-tune models without exposing training data to operators
9+
- **Trustworthy agents** - Prove your agent code can't exfiltrate user data
10+
11+
The key difference from self-hosting: users don't have to trust you. They can cryptographically verify what code runs and that the hardware is genuine.
12+
513
## What Makes It Confidential
614

715
Four things need to be true for the system to be actually confidential:

0 commit comments

Comments
 (0)