Files
courses/real_world_prompting/README.md
2024-08-26 20:56:24 -04:00

12 lines
844 B
Markdown

# Real world prompting course
Welcome to Anthropic's comprehensive real world prompting tutorial. This course is designed for experienced developers who have already dipped their toes into the world of prompt engineering.
Across five lessons, you will learn how to incorporate key prompting techniques into complex, real world prompts. We recommend that you start from the beginning with the [Prompting recap](./01_prompting_recap.ipynb) lesson, as each lesson builds on key concepts taught in previous ones.
## Table of contents
* [Prompting recap](./01_prompting_recap.ipynb)
* [Medical prompt walkthrough](./02_medical_prompt.ipynb)
* [Prompt engineering process](./03_prompt_engineering.ipynb)
* [Call summarizing prompt walkthrough](./04_call_summarizer.ipynb)
* [Customer support bot prompt walkthrough](./05_customer_support_ai.ipynb)