Skip to content

Commit 2dd755d

Browse files
Update prompting/prompt-engineering-guide.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 7481fa9 commit 2dd755d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

prompting/prompt-engineering-guide.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Different AI models (LLMs) have different coding strengths and limitations. Effe
1111

1212
---
1313

14-
## Technology Stack Specification
14+
## Technology stack specification for AI code generation
1515

16-
### Be Explicit About Technologies
16+
### Be explicit about technologies for better LLM results
1717

18-
AI models work best when you clearly specify your preferred technology stack. This ensures the generated code uses the right frameworks, libraries, and architectural patterns from the start.
18+
AI models (LLMs) work best when you clearly specify your preferred technology stack for code generation. This ensures the AI-generated code uses the right frameworks, libraries, and architectural patterns from the start for optimal AI-powered development.
1919

20-
**Clear Stack Specification:**
20+
**Clear stack specification for AI prompting:**
2121

2222
```
23-
Build a modern e-commerce dashboard using:
23+
Build a modern e-commerce dashboard using AI code generation with:
2424
- React with TypeScript for the frontend
2525
- Supabase for backend and database
2626
- Tailwind CSS for styling

0 commit comments

Comments
 (0)