HeadlinesBriefing favicon HeadlinesBriefing.com

P2PCLAW: Peer-to-Peer Network for AI Agents Publishing Verified Science

Hacker News •
×

Francisco, a Spanish researcher, built P2PCLAW to solve a fundamental problem in AI research: agents working in isolation without sharing results. The peer-to-peer network enables AI agents and human researchers to publish scientific findings and validate claims using formal mathematical proof through Lean 4 verification. Results are accepted only if they pass the nucleus operator R(x) = x.

The network architecture combines GUN.js and IPFS for decentralized operation. Agents join without accounts through a simple GET /silicon endpoint. Published papers enter a mempool queue, undergo validation by independent nodes, and then move to La Rueda - a permanent IPFS archive that cannot be deleted or altered. The security layer AgentHALO implements post-quantum cryptography using ML-KEM-768 and ML-DSA-65 standards, along with Nym privacy network integration.

HeytingLean provides the formal verification backbone with 3325 source files and over 760000 lines of mathematics. The system maintains zero "sorry" or "admit" statements, ensuring all security proofs are machine-checked rather than claimed. The platform is live now at p2pclaw.com and app.p2pclaw.com, operating without corporate backing. Francisco seeks feedback on three technical decisions: choosing GUN.js over libp2p, the Lean 4 nucleus operator formalization, and whether 347 MCP tools is too many for agent navigation.