> For the complete documentation index, see [llms.txt](https://paper.lingyunyang.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paper.lingyunyang.com/paper-list/cloud-computing/sky-computing.md).

# Sky Computing

* SkyPilot: An Intercloud Broker for Sky Computing ([NSDI 2023](/reading-notes/conference/nsdi-2023.md)) \[[Paper](https://www.usenix.org/conference/nsdi23/presentation/yang-zongheng)] \[[Code](https://github.com/skypilot-org/skypilot)] \[[Docs](https://skypilot.readthedocs.io/en/latest/)]
  * UC Berkeley
  * Cherry-picking clouds.
* Skyplane: Optimizing Transfer Cost and Throughput Using Cloud-Aware Overlays ([NSDI 2023](/reading-notes/conference/nsdi-2023.md)) \[[Personal Notes](/reading-notes/conference/nsdi-2023/skyplane.md)] \[[Paper](https://www.usenix.org/conference/nsdi23/presentation/jain)] \[[Code](https://github.com/skyplane-project/skyplane)] \[[Docs](https://skyplane.org/en/latest/)]
  * UC Berkeley
  * *Bulk data transfer* between *cloud object stores*.
* The Sky Above The Clouds: A Berkeley View on the Future of Cloud Computing (arXiv 2205.07147) \[[Paper](https://arxiv.org/abs/2205.07147)]
  * UC Berkeley
* From Cloud Computing to Sky Computing ([HotOS 2021](/reading-notes/conference/hotos-2021.md)) \[[Personal Notes](/reading-notes/conference/hotos-2021/sky-computing.md)] \[[Paper](https://dl.acm.org/doi/10.1145/3458336.3465301)]
  * UC Berkeley


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://paper.lingyunyang.com/paper-list/cloud-computing/sky-computing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
