rad-experiment

Publish and manage cc.experiment COBs across Radicle repositories.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/deanh/rad-pi --skill rad-experiment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rad-experiment
Source: https://github.com/deanh/rad-pi/tree/main/skills/rad-experiment
Command: npx skills add https://github.com/deanh/rad-pi --skill rad-experiment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables reliable publication, reproduction, and curation of optimization experiment results as cc.experiment COBs so collaborators can verify, compare, and filter benchmark outcomes across the Radicle network.

Core Features & Use Cases

  • Publish explicit experiment measurements or import autoresearch and evo session tapes to create cc.experiment COBs that replicate across peers.
  • Reproduce experiments locally with safety warnings, compute direction-aware deltas, list and filter experiments by branch, author, label, or reproduction status, and manage labels and redaction for curation.
  • Use Case: After running an autoresearch optimization session, push the branch to Radicle and run publish-tape to share kept improvements with reviewers who can independently reproduce the benchmark.

Quick Start

Use rad-experiment publish-tape autoresearch.jsonl --yes to import and publish kept autoresearch results to the Radicle network.

Frequently Asked Questions about rad-experiment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish benchmark experiment results to a Radicle repository?

You can publish benchmark experiment results by using rad-experiment to create cc.experiment COBs that replicate across peers, enabling collaborators to verify and curate your optimization outcomes.

Can I import autoresearch or evo session tapes into Radicle?

Yes, you can import autoresearch.jsonl or .evo session tapes into Radicle by running the publish-tape command, which converts kept optimization session data into cc.experiment COBs for network replication.

How do I reproduce benchmark experiments shared on the Radicle network locally?

To reproduce benchmark experiments locally, you use rad-experiment to fetch and replay the cc.experiment COBs from the Radicle repository, which includes safety warnings and compute direction-aware deltas for accurate verification.

Do I need rad-experiment on PATH to manage cc.experiment COBs?

Yes, you need rad-experiment available on PATH and access to repository git objects pushed to a Radicle peer to manage, publish, list, label, and redact cc.experiment COBs.

What's the best way to filter and curate benchmark experiments in Radicle?

The best way to filter benchmark experiments is using rad-experiment to list and filter results by branch, author, label, or reproduction status, and applying labels and redaction for ongoing curation.