Planning the Medical Records UI.
Three Products, One Architecture
What genomics, medical records, and an internal AI agent taught us about organizing complex information.
Show moreShow lessBuilding Flashlight
This summer, Flashlight 3D has been building three seemingly different systems: a whole-genome analysis pipeline, a medical-record consolidation platform, and Chippy, our internal AI agent. Building them side by side has revealed that they share the same basic problem: there is too much information to use effectively in its original form.
A whole-genome VCF can contain millions of variants. A medical history can span years of PDFs, lab reports, handwritten notes, and records from different health systems. Inside a company, decisions become scattered across meetings, documents, emails, and conversations. Our approach across all three has increasingly followed the same pattern:
Raw information → structured data → relevant information → useful output
Most of the processing in our systems is handled deterministically. We use defined pipelines to extract, organize, filter, and validate information before an LLM becomes involved.
For Medical Records, that means processing records from different sources and formats — including scanned and handwritten documents — and consolidating them into a structured longitudinal report. Built using AWS infrastructure, the pipeline is approaching prototype completion while the team continues validating its output and developing the UI. Sathvik Guntha is leading the project, joined by Angel Mencia and Andrew Pham.
For Genomics, the challenge is different in scale but similar in structure. A VCF begins with millions of variants that must be annotated, filtered, and evaluated against available scientific evidence before they become useful to a person. Peter Wang is currently leading the validation phase, with particular attention being given to individual variants and the evidence supporting their interpretation.
Eventually, this work will become part of the Medical Records experience: a dedicated genomics section where a user can provide their VCF and access the resulting analysis alongside their broader health history. We encountered the same information problem inside Flashlight. We built Chippy so our team could ask questions across company knowledge — finding an idea buried in old meeting notes, recovering the context behind a decision, or navigating a growing collection of internal information. Angel Mencia led much of that work. Chippy reinforced an important lesson: giving an AI more information does not automatically make it more useful. Finding and structuring the right information first matters just as much as the model interpreting it. That lesson now influences how we think about our health-data products.
Our goal is to create an interface where a person's longitudinal medical history and genomic information can be organized in one place, with reports that can be reviewed and shared with qualified healthcare professionals. The individual pipelines are different. The architecture underneath them is becoming increasingly similar:
Organize the information first. Surface what matters. Then use AI to help people understand it.
Alongside the product development, Nirel Indurkar has been building Flashlight's website, branding, and public presence, while founder Jonathan Price continues to lead the team as the Summer 2026 program approaches its conclusion.
We're still building, validating, and learning, and we'll continue sharing that process as the products develop.