You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Tao Li 71d29386e8
Update settings.en.mdx
Avoid future tense. Avoid using first person (like we). Instead use second person directly to address the reader.
1 year ago
.github Create FUNDING.yml 2 years ago
components add pages 2 years ago
guides Update prompts-applications.md 1 year ago
img add react code example 1 year ago
lecture add lecture slides 2 years ago
notebooks add react code example 1 year ago
pages Update settings.en.mdx 1 year ago
public add favicon 2 years ago
.gitignore remove folder 1 year ago
CITATION.cff Update CITATION.cff 2 years ago
LICENSE.md Create LICENSE.md 2 years ago
README.md update readme 1 year ago
middleware.js multilanguage support 1 year ago
next-env.d.ts add site support 2 years ago
next.config.js Merge branch 'main' into i18n_es 1 year ago
package-lock.json config 1 year ago
package.json removed sharp from package.json 1 year ago
pnpm-lock.yaml change 1 year ago
theme.config.tsx Merge branch 'main' into i18n_es 1 year ago
tsconfig.json add site support 2 years ago

README.md

Prompt Engineering Guide

Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs). Researchers use prompt engineering to improve the capacity of LLMs on a wide range of common and complex tasks such as question answering and arithmetic reasoning. Developers use prompt engineering to design robust and effective prompting techniques that interface with LLMs and other tools.

Motivated by the high interest in developing with LLMs, we have created this new prompt engineering guide that contains all the latest papers, learning guides, lectures, references, and tools related to prompt engineering.

Happy Prompting!


Announcements / Updates

Join our Discord

Follow us on Twitter

Subscribe to our Newsletter


Lecture

We have published a 1 hour lecture that provides a comprehensive overview of prompting techniques, applications, and tools.


Guides

Please note that the guides below are now outdated. You can find the most up-to-date guides on our new website https://www.promptingguide.ai/.


Appearances

Some places where we have been featured:


If you are using the guide for your work, please cite us as follows:

@article{Saravia_Prompt_Engineering_Guide_2022,
author = {Saravia, Elvis},
journal = {https://github.com/dair-ai/Prompt-Engineering-Guide},
month = {12},
title = {{Prompt Engineering Guide}},
year = {2022}
}

License

MIT License

Feel free to open a PR if you think something is missing here. Always welcome feedback and suggestions. Just open an issue!