From hackathon to AI-901

Hackathon ↔ AI-901 Bridge

June 20 is not the end. Each hackathon artifact maps to a second-semester AI-901 lab. This page shows the bridge so teams know what to keep and what to rebuild.

Six Bridges

Team project setup

Hackathon team assignment becomes the model for second-semester Foundry project groups.

June hackathon

Each team uses one Foundry project (fdry-koicatiu-teamXX)

Second semester AI-901

Same project is reused for Second semester mini-labs and the team prototype sprint

Model call basics

The same endpoint, deployment, prompt, and .env pattern reappears in AI-901 labs.

June hackathon

Hackathon teams call gpt-4o-mini or the assigned model from Python using AzureOpenAI client

Second semester AI-901

AI-901 Lab 2 (Model Deployment) reuses the same code as the entry point

Prompt engineering

June teams iterate on system prompts; Second semester students treat prompts as code artifacts (versioned, tested).

June hackathon

System prompt lives in prompts/system.md, tested against demo questions

Second semester AI-901

Same prompts/system.md format used for AI-901 Lab 3 single-agent prototype

Grounding & retrieval

Hackathon RAG demos seed the Second semester deeper RAG work: indexing, evaluation, citations.

June hackathon

Optional RAG sample with 3-5 public docs (TIU FAQ, syllabus)

Second semester AI-901

AI-901 Lab 4 (RAG) formalizes upload, retrieval, citation, evaluation

Responsible AI

Hackathon safety checks become lab checks for hallucination, privacy, cost, prompt injection.

June hackathon

Risk register section in team README (5 lines)

Second semester AI-901

AI-901 Lab 5 (Responsible AI) expands risk register into a full review

Prototype to portfolio

Working June demos can be refined into Second semester semester projects or portfolio artifacts.

June hackathon

Demo + slide + README + screenshot/video backup

Second semester AI-901

Project sprint week 4 converts a hackathon sample into a polished prototype

Milestone Timeline

6/20 Hackathon D-day

Demo + slide + README submitted. Risk register present.

6/22 Retrospective

Operations team reviews cost, completion, tutor feedback. Second semester quota recalibrated.

9/1 Second semester Foundry start

Returning teams keep project access. New students get fresh accounts.

9/8 Lab week 1

Lab 1 — Foundry project setup. Hackathon participants act as peer guides.

9/22 Lab week 3

Lab 3 — single-agent prototype. Teams pick a real project they will keep.

10/13 Lab week 4

Lab 4 — RAG. Teams convert their hackathon sample into a grounded version.

12/5 Second semester Hackathon

Semester capstone. Teams ship the refined prototype.

What to keep after 6/20

  • Your team Foundry project — do not delete
  • Your GitHub repo (from the sample template) with prompts and code
  • The risk register section in your README
  • Demo screenshots and the final slide
  • Tutor feedback notes from the dry run