akaedu2012 / Prompt-Engineering-Guide

πŸ™ Guides, papers, lecture, notebooks and resources for prompt engineering

Home Page:https://www.promptingguide.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 for LLMs.

Happy Prompting!


Prompt Engineering for LLMs Course

Due to high demand, we've partnered with Maven to deliver a new cohort-based course on Prompt Engineering for LLMs.

Elvis Saravia, who has worked at companies like Meta AI and Elastic, and has years of experience in AI and LLMs, will be the instructor for this course.

This hands-on course will cover prompt engineering techniques/tools, use cases, exercises, and projects for effectively working and building with large language models (LLMs).

Our past learners range from software engineers to AI researchers and practitioners in organizations like LinkedIn, Amazon, JPMorgan Chase & Co., Intuit, Fidelity Investments, Coinbase, Guru, and many others.


Announcements / Updates

  • πŸŽ“ New course on Prompt Engineering for LLMs announced! Enroll here!
  • πŸ’Ό We now offer several services like professional training, consulting, and talks.
  • 🌐 We now support 12 languages! Welcoming more translations.
  • πŸ‘©β€πŸŽ“ We crossed 800K learners in June 2023!
  • πŸŽ‰ We have launched a new web version of the guide here
  • πŸ”₯ We reached #1 on Hacker News on 21 Feb 2023
  • πŸŽ‰ The Prompt Engineering Lecture went live here

Join our Discord

Follow us on Twitter

Subscribe to our Newsletter


Guides

You can also find the most up-to-date guides on our new website https://www.promptingguide.ai/.


Lecture

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


Running the guide locally

To run the guide locally, for example to check the correct implementation of a new translation, you will need to:

  1. Install Node >=18.0.0
  2. Install pnpm if not present in your system. Check here for detailed instructions.
  3. Install the dependencies: pnpm i next react react-dom nextra nextra-theme-docs
  4. Boot the guide with pnpm dev
  5. Browse the guide at http://localhost:3000/

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!

About

πŸ™ Guides, papers, lecture, notebooks and resources for prompt engineering

https://www.promptingguide.ai/

License:MIT License


Languages

Language:MDX 96.5%Language:Jupyter Notebook 3.0%Language:TypeScript 0.4%Language:JavaScript 0.0%Language:CSS 0.0%