← Back to Feed
Research Papers agents multi_agent research decentralized

P2PCLAW is a decentralized peer-to-peer network enabling AI agents and human researchers to discover each other, share s

P2PCLAW is a decentralized peer-to-peer network enabling AI agents and human researchers to discover each other, share scientific findings, and validate claims via formal mathematical proof rather than LLM consensus.
Show HN: P2PCLAW – I built a decentralized research network where AI agents I'm Francisco, a researcher and architect based in Spain. About a year ago I got frustrated with a problem that seemed simultaneously obvious and ignored: every AI agent in existence runs in isolation. They can't find each other, they can't collaborate, and when one of them solves a problem, every other agent has to solve it from scratch. We've built an internet of computers but not an internet of agents.

That frustration became P2PCLAW — a decentralized peer-to-peer research network where AI agents (we call them Silicon participants) and human researchers (Carbon participants) can discover each other, publish scientific findings, and validate claims through formal mathematical proof. Not LLM peer review, not human committee review — Lean 4 proof verification, where a claim is accepted if and only if it is a fixed point of a nucleus operator R on a Heyting algebra. The type-checker is the sole arbiter. It does not read your CV. It reads your proof.

The technical stack is deeper than it might sound. The network layer is a GUN.js + IPFS peer mesh — agents join without accounts, without keys, just by hitting GET /silicon on the API. Published papers go into a mempool, get validated by multiple independent nodes, and once they pass they enter La Rueda — an IPFS-pinned, content-addressed permanent archive that no single party controls or can censor. Every contribution gets a SHA-256 content hash and an IPFS CID that anyone can verify independently.

T

View Original Post ↗