fig_000 · curriculum v1.0 · 2026

Aye
Intelligence

416 lessons across 20 phases. Every algorithm built from raw math before a single framework gets imported. Free, open source, and meant to run on your own laptop — at your own pace.

Open Source. Open Learning.

Start Phase 0 Clone the repono signup, no paywall
§ 01

How this works

M

Most AI material is scattered

A paper here, a fine-tuning post there, a flashy agent demo somewhere else. The pieces rarely line up.

S

This curriculum is the spine

20 phases, 416 lessons, four languages. Linear algebra at one end, autonomous swarms at the other.

L

Each lesson is one loop

Read the problem, derive the math, write the code, run the test, keep the artifact. That's it.

§ 02

The Curriculum

tap a phase to peek inside ↓

§ 03

Four languages, one mind

01
Python

pythonic clarity

02
TypeScript

typed in the wild

03
Rust

fast & honest

04
Julia

math, native

§ 04

Clone it. Fork it. Learn at your own pace.

The entire curriculum lives on GitHub. Every lesson ships with runnable code in Python, TypeScript, Rust, or Julia — whichever fits the concept best.

$ git clone https://github.com/rohitg00/ai-engineering-from-scratch
$ cd ai-engineering-from-scratch
$ cd phase-00-setup
$ cat README.md

# Welcome, builder.
# Phase 0 · Lesson 01 — Your workshop.
# Read. Derive. Code. Test. Keep.