Skip to content

Commit 95e1a59

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

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

prompting/prompt-engineering-guide.mdx

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,39 +58,39 @@ Build a modern e-commerce dashboard using AI code generation with:
5858
- Include authentication requirements
5959
- Define data validation approach (Zod, Joi)
6060

61-
## Advanced Prompting Techniques
61+
## Advanced AI prompting techniques for code generation
6262

63-
### Contextual Information
63+
### Contextual information for better LLM results
6464

65-
**Provide Relevant Context:**
65+
**Provide relevant context for AI code generation:**
6666

67-
- Include existing code snippets when relevant
68-
- Reference specific files or components
69-
- Mention current technology constraints
70-
- Specify performance requirements
67+
- Include existing code snippets when relevant for AI understanding
68+
- Reference specific files or components for LLM context
69+
- Mention current technology constraints for AI-powered development
70+
- Specify performance requirements for optimized code generation
7171

72-
**Progressive Refinement:**
72+
**Progressive refinement with AI prompting:**
7373

74-
- Start with high-level requirements
75-
- Add implementation details iteratively
76-
- Use follow-up prompts for clarification
77-
- Build upon previous responses
74+
- Start with high-level requirements for AI planning
75+
- Add implementation details iteratively for better LLM results
76+
- Use follow-up prompts for AI clarification
77+
- Build upon previous AI responses for iterative development
7878

79-
### Model-Specific Optimization
79+
### LLM-specific optimization for AI coding
8080

81-
**Claude/Gemini Models:**
81+
**Claude/Gemini AI models:**
8282

83-
- Provide comprehensive context upfront
84-
- Use structured formats (numbered lists, sections)
85-
- Include examples and edge cases
86-
- Specify output format preferences
83+
- Provide comprehensive context upfront for better AI code generation
84+
- Use structured formats (numbered lists, sections) for LLM understanding
85+
- Include examples and edge cases for robust AI development
86+
- Specify output format preferences for consistent code generation
8787

88-
**GPT Models:**
88+
**GPT AI models:**
8989

90-
- Break complex requests into smaller parts
91-
- Use clear, direct language
92-
- Provide concrete examples
93-
- Specify desired output structure
90+
- Break complex requests into smaller parts for better LLM processing
91+
- Use clear, direct language for optimal AI code generation
92+
- Provide concrete examples for accurate LLM understanding
93+
- Specify desired output structure for consistent AI results
9494

9595
### Error Prevention
9696

0 commit comments

Comments
 (0)