# Week 2 - Prompt Engineering

#### Session Content

* Quiz
* Homework presentation
* Short recap on intro to LLMs & prompt engineering
* Breakout session on prompt hubs
* Anatomy of an app
* Breakout session on project ideas
* Presentation of project ideas and default projects
* Homework for next week

#### Session Slides

{% file src="/files/5I0Vdv76MyUbT5aE5Eec" %}

#### Todo until next session

* Watch the short course ["LangChain for LLM Application Development"](https://learn.deeplearning.ai/langchain) (\~1h 40min)
* If the videos ["Question and Answer"](https://learn.deeplearning.ai/langchain/lesson/5/question-and-answer) and ["Evaluation"](https://learn.deeplearning.ai/langchain/lesson/6/evaluation) are too confusing for you right now, as they introduce a lot of concepts in a short amount of time, you can skip these videos as this content will also be part of later sessions.
* Work through the Jupyter notebook ["HomeworkLangChain"](https://colab.research.google.com/drive/1XcJ2VyTnxxk_1fngRXcHSg6YJq39bjnm?usp=sharing) and complete the tasks at the bottom of the notebook.

{% file src="/files/55dVlLynY5w7kodDwkcg" %}

["Colab Link HomeworkLangChain"](https://colab.research.google.com/drive/1XcJ2VyTnxxk_1fngRXcHSg6YJq39bjnm?usp=sharing) (Copy the notebook to your Google Drive before working on it.)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-2-prompt-engineering.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
