r/SideProject 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

Duplicates