Two ways to go from a paper to a draft PR
Remyx turns recommendations into implementations through Claude Code — either on demand or on a schedule. (This replaces the earlier standalone experiment-generation pipeline, which has been retired in favor of working with Claude directly.)On a schedule — Automated discovery PRs
A scheduled GitHub Action picks the most implementable recommendation for your repo and opens a reviewable draft PR (or a discussion Issue) on a cadence you set. Powered by Outrider + Claude Code.
On demand — implement with Claude Code
Connect Claude Code to Remyx over MCP, pull an experiment’s launch context, and have the agent generate the implementation PR when you’re ready.
What you need
- A repo connected through the GitHub App
- A Research Interest (the scheduled path can auto-create one from the repo)
- For the on-demand path: Claude Code and a Remyx API key
- For the scheduled path: an
ANTHROPIC_API_KEYset as a repo secret (Claude Code usage is billed to you)
Related
- Automated discovery PRs — setup, configuration, and guardrails for the scheduled path
- Implement an experiment — the on-demand Claude Code walkthrough
- MCP Server — the tools Claude Code uses against Remyx