Skip to content

Commit d389f20

Browse files
committed
adjust readme
1 parent 1bb7f87 commit d389f20

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<h3>Decentralized Compute Infrastructure for AI</h3>
66
</div>
77

8-
> ⚠️ **IMPORTANT**: This project is still under active development. Currently, you can only run the protocol locally - connecting to public RPCs is not yet supported. Please check back later for updates. See our [FAQ](#frequently-asked-questions) for details.
8+
A peer-to-peer compute protocol for decentralized AI development at scale. This protocol implementation powered distributed training runs including [synthetic-2](https://app.primeintellect.ai/intelligence/synthetic-2) and [intellect-2](https://app.primeintellect.ai/intelligence/intellect-2).
99

10-
Prime Network is a peer-to-peer compute and intelligence network that enables decentralized AI development at scale. This repository contains the core infrastructure for contributing compute resources to the network, including workers, validators, and the coordination layer.
10+
This repository contains the core infrastructure for coordinating compute resources across a distributed network, including workers, validators, and the orchestration layer.
1111

1212
## 📚 Table of Contents
1313
- [System Architecture](#system-architecture)
@@ -20,7 +20,7 @@ Prime Network is a peer-to-peer compute and intelligence network that enables de
2020
- [License](#license)
2121

2222
## System Architecture
23-
The Prime Protocol follows a modular architecture designed for decentralized AI compute:
23+
The protocol follows a modular architecture designed for decentralized AI compute:
2424

2525
<div align="center">
2626
<img src="docs/assets/overview.png" alt="Prime Protocol System Architecture" width="800"/>
@@ -60,11 +60,11 @@ curl -sSL https://raw.githubusercontent.com/PrimeIntellect-ai/protocol/develop/c
6060

6161
## Frequently Asked Questions
6262

63-
#### Q: What is Prime Protocol?
64-
**A:** Prime Protocol is a peer-to-peer compute and intelligence network that enables decentralized AI development at scale. It provides infrastructure for contributing compute resources to the network through workers, validators, and a coordination layer.
63+
#### Q: What is this protocol?
64+
**A:** This is a peer-to-peer compute protocol implementation for decentralized AI development at scale. It provides infrastructure for coordinating compute resources across a distributed network through workers, validators, and an orchestration layer. This protocol powered distributed training runs including [synthetic-2](https://app.primeintellect.ai/intelligence/synthetic-2) and [intellect-2](https://app.primeintellect.ai/intelligence/intellect-2).
6565

66-
#### Q: Is Prime Protocol ready for production use?
67-
**A:** No, Prime Protocol is still under active development. Currently, you can only run the protocol locally.
66+
#### Q: Can I run this protocol locally?
67+
**A:** Yes, you can run the protocol locally for development and testing purposes.
6868

6969
#### Q: What environment variables do I need for local development?
7070
**A:** We have provided an .env.example file with the required variables.

0 commit comments

Comments
 (0)