Update README.md
Browse files
README.md
CHANGED
|
@@ -7,25 +7,28 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
#
|
| 11 |
-
|
| 12 |
-
## NEAR AI Cloud provides OpenAI-compatible inference for leading open-weight models running inside confidential hardware, with cryptographic attestation and independently verifiable execution.
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
##
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
##
|
| 21 |
|
| 22 |
-
|
| 23 |
-
[Decentralized Confidential Machine Learning](https://raw.githubusercontent.com/nearai/por/refs/heads/main/DecentralizedConfidentialMachineLearning.pdf)
|
| 24 |
|
| 25 |
## Benchmarks
|
| 26 |
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Open Source
|
| 30 |
|
| 31 |
-
[NEAR AI GitHub](https://github.com/nearai)
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## Research
|
|
|
|
|
|
|
| 11 |
|
| 12 |
+
NEAR AI research explores how confidential computing, cryptographic verification, and decentralized infrastructure can support private, user-owned AI.
|
| 13 |
|
| 14 |
+
### [Proof of Response](https://arxiv.org/abs/2502.10637)
|
| 15 |
|
| 16 |
+
A framework for proving that decentralized systems and agents produced a specific response within a verifiable execution window.
|
| 17 |
|
| 18 |
+
### [Decentralized Confidential Machine Learning](https://raw.githubusercontent.com/nearai/por/refs/heads/main/DecentralizedConfidentialMachineLearning.pdf)
|
| 19 |
|
| 20 |
+
A technical vision for training and running AI across distributed infrastructure while preserving confidentiality and verifiability.
|
|
|
|
| 21 |
|
| 22 |
## Benchmarks
|
| 23 |
|
| 24 |
+
NEAR AI publishes reproducible evaluations of models and agents across real-world tasks, including coding, tool use, document workflows, and multi-step execution.
|
| 25 |
+
|
| 26 |
+
### [Explore NEAR AI Benchmark Results](https://nearai.github.io/benchmarks/)
|
| 27 |
+
|
| 28 |
+
Compare model and agent performance across public benchmarks, inspect individual runs, and see how implementations perform on practical tasks.
|
| 29 |
|
| 30 |
## Open Source
|
| 31 |
|
| 32 |
+
### [Explore NEAR AI on GitHub](https://github.com/nearai)
|
| 33 |
+
|
| 34 |
+
Browse the open-source infrastructure, agent systems, verification tools, and research projects behind NEAR AI.
|