1. Set Up Your Profile
Your profile helps Remyx tailor recommendations to your work.- Click Account (bottom-left of the sidebar)
- Set your Role (ML Engineer, Researcher, Data Scientist, Product Leader, etc.)
- Add a one-line Interests description
- Click Save
You can skip this and come back later under Account > Profile Details.
2. Create a Research Interest
Research Interests tell Remyx what to track across papers, repos, models, and more. Navigate to Feed in the sidebar and click + New Interest.| Field | What to enter | Example |
|---|---|---|
| Name | Short label for this interest | ”Retrieval-Augmented Generation” |
| Context | URLs or descriptions of what you’re building | HuggingFace models, GitHub repos, arXiv papers, free text |
| Daily Recommendations | Resources per day (1-10) | 3 |
3. Create Your First Experiment
Navigate to Outcomes in the sidebar. Click + New Experiment.- Set the Source type to Paper
- Search for a paper relevant to your target repo
- Fill in:
- Name: Something descriptive (e.g., “Multi-hop retrieval for complex queries”)
- Hypothesis: What you expect (e.g., “Adding multi-hop retrieval will improve resolution rate for multi-topic queries”)
- Target metric: e.g.,
resolution_rate - Tags: e.g.,
retrieval,rag,multi-hop - Target repo:
owner/repo(e.g.,remyxai/VQASynth) - Initiative: Select or type one (e.g.,
Customer Support AI)
- Click Create
4. Install Claude Code and Connect Remyx
Install Claude Code
claude is not found, open a new terminal window (PATH needs to refresh).
Authenticate
/exit to quit when done.
Add Remyx as an MCP Server
YOUR_REMYX_API_TOKEN with your token from Account > API Access in Remyx.
Verify the Connection
5. Run the Implementation
cdinto your target repo- Start Claude Code:
- Tell it to implement the experiment:
6. Check the Result
Refresh the experiment detail page in Remyx. You should see:- A green PR banner at the top with the PR title, status, and GitHub link
- The PR listed in the Resources sidebar
- Events in the Activity feed (PR opened, implementation summary)
7. Log a Decision
Once the experiment has results, log what the team decided and why. This is the most important step: it captures the reasoning that would otherwise live in someone’s head. Scroll to the Decision section and click to write:“Positive result, +3.1% on resolution rate. The re-ranker helps with multi-topic tickets where the old retriever returned tangentially related articles. Ship to production.”This decision is timestamped, attributed, and visible to the whole team. When someone new joins and asks “why do we use multi-hop retrieval?”, the answer is here.
8. Check Insights
After creating several experiments with shared tags, navigate to Insights in the sidebar. Remyx groups experiments by tag, computes hit rates per direction, and shows which directions produce consistent results. It also recommends next experiments based on your team’s history.Next Steps
Outcomes
Full guide to the experiment timeline and detail views
Connectors
Connect GitHub, Linear, Jira, and Slack
ExperimentOps Concepts
The methodology behind systematic experimentation
See the Feed docs for how resource discovery and Research Interests work in detail.