Findings from running remyxai-cli autoresearch across 5 production repos — per-repo inventory of architectural extension points missing to receive recent AI methods A developer ran an agentic method-search loop across 6 production repositories, spending under $22 on 36 cycles to inventory missing architectural extension points for recent AI methods. The tool, packaged as a CLI subcommand in remyxai-cli, identified gaps such as missing trainer scaffolding, agent loops, and reward-labeler plug-in points, with results publicly available on target forks. Recent AI research lands in existing codebases through specific extension points — modules, callbacks, or data-structure fields where a new method can plug in. Which extension points a repo provides determines which methods can be tried against it without a rewrite. We ran an agentic method-search loop that dispatches recent arxiv papers as draft integrations against 6 production repos; the by-product across 36 cycles was a per-repo inventory of the specific extension points those repos are missing. Packaged as a CLI subcommand in remyxai-cli 46 https://github.com/remyxai/remyxai-cli/pull/46 : remyxai outrider autoresearch --repo owner/name \ --cycles 5 --budget 25 \ --provider zai --model glm-5.2 Candidates come from the Remyx engine's ranker for the target's Research Interest, auto-extracted via remyxai interests from-repo