Supersedes IORI_exec.md (the original brainstorming doc, which was
bio-locked and partially hallucinated by a pre-compaction agent).
This document reflects decisions made in the May 2026 workshopping
sessions. It is the canonical reference for implementation.
The Iluvatar Open Research Initiative is an open research program where Marvin runs full research projects on public data, publishes every iteration as it happens, and invites the field to critique, extend, and validate. Anyone can contribute. Iluvatar takes no IP on findings.
IORI is domain-agnostic. The first two projects happen to be computational biology and psychiatric genetics. Future cohorts can be any field where the model applies (public data exists, the question is tractable, Marvin adds clear value over a person with standard tools).
Iluvatar needs public, credible proof that Marvin produces scientifically meaningful output. A community that independently reviews, critiques, and validates Marvin’s findings is more credible than any internal case study. IORI is simultaneously genuine open science and a go-to-market strategy for Marvin.
v1 proposed one repo per project plus overview/community/shared-pipelines
repos. v2 uses a single monorepo (iluvatar-open-research) to
avoid sprawl as the project count scales.
Repo: github.com/IluvatarLabs/iluvatar-open-research
Single repo. Issues for structured contributions (5 templates). Discussions enabled on the same repo for open-ended conversation. No separate community repo — consolidate until volume demands a split.
IluvatarLabs/iluvatar-open-research
├── README.md # front door + project table
├── CONTRIBUTING.md # contribution guide
├── LICENSE-CODE # Apache 2.0
├── LICENSE-TEXT # CC-BY 4.0
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── scientific-critique.yml
│ │ ├── new-data-source.yml
│ │ ├── literature-suggestion.yml
│ │ ├── validation-offer.yml
│ │ └── new-project-idea.yml
│ └── PULL_REQUEST_TEMPLATE.md
├── projects/
│ ├── junb-sasp-skeletal-muscle/
│ │ ├── README.md # signpost: question, status, links
│ │ ├── hypotheses.md # card deck with status tracking
│ │ ├── manifest.md # per-cycle community inputs + changes
│ │ ├── data/
│ │ │ └── sources.md # dataset provenance
│ │ ├── code/ # scripts, notebooks, pipelines
│ │ ├── results/ # processed outputs mapped to findings
│ │ │ ├── 01-vascular-junb-sasp/
│ │ │ ├── 02-three-compartment-model/
│ │ │ └── ...
│ │ └── figures/ # supplementary figures
│ └── scz-neuronal-convergence/
│ └── (same structure)
└── templates/
└── new-project/ # scaffolding for adding projects
The repo is a supplemental data archive for the research, not a
narrative layer. The website (/iori/<slug>/) is the reading layer;
the repo is the working layer. Each project directory maps to what
a journal supplemental contains: what was claimed (hypotheses), how
it was produced (code), what it produced (results), what data went
in (sources), what it looks like (figures), and what changed and
why (manifest).
Labels (on the repo, 7 total):
| Label | Purpose |
|---|---|
project:muscle-aging |
Scopes to muscle aging project |
project:schizophrenia |
Scopes to schizophrenia project |
critique |
Scientific critique |
data |
Dataset suggestion |
literature |
Paper or direction suggestion |
validation |
Validation offer |
project-idea |
New project proposal |
Issue templates auto-apply type labels. Project labels applied during triage (GitHub form dropdowns can’t auto-label).
GitHub Discussions (enabled on the same repo):
| Category | What goes here |
|---|---|
| Announcements | New projects, cycle releases, selections |
| Project Ideas | Low-friction brainstorming before formal submission |
| Methods & Tools | Cross-project analytical discussion |
| Introductions | Who you are, how you want to help |
| General | Everything else, feedback on IORI |
GitHub Projects board (“IORI Research Tracker”):
Custom fields: Project (single-select), Contribution (single-select), Status (New / Under Review / Queued for Next Cycle / Incorporated / Closed). Saved views per project and per contribution type. All issues auto-added to the board. Navigation from project READMEs via pre-filtered links.
Dropped from v1: separate org (consolidated under IluvatarLabs),
overview/ repo, community/ repo (Discussions on the main repo),
shared-pipelines/ repo, per-project question.md (folded into
README), findings/ directory (website handles narrative),
environment/ (premature), preprint/ (add when one exists).
Each template includes a project selector dropdown so issues auto-label by project.
marvin-update issue opened for visibilityiluvatarlabs.github.io/iori/): the reading layer.
Curated narrative for a PI with 5 minutes.github.com/iluvatar-open-research/iori): the working
layer. Where contributions happen, code lives, PRs get reviewed.Every CTA on the website routes to the appropriate GitHub location. The site never replicates GitHub’s collaboration functionality.
/iori/)Sections:
The front page does NOT show full hypothesis cards. It shows a per-project hypothesis count + confidence breakdown as a teaser. The project page is the conversion surface.
/iori/<slug>/)Rendered via _layouts/iori-project.html from _projects/*.md.
Sections:
Each card in the “Summary of discoveries” section contains:
| Field | Description |
|---|---|
| Prediction | Specific, falsifiable statement (one sentence) |
| Evidence | Key statistic(s) with link to detailed section |
| Confidence | Strong / High / Moderate (with justification) |
| Validation | What experiment or analysis would confirm/refute |
| Status | Awaiting · In Discussion · In Progress · Validated · Refuted |
| CTA | “I can validate this →” (links to pre-filled GitHub issue) |
Design principle: a PI reads one card and knows within 60 seconds whether they can act on it.
The current project pages have findings and open questions in separate sections. The hypothesis card merges them: each finding carries its own validation experiment and action link.
Current implementation uses three tiers (diverged from v1’s High/Moderate/Low):
| Tier | Meaning |
|---|---|
| Strong | Multiple independent lines of evidence, cross-validated, survives robustness checks |
| High | Solid evidence from primary analysis, directionally confirmed but formal power may be limited |
| Moderate | Consistent signal but based on inference, single-atlas, or literature synthesis rather than direct experimental test |
These map to 5 GitHub issue templates (review + share split into critique, data, and literature templates for structured input).
Cohorts timed but triggered at our discretion (no fixed quarterly
cadence). Rolling submissions accepted via the new-project-idea
issue template. Selection criteria unchanged from v1.
Selection criteria (unchanged from v1, now field-neutral):
Uses CRediT (Contributor Roles Taxonomy):
junb-sasp-skeletal-muscle)scz-neuronal-convergence)IluvatarLabs (not a separate org)iluvatar-open-researchiori-community) archived / dormant