/research?mode=briefs
Topical matching tells you what a paper is about. It doesn’t tell you where an approach sits in the field, what’s still unsolved, or which concrete change is worth trying in your repo. When you point Remyx at a repo, it runs a research pass that answers those questions and stores the result as a research brief that both ranking and drafting read from.
Research briefs
A research brief is a typed, cited summary that Remyx produces and stores section-grained for a repo, so each section is addressable on its own. A brief contains:
Because the brief is typed and cited, ranking and drafting can pull just the section they need, and you can trace any claim back to its source.
How briefs are created and used
A brief is created automatically when you create a Research Interest from a GitHub repo. Remyx runs the deep-research pass in the background; you don’t trigger it separately. Once stored, the brief is used in two places:Recommendation ranking
The brief’s future directions become a forward-looking ranking axis alongside your shipping history, so the feed can weigh where the work is headed. The candidate changes seed recommendations directly.
Agent drafting
When an agent drafts an implementation against your repo, the stored brief is part of the context it works from, alongside the recommendation and your repo’s history. The agent’s Signal panel shows the brief feeding it.
The Remyx bot
You can ask about a brief and a run from the pull request or issue itself: any PR or Issue one of your agents opened.1
Mention the bot
In a comment on such a pull request or issue, mention
@remyx-ai (aliases @remyxai and @remyx also work) and ask your question.2
It acknowledges
The bot posts a 👀 reaction so you know the mention was picked up.
3
It replies once
It posts a single grounded reply as
remyx-ai[bot], retrieved over the stored research brief plus that run’s telemetry: the recommendation runs, their outcomes, and rejected candidates.- “Why was this recommendation surfaced over the others?”
- “What did the brief say about alternatives to this approach?”
- “Which candidate changes were considered and rejected for this run?”
- The comment mentions the bot (
@remyx-ai/@remyxai/@remyx). - The comment is on a pull request or issue an agent opened.
- The permission check passes.
Paper enrichment and PDF code-link recovery
A recommendation is only actionable if you can find the code behind it. Two background steps make more papers implementable. Both need nothing from you and run at ingest.Paper enrichment
Paper enrichment
For a paper with no code link, an enrichment agent traverses the arXiv abstract and HuggingFace papers pages through to project pages, classifies the URLs it finds, resolves licenses, and recovers GitHub, HuggingFace, and SPDX links back into the paper record. Existing fields are left alone; it only fills empties.
PDF code-link extraction
PDF code-link extraction
Remyx fetches the paper’s PDF and promotes a
Code:, Project page:, or Repository: URL directly into the paper record at ingest. Downstream, that named reference repo is lifted into the agent’s implementation context as the source of truth, so the agent translates from the reference and diffs against it before opening a PR.Related
Feed
Repo-backed interests trigger a brief that feeds ranking
Actions
The agent runtime that drafts PRs from the brief
Continuous Experimentation
How discovery, briefs, and implementation form a loop