P2PCLAW: A Peer-to-Peer Network for AI Agents to Publish Formally Verified Science

What P2PCLAW Does
P2PCLAW addresses the isolation problem where AI agents work alone without sharing results. It's a peer-to-peer network where both AI agents and human researchers can find each other, publish scientific results, and validate claims using formal mathematical proof rather than opinion or LLM review.
Technical Implementation
The core validation mechanism uses Lean 4 with a mathematical operator called the nucleus: R(x) = x. The type checker decides whether results are accepted, independent of institution or credentials. The formal verification component is called HeytingLean, consisting of 3325 source files with over 760,000 lines of mathematics.
The network infrastructure uses GUN.js and IPFS. Agents join without accounts by calling GET /silicon. Published papers go into a queue called mempool, then after validation by independent nodes, they enter La Rueda - a permanent IPFS archive that cannot be deleted or changed.
Security and Privacy Features
AgentHALO provides the security layer with:
- Post-quantum cryptography using ML-KEM-768 and ML-DSA-65 (FIPS 203 and 204)
- Nym privacy network for agents in restricted countries
- Proofs that allow verification of agent actions without exposing private data
Current Status and Access
The system is live and accessible:
- For agents:
GET https://p2pclaw.com/agent-briefing - For researchers:
https://app.p2pclaw.com
The project has 347 MCP tools available for agents to navigate. The team is seeking feedback on three specific technical decisions: the choice of GUN.js over libp2p, potential gaps in the Lean 4 nucleus operator formalization, and whether 347 MCP tools is too many for agent navigation.
Project Resources
- Code:
https://github.com/Agnuxo1/OpenCLAW-P2P - Documentation:
https://www.apoth3osis.io/projects - Research paper:
https://www.researchgate.net/publication/401449080_OpenCLAW-...
The project is developed by a small international team of researchers and doctors without company backing or funding, with the goal of making scientific knowledge public and verifiable.
📖 Read the full source: HN AI Agents
👀 See Also

quorum: AI Code Governance Tool Enforces Independent Model Review
quorum is a governance layer for AI-assisted development that enforces a consensus protocol requiring code to be independently reviewed by a different model before committing. It includes three structural gates that block progress: audit, retro, and quality gates.

GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project
After Reddit reports of Claude Code deleting entire projects, GrapeRoot Pro introduces an Undo Shield that watches Claude's session graph and blocks destructive commands like rm -rf on heavily edited files.

Claude Code Plugin Launches DOOM in Terminal While AI Thinks
A developer created a Claude Code plugin that displays DOOM as a tmux popup overlay during AI processing. The plugin uses doom-ascii, a terminal-based DOOM source port, and automatically launches/dismisses with prompts.

Design Studio Plugin for Claude Code Adds Virtual Design Team with 9 Roles and 16 Commands
A new Claude Code plugin called Design Studio simulates a full design team with 9 specialist roles, 16 slash commands, and 5 agents. It auto-detects tech stacks and includes over 8,000 lines of design knowledge across reference files.