diff --git a/topics/prompt-engineering/index.md b/topics/prompt-engineering/index.md new file mode 100644 index 00000000000..14ee239b4e0 --- /dev/null +++ b/topics/prompt-engineering/index.md @@ -0,0 +1,12 @@ +--- +aliases: prompt-design, ai-prompting, prompt-optimization, prompting +display_name: Prompt Engineering +github_url: https://github.com/topics/prompt-engineering +short_description: Designing and optimizing prompts to improve generative AI responses. +topic: prompt-engineering +logo: prompt-engineering.png +wikipedia_url: https://en.wikipedia.org/wiki/Prompt_engineering +related: artificial-intelligence, generative-ai, llms, chatbots +--- + +Prompt engineering is the practice of designing and optimizing prompts to effectively guide large language models (LLMs) and generative AI systems. It improves AI responses by using clear instructions, relevant context, examples, and constraints to achieve accurate and reliable outputs. \ No newline at end of file diff --git a/topics/prompt-engineering/prompt-engineering.png b/topics/prompt-engineering/prompt-engineering.png new file mode 100644 index 00000000000..e697195b78e Binary files /dev/null and b/topics/prompt-engineering/prompt-engineering.png differ