Skip to content

Commit 9158cd4

Browse files
committed
README: cite arXiv paper directly, remove third-party repo link
1 parent 14eade0 commit 9158cd4

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@
55
[![Rust](https://img.shields.io/badge/rust-1.85%2B-orange.svg)](https://www.rust-lang.org)
66

77
> [!NOTE]
8-
> This is an **independent, community-driven implementation** inspired by the
9-
> [RPG-Encoder paper](https://arxiv.org/abs/2602.02084) from Microsoft Research. It is **not**
10-
> affiliated with, endorsed by, or connected to Microsoft in any way. For the official
11-
> implementation, see [microsoft/RPG-ZeroRepo](https://github.com/microsoft/RPG-ZeroRepo).
12-
>
13-
> Microsoft announced *"We are in the process of preparing a full public release of the codebase,
14-
> and all code will be released within the next two weeks."* — that was too long to wait.
15-
> This project was built with Claude by reading the publicly available research papers and
16-
> implementing the described algorithms from scratch in Rust. All code is original work.
17-
> The papers are cited for attribution.
8+
> **Independent implementation.** Built from scratch in Rust by reading the
9+
> [RPG-Encoder paper](https://arxiv.org/abs/2602.02084) (Luo et al., 2026, Microsoft Research).
10+
> No shared code with any other implementation. Not affiliated with or endorsed by Microsoft.
11+
> All code is original work; the paper is cited for attribution.
1812
1913
---
2014

0 commit comments

Comments
 (0)