Technical implementation
35%Judge questions
- Does the prototype actually run? (Live demo or recorded backup)
- Are Azure / Foundry resources used (not just mocked)?
- Is the architecture clear from the slide + repo?
- Is the code reasonably structured (no global state, secrets in .env)?
Strong example
Working RAG with citations, FastAPI + React UI, README explains data flow.
Weak example
Static screenshots only, no model call evidence, source in a single 200-line file.