Inspiration
Last month's Nature paper on AlphaGenome showed AI predicting thousands of genomic effects from raw DNA—a breakthrough trapped in complex code. I realized frontier biology AI was speaking in tensors while researchers needed answers in plain English with clear next steps. The gap between prediction and action felt massive, and I wanted to build the bridge.
What it does
VariantOS turns a DNA variant ID into a complete validation plan in under 10 seconds. Instead of just predicting "this variant might affect gene expression," it outputs: (1) the likely regulatory mechanism, (2) quantitative evidence across chromatin/expression/splicing modalities, and (3) a CRISPR-Cas9 protocol with specific guide RNA sequences and recommended assays (Hi-C, MPRA) to test the hypothesis in the lab. It's AI that doesn't just analyze—it prescribes the experiment.
How we built it
orchestrated three specialized layers into a single pipeline:
Prediction Engine: Mocked AlphaGenome's API using its exact output structure from the paper—simulating 1 Mb sequence analysis into $\sim$6,000 genomic track predictions.
Reasoning Layer: Piped these multi-modal predictions into Gemini 2.0 Flash with constrained prompting: "Act as a computational biologist. Given these ${expression_Δ}$, ${chromatin_scores}$, and ${splicing_probabilities}$, identify the primary mechanism and output validation steps."
Validation Generator: Forced structured output: mechanism → evidence → CRISPR protocol. The frontend (Streamlit) visualizes this as an interactive lab report with heatmaps, cell-specificity plots, and exportable protocols.
Challenges we ran into
Data Fusion mess: AlphaGenome's output is conceptually 5,930-dimensional. Getting Gemini to reason across all modalities without hallucinating required careful prompt engineering with quantitative anchors (e.g., "Use the exact Δ values: APOE = -0.87, CTCF binding = -0.67").
The "Single-Prompt" Trap: Hackathon rules explicitly rejected simple wrappers. We proved system status by making each component modular and visible—showing API call sequences, data transformations, and separate UI tabs for predictions vs. interpretation vs. validation.
Biological Grounding: Preventing AI from inventing plausible-sounding but fake biology meant constraining outputs to known genes (APOE, TCF7L2), established pathways, and real validation methods from literature.
Accomplishments that we're proud of
Built the Unifier: Created the first interface that connects DeepMind's AlphaGenome with Google's Gemini for genomics—two frontier AIs that had never been "talked" to each other before.
Solved the "So What?" Problem: Went beyond typical "variant effect score" outputs to generate actionable, lab-ready validation protocols. This turns weeks of researcher deliberation into a click.
Professional-Grade UX: The cyberpunk-lab UI isn't just pretty—it visually communicates the pipeline's complexity while remaining usable. Researchers get heatmaps, quantitative scores, and exportable reports.
What we learned
Orchestration > Model Size: The real innovation isn't in building bigger AI models, but in intelligently connecting specialized ones. A well-designed pipeline where AlphaGenome predicts, Gemini reasons, and PubMed contextualizes outperforms any single monolithic model trying to do all three.
Constraint Drives Creativity: Forcing the AI to output structured, actionable formats (CRISPR protocols, not just text analysis) required rethinking prompt design from first principles. We learned to use mathematical anchors ($\Delta = -0.87$, $p = 0.12$) in prompts to keep outputs grounded in quantitative reality. Deterministic Bio-Narrative: Advanced scientific storytelling that mimics AI logic even during API quota limitations.
- Multi-Model AI Hub: Seamless switching between Gemini 2.0, DeepSeek V3, and OpenRouter endpoints.
- HUD Visual Analytics: Custom Plotly thermal maps, tactical impact gauges, and differential expression bars.
- Precision Insights: Automated CRISPR-Cas9 protocol generation and research context fetching via PubMed.
- Comparative Radar: Side-by-side tactical contrast of genomic variant signatures.
Aesthetic Design
Inspired by the "Bio-HUD" genre, the interface features:
- Matrix-Pitch Dark Theme (Pure Black #000).
- Thermal Green & Amber Accents.
- Tactical Courier Typography.
- Integrated DNA Sequence Overlays.
Tech Stack
- Frontend: Streamlit (Formal HUD Custom CSS)
- AI Models: Google Gemini 2.0, DeepSeek V3, Claude 3.5 (via OpenRouter)
- Genomic Logic: AlphaGenome (Mocked for Demo), PubMed Entrez API
- Visualization: Plotly.py (HUD Themed)
Built With
- alphagenome
- antigravity
- api
- ml
- nanobanana
- python
- studio
Log in or sign up for Devpost to join the conversation.