# Decentralization

As opposed to the status quo of closed-source model development, Vanna Labs believes in open-sourcing models through its decentralized platform. When researchers and developers share their models, algorithms, and findings with the global community, it fosters collaboration, innovation, and the rapid exchange of ideas.&#x20;

Vanna's models will be stored in IPFS, a P2P decentralized storage network. Any participant is able to run an IPFS storage node and access the models through the model's public CID (content identifier).

*Note: In the future, Vanna will develop technical solutions that allow for private model storage.*

<figure><img src="/files/9P70G5WtkGNxbXz6ZUbE" alt=""><figcaption></figcaption></figure>

The open-source approach allows a diverse range of contributors, often from different backgrounds and organizations, to collectively improve upon existing models. This collaborative effort not only accelerates the development of AI technologies but also enables the community to address challenges and iterate on solutions more efficiently.

Moreover, open-sourcing promotes transparency, as the inner workings of models become accessible to other developers. This transparency not only facilitates trust and understanding among users but also encourages scrutiny and constructive feedback from the broader community. The iterative feedback loop created through open-source development can lead to the identification and resolution of issues more swiftly, ultimately resulting in more robust and reliable AI models.&#x20;

Additionally, the democratization of AI knowledge through open-source initiatives helps democratize access to cutting-edge technologies, leveling the playing field for researchers and practitioners around the world, and contributing to the democratization of artificial intelligence itself. In summary, the open-sourcing of AI model development and research acts as a catalyst for collective advancement, fostering innovation, transparency, and a faster pace of development.


---

# 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://docs.vannalabs.ai/vision/decentralization.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.
