Example of Good Prompts
Answered by ChatGPT
Good prompts are specific, clear, and guide the model toward the desired output.
Here are examples for different tasks:
1. **Text Generation:**
- Bad: "Write a story."
- Good: "Craft a suspenseful short story set in a dystopian future where society is governed by sentient machines."
2. **Summarization:**
- Bad: "Summarize this article."
- Good: "Provide a concise summary of the key findings and implications of the research paper titled 'Advancements in Artificial Intelligence.'"
3. **Coding Assistance:**
- Bad: "Help me with Python."
- Good: "Explain the concept of list comprehensions in Python and provide an example of using them to filter elements."
4. **Creative Writing:**
- Bad: "Give me a poem."
- Good: "Compose a 12-line poem expressing the bittersweet emotions of saying goodbye to a loved one."
5. **Question-Answering:**
- Bad: "Answer this question."
- Good: "What are the main challenges in developing sustainable energy solutions, and how can they be addressed?"
Remember, good prompts are detailed and provide context, helping the model understand your expectations and generate more relevant responses.