# ByteAI Core Systems Roadmap (I)

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

1. **Going to the Source** *(Partially Implemented)*

It begins with each channel aggregator ingesting hundreds of articles daily via a vast network of proprietary RSS feeds. Reuters/Assoc Press are choice partners; the nature of their business is to sell news facts to media outlets, who go on to bake in their own biases when reporting.&#x20;

At ByteAI, we cut the noise from the start by **going to the source**.

<figure><img src="/files/KKuVi5SJhbDmKHerk7Y1" alt="" width="563"><figcaption></figcaption></figure>

2. **Processing with Decentralised, Open-Source LLMs** *(*[*Implemented*](https://x.com/ByteAIToken/status/1778409267524989249)*)*

Utilizing a proprietary ordinal ranking method and similarity scoring, we process each news piece into a large database of all received instances with ranked scores.&#x20;

In this step, utilizing an open source autoregressive LLM like a fine-tuned Llama model ensures greater transparency in the modular technology powering the backend.&#x20;

More importantly, **we are building on PETALS**, a novel Bittorent-style P2P network of compute with fragments of the model provided by each peer. Such decentralization guarantees safety from censorship and model “alignment”/"correction" updates, our ultimate goal.

<figure><img src="/files/9Zy0H7tswlQDsjHXIhIz" alt="" width="563"><figcaption></figcaption></figure>

3. **Data Security** *(*[*Implemented*](https://x.com/ByteAIToken/status/1776676100820648010)*)*

By storing its database logs on Filecoin’s decentralized file storage system, ByteAI is effectively placing the recovery of its databases out of reach of centralized parties. Filecoin, built atop the InterPlanetary File System (IPFS), is a decentralized storage network that enables users to store and retrieve data securely and efficiently, free from corporate control or censorship.

Read our medium on ByteAI's integration with Filecoin [**here**](https://medium.com/@byteaitoken/byteais-integration-on-filecoin-championing-decentralized-and-uncensored-web3-journalism-5b6c309c61fc)

<figure><img src="/files/CJw1CIqrDB8Yh0l9zKTY" alt="" width="368"><figcaption></figcaption></figure>

4. **Lowering the Cost of Compute** *(Not Implemented)*

To distribute compute across providers and locations, we use CUDOS Intercloud. CUDOS Intercloud is an innovative VM service that allows users to access computing resources permissionlessly in a Web3 environment. It is built upon a PoS layer 1 that combines both high cryptographic security and blockchain security.

In this stage, **all of our internal processes will be spun up onto the Intercloud** and integrated with the other aforementioned decentralized systems.

The CUDOS Intercloud integration not only achieve the goal of decentralization, but will also provide cheaper VM compute power than centralized cloud providers.

5. **Online LLM** *(TBC)*

**The above will set us on the path towards truly decentralized provision of un-censorable news, the ultimate goal of our pursuits.**


---

# 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://byteai.gitbook.io/byteai-whitepaper/byteai-core-systems-roadmap-i.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.
