File size: 4,717 Bytes
37b5712
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Build Small Hackathon

Source: https://huggingface.co/build-small-hackathon

## Basic Details
- **Host:** Gradio & Hugging Face
- **Registration:** May 7 – June 3, 2026 (CLOSED)
- **Hack Window:** June 5–15, 2026 (ACTIVE)
- **Submission Deadline:** June 15, 2026

## Theme
Build AI applications using **small models (≀32B parameters)** to solve real problems or create delightful experiences. Emphasis on "thinking small" rather than building large-scale B2B SaaS.

---

## Tracks

### Track 1: Backyard AI
Solve a real problem for someone you know (neighbor, parent, small-business owner). The person must actually use it.

Judging:
- Problem is specific and real
- Person actually used it
- Honest fit between problem and small-model constraint
- Polish of the Gradio app

Prizes: 1st $4K, 2nd $2.5K, 3rd $1.5K, 4th $1K

### Track 2: Thousand Token Wood
Build something delightful that wouldn't exist without AI β€” toys, games, interactive stories, art experiments. AI must be load-bearing.

Judging:
- Genuinely delightful
- AI is essential (not just a helper)
- Originality of concept
- Polish of the Gradio app

Prizes: 1st $4K, 2nd $2.5K, 3rd $1.5K, 4th $1K

---

## Core Constraints

1. **Small Models Only** β€” max 32B parameters; must fit on a laptop
2. **Built on Gradio** β€” Gradio app hosted as a Hugging Face Space
3. **Show, Don't Tell** β€” working app + demo video + social media post

---

## Bonus Quests (Merit Badges)

| Badge | Name | Requirement |
|-------|------|-------------|
| πŸ”Œ | Off the Grid | No cloud APIs; everything runs locally |
| 🎯 | Well-Tuned | Uses a fine-tuned model published on HF |
| 🎨 | Off-Brand | Custom frontend beyond default Gradio (`gr.Server`) |
| πŸ¦™ | Llama Champion | Model runs through llama.cpp runtime |
| πŸ“‘ | Sharing is Caring | Published agent trace on the Hub |
| πŸ““ | Field Notes | Blog post/report about what you built |

---

## Prize Pool ($48,000+)

### Main Awards ($18,000)
- Backyard AI: $4K / $2.5K / $1.5K / $1K
- Thousand Token Wood: $4K / $2.5K / $1.5K / $1K
- Community Choice (Hugging Face): $2,000

### Sponsor Awards ($22,000+)
- **OpenBMB ($10K total):** $2.5K / $1.5K / $1K per track (6 awards)
- **OpenAI Track ($10K):** $5K / $3K / $2K
- **NVIDIA Nemotron Quest:** 2Γ— RTX 5080 GPUs
- **Modal ($20K credits):** $10K / $7K / $3K in credits

### Special Awards ($8,000)
- πŸŽ–οΈ Bonus Quest Champion (most badges): $2,000
- 🎨 Off-Brand Award (best custom UI): $1,500
- 🐜 Tiny Titan (best app ≀4B params): $1,500
- 🎬 Best Demo: $1,000
- πŸ€– Best Agent: $1,000
- πŸƒ Judges' Wildcard: $1,000

### Per-Participant Credits
- Hugging Face: $20 credits
- Modal: $250 credits
- OpenAI Codex: $100 credits (first 1,000 participants)

---

## Sponsors

**Hosts:** Gradio, Hugging Face

**Anchor Sponsors:** OpenBMB, OpenAI, NVIDIA, Modal

**Supporting Sponsors:**
- Cohere ($5,000 cash)
- JetBrains ($5,000 cash)
- Black Forest Labs ($3,000 cash)

---

## How to Participate

1. **Register** (CLOSED June 3, 2026)
2. **Find your people** β€” Gradio Discord: https://discord.gg/YHECTft87Z
3. **Build & ship** β€” Gradio app hosted as a Space under the `build-small-hackathon` org
4. **Submit** β€” Space link, demo video, social post by **June 15, 2026**

---

## Timeline

| Date | Milestone |
|------|-----------|
| May 7 – Jun 3, 2026 | Registration (closed) |
| Jun 5, 2026 | Hack window begins |
| Mid-window | Live AMA with sponsors |
| Jun 15, 2026 | Submissions close |
| TBD | Winners announced |

---

## Resources

- [Gradio Docs](https://www.gradio.app/docs)
- [Gradio Quickstart](https://www.gradio.app/guides/quickstart)
- [Gradio gr.Server (Custom UIs)](https://huggingface.co/blog/introducing-gradio-server)
- [llama.cpp](https://github.com/ggml-org/llama.cpp)
- [ML Intern Guide](https://github.com/huggingface/ml-intern)
- [Hackathon Org](https://huggingface.co/build-small-hackathon)
- [Discord](https://discord.gg/YHECTft87Z)

---

## Community Stats (at time of fetch)

- 1,950 registered participants
- 199 active Spaces
- 22 custom models published
- 17 datasets shared
- 4 curated collections

---

## Example Submissions

- **Jawbreaker** β€” Local-first scam defense (MiniCPM5-1B LoRA)
- **Pakistan Notice Helper** β€” Safety tool for notices (Urdu/English)
- **Room360** β€” Video-to-3D spatial reconstruction
- **Bedtime Story Machine** β€” Story generation
- **Resume Bullet Improver** β€” Career document enhancement
- **AI Study Buddy** β€” Learning companion

---

## Key Notes

- Model size cap: 32B parameters (hard limit)
- Gradio is mandatory; Hugging Face Spaces required for hosting
- Submission = app + demo video + social post
- Community Choice award is voting-based