# Intro to Using AI

This module aims to introduce you to the world of AI, what it means, how it works, and basic use cases where it can help you learn and develop your technical skills and knowledge in an effective way.

## Contents

| Week | Topic                                                                                                          | Preparation                                                                                                    | Session Plan                                                                                                                   | Assignment                                                                                                   |
| ---- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| 1.   | [AI Literacy & Prompting](https://program.hackyourfuture.dk/course-content/foundation/intro-to-using-ai/week1) | [Preparation](https://program.hackyourfuture.dk/course-content/foundation/intro-to-using-ai/week1/preparation) | [Session Plan](https://program.hackyourfuture.dk/course-content/foundation/intro-to-using-ai/week1/session-plan) (for mentors) | [Assignment](https://program.hackyourfuture.dk/course-content/foundation/intro-to-using-ai/week1/assignment) |

## Learning Goals

By the end of this module, you will be able to:

* [ ] AI Literacy:
  * [ ] Describe how Large Language Models (LLMs) work at a basic level.
  * [ ] Explain what Generative AI (AI) is, what it's good at, and its limitations.
  * [ ] Identify appropriate and inappropriate uses of AI in the workplace.
  * [ ] Practice how you can use AI to help you learn effectively, rather than just providing answers.
  * [ ] Recognize common risks related to AI usage, such as bias, copyright, hallucinations, misinformation, and privacy concerns.
  * [ ] Reflect on how AI is changing work and skill expectations (and what we don't know yet!).
* [ ] Prompting:
  * [ ] Apply simple prompting techniques to get useful outputs from GitHub Copilot.
  * [ ] Evaluate AI outputs critically for accuracy and relevance.
  * [ ] Integrate AI prompting alongside other learning resources such as documentation, tutorials, and mentors.
  * [ ] Prompt responsibly to support your learning, in line with HYF guidelines and expectations.


---

# 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://program.hackyourfuture.dk/course-content/foundation/intro-to-using-ai.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.
