AI Prompt Engineering: Difference between revisions

Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
Tips of ChatGPT prompts
AI Prompt Engineering: A Practical Guide


{{Template:Generative AI Tool}}
{{Template:Generative AI Tool}}


{{LanguageSwitcher | content = [[ChatGPT prompts | English]], [[ChatGPT prompts in Mandarin | 漢字]] }}
{{LanguageSwitcher | content = [[AI Prompt Engineering | English]], [[AI Prompt Engineering in Mandarin | 漢字]] }}


== Automatic Prompt Generation and Enhancement ==
Use AI platforms to automatically generate and optimize prompts based on your requirements:


== Prompt Generation ==
* {{Gd}} Anthropic [https://platform.claude.com/dashboard Claude Developer Platform]
# [https://platform.openai.com/playground/prompts&models=gpt-4o Prompts Playground - OpenAI API]: A tool on the OpenAI platform that allows users to test and generate prompts using the GPT-4o model
*# How to: Select 'Generate a prompt' to optimize for Claude reasoning or non-reasoning models
# [https://console.anthropic.com/dashboard Anthropic Console] Anthropic's developer platform, providing a dashboard and automatic prompt generation based on user requirements. Login to Anthropic Console --> Click on Generate a prompt
*# Pricing: The Console/API pricing is completely separate from Claude.ai subscriptions (Pro, Max, Team). When using "Generate a prompt," generating a structured prompt costs only a few cents, and testing a prompt costs a fraction of a cent per test. Additionally, the free tier provides roughly $10 USD in monthly credits, so light usage may not cost anything extra at all.<ref>[https://nickgarnett.substack.com/p/the-anthropic-console-a-practical (1) The Anthropic Console: A Practical Review for Prompt Writers]</ref>
* [https://platform.openai.com/chat/edit?models=gpt-5&optimize=true OpenAI API - Edit Prompt] - Optimize prompts for OpenAI o3, GPT-4.1, GPT-5, GPT-5.1, and GPT-5.2 models
* Google [https://docs.cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/prompt-optimizer Vertex AI prompt optimizer]


== How to improve the prompt design ==
== Converting Conversations into Reusable Prompts ==


<pre>
<pre>
Line 19: Line 23:
(2) Areas related to the original problem that weren't considered in the initial solution
(2) Areas related to the original problem that weren't considered in the initial solution
(3) Distinguishing between immediately executable solutions and long-term planning strategies
(3) Distinguishing between immediately executable solutions and long-term planning strategies
</pre>
Or
<pre>
If I start a new conversation on the same topic, what prompt would you recommend I use so it includes the entire discussion process — covering (1) the original goal I wanted to achieve with my prompt, and (2) any related aspects I hadn’t considered initially but that could be added to the initial prompt.
</pre>
</pre>


Line 30: Line 40:
2. Commands to verify the success of each previous step
2. Commands to verify the success of each previous step
</pre>
</pre>


== Role Playing ==
== Role Playing ==
Line 38: Line 49:


<pre>I want you to act as a prompt generator. First, I will give you a title like this: &quot;Act as an English Pronunciation Helper&quot;. Then you give me a prompt like this: &quot;I want you to act as an English pronunciation assistant for Chinese speaking people. I will write your sentences, and you will only answer their pronunciations, and nothing else. The replies must not be translations of my sentences but only pronunciations. Pronunciations should use Chinese letters for phonetics. Do not write explanations on replies. My first sentence is 'how the weather is in Istanbul?'&quot; (You should adapt the sample prompt according to the title I gave. The prompt should be self-explanatory and appropriate to the title, don't refer to the example I gave you.). My first title is &quot;Act as a Code Review Helper&quot; (Give me prompt only)</pre>
<pre>I want you to act as a prompt generator. First, I will give you a title like this: &quot;Act as an English Pronunciation Helper&quot;. Then you give me a prompt like this: &quot;I want you to act as an English pronunciation assistant for Chinese speaking people. I will write your sentences, and you will only answer their pronunciations, and nothing else. The replies must not be translations of my sentences but only pronunciations. Pronunciations should use Chinese letters for phonetics. Do not write explanations on replies. My first sentence is 'how the weather is in Istanbul?'&quot; (You should adapt the sample prompt according to the title I gave. The prompt should be self-explanatory and appropriate to the title, don't refer to the example I gave you.). My first title is &quot;Act as a Code Review Helper&quot; (Give me prompt only)</pre>
=== Act as my expert assistant ===
Prompt (Source: JamesAI_journal<ref>[https://www.reddit.com/r/ChatGPTPromptGenius/comments/1murfvd/want_to_get_the_most_out_of_chatgpt5_try_this/ Want to get the most out of ChatGPT-5? Try this magic prompt 👇 : r/ChatGPTPromptGenius]</ref>)
<pre>
From now on, act as my expert assistant with access to all your reasoning and knowledge. Always provide:
- A clear, direct answer to my request.
- A step-by-step explanation of how you got there.
- Alternative perspectives or solutions I might not have thought of.
- A practical summary or action plan I can apply immediately.
Never give vague answers. If the question is broad → break it down. If I ask for help → act like a professional in that domain (teacher, coach, engineer, doctor, etc.). Push your reasoning to 100% of your capacity.
</pre>


== Format Conversion ==
== Format Conversion ==
Line 156: Line 181:
× List important sentences in bullet points
× List important sentences in bullet points
* Meeting follow-up items
* Meeting follow-up items
=== Fact-check ===
When fact-checking online rumors, it is recommended to include a source citation instruction in the prompt to improve the verifiability of the content.
A common practice is to append the following instruction to the prompt:
<pre>
Please use footnote-style citations to mark all referenced online sources, and list all cited sources at the end of the article.
Once this format is applied, each online reference within the body text will be marked with a numbered citation (e.g. `[1]`, `[2]`), with all corresponding sources compiled at the end of the article for readers to verify further.
**See Also**
- Fact-checking
- Citation formats
- Footnotes and endnotes
**References**
- *(List relevant sources here)*
</pre>


=== Plain English Writing ===
=== Plain English Writing ===
Line 247: Line 291:
[Detailed rules for generating clickbait headlines follow...]
[Detailed rules for generating clickbait headlines follow...]


=== [Web Search Required] Cross-Language Research: Analyzing Arguments ===
=== News Quality Assessment ===
 
Prompt
Prompt<ref>[https://www.facebook.com/mannyyhl/posts/pfbid0dyQVePFo8SUHMDQqvoBqoAEAi2uoQqqwkpq1WiyLYctCc2cvXPYhrasVAgUxmsyhl Manny YH Li - 真的蠻推薦大家寫出任何東西後都丟去給 AI 評評理。 例如剛剛我丟了早上隨手寫的那篇 memo 給... ]</ref>:
<pre>
<pre>
Using both Chinese and English search materials, evaluate each argument in the article
Please help me analyze whether a news report meets rigorous journalistic standards.
</pre>
 
Suitable Models
* ✅ Suitable for GPT-4
* ✅ Suitable for Perplexity
* ✅ Suitable for Deepseek


=== Role of Proofreading and Correcting Typos: Chinese Literature Professor ===
The topic this time is a breaking news report on <TITLE>, and I want to clarify the following points:
Prompt for having AI correct article typos ([https://chat.openai.com/share/f5354a39-6e01-4e57-bdd8-6f0f57bc68d9 shared chat])


Suitable Models
(1) Primary question: Does this news report cite multiple sources? Does it have sufficient fact-checking and balance?
* ✅ Suitable for GPT-4
* ❌ Not suitable for GPT-3.5


[Detailed proofreading instructions follow...]
(2) Extended question: Besides the number of sources, what other news quality indicators (such as background context, objectivity, structural completeness) have not been adequately considered? Is it possible that the reporting format (such as breaking news) might affect the judgment of its qualification?


=== Role of Proofreading and Correcting Typos: Traditional Chinese Article Proofreader ===
Please help me:
Suitable Models
- Establish a news quality assessment framework (can be presented in table format)
* ✅ Suitable for GPT-4
- Apply this framework to analyze this report
* ❌ Not suitable for GPT-3.5
</pre>


[Detailed proofreading instructions follow...]
Here's the English translation:
```
== English Learning ==
== English Learning ==
=== English Conversation Practice ===
=== English Conversation Practice ===
Line 427: Line 456:
</pre>
</pre>


== De-identification of photo ==
Prompt
<pre>
Please transform this uploaded image into a vibrant anime watercolor style. Use soft brushstrokes and a warm color palette. Important: Do not retain the specific facial features of the people in the photo; instead, reimagine them as generic anime characters with clear eyes and expressions that match the scene.
</pre>
Model: Gemini 2.5 Flash Image (Nano Banana)


== System Prompt ==
== System Prompt ==

Navigation menu