# Introduction

This is a collection of notes and observations on some of the books that I've read and courses that I've taken since late 2023. The exact format varies based on the topic and when I engaged with it, but it generally includes an overview of the main topics covered as well as a selection of the points that I consider to be the most important or interesting.

These notes are meant to supplement the more comprehensive ones that I keep in [Anki](https://apps.ankiweb.net/), so they focus on the key takeaways rather than aiming to be exhaustive.

For more information about me and how to contact me, please see [my LinkedIn profile](https://www.linkedin.com/in/raoul-harris-cfa-b31a53122/).


---

# 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://www.raoulharris.com/introduction.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.
