During a live clinical consultation (with an ambient scribe), the transcript is periodically supplied to Jev, which traverses a medical ontology to classify symptoms, update the differential diagnosis, suggest treatments and identify red flags in real time.
Jev is asymmetric in the best way possible. As much text as you want going in, and simple numbers coming out.
What this leads to:
- taking back some of the agentic control and orchestration from the big LLMs
- keeping the fuzzy decisions in the model
- but moving actions you take from those decisions to deterministic policies IN YOUR OWN CODE
The pendulum is swinging back from letting the models do unnecessary non-deterministic work.