Skip to content

Commit 72d708b

Browse files
committed
refactor: enhance AI integration documentation to include new sections on LLMs and AI code editors, improving guidance on using AI tools for privacy-first application development with iExec
1 parent 50619d0 commit 72d708b

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

src/overview/ai-integration.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,24 @@ Building privacy-first applications with iExec can be accelerated using
1111
AI-powered development tools. This guide covers how to effectively use AI
1212
assistants while maintaining security best practices.
1313

14+
## 📚 Documentation for LLMs and AI code editors
15+
16+
You can use some MCP (Model Control Protocol) servers like
17+
[Context7](https://context7.com/iexecblockchaincomputing/documentation-tools) to
18+
provide:
19+
20+
- Code completion with iExec-specific knowledge
21+
- Architecture suggestions for privacy-first apps
22+
- Code explanation and best practices
23+
1424
## 🎨 Vibe Coding Integration
1525

1626
Vibe coding is a modern way to build applications by describing what you want in
1727
plain language. An AI assistant (like Cursor or ChatGPT) then generates code
1828
based on your description.
1929

20-
It's fast, creative, and helps you prototype ideas quickly, even if you're not a
21-
technical expert.
22-
23-
### 🎯 Using vibe coding with iExec:
30+
It's fast, creative, and helps you prototype ideas quickly. Even if you're not a
31+
technical expert you can:
2432

2533
- Write a prompt like: "I want to create a form able to protect my data with
2634
DataProtector"
@@ -29,7 +37,7 @@ technical expert.
2937

3038
- You review and adjust until it works
3139

32-
### ⚠️ Security Considerations
40+
## ⚠️ Security Considerations
3341

3442
While vibe coding is powerful, it's important to keep privacy and security in
3543
mind:
@@ -46,21 +54,8 @@ mind:
4654
- **Test thoroughly**: Especially when handling protected data or smart contract
4755
logic
4856

49-
## 🤖 Documentation for LLMs and AI code editors
50-
51-
You can use some MCP (Model Control Protocol) servers like
52-
[Context7](https://context7.com/iexecblockchaincomputing/documentation-tools) to
53-
provide:
54-
55-
- Code completion with iExec-specific knowledge
56-
- Architecture suggestions for privacy-first apps
57-
- Code explanation and best practices
58-
5957
## Learn More
6058

61-
- [iExec Security Best Practices](/security/best-practices)
62-
- [Confidential Computing Guide](/protocol/confidential-computing)
63-
- [Smart Contract Development](/smart-contracts/overview)
64-
65-
Remember: AI tools should enhance your development process while maintaining
66-
iExec's high standards for privacy and security.
59+
- [iExec MCP Server](https://www.iex.ec/news/mcp-server-secure-interoperability-autonomous-ai-agents)
60+
- [Agentic AI](https://www.iex.ec/academy/what-is-agentic-ai)
61+
- [ElizaOS TDX use case](https://www.iex.ec/news/elizaos-ai-agents-iexec-intel-tdx)

0 commit comments

Comments
 (0)