Context
The project explores how an AI-assisted review workflow can help organize variant evidence without asking the user to blindly trust a generated answer.
Case study
A genomic variant review copilot designed around explicit safety boundaries, evidence visibility, and failure handling.
The project explores how an AI-assisted review workflow can help organize variant evidence without asking the user to blindly trust a generated answer.
In a sensitive domain, the hard part is not only calling a model. The workflow needs to show what evidence was retrieved, what the model inferred, and what failed or fell back.
Evidence lookup and model scoring are separate paths. The UI presents provenance and mode state so users can distinguish retrieved evidence from generated interpretation.
I used explicit LIVE and DEMO modes, visible fallback behavior, and provenance-first output structure to avoid making the model appear more authoritative than the supporting data.
The system accounts for unavailable evidence, inference failure, and demo-mode execution by making those states visible instead of substituting silent placeholder answers.
The project demonstrates my preferred pattern for applied AI: keep uncertainty visible, keep boundaries explicit, and design the interface around review rather than automation theater.
What I would improve next