File size: 15,773 Bytes
31d4f9b
 
 
f08047d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31d4f9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
Build Small
the idea
tracks
## Build Small

the idea  
tracks  
rules  
prizes  
find your kit  
partners  
submit  
faq  

**Submit**  
Hugging Face × Gradio  
N 45.21 · W 122.6

## BUILD SMALL

Build something small, local, and yours.

Registration’s closed and the jam is underway — this is your field guide. Everything you need to enter cleanly: the rules, the 29 ways to win, and the right kit for what you’re building.

See the prizes  
Resources

June 15, 2026  
final deadline

≤ 32B  
params, max

$48k+  
prize pool

29  
ways to win

## The big idea

The future of AI doesn’t have to live in someone else’s data center.

Build Small is a return to small, local, tinkerable models. Open weights you can read, run and reshape — everything under 32B parameters, humming away on hardware you actually own. Less API bill, more workshop.

## 02 · Pick a trail

### Two tracks, one campsite

Solve a real problem, or wander somewhere weird. Both are equally celebrated — and carry the same prize pool.

### THE PRACTICAL TRACK

#### Backyard AI

Practical, problem-solving apps built to improve daily life — for you or someone close to you. Useful things that run on hardware you own.

- A custom storybook generator for a child
- A personal study tutor
- A receipt or bill parser
- An on-device document assistant

### THE WHIMSICAL TRACK

#### Thousand Token Wood

Whimsical, delightful, AI-native apps that push the boundaries of fun. Wander somewhere stranger and show off what small models can dream up.

- Interactive AI games
- Out-of-the-box entertainment tools
- A desktop pet that lives on your machine
- A text-adventure dungeon master

## 03 · Trail rules

### Entry criteria at a glance

The things every submission needs. Tick them off and you’re on the board.

#### REQ-01 · Stay under 32B

Every model must be under 32B parameters. Combine several small models if you like — but each one’s total parameter count must stay below the cap.

#### REQ-02 · Ship a Gradio app

Deploy your project as a Gradio App inside the official Build Small org on Hugging Face. Docker is fine, as long as the interface is a Gradio Space.

#### REQ-03 · Record a demo

Submit a demo video showing your app working — so judges can evaluate it even if GPU or API limits stop a live run.

#### REQ-04 · Post it

Create one social-media post showcasing your app, and link to it from your Space README.

#### REQ-05 · Mind the GPU limit

Submit as many apps as you like. If you rely on the provided Zero GPU resources, you’re limited to 10 Zero GPU apps per user.

#### REQ-06 · Tag your README

Add tags for the tracks and badges you want to be considered for to the yaml block at the top of your README, plus a short write-up of the idea and tech.

## 04 · The prize table

### 29 ways to win

A $48k cash pool plus 20k Modal credits, two NVIDIA RTX GPUs and ChatGPT Pro — across track placements, sponsor challenges, and collectable bonus badges.

$48k  
cash pool

+29  
ways to win

All prizes  
General  
Sponsor prizes  
Bonus badges

### GENERAL TRACK PRIZES · AWARDED PER TRACK

#### Backyard AI

- 1st — $4,000
- 2nd — $2,500
- 3rd — $1,500
- 4th — $1,000
- Community Choice — $2,000

#### Thousand Token Wood

- 1st — $4,000
- 2nd — $2,500
- 3rd — $1,500
- 4th — $1,000
- Community Choice — $2,000

### SPONSOR PRIZES · OWN CRITERIA PER PRIZE

#### OpenBMB · Best MiniCPM Build

- 1st — $2,500
- 2nd — $1,500
- 3rd — $1,000
- To qualify ·Build with MiniCPM models.
- Clarifications (3)

#### OpenAI · Best Use of Codex

- 1st — $5,000
- 2nd — $3,000
- 3rd — $1,000
- To qualify ·Requires Codex-attributed commits in your connected GitHub repo or Space.
- Clarifications (2)

#### NVIDIA · Nemotron Hardware Prize

- Best space — RTX 5080
- Community engagement — RTX 5080
- To qualify ·Build with Nemotron models.
- Clarifications (2)

#### Modal · Best Use of Modal

- 1st — 10,000 credits
- 2nd — 7,000 credits
- 3rd — 3,000 credits
- To qualify ·Use Modal for the development or runtime of your app, and note it in your Space README.
- Clarifications (2)

### BONUS BADGES · TAP FOR DETAILS

#### $1,500 · Off Brand

The best custom UI that pushes past the default Gradio look.

What counts

#### $1,500 · Tiny Titan

The best app built on a genuinely tiny model.

What counts

#### $1,000 · Best Demo

The full package: great app, great demo video, great social post.

What counts

#### $1,000 · Best Agent

The best agentic app.

What counts

#### $2,000 · Bonus Quest Champion

The most bonus criteria met across the board.

What counts

#### $1,000 · Judges’ Wildcard

For the entry that’s amazing but fits no category.

What counts

## 05 · Choose your kit

### What are you building?

Tell us the shape of your idea and we’ll point you at the partners and models worth reaching for. Then dig into their pages for the full guide.

1. Image / OCR app
2. Voice / audio app
3. Tiny text assistant
4. Coding agent
5. Need compute / training

For a image / ocr app, reach for:  
Read documents, understand photos, or generate & edit images.

#### OpenBMB · MiniCPM-V 4.6

via OpenBMB  
Vision-language at ~1.3B — strong OCR & document understanding.

Open

#### Black Forest Labs · FLUX.2 Klein

via Black Forest Labs  
Generate and edit images locally at 4B / 9B.

Open

#### NVIDIA · Nemotron Parse

via NVIDIA  
Sub-1B structured extraction from complex documents.

Open

## 06 · The outfitters

### Seven partners stocked the shed

Models, tools and compute from across the small-AI world. Tap any one for its full kit and support channels.

#### OpenBMB

MiniCPM family — tiny, capable text · vision · audio · omni models (1B–8B).

1B–8B models

#### Black Forest Labs

FLUX.2 Klein — text-to-image & precise image editing at 4B / 9B.

image gen

#### OpenAI · Codex

Codex coding agent (GPT-5.5) with GitHub, Figma & Hugging Face plugins.

coding agent

#### NVIDIA

Nemotron 3 family — Nano · Omni · ASR · Parse · Embed.

model suite

#### Modal

Serverless compute for inference, training, batch & sandboxes.

compute

#### JetBrains

Mellum 2 — 12B MoE coding models, Thinking & Instruct.

12B MoE

#### Cohere Labs

Cohere Transcribe (ASR) and Tiny Aya multilingual models.

ASR · multilingual

FIND THE RIGHT ONE  
Use the kit recommender →

## 07 · The trail map

### How to submit

The markers between you and the finish line.

1. **Meet the criteria**  
	Double-check your build satisfies the entry rules and any prize criteria you’re targeting.
2. **Join the org**  
	Join the Build Small hackathon organisation on Hugging Face — your home base for the jam.
3. **Upload your Space**  
	Upload your submission as a Gradio Space inside the org.
4. **Record a demo**  
	Film a demo selling your Space — no humility. Put it on YouTube, upload it to the Space, or host it publicly.
5. **Post on social**  
	Share one post about your build on social media.
6. **Update your README**  
	Add links to the post and demo video, tags for tracks + badges in the yaml block at the top, and a short write-up of the idea and tech.

Start your submission

## 08 · Field notes

### Frequently asked

**What does “under 32B” actually mean?**  
Every model your project depends on must have under 32B total parameters (not just active parameters). You can freely combine several models — say a 14B text model, a 7B speech model, and a 12B image model — as long as each one individually stays under the cap.

- Do I have to use a sponsor’s model?
- Do I need to exclusively use a sponsor’s models to win their prize?
- Am I eligible for the OpenAI Codex prize if I didn’t get free Codex credits?
- Is there a GPU limit?
- Can I use a hosted API instead of running locally?
- Can one project win multiple prizes?
- Can I submit multiple apps?
- How do I submit?

---

## BUILD SMALL

Build something small, local, and yours. A Hugging Face × Gradio hackathon.

### EXPLORE

- The idea
- Tracks
- Prizes
- Partners

### TAKE PART

- Rules
- Find your kit
- Submit
- FAQ

### ELSEWHERE

- HF Org
- Gradio
- Hugging Face
- X / Twitter

© 2026 Build Small · made small with love  
≤ 32B params · open weights · run it yourself
Submit
Hugging Face × Gradio
N 45.21 · W 122.6
BUILD SMALL
Build something small, local, and yours.

Registration’s closed and the jam is underway — this is your field guide. Everything you need to enter cleanly: the rules, the 29 ways to win, and the right kit for what you’re building.

See the prizes
Resources
June 15, 2026
final deadline
≤ 32B
params, max
$48k+
prize pool
29
ways to win
The big idea
The future of AI doesn’t have to live in someone else’s data center.

Build Small is a return to small, local, tinkerable models. Open weights you can read, run and reshape — everything under 32B parameters, humming away on hardware you actually own. Less API bill, more workshop.

02
Pick a trail
Two tracks, one campsite
Solve a real problem, or wander somewhere weird. Both are equally celebrated — and carry the same prize pool.

THE PRACTICAL TRACK
Backyard AI
Practical, problem-solving apps built to improve daily life — for you or someone close to you. Useful things that run on hardware you own.

A custom storybook generator for a child
A personal study tutor
A receipt or bill parser
An on-device document assistant
THE WHIMSICAL TRACK
Thousand Token Wood
Whimsical, delightful, AI-native apps that push the boundaries of fun. Wander somewhere stranger and show off what small models can dream up.

Interactive AI games
Out-of-the-box entertainment tools
A desktop pet that lives on your machine
A text-adventure dungeon master
03
Trail rules
Entry criteria at a glance
The things every submission needs. Tick them off and you’re on the board.

REQ-01
Stay under 32B
Every model must be under 32B parameters. Combine several small models if you like — but each one’s total parameter count must stay below the cap.

REQ-02
Ship a Gradio app
Deploy your project as a Gradio App inside the official Build Small org on Hugging Face. Docker is fine, as long as the interface is a Gradio Space.

REQ-03
Record a demo
Submit a demo video showing your app working — so judges can evaluate it even if GPU or API limits stop a live run.

REQ-04
Post it
Create one social-media post showcasing your app, and link to it from your Space README.

REQ-05
Mind the GPU limit
Submit as many apps as you like. If you rely on the provided Zero GPU resources, you’re limited to 10 Zero GPU apps per user.

REQ-06
Tag your README
Add tags for the tracks and badges you want to be considered for to the yaml block at the top of your README, plus a short write-up of the idea and tech.

04
The prize table
29 ways to win
A $48k cash pool plus 20k Modal credits, two NVIDIA RTX GPUs and ChatGPT Pro — across track placements, sponsor challenges, and collectable bonus badges.

$48k
cash pool
+29
ways to win
All prizes
General
Sponsor prizes
Bonus badges
GENERAL TRACK PRIZES · AWARDED PER TRACK
Backyard AI
1st
$4,000
2nd
$2,500
3rd
$1,500
4th
$1,000
Community Choice
$2,000
Thousand Token Wood
1st
$4,000
2nd
$2,500
3rd
$1,500
4th
$1,000
Community Choice
$2,000
SPONSOR PRIZES · OWN CRITERIA PER PRIZE
OpenBMB
Best MiniCPM Build
1st
$2,500
2nd
$1,500
3rd
$1,000
To qualify ·Build with MiniCPM models.

Clarifications (3)
OpenAI
Best Use of Codex
1st
$5,000
2nd
$3,000
3rd
$1,000
To qualify ·Requires Codex-attributed commits in your connected GitHub repo or Space.

Clarifications (2)
NVIDIA
Nemotron Hardware Prize
Best space
RTX 5080
Community engagement
RTX 5080
To qualify ·Build with Nemotron models.

Clarifications (2)
Modal
Best Use of Modal
1st
10,000 credits
2nd
7,000 credits
3rd
3,000 credits
To qualify ·Use Modal for the development or runtime of your app, and note it in your Space README.

Clarifications (2)
BONUS BADGES · TAP FOR DETAILS
$1,500
Off Brand
The best custom UI that pushes past the default Gradio look.

What counts

$1,500
Tiny Titan
The best app built on a genuinely tiny model.

What counts

$1,000
Best Demo
The full package: great app, great demo video, great social post.

What counts

$1,000
Best Agent
The best agentic app.

What counts

$2,000
Bonus Quest Champion
The most bonus criteria met across the board.

What counts

$1,000
Judges’ Wildcard
For the entry that’s amazing but fits no category.

What counts

05
Choose your kit
What are you building?
Tell us the shape of your idea and we’ll point you at the partners and models worth reaching for. Then dig into their pages for the full guide.

01
Image / OCR app
02
Voice / audio app
03
Tiny text assistant
04
Coding agent
05
Need compute / training
For a image / ocr app, reach for:
Read documents, understand photos, or generate & edit images.

OpenBMB
MiniCPM-V 4.6
via OpenBMB
Vision-language at ~1.3B — strong OCR & document understanding.

Open
Black Forest Labs
FLUX.2 Klein
via Black Forest Labs
Generate and edit images locally at 4B / 9B.

Open
NVIDIA
Nemotron Parse
via NVIDIA
Sub-1B structured extraction from complex documents.

Open
06
The outfitters
Seven partners stocked the shed
Models, tools and compute from across the small-AI world. Tap any one for its full kit and support channels.

OpenBMB
MiniCPM family — tiny, capable text · vision · audio · omni models (1B–8B).

1B–8B models
Black Forest Labs
FLUX.2 Klein — text-to-image & precise image editing at 4B / 9B.

image gen
OpenAI · Codex
Codex coding agent (GPT-5.5) with GitHub, Figma & Hugging Face plugins.

coding agent
NVIDIA
Nemotron 3 family — Nano · Omni · ASR · Parse · Embed.

model suite
Modal
Serverless compute for inference, training, batch & sandboxes.

compute
JetBrains
Mellum 2 — 12B MoE coding models, Thinking & Instruct.

12B MoE
Cohere Labs
Cohere Transcribe (ASR) and Tiny Aya multilingual models.

ASR · multilingual
FIND THE RIGHT ONE
Use the kit recommender →
07
The trail map
How to submit
The markers between you and the finish line.

1
Meet the criteria
Double-check your build satisfies the entry rules and any prize criteria you’re targeting.

2
Join the org
Join the Build Small hackathon organisation on Hugging Face — your home base for the jam.

3
Upload your Space
Upload your submission as a Gradio Space inside the org.

4
Record a demo
Film a demo selling your Space — no humility. Put it on YouTube, upload it to the Space, or host it publicly.

5
Post on social
Share one post about your build on social media.

6
Update your README
Add links to the post and demo video, tags for tracks + badges in the yaml block at the top, and a short write-up of the idea and tech.

Start your submission
08
Field notes
Frequently asked

What does “under 32B” actually mean?
Every model your project depends on must have under 32B total parameters (not just active parameters). You can freely combine several models — say a 14B text model, a 7B speech model, and a 12B image model — as long as each one individually stays under the cap.

Do I have to use a sponsor’s model?

Do I need to exclusively use a sponsor’s models to win their prize?

Am I eligible for the OpenAI Codex prize if I didn’t get free Codex credits?

Is there a GPU limit?

Can I use a hosted API instead of running locally?

Can one project win multiple prizes?

Can I submit multiple apps?

How do I submit?
BUILD SMALL
Build something small, local, and yours. A Hugging Face × Gradio hackathon.

EXPLORE
The idea
Tracks
Prizes
Partners
TAKE PART
Rules
Find your kit
Submit
FAQ
ELSEWHERE
HF Org
Gradio
Hugging Face
X / Twitter
© 2026 Build Small · made small with love
≤ 32B params · open weights · run it yourself