Keel · Floviken AI Lab · Electronic Medical Record

Keel is a synthetic electronic medical record built to run clinical AI experiments through Floviken.

The chart carries fictional patients with the structure of a real record: encounters, problems, imaging, and the scaffolding for medications, labs, notes, and vitals. It is organized along FHIR conventions and lives in Postgres. Experiments that need a chart to run against are built on Keel as agents. Each agent reads from the chart, reasons about what it finds, and proposes an action. The chart and the agent output stay separate by design. Every run is logged.

The chart grows with the work. Each experiment teaches Keel what to add next. A new field, a new note type, a new patient with a particular pattern. The bench expands or contracts to fit what is tested on it.

Modern EMRs are evolving so AI is part of the design, not bolted on top of it. Agents read, reason, and propose, with logged actions. Clinicians stay at the center of the work. Keel is a place to explore that architecture at a small scale.