H
Gallery/How Winners Win/The Winners Decided Where Not to Use AI

The Winners Decided Where Not to Use AI

Projects that explicitly refuse to let a generative model decide tend to score higher, not lower.

VitaSort reorders an outpatient queue by urgency but refuses to let a generative model make that call, using the deterministic NEWS2 score so behaviour stays predictable. Toddle AI runs 33-landmark pose estimation and then applies deterministic gait analysis, and states plainly that it is a research prototype rather than a diagnostic. DocSync opens a merge request when confident and hands a human an issue when not. The OpenMRS consultation stack builds in the assumption that a clinician reviews the output first.

Each of these designs where to stop rather than how far to automate. Hackathon scoring tends to drift toward degree of automation, so the opposite instinct standing out tells you judges are imagining real operation. In domains like healthcare or HR, where being wrong is expensive, a project with no defined stopping point simply cannot be deployed.

AD — Advertisement

Takeaway: identify the single place in your build where you least want to be wrong, and replace just that with deterministic logic or a human check. Then explain the decision explicitly in the demo. 'We deliberately don't let the model decide this' reads as understanding the domain, not as a lack of technical nerve.

Projects cited in this analysis

2026D
Anthropic Runner Up

DocSync

GitLab AI Hackathon
Three agents — Detector, Writer, Reviewer — fix documentation; confident fixes become merge requests, uncertain ones become issues for humans.
2025H
Grand Prize ($2,500)

HERO (Hybrid Emergency Route Optimizer)

Microsoft Fabric FabCon Global Hack
A real-time ambulance routing engine on Microsoft Fabric: dispatch events landing in a mirrored Azure SQL database trigger a notebook via Activator, which combines the Google Routes API with an ML model predicting the speed advantage of siren privilege, surfaced to control rooms on a Power BI map. Built by an Italian developer.
2026T
Winner

Toddle AI

Qualcomm x Meta ExecuTorch Hackathon
A privacy-first Android app that analyzes toddler walking videos entirely on-device: it checks capture quality, runs 33-landmark pose estimation locally, applies deterministic gait analysis, and has a local AI assistant explain the results to parents (a research prototype, not a diagnostic tool).
2026V
1st Place

VitaSort

OpenMRS x EMR4ALL AI Hackathon
Re-ranks the patient queue by clinical urgency inside OpenMRS. Rather than leaving triage to a generative model, it uses the deterministic NEWS2 score, so the behaviour is predictable — judges and community voters both put it first for how deployable it looked.
2026O
2nd Place

OpenMRS LiveKit

OpenMRS x EMR4ALL AI Hackathon
An offline-capable stack that transcribes and translates a consultation on the spot. Audio never has to leave the site, and the workflow assumes a clinician reviews the output before it is used.

More analysis