Clinical Summarization Across the SPRAPP Suite
A privacy-conscious pattern for summarizing clinical notes using TinyLM on-device, SPRAPP Panel for review, and smoltext for compact storage.
The Sensitivity of Clinical Text
Clinical notes are among the most sensitive data any organization handles. The instinct to send them to a cloud model collides with privacy obligations. The SPRAPP suite lets you keep the most sensitive step local while still benefiting from multi-model review where appropriate.
SPRAPP is a software tool, not a clinician. It does not diagnose, and nothing here is medical advice. A licensed professional must review every output.
On-Device First With TinyLM
The first pass — turning a raw note into a structured draft summary — runs on TinyLM. Because the eeny and meeny models run entirely on the device, the note never leaves the workstation for this step. For many privacy regimes, keeping the rawest data local is the cleanest posture.
Screening Before Any Cloud Step
If a summary is escalated for a second opinion, Sprappy Filter screens it first. Its 25 threat categories include attempts to smuggle instructions or extract data through the prompt. Only screened, de-identified text moves forward.
Multi-Model Review With SPRAPP Panel
For complex cases, a clinician may want more than one model's reading. SPRAPP Panel runs a de-identified summary past a panel and reports where the models converge and where they differ. Divergence is a signal to slow down, not a verdict.
Compact, Long-Lived Records With smoltext
Healthcare retention windows are long, and summaries accumulate. The short status strings, ICD-style codes, and metadata tags attached to each summary compress poorly with general-purpose tools. smoltext is designed for exactly these short strings, keeping the metadata layer small over years of retention.
Keeping the Human in Charge
No step in this pattern replaces clinical judgment. TinyLM drafts, the Panel offers perspectives, Filter guards the boundary, and smoltext keeps records lean — but the clinician decides.
Where to Start
Pilot TinyLM on a single note type in a non-production environment, confirm that the on-device summary saves real time, and only then consider adding Panel review for escalated cases.