Projects

Things built with AI as a partner.

Real projects, real people, real walkthroughs. Seeding the gallery with the founder's project: the rest comes from learners like you.

FEATURED PROJECT · BY AARAV

I built a small LLM on my MacBook Air.

15 years old. 1 laptop. ~4 minutes of training. $0.

The idea: instead of trying to build a frontier model from scratch (which costs $200,000+ in compute), borrow a model like Meta's free Llama 3.2 1B Instruct and teach it a new trick.

The recipe

  • Base model: Llama 3.2 1B Instruct, 4-bit quantized (free from Meta)
  • Dataset: 2,000 SQL examples from Hugging Face (b-mc2/sql-create-context)
  • Method: LoRA fine-tuning: trained only 0.228% of the model's parameters
  • Library: Apple MLX, built for M-chips
  • Hardware: MacBook Air M3, 16 GB RAM
  • Time: ~4 minutes, 300 iterations

The result

Before fine-tuning, asking the model "Show me all students in 10th grade" gave a chatty 72-token markdown response that treated the user like a beginner. After fine-tuning, the same prompt produced a clean 39-token SQL query, ready to paste into a database.

3.18 → 1.18
training loss (63% drop)
300
iterations
~4 min
total training time
1.44 GB
peak memory used
0.228%
of model parameters trained (via LoRA)
$0
cost

What I took away

  • AI isn't magic. It's math, data, and a lot of training.
  • You don't need a $200K supercomputer to do real ML.
  • Fine-tuning > pre-training for almost anyone who isn't a frontier lab.
  • Apple Silicon is genuinely good for this.
  • If a 9th grader can build a real LLM specialist on a MacBook Air, so can you.

Tools: karpathy/nanochat · Hugging Face · Apple MLX

Submit your own project

Did you build something with AI as a partner? Send it in. We'll feature good work here so other learners can see what's possible.

v1 doesn't have a form yet: for now, write up your project as a one-page description with screenshots and email it. Submission link coming in v2.

What we're looking for

  • Real problems, not toy demos. Did your project actually solve something or teach you something?
  • An honest story. What worked, what didn't, where AI was useful and where it wasn't.
  • Beginner-friendly write-ups. Other learners should be able to copy your approach.
  • Anyone, any age. 9th graders, college students, professionals, retirees. The gallery is open.