# Rui's Blog/Paper Reading Notes - Introduction

## Introduction

This GitBook mainly hosts [Rui Pan](https://ruipan.xyz)'s paper reading notes. I also keep a non-technical blog [here](https://blog.ruipan.xyz/blog/blog-index).

Most of the papers here are about [Machine Learning Systems](https://blog.ruipan.xyz/machine-learning-systems).

If you spot a mistake or have any suggestions, you are more than welcome to drop me an email at <ruipan@princeton.edu>!

## Topics

{% content-ref url="blog" %}
[blog](https://blog.ruipan.xyz/blog)
{% endcontent-ref %}

{% content-ref url="machine-learning-systems" %}
[machine-learning-systems](https://blog.ruipan.xyz/machine-learning-systems)
{% endcontent-ref %}

{% content-ref url="machine-learning-systems/index" %}
[index](https://blog.ruipan.xyz/machine-learning-systems/index)
{% endcontent-ref %}

{% content-ref url="earlier-readings-and-notes/index" %}
[index](https://blog.ruipan.xyz/earlier-readings-and-notes/index)
{% endcontent-ref %}


---

# 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://blog.ruipan.xyz/master.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.
