From b2e114332c517dc870cda143ef1bc6066a38ac9e Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Sat, 22 Apr 2023 13:52:26 -0600 Subject: [PATCH] Update tips.en.mdx --- pages/introduction/tips.en.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/introduction/tips.en.mdx b/pages/introduction/tips.en.mdx index 3ba3398..bb65e81 100644 --- a/pages/introduction/tips.en.mdx +++ b/pages/introduction/tips.en.mdx @@ -6,7 +6,7 @@ Here are some tips to keep in mind while you are designing your prompts: ### Start Simple As you get started with designing prompts, you should keep in mind that it is really an iterative process that requires a lot of experimentation to get optimal results. Using a simple playground from OpenAI or Cohere is a good starting point. -You can start with simple prompts and keep adding more elements and context as you aim for better results. Versioning your prompt along the way is vital for this reason. As you read the guide, you will see many examples where specificity, simplicity, and conciseness will often give you better results. +You can start with simple prompts and keep adding more elements and context as you aim for better results. Iterating your prompt along the way is vital for this reason. As you read the guide, you will see many examples where specificity, simplicity, and conciseness will often give you better results. When you have a big task that involves many different subtasks, you can try to break down the task into simpler subtasks and keep building up as you get better results. This avoids adding too much complexity to the prompt design process at the beginning.