> For the complete documentation index, see [llms.txt](https://supernet.gitbook.io/supernet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supernet.gitbook.io/supernet/distributed-network/ai-operating-system/llm-os.md).

# LLM OS

<figure><img src="/files/3zC2P4ygr0PwdCpxrxvH" alt=""><figcaption><p>The entire architecture shows how the large language model interacts with various components of the OS.</p></figcaption></figure>

### **Core Module**

Located in the center of the figure, it is the core of the entire architecture. The large language model generates natural language responses by processing the input text data.

### **Interaction with Other Modules**

* **RAM (Random Access Memory)**: It has a two - way arrow connection with the LLM, indicating that the LLM can read data from the RAM and also write data to it. There is a "context window" in the RAM, which may refer to the storage area for the context information that the LLM depends on when processing text.
* **Disk**: It is connected to the LLM through the file system. The file system contains "embeddings", which may refer to the data structure used to store word or semantic embedding vectors. The LLM can read data from the disk and also write data to it.
* **Software 1.0 Tools**: These tools include "classical computer" tools such as calculators, Python interpreters, and terminals. These tools have a two - way arrow connection with the LLM, indicating that the LLM can interact with these tools to obtain or provide data.
* **CPU (Central Processing Unit)**: It has a two - way arrow connection with the LLM, indicating that the operation of the LLM depends on the computing power of the CPU.
* **Ethernet**: Through Ethernet, the LLM can communicate with other LLMs. This shows that different LLMs can exchange data and collaborate through the network.
* **Browser**: It has a two - way arrow connection with the LLM, indicating that the LLM can interact with the browser, probably for obtaining web page content or displaying the generated content in the browser.
* **Peripheral Devices I/O**: It includes video and audio devices. These devices have a two - way arrow connection with the LLM, indicating that the LLM can process and generate video and audio content.


---

# 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:

```
GET https://supernet.gitbook.io/supernet/distributed-network/ai-operating-system/llm-os.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.
