Skip to content

Commit 2904828

Browse files
Merge pull request #105 from Azure-Samples/winner-announcement
Buildathon Hack winner announcement
2 parents f6918fe + 12c192d commit 2904828

9 files changed

Lines changed: 544 additions & 124 deletions

File tree

01-Local-AI-Development/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Foundry Local](./assets/foundry-local-logo.png)
22

3-
Livestream starting soon! **Click the image below to watch the recording.**
3+
**Click the image below to watch the recording.**
44

55
[![Reactor Livestream](./assets/poster-quest1.png)](https://www.youtube.com/live/GHH50rDlLn0?si=-i3hPYq1o6H271_z)
66

@@ -19,17 +19,17 @@ With Foundry Local, you gain:
1919
>
2020
> **Hackathon Award Category: Offline-Ready AI Award**
2121
>
22-
> As part of the Build-a-thon Hack!, we have a special award category that will recognize the best performing AI solution with standout offline capabilities (local inference).
22+
> This quest mapped to our Offline-Ready AI Award category, which recognized the best performing AI solutions with standout offline capabilities (local inference).
2323
>
24-
> Consider building an app that:
24+
> Winning solutions featured apps that:
2525
>
26-
> - Processes sensitive data entirely on-device.
27-
> - Uses Foundry Local for reasoning and a cloud storage service for optional sync or analytics.
26+
> - Processed sensitive data entirely on-device.
27+
> - Used Foundry Local for reasoning and cloud storage services for optional sync or analytics.
2828
>
29-
> Highlight in your submission how you:
29+
> Winners demonstrated:
3030
>
31-
> - Achieve **privacy** (no sensitive data leaving the device).
32-
> - Optimize for **latency** using local inference.
31+
> - **Privacy** (no sensitive data leaving the device).
32+
> - **Latency** optimization using local inference.
3333
>
3434
> Checkout some Foundry Local + JavaScript projects: -
3535
>

02-E2E-Model-Development-on-Foundry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Foundry Local](./assets/foundry-logo.png)
22

3-
Livestream starting soon! **Click the image below to watch the recording.**
3+
**Click the image below to watch the recording.**
44

55
[![Reactor Livestream](./assets/poster-quest2.png)](https://www.youtube.com/live/8ded7UAdPTA?si=UwncP4b4tIs1dwLS)
66

03-Run-Serverless-RAG-Support-System/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Serverless RAG](./assets/favicon.png)
22

3-
Livestream starting soon! **Click the image below to watch the recording.**
3+
**Click the image below to watch the recording.**
44

55
[![Reactor Livestream](./assets/poster-quest3.png)](https://www.youtube.com/live/hfx7F7lObdg?si=vEtg3dt411oHcvJG)
66

04-Build-Agents-with-AIToolKit/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![AI Toolkit](./assets/aitk.png)
22

3-
Livestream starting soon! **Click the image below to watch the recording.**
3+
**Click the image below to watch the recording.**
44

55
[![Reactor Livestream](./assets/poster-quest4.png)](https://www.youtube.com/live/k0q5-VIGtWQ?si=yXLiyalxU6wELpxW)
66

@@ -24,19 +24,19 @@ The **AI Toolkit** is a powerful VS Code extension that streamlines generative A
2424
>
2525
> **Hackathon Award Category: Agent Architecture Award**
2626
>
27-
> As part of the Build-a-thon Hack!, we have a special award category that will recognize the best AI agents with innovative and well-architected designs.
27+
> This quest mapped to our special award category that recognized the best AI agents with innovative and well-architected designs.
2828
>
29-
> Consider building:
29+
> Winning submissions featured:
3030
>
31-
> - Agents that solve complex problems with multiple steps of reasoning
32-
> - Agents that integrate with custom MCP servers to access specialized tools or data
33-
> - Agents with sophisticated evaluation techniques that push performance boundaries
31+
> - Agents that solved complex problems with multiple steps of reasoning
32+
> - Agents that integrated with custom MCP servers to access specialized tools or data
33+
> - Agents with sophisticated evaluation techniques that pushed performance boundaries
3434
>
35-
> Highlight in your submission how you:
35+
> Winners demonstrated:
3636
>
37-
> - Demonstrate innovative agent design patterns
38-
> - Leverage MCP servers for specialized tool integration
39-
> - Showcase evaluation methods that validate agent performance
37+
> - Innovative agent design patterns
38+
> - Leverage of MCP servers for specialized tool integration
39+
> - Evaluation methods that validated agent performance
4040
4141
### Install the AI Toolkit Extension
4242

05-Run-Burger-Ordering-Agent-System/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Burger Ordering Agent Logo](./assets/burger-logo.png)
22

3-
Livestream starting soon! **Click the image below to watch the livestream/recording.**
3+
**Click the image below to watch the livestream/recording.**
44

55
[![Reactor Livestream](./assets/poster-quest5.png)](https://www.youtube.com/live/kBVsqJbM7Vc?si=hmIEfla6KOB9MsYW)
66

@@ -14,11 +14,11 @@ In this quest, you will set up and run a **complete end-to-end Burger Ordering A
1414
>
1515
> **Hackathon Award Category: Agentic System Architecture Award**
1616
>
17-
> As part of the Build-a-thon Hack!, we have a special award category recognizing agentic designs that are **useful, reliable, and secure**.
17+
> This quest mapped to our special award category recognizing agentic designs that are **useful, reliable, and secure**.
1818
>
19-
> This quest demonstrates foundational patterns: **MCP tool integration** enables agents to interact with external systems (useful), **structured agent workflows** with proper error handling ensure consistent behavior (reliable), and **API-based architectures** allow for controlled access and validation (secure).
19+
> The quest demonstrated foundational patterns: **MCP tool integration** enabling agents to interact with external systems (useful), **structured agent workflows** with proper error handling ensuring consistent behavior (reliable), and **API-based architectures** allowing for controlled access and validation (secure).
2020
>
21-
> Consider how these patterns can help you build production-ready agent systems that users can trust.
21+
> Winners leveraged these patterns to build production-ready agent systems that users could trust.
2222
2323
## Steps to Complete the Quest
2424

README.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<div align="center">
44

5-
![The JavaScript AI Build-a-thon Season 2 - Coming Soon!](assets/poster.svg)
5+
![The JavaScript AI Build-a-thon Season 2](assets/poster.svg)
66

77
<p align="center">
88
<strong>Create, compete, and turn ideas into working AI.</strong><br/>
9-
<em>Starting March 2, 2026</em>
9+
<em>March 2 – March 31, 2026</em>
1010
</p>
1111

1212
<p align="center">
@@ -25,24 +25,24 @@ The JavaScript AI Build-a-thon is a focused, hands-on initiative that helps **bu
2525

2626
If you're building your first AI app or architecting multi-agent systems, the Build-a-thon gives you the tools, the mentorship, and the stage to ship something real.
2727

28-
# Key Dates
28+
# Program Timeline
2929

3030
| Milestone | Date |
3131
|---|---|
32-
| 🎬 Build-a-thon Begins | **Monday, March 2, 2026** |
32+
| 🎬 Build-a-thon Began | **Monday, March 2, 2026** |
3333
| 📚 Quests & Livestreams | **March 2 – March 13, 2026** |
34-
| **🔥 Hackathon Launches** | **Friday, March 13, 2026** |
35-
| 🏁 Hackathon Ends | **Tuesday, March 31, 2026** |
34+
| **🔥 Hackathon Phase** | **Friday, March 13 – Tuesday, March 31, 2026** |
35+
| 🏆 Program Concluded | **Tuesday, March 31, 2026** |
3636

37-
# How It Works
37+
# How It Worked
3838

39-
The Build-a-thon runs in two phases.
39+
The Build-a-thon ran in two phases.
4040

41-
![The JavaScript AI Build-a-thon Season 2 - Coming Soon!](assets/roadmap.svg)
41+
![The JavaScript AI Build-a-thon Season 2](assets/roadmap.svg)
4242

4343
## 📚 Phase 1: Learn & Skill Up (March 2 – March 13)
4444

45-
Complete guided quests and attend expert-led livestreams to build the skills you'll need. Each quest is hands-on, self-paced, and designed to teach you a core AI development pattern with JavaScript/TypeScript:
45+
Participants completed guided quests and attended expert-led livestreams to build the skills needed for the hackathon phase. Each quest was hands-on, self-paced, and designed to teach a core AI development pattern with JavaScript/TypeScript:
4646

4747
| Quest | Topic | What You'll Learn |
4848
|---|---|---|
@@ -52,26 +52,24 @@ Complete guided quests and attend expert-led livestreams to build the skills you
5252
| [Quest 4](/04-Build-Agents-with-AIToolKit/README.md) | Build Agents with AI Toolkit | Create AI agents with MCP tools, evaluation, and code export on VS Code |
5353
| [Quest 5](/05-Run-Burger-Ordering-Agent-System/README.md) | E2E Burger Ordering Agent | Design and run a full agentic system with MCP server integration |
5454

55-
Participation Requirement: Complete at least 2 quests (including the guided project) to be eligible for the hack.
55+
Participation Requirement: Participants were required to complete at least 2 quests (including the guided project) to be eligible for the hackathon phase.
5656

5757
## 🔥 Phase 2: Hack! (March 13 – March 31)
5858

59-
Build something that matters. Use everything you learned in the quests, and beyond, to build AI Agents that solve real problems, delight users, and push what's possible.
60-
61-
[Register for the hackathon](https://aka.ms/JSBuildathon_Hack)
59+
Participants built solutions that matter using everything they learned in the quests and beyond, creating AI Agents that solved real problems, delighted users, and pushed what's possible.
6260

6361
![Hack roadmap](assets/hack-roadmap.png)
6462

65-
During the hack phase, attend technical demos and special Discord Office Hours (8:00 AM PDT) to learn the latest tools and best practices.
63+
During the hack phase, participants attended technical demos and special Discord Office Hours (8:00 AM PDT) to learn the latest tools and best practices.
6664

67-
| Date (8:00 AM PDT) | Demo | Link |
65+
| Date (8:00 AM PDT) | Demo | Archive |
6866
|---|---|---|
69-
| March 16 | Azure & Foundry MCP Server Demo | [Join event](https://discord.gg/microsoftfoundry?event=1476309470312136704) |
70-
| March 18 | Azure Developer CLI (azd) Demo | [Join event](https://discord.gg/microsoftfoundry?event=1476310190885175296) |
71-
| March 20 | Azure DocumentDB Demo | [Join event](https://discord.gg/microsoftfoundry?event=1473725339959033866) |
72-
| March 23 | GitHub Copilot CLI & SDK Demo | [Join event](https://discord.gg/microsoftfoundry?event=1473726030421430272) |
73-
| March 25 | GitHub Agentic Workflows Demo | [Join event](https://discord.gg/microsoftfoundry?event=1473781418956947566) |
74-
| March 27 | GitHub Copilot App Modernization Demo | [Join event](https://discord.gg/microsoftfoundry?event=1473781883811795147) |
67+
| March 16 | Azure & Foundry MCP Server Demo | [Recording](https://discord.gg/microsoftfoundry?event=1476309470312136704) |
68+
| March 18 | Azure Developer CLI (azd) Demo | [Recording](https://discord.gg/microsoftfoundry?event=1476310190885175296) |
69+
| March 20 | Azure DocumentDB Demo | [Recording](https://discord.gg/microsoftfoundry?event=1473725339959033866) |
70+
| March 23 | GitHub Copilot CLI & SDK Demo | [Recording](https://discord.gg/microsoftfoundry?event=1473726030421430272) |
71+
| March 25 | GitHub Agentic Workflows Demo | [Recording](https://discord.gg/microsoftfoundry?event=1473781418956947566) |
72+
| March 27 | GitHub Copilot App Modernization Demo | [Recording](https://discord.gg/microsoftfoundry?event=1473781883811795147) |
7573

7674

7775
## 💬 Community & Support

0 commit comments

Comments
 (0)