Hi everyone, @AIMLawg
I wanted to share an open-science project I put together using NASA OSDR data from the Rodent Research-10 (RR-10) mission called Orbiting Minds.
The project had two main goals: First, to test how well modern frontier AI models can reason through real spaceflight transcriptomics without hallucinating or over-interpreting the data. Second, to make the underlying biology and mission telemetry more intuitive to explore through an interactive 3D WebGL viewer and a slide deck.
I recorded a short 45-second walkthrough showing the benchmark, the data metrics, and the 3D viewer: https://youtu.be/nmOXcB6kAaQ
The Datasets (OSD-563 and OSD-564)
I focused on two RNA-seq accessions from female mice flown on SpaceX-21 (30 days in low Earth orbit) processed through the NASA GeneLab standard pipeline:
- OSD-563: Cerebellum tissue, where PC1 accounts for 25.6% of variance and PC2 explains 18.5%.
- OSD-564: Hippocampus tissue, where PC1 accounts for 28.3% of variance and PC2 explains 15.7%.
- Quality Control Concordance: Count-level reprocessing confirmed a 1.000 correlation with published variance-stabilized tables across the ribosomal RNA-depleted sets.
What the AI Benchmark Found
I set up a 5-part evaluation task on Kaggle testing frontier model families across biological comprehension, statistical rigor (handling DESeq2 vs EdgeR and FDR thresholds), code reproducibility, and epistemic caution.
The most interesting finding across all models was Epistemic Caution. While frontier models handle basic biological mechanisms well, their primary failure mode is overclaiming: repeatedly extrapolating 30-day rodent low Earth orbit microgravity into deep-space or Mars radiation scenarios without stating the real experimental constraints.
Interactive 3D WebGL Explorer
Alongside the benchmark, I built a lightweight WebGL simulation viewer to make exploring the data interactive:
- Anatomical region pins linking directly to dataset readouts.
- An Analytic Evidence drawer showing the PCA plots and QC concordance distributions.
- Commander Pip, an orbital companion designed to help translate the space biology concepts for students and the public.
Project Links:
- Live 3D Viewer & Project Site: https://orbiting-minds.vercel.app/
- 14-Slide Presentation Deck: Orbiting Minds - An RR-10 Data-to-3D Simulation Experience - Google Slides
- Kaggle Benchmark Suite: Benchmark Tasks | Kaggle
- Video Walkthrough: https://youtu.be/nmOXcB6kAaQ
Looking Ahead & Feedback
I would love to get thoughts from the working groups on extending this framework:
- Testing additional central nervous system accessions (such as OSD-102 or OSD-254) to see if model reasoning holds up across longer mission durations.
- Exploring multi-omics integration (connecting transcriptomic shifts with proteomics or methylation data).
Any suggestions, critique, or discussion are very welcome! Thanks.