add prompting courses and rename folders to snake_case

This commit is contained in:
Colt Steele MacBook
2024-08-13 21:05:26 -06:00
parent e27b9abd23
commit d2a7a9130c
131 changed files with 27611 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
# 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, particularly those who have completed our comprehensive **[Prompt Engineering Interactive Tutorial](../prompt_engineering_interactive_tutorial/README.md)**. If you haven't gone through that tutorial yet, we strongly recommend you do so before continuing, as it provides an in-depth exploration of various prompting techniques with hands-on exercises.
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)