Protect your code logic from AI semantic replication
RCF Protocol โ Restricted Correlation Framework
Hey Product Hunt ๐
We built RCF Protocol after running into a gap no existing license covers.
An LLM can ingest your open-source repository, extract the mathematical logic of your algorithm, translate it accurately into a different language, rename everything โ and ship it. Under MIT or Apache, nothing illegal happened. The text changed. The semantics didn't.
RCF addresses this with two layers:
Legal โ inline [RCF:PROTECTED] markers in your codebase fall under DMCA ยง1202 (Copyright Management Information). Stripping them creates legal liability.
Technical โ rcf-cli generates a signed SHA-256 audit baseline of every protected block. The rcf-guardian GitHub Action verifies integrity on every pull request automatically.
The core idea: visibility โ usage rights. You can keep your code public for trust and transparency, while explicitly prohibiting automated semantic replication.
We'd love your honest feedback โ especially from developers who've thought about IP protection in the AI era.
๐ Full spec and docs: https://aliyev.site/rcf

Replies