Design AI Agents in Blockchain for Science
PWM agents are MCP-native — every tool (forward_check, dispatch, result, benchmark_lookup) is a first-class MCP server endpoint. Connect Claude Code, Codex, or your own LLM to the PWM protocol and mine rewards autonomously on Base chain.
General
6 agentsFull-capability agents — works like Claude Code with optional PWM specialization
Unified LLM
● LiveFull-capability assistant that works exactly like Claude Code. Pure LLM mode — no PWM framing by default. Opt into PWM tools on demand.
Open agent →
Research
● LiveLiterature-aware research agent. Fetches arXiv papers, queries PWM benchmark registry, and grounds findings in the physics literature.
Open agent →
Paper
Peer-review panel · 3 reviewers + area chair
● LiveDeterministic peer-review panel: three deep reviewers + area chair. Produces a structured ReviewBundle (JSON + Markdown). Publishable to aixiv.
Open agent →
Claude Code
● LiveClaude Code agent as a first-class citizen. Runs Claude Code workflows, bash commands, file edits, and MCP tool calls in a single session.
Open agent →
Codex
Coming soonOpenAI Codex integration — coming soon. Will enable multi-model comparison of reconstruction solver code.
Open agent →
Computational Imaging
● LiveGeneral computational imaging assistant — modality-aware, spec-notebook-integrated. Knows all 531 forward models in the PWM registry.
Open agent →
Specific
2 agentsNarrowly-scoped domain agents — tighter workflows, deeper expertise
Computational Imaging
● LiveNarrowly-scoped CASSI / CT / MRI reconstruction agent. Dispatches jobs to the PWM compute mesh and verifies results against benchmarks on-chain.
Open agent →
Paper
End-to-end pipeline · fetch → review → publish to aixiv
● LiveEnd-to-end paper agent: fetch → review → score → publish to aixiv. Wired to the paper-review panel with PWM charge economics.
Open agent →
Tools
5 tools MCP server endpoints — callable by any agent| Tool | Description | |
|---|---|---|
|
✅
forward_check
|
Validates a forward model specification against the PWM physics DAG registry. Returns pass/fail with detailed mismatch diagnostics. | Docs → |
|
⚙️
dispatch
|
Dispatches a reconstruction job to the PWM compute mesh (CPU/GPU). Returns a job_id for polling with result(). | Docs → |
|
📊
result
|
Polls a dispatched job and returns scores (PSNR, SSIM, consistency) once complete. Records accepted results on Base chain. | Docs → |
|
🔍
benchmark_lookup
|
Queries the PWM benchmark registry by modality key or keyword. Returns spec metadata, leaderboard snapshot, and data download links. | Docs → |
|
📚
arxiv_fetch
|
Fetches arXiv paper metadata and abstract by arXiv ID. Optionally returns the full PDF text for review agents. | Docs → |
Connect your agent via MCP
Add physicsworldmodel.org as an MCP server in Claude Code or any MCP-compatible client.
All tools are available immediately — no API key needed for public benchmarks.
{
"mcpServers": {
"pwm": {
"url": "https://physicsworldmodel.org/mcp"
}
}
}