How we go from "it produces plausible observations" to "it produces observations a podiatrist trusts." Grounded in FL-STUDY-001 (Gemma 3 27B vs MedGemma 27B on 35 real foot photos).
The study told us three things, honestly:
specialization changes the observation, not just the wording.
differ; we don't know which is right.
So the first move is not a bigger model. It's building the thing that lets us measure accuracy at all — ground truth. Everything else is unfalsifiable without it.
Accuracy is undefined until we have labels. The Tier-2 blinded clinician packet is not just a verdict — it is a label factory. Every photo a podiatrist adjudicates becomes a golden-set label. Target: a few hundred clinician-labeled foot photos → the golden set and the regression harness. From then on, "better" means higher agreement with the golden set, tracked per model version. No golden-set movement, no accuracy claim. (Skills: golden-set, eval-curator, local-study.)
MedGemma normalizes every image to 896×896, 256 tokens. A blurry, oblique, badly-lit photo is information-destroyed before the model sees it. Standardize capture and accuracy moves more than any model swap:
baseline protocol),
medial, lateral + the site close-up). One angle hides half a foot. (Skill: sentinel-capture.)
vault-longitudinal) — change detectionis the whole point, and a model reasons better about "vs. yesterday" than about an absolute.
runner, intact sensation" should change how a red patch is weighted.
MedGemma is prompt-sensitive. In-context reference exemplars ("this image = moderate redness," "this = an open wound") anchor the closed vocabulary far better than words alone. Every prompt change is pinned, hashed, and must pass the golden set before it ships (canary-then-cook).
The model observes; deterministic code tiers and escalates. Never ask the model to be the whole system — a hallucinated tier is unbounded, a hallucinated observation is caught by the closed schema and the safety layer. This is why the study showed 0 diagnosis/dosing leaks. Hold this line as we add capability.
MedGemma's SigLIP encoder was pre-trained on dermatology (skin) — a head start, but diabetic foot wounds are out-of-distribution (FL-STUDY-001's whole premise). The durable fix is a foot-specific LoRA on MedGemma, trained on the clinician-labeled golden set + the opt-in passport-donation flywheel. Cook the 27B for the ceiling; distill/LoRA a 4B for the edge box. (Skills: medgemma-finetune, harvest, canary-then-cook.)
For the categorical observations (wound present? redness severity?), a fine-tuned MedSigLIP classifier is more measurable and more reliable than generative text — and gives calibrated probabilities the safety layer can threshold. Best system = SigLIP classifier for the closed tags + MedGemma for the human-readable narrative, cross-checked against each other.
Sample N times (or run base + specialized) and majority-vote the categorical fields; flag disagreement for human review instead of guessing. Turns the study's low-κ divergence into a signal ("the models disagree here — look closer") instead of a coin flip.
Every clinician correction in the passport becomes a new training label, locally. The system gets more accurate the more it's used — the harvest loop, not a one-time cook. (Skill: harvest.)
Golden set + regression harness. Accuracy = agreement with clinician labels, per model version, published as a LocalStudy re-run. Deterministic gates, never a model grading a model. The number has to move on labeled data, or the change didn't help.
ceiling number.
actually runs in someone's home, all local. The study's ~21 s/photo on the big rig sets the ceiling; the edge number is what we report for the appliance. (Skills: edge-sku-deploy, medgemma-ops.)
Bigger model is step 4, not step 1. Accuracy is won on capture, ground truth, and domain fine-tuning — in that order.