Skip to main content
Nav: Discover > Feed | URL: /papers Staying current with AI research is part of the job, but rarely the main job. You have models to ship, pipelines to maintain, and stakeholders asking if you’ve tried the latest technique they saw online. The result is a persistent backlog of ideas you’ll get to “eventually” and relevant work you discover weeks after it would have been useful. The Feed delivers a curated stream of resources (papers, repos, models) matched to what your team is building. You create focused Research Interests that each track a different area of your work, with their own recommendation cadence.

Research Interests

Research Interests are the context that drives your recommendations. Each interest has its own name, context description, and recommendation cadence.

Creating an Interest

Click + New Interest at the top of the Feed view.
FieldDescriptionExample
NameShort label (appears as a pill tab)“RAG & Retrieval”
ContextNatural language description, or URLs to HuggingFace models, GitHub repos, arXiv papers, blog postshttps://huggingface.co/your-org/your-model
Daily RecommendationsResources per day (1-10)3
Richer context = better recommendations. Link GitHub repos with detailed READMEs, HuggingFace models with comprehensive cards, or specific arXiv papers that define your area. Resources that cite or benchmark against your work get boosted.

Interest Pill Tabs

Your interests appear as pill tabs at the top of the Feed:
  • All — Combined feed from all interests
  • [Interest Name] — Filtered to that interest only, with badge count showing how many new recommendations are available

Managing Interests

Click the gear icon (⚙️) next to an interest name to:
  • Edit the name, context, or daily count
  • Toggle active/inactive (inactive interests stop generating recommendations but preserve history)
  • Delete the interest

Recommendation Cards

Each recommendation shows:
ElementDescription
TitleResource title with link to detail viewer
Source typeBadge indicating arxiv_paper, github_repo, etc.
Relevance scoreHow well this matches your interest context
ReasoningOne-line explanation of why this was recommended
Interest tagWhich interest surfaced this resource
Cards are sorted by recency by default. Use the Sort control to change ordering.

Refreshing Recommendations

Each interest has a Refresh button in the toolbar. Click it to trigger an immediate re-ranking — don’t wait until the next scheduled run. Refresh runs asynchronously. A progress indicator shows the status. Navigate away and come back; the job continues in the background.
Scheduled recommendations refresh daily at 9:30 AM UTC for all active interests. Use Refresh for instant updates, or update your context sources before the daily run.

Resource Detail & Chat

Click View on any recommendation to open the detail page with:
  • Details tab — Full abstract, resource links, citations, Docker availability
  • Chat tab — Ask questions about the resource in natural language with streaming responses
See Search > Resource Detail Viewer for full details.

From Feed to Experiment

From any resource in the feed, click Create Experiment to:
  1. Link the resource as the experiment source with source_type: paper
  2. Pre-fill the resource metadata in source_ref
  3. Redirect to the Outcomes detail page where a launch context generates automatically
This is the natural entry point for the discovery-to-experiment loop: your feed surfaces a relevant technique, you create an experiment to test it, and the results inform future recommendations.

CLI & API

You can also access your feed programmatically:
# Today's digest grouped by interest
remyxai papers digest

# Recommendations for one interest
remyxai papers list --interest "RAG & Retrieval" --period today

# Trigger a refresh
remyxai papers refresh --interest "RAG & Retrieval" --wait

Search

On-demand semantic search across all resources

CLI: Interests & Papers

Manage interests and recommendations from the terminal