Large Context Imports & Model Optimization
Spent today importing massive patient histories into Vivral. The context sizes we were dealing with were huge. To make it work smoothly, we actually had to go in and rewrite the core Patient Passport backend so it could handle and search through that much data without choking.
We also realized that when people ask simple, casual questions (like "how do I bathe a patient who can't move?"), the AI was giving pretty weak answers compared to when we asked long, formal medical questions. So, we've started some Reinforcement Learning (RL) to train the model to be better at handling just regular, everyday questions.
