About the USA AI Olympiad

USAAIO is an artificial intelligence olympiad for middle and high school students based (or schooled) in the United States and Canada. It runs an annual three-stage contest — Round 1 (online qualifier), Round 2 (in-person, invitation only), and the USAAIO Camp — and selects Team USA for the International Olympiad in Artificial Intelligence (IOAI) and the International AI Olympiad (IAIO).

Format

StageWhereWhat it tests
Round 1 — Online qualifierRemote, Google Colab (CPU-only — GPUs neither needed nor allowed); proctoredMath foundations, Python data wrangling, classical ML, basic deep learning; mix of non-coding/math-reasoning and coding tasks
Round 2 — In-personUniversity venue (MIT for 2026; Harvard in prior years); invitation by Round 1 threshold; Colab with L4 GPU may be usedModeling problem on a real dataset; theory short-answer section; reproducibility deliverables
USAAIO CampMIT (June each year); invitation by Round 2 rankingTeam-selection tests; top-ranked campers represent the U.S. at IOAI and IAIO

Exact dates, venue, and registration window each cycle are posted at usaaio.org — always check there for the current cycle rather than trusting notes like this one.

Eligibility

All three must hold (per usaaio.org contest rules):

No prior contest experience required. Self-study is the typical path; many qualifiers are self-taught from courses + practice.

Allowed tools

PyTorch is the framework I'm preparing in. Recent USAAIO syllabi and notebooks have leaned on PyTorch rather than TensorFlow or JAX, so that's where I'm building muscle memory. Always confirm the current cycle's tooling list on usaaio.org.

Topic coverage

The official syllabus (usaaio.org/syllabus) breaks down into the strata below. Beyond what's shown, the syllabus also explicitly tests UNet, variational autoencoders (VAE), denoising diffusion (DDPM) and Stable Diffusion, graph neural networks (GNN), plus math items like Hoeffding's inequality, Bayes' rule, matrix decompositions, and convex optimization (gradient descent, duality). Track these even though they don't yet each have their own page.

Scoring & promotion

Why this olympiad is worth your time