One Claude Code session: design experiments, run them on your compute, analyze the results.
curl -sSL https://raw.githubusercontent.com/Zayne-sprague/Dr-Claude-Code/main/install.sh | bashDesign an experiment:
I want to test whether Qwen3-8B follows complex instructions better than Llama-3.1-8B
Claude designs the experiment, red-teams it for flaws, proposes a canary job, creates the experiment folder, and syncs your dashboard.
Run it on your cluster:
Run this on torch
Claude finds available GPUs, writes the sbatch script, submits the job, monitors it, and uploads partial results to HuggingFace as they come in.
Check on a running job:
How's the experiment going?
Claude SSHs into your cluster, checks job status, tails the logs, validates any new artifacts, and updates the dashboard — all without you touching a terminal.
Analyze results:
Show me what we got
Claude pulls the results, samples outputs, compares against the hypothesis, writes findings to the experiment README, and gives you a link to the dashboard.
Set up new compute:
Connect my university cluster or Set up RunPod
Claude walks you through it. You authenticate once with raca auth <cluster>, then just talk.
Before RACA, Claude Code couldn't reach your cluster. You'd design an experiment in one window, SSH into your HPC in another, and hope nothing fell through the cracks.
RACA closes the loop. One session, one conversation: design → sanity-check → run → validate → results. Your compute stays where it is — RACA talks to it, catches mistakes before they waste GPU hours, uploads artifacts to HuggingFace as they come in, and keeps a live dashboard so you never wonder what's happening.
- SSH to any cluster — SLURM, RunPod, or local GPUs. Authenticate once, talk from there.
- Red-team review — an adversarial agent checks your experiment design before any compute runs.
- Live dashboard — experiment READMEs, timelines, artifacts, results. Local or deployed to a free HuggingFace Space.
- Artifact pipeline — results upload to HuggingFace as they come in, validated automatically, visible on the dashboard immediately.
- Resumable jobs — short jobs that checkpoint and resume. Partial results stream to you throughout.
curl -sSL https://raw.githubusercontent.com/Zayne-sprague/Dr-Claude-Code/main/install.sh | bashSets up your workspace, installs tools, then launches Claude Code. Claude walks you through connecting clusters, setting up HuggingFace, and deploying your dashboard. Takes about 5 minutes.
Update: bash raca-update.sh (in your workspace)
Uninstall: bash raca-uninstall.sh
RACA works on its own, but these make it better:
- Superpowers — structured planning, proactive design questions
- Agent-Deck — run multiple Claude sessions in parallel
MIT


