We recently explored using MedGemma within a multi-agent clinical AI system to help with both model selection and deployment.
In most workflows today, picking the right model is still a very manual process, and deployment ends up fragmented across many task-specific pipelines. We wanted to see if a single VLM could help coordinate both steps.
We used MedGemma to:
• Route tasks (modality → abnormality → model matching)
• Execute tasks via specialty-level fine-tuning
This made model selection more structured/transparent and let us consolidate multiple models into fewer specialty-level ones, while still maintaining performance. We also saw ~10% improvement in routing accuracy.
Blog post: From Data to Decision: VLMs for Model Selection and Deployment in Clinical AI
Curious if others have tried similar approaches for model routing or multi-stage reasoning in clinical workflows.