Type something to search...
PE Guide

PE Guide

PE Guide

44.1k 4.2k
03 May, 2024
  MDX

What is Prompt Engineering Guide ?

Prompt Engineering Guide is Github repo containing guides, papers, lecture, notebooks and resources for prompt engineering.

What is Prompt engineering ?

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.


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.


Guides

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


Lecture

DairAI 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/