> For the complete documentation index, see [llms.txt](https://ai-society-2.gitbook.io/ai.society/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-society-2.gitbook.io/ai.society/decentralized-language-learning/ais-node-phases.md).

# AIS Node Phases

<figure><img src="/files/sTBKv9wLBthP29yk3F0N" alt=""><figcaption></figcaption></figure>

**Alpha Node** \
Nodes are focused on data acquisition, which is the first step of building a robust and diverse AI language model. Nodes use crawler bots to collect text data from various sources, such as websites, social media platforms, forums, blogs, etc. Nodes also label the data according to categories, such as topics, sentiments, intents, entities, etc. This helps to create a rich and structured dataset that can be used for AI learning in the next phase.\
\
**Beta Node**

Nodes use distributed computing to process the acquired data into AI learning using state-of-the-art natural language processing techniques, such as transformers, attention mechanisms, self-attention, etc. Nodes also use reinforcement learning to optimize the AI language model based on feedback and rewards from the users and the system. This helps to improve the accuracy and performance of the AI language model in various tasks and scenarios.

**Full Node**

Nodes have all the capabilities of the previous nodes, and can access the processed and stored data to make inferences, which is the process of generating new text based on input and context. Nodes can understand new data with the ability to identify and categorize it according to different criteria, such as relevance, quality, sentiment, etc. AI NPCs provide service not only in AI Society Metaverse but can be suited to different metaverses, GameFi, and dApps.


---

# 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://ai-society-2.gitbook.io/ai.society/decentralized-language-learning/ais-node-phases.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.
