Skip to content

Commit 8a73d69

Browse files
committed
address review feedback and use active form
1 parent 7b410f0 commit 8a73d69

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

src/protocol/ai.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description:
88
# 🤖 AI Framework Support
99

1010
The iExec Platform provides comprehensive support for popular AI and machine
11-
learning frameworks. Deploy your confidential AI applications with confidence
12-
using our tested and optimized framework configurations, all running in secure
13-
Trusted Execution Environments (TEEs).
11+
learning frameworks. Deploy confidential AI with ease. iExec supports popular
12+
AI/ML frameworks, running in secure Trusted Execution Environments (TEEs) with
13+
optimized configurations.
1414

1515
## 🚀 Quick Start
1616

@@ -29,13 +29,13 @@ Trusted Execution Environments (TEEs).
2929

3030
### Confidential Computing
3131

32-
Your AI models and data are protected end-to-end using Trusted Execution
33-
Environments (TEEs):
32+
Trusted Execution Environments (TEEs) protect your AI models and data
33+
end-to-end:
3434

35-
- **Data Privacy**: AI computations are encrypted throughout processing
36-
- **Secure Training & Inference**: Models and data can never be accessed by
37-
unauthorized entities
38-
- **Hardware-Level Security**: Intel SGX and TDX provide military-grade
35+
- **Data Privacy**: TEEs isolate AI computations in secure enclaves
36+
- **Secure Training & Inference**: Unauthorized entities can never access your
37+
models and data
38+
- **Hardware-Level Security**: Intel SGX and TDX provide enterprise-grade
3939
protection
4040

4141
### AI Monetization
@@ -52,7 +52,7 @@ Monetize your AI assets easily and securely:
5252
Scale AI applications without centralized cloud dependencies:
5353

5454
- **On-Demand Compute**: Access powerful resources when you need them
55-
- **Fair Pricing**: Transparent, blockchain-verified execution costs
55+
- **Fair Pricing**: Blockchain verifies execution costs transparently
5656
- **Global Network**: Deploy across a worldwide network of secure workers
5757

5858
## 🤖 AI Framework Support
@@ -85,7 +85,7 @@ Scale AI applications without centralized cloud dependencies:
8585

8686
Our
8787
[AI Frameworks Hello World repository](https://github.com/iExecBlockchainComputing/ai-frameworks-hello-world)
88-
provides ready-to-use examples:
88+
includes ready-to-use examples:
8989

9090
```
9191
ai-frameworks-hello-world/
@@ -146,22 +146,28 @@ docker run --rm hello-pytorch
146146
- **Start with SGX** for simple ML tasks
147147
- **Migrate to TDX** for complex AI workloads
148148

149+
#### Important Considerations
150+
151+
- **SGX Limitations**: Expect potential library incompatibilities and code
152+
modifications
153+
- **TDX Advantages**: Minimal code changes required ("lift and shift" approach)
154+
149155
## 📚 Next Steps
150156

151157
### Learn TEE Technologies
152158

153-
- **[Intel SGX Technology](/get-started/protocol/tee/intel-sgx)** - SGX
154-
limitations and capabilities
155-
- **[Intel TDX Technology](/get-started/protocol/tee/intel-tdx)** - TDX
156-
advantages for AI
157-
- **[SGX vs TDX Comparison](/get-started/protocol/tee/sgx-vs-tdx)** - Detailed
158-
comparison
159+
- **[Intel SGX Technology](/protocol/tee/intel-sgx)** - SGX limitations and
160+
capabilities
161+
- **[Intel TDX Technology](/protocol/tee/intel-tdx)** - TDX advantages for AI
162+
- **[SGX vs TDX Comparison](/protocol/tee/sgx-vs-tdx)** - Detailed comparison
159163

160164
### Build AI Applications
161165

162-
- **[Build & Deploy](/guides/build-iapp/build-&-deploy)** - Create your first AI
166+
- **[Build & Test](/guides/build-iapp/build-&-test)** - Build and test your AI
167+
application
168+
- **[Deploy & Run](/guides/build-iapp/deploy-&-run)** - Deploy and run your AI
163169
application
164-
- **[Build Intel TDX App](/guides/build-iapp/advanced/create-your-first-tdx-app)** -
170+
- **[Build Intel TDX App](/guides/build-iapp/advanced/build-your-first-tdx-iapp)** -
165171
TDX applications for AI workloads
166172
- **[Inputs and Outputs](/guides/build-iapp/inputs-and-outputs)** - Handle data
167173
flow in TEE environment
@@ -171,5 +177,3 @@ docker run --rm hello-pytorch
171177
- **[AI Frameworks Hello World](https://github.com/iExecBlockchainComputing/ai-frameworks-hello-world)** -
172178
Ready-to-use Docker examples
173179
- **[iExec Discord](https://discord.com/invite/pbt9m98wnU)** - Community support
174-
- **[Protocol Documentation](https://protocol.docs.iex.ec)** - Technical deep
175-
dive

0 commit comments

Comments
 (0)