Go to file
2023-03-31 04:01:52 +08:00
.github Create FUNDING.yml 2023-02-01 18:22:13 -06:00
components add pages 2023-03-10 20:21:43 -06:00
guides Update prompts-intro.md 2023-03-21 08:29:40 -06:00
img changes 2023-03-17 01:33:45 -06:00
lecture add lecture slides 2023-02-19 07:51:04 -06:00
notebooks notebooks 2023-03-08 02:04:15 -06:00
pages Add Promptmetheus to tools 2023-03-25 18:41:17 +00:00
public add favicon 2023-03-13 21:13:09 -06:00
zh-pages * 2023-03-31 04:01:52 +08:00
.gitignore add favicon 2023-03-13 21:13:09 -06:00
CITATION.cff Update CITATION.cff 2023-01-28 15:34:03 -06:00
LICENSE.md Create LICENSE.md 2022-12-17 14:12:10 -06:00
next-env.d.ts add site support 2023-03-10 17:22:18 -06:00
next.config.js add site support 2023-03-10 17:22:18 -06:00
package-lock.json config 2023-03-17 01:48:51 -06:00
package.json config 2023-03-17 01:48:51 -06:00
pnpm-lock.yaml change 2023-03-17 01:59:59 -06:00
README.md Update README.md 2023-03-17 08:23:05 -06:00
theme.config.tsx add favicon 2023-03-13 21:13:09 -06:00
tsconfig.json add site support 2023-03-10 17:22:18 -06:00

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

  • 🎉 We have launched new web version of the guide here
  • 🎓 Partnered with Sphere to deliver a new course on Prompt Engineering for LLMs
  • 💬 New ChatGPT prompt engineering guide coming soon!
  • 🔥 We reached #1 on Hacker News on 21 Feb 2023
  • 🎉 The Prompt Engineering Lecture went live here
  • 🎓 We're creating a set of comprehensive guides here

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

The following are a set of guides on prompt engineering developed by us. Guides are work in progress.


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}
}

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