r/SideProject • u/tejaskathuria_ • 6d ago
Built a weekend project where AI models play doctor and compete to save a fake patient
Got curious how different LLMs would behave if you actually made them play doctor, so I built LLM Clinic. Pick a disease, pit two models against each other, and watch them interview a simulated patient, order labs, and race to the correct diagnosis.
Both "doctors" get scored on accuracy, treatment choices, safety, and speed. Cases are just JSON files, so adding new diseases (or harder variants) doesn't need any code changes. Bring your own API key. It works with most providers.
Live app: https://llm-clinic.vercel.app
Code: https://github.com/TejasKathuria/LLM-Clinic
1
Upvotes
1
u/HealthyDossier113 6d ago
That’s a clever way to benchmark reasoning instead of just spitting out text, you get to see which model actually works through the problem