# Reading List

* [~~Fault-tolerant and transactional stateful serverless workflows~~](https://www.usenix.org/conference/osdi20/presentation/zhang-haoran)&#x20;
* [~~Milvus: A Purpose-Built Vector Data Management System~~](https://www.cs.purdue.edu/homes/csjgwang/pubs/SIGMOD21_Milvus.pdf)&#x20;
* [INFaaS: A Model-less and Managed Inference Serving System](https://arxiv.org/pdf/1905.13348.pdf)&#x20;
* [Serving DNNs like Clockwork: Performance Predictability from the Bottom Up](https://www.usenix.org/conference/osdi20/presentation/gujarati)
* [Dynamic Query Re-Planning using QOOP](https://www.usenix.org/conference/osdi18/presentation/mahajan)
* [InferLine: ML Prediction Pipeline Provisioning and Management for Tight Latency Objectives](https://arxiv.org/pdf/1812.01776.pdf)
* [Semeru: A Memory-Disaggregated Managed Runtime](https://www.usenix.org/conference/osdi20/presentation/wang)
* [Serverless Computing: One Step Forward, Two Steps Back ](https://arxiv.org/pdf/1812.03651.pdf)
* [HyperSched: Dynamic Resource Reallocation for Model Development on a Deadline](https://arxiv.org/pdf/2001.02338.pdf)&#x20;
* [BPF for storage: an exokernel-inspired approach](https://arxiv.org/pdf/2102.12922.pdf)
* [Reducto: On-Camera Filtering for Resource-Efficient Real-Time Video Analytics](http://web.cs.ucla.edu/~harryxu/papers/li-sigcomm20.pdf)
* [Machine Learning on Graphs: A Model and Comprehensive Taxonomy](https://arxiv.org/pdf/2005.03675.pdf)
* [Rearchitecting Linux Storage Stack for μs Latency and High Throughput](https://www.cs.cornell.edu/~ragarwal/pubs/blk-switch.pdf)
* [MLSys: The New Frontier of Machine Learning Systems](https://arxiv.org/pdf/1904.03257.pdf)


---

# 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://sliu583.gitbook.io/blog/specific-work/seminar-and-talk/fall-21-reading-list.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.
