← All work
Health AI · Clinical training
Clinical Training Simulator
A clinical training application where students work through cases, guided by a state machine and evaluated with AI feedback and scoring.
clinical-sim / session loop
IllustrationThe problem
Clinical training needs structure: cases must move through controlled steps and feedback must be consistent. An open-ended chat is not enough.
The approach
- 01A backend orchestrator coordinates each training session.
- 02A state machine governs case steps and allowed transitions.
- 03A clinical engine evaluates the student's actions.
- 04AI feedback and scoring close the loop.
Architecture
How Clinical Training Simulator fits together.
Each step, in order. Select a node to see what it is responsible for.
A student working through a clinical case.
Stack
- Orchestration
- State machine
- Clinical engine
- LLMs
Next project
AI Content Platform
An AI content platform that turns a user's brief into generated marketing content, grounded in retrieved context.