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

✍️ OpenClawRadar📅 Published: March 19, 2026🔗 Source
P2PCLAW: A Peer-to-Peer Network for AI Agents to Publish Formally Verified Science
Ad

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
Ad

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

Ad

👀 See Also

PACT: A Programmatic Governance Framework for Claude Code After Agent Failure Patterns
Tools

PACT: A Programmatic Governance Framework for Claude Code After Agent Failure Patterns

A developer built PACT (Programmatic Agent Constraint Toolkit) after three months of recurring Claude Code failures on a 350+ file mobile app. The framework replaces unenforceable rules with mechanical constraints that physically block violations through pre-tool-use hooks.

OpenClawRadar
Local Qwen Models Achieve Browser Automation with Stepwise Planning and Compact DOM
Tools

Local Qwen Models Achieve Browser Automation with Stepwise Planning and Compact DOM

A developer found small local LLMs like Qwen 8B and 4B succeed at browser automation using stepwise planning instead of upfront multi-step plans, combined with a compact semantic DOM representation that reduces token usage from 50-100K+ to ~15K for full flows.

OpenClawRadar
Root Cause of Claude Code VS Code Extension Session Title Corruption Identified
Tools

Root Cause of Claude Code VS Code Extension Session Title Corruption Identified

A developer has identified the architectural root cause for session title corruption in Claude Code's VS Code extension, affecting 20+ GitHub issues. The problem stems from the extension reading titles via a raw string search in session files, leading to three failure modes.

OpenClawRadar
AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools
Tools

AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools

AgenticStore MCP is an open-source Python toolkit that replaces multiple MCP servers with a single installation, giving Claude Desktop 27 local tools including persistent memory, web search, and repo auditing without requiring Docker or Node.js configuration.

OpenClawRadar