Skip to main content

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.
Both paths share the same foundation: the Feed surfaces work ranked against your team’s shipping history, a launch context grounds the implementation in your actual repo structure, and the result is a PR you review and merge.

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_KEY set as a repo secret (Claude Code usage is billed to you)