> For the complete documentation index, see [llms.txt](https://mana.gitbook.io/manadia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mana.gitbook.io/manadia/1.-introduction.md).

# 1. Introduction

AI is evolving beyond standalone model capabilities into an era of intelligent Agents, tool integration, and autonomous execution. Early AI applications primarily focused on calling a large language model to generate responses. Today's AI applications, however, increasingly resemble continuously operating intelligent systems. They must access multiple models, invoke external tools, retrieve real-time data, maintain long-term memory, execute tasks across different environments, and continuously monitor, trace, and audit their execution processes.

This evolution fundamentally changes the meaning of AI compute.

During the era of large-scale model training, compute was primarily measured by GPU cluster size, training throughput, and model parameter count. In the era of AI Agents, compute is increasingly defined by task execution capability: whether an AI system can invoke the appropriate model at the right time, complete inference at reasonable cost, reliably access data sources, utilize external tools, maintain responsiveness under high concurrency, record its execution workflow, and reproduce execution results when necessary.

Therefore, the AI application era requires more than GPU rental platforms or model API aggregators. It requires an AI-Native Compute Coordination Network.

The technical design of manadia is based on three fundamental principles.

First, future AI applications require unified orchestration across models, compute resources, data sources, and tools. A single model, cloud platform, or GPU pool is insufficient to support increasingly complex AI workloads.

Second, future AI Agents—particularly those designed for trading, prediction, finance, enterprise automation, and on-chain execution—require trustworthy execution and full observability. Model outputs should no longer remain black boxes. Users and developers need to understand what data the model used, which tools it invoked, what strategies it executed, and how the final results were produced.

Third, AI compute networks must give rise to real-world products rather than remain purely infrastructure concepts. The Trustworthy AI Prediction Model is the flagship product trained and powered by the manadia AI compute network, demonstrating how the underlying infrastructure can be transformed into practical, high-value AI applications.

<br>


---

# 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://mana.gitbook.io/manadia/1.-introduction.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.
