# Introduction

I include some interesting papers(mostly about computer systems) I've read and my summary/thoughts about the paper.&#x20;

**In the summaries, I will try to answer the following questions:**&#x20;

-What problem does the paper solve? Is it important?&#x20;

-How does it solve the problem?&#x20;

-How does their approach differ from previous ones? Are they adequately discussed in the reading?&#x20;

-How does this work relate to other research?&#x20;

-What could be improved?&#x20;

**Disclaimer: These notes are just for my future self to look back and review the materials on these paper, without reading them all over again.** <br>

**To know more about me and my current research, check out my** [**website**](https://xzhu27.me/)**!**&#x20;


---

# 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://xzhu0027.gitbook.io/blog/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.
