๐ Outrider โ a GitHub Action that scouts arXiv for your repo
We built Outrider to close the gap between your code and the latest arXiv research. The best new methods for your repo may not be from the viral paper.
How it works โ every week (or your configured cadence), Outrider:
1. Pulls candidate papers from a Remyx engine that ranks arXiv against your repo's commit history 2. Runs a Claude selection pass over the pool โ picks the candidate most implementable against your specific codebase 3. Invokes Claude Code to draft the integration into an existing call site 4. Runs quality gates (path allowlist, integration validator, stub-density check, self-review) 5. Opens a draft PR โ or an Issue when a PR would be premature
Two recent PRs: - remyxai/FFMPerative โ picked Aurora (2026 video-editing-agent paper), wired plan-validation into the existing execution path. 5 min, $1.45. - remyxai/VQASynth โ picked PGT (procedurally-generated grounding), wired the scorer into the existing BenchmarkRunner registry. 8 min, $2.64.
Free to install via GitHub Marketplace. You bring your own ANTHROPIC_API_KEY (~$2-3 per PR-track run).
Longer write-up tomorrow on Substack โ more detail on the spec-bundle format, the selection-pass design, and what we learned testing across dozens of repos.