Start with Structure
Break complex requests into clear sections:
- Define the AI's role: "You are a marketing copywriter specialized in B2B marketing"
- Provide specific instructions: "Write in an enthusiastic tone, keep it under 200 words"
- Add relevant context: "Your target audience is energy companies who wants to understand how new technologies can stabilize energy consumption"
- Specify the output format: "Plain text, no markdown"
For complex prompts, consider using XML tags for even clearer structure. Check out these excellent examples:
https://github.com/disler/marimo-promptlibrary/blob/main/prompt_library/chapter-gen.xml
https://cookbook.openai.com/examples/gpt4-1_prompting_guide#5-general-advice
Leverage the Power of Examples
Few-shot prompting dramatically improves results. Instead of asking for "formal writing," show the AI what you mean:
'Can you help me?' → 'Could you please assist?'
Now rewrite: 'I need your advice.'"
Think Step-by-Step
For complex problems, add "Think step-by-step" to your prompt. This chain-of-thought approach helps AI break down problems logically, significantly improving accuracy on analytical tasks.