AI-Augmented Troubleshooting System
Biomedical equipment faults used to stall junior technicians for up to 18 minutes because the diagnostic path lived inside the heads of senior staff. This system externalises that knowledge. LangGraph structures the diagnostic flow, an LLM interprets symptoms and suggests next steps, and a small equipment ontology keeps the reasoning grounded in real fault patterns.
- LangGraph state machine routes between diagnostic stages without hallucinating paths.
- Equipment ontology grounds the LLM — no generic medical advice, only known fault patterns.
- Operator-in-the-loop at every step. The technician confirms or overrides before anything runs.
- Full audit trail of every decision, retained for compliance review.
- Symptom intake0.2s
- Fault classification0.8s
- LLM diagnosis1.4s
- Operator confirm--
- Action plan--
llm output · streaming
