Zorost Intelligence AI Lab · Training 01

First notebook to a system in production, in 24 weeks

AI Engineering Lab is a free, open, self paced training program. Seven phases, 43 runnable notebooks, one fictional company whose data carries every week, and a number on every artifact you ship.

24 weeksAbout ten hours a week
43Runnable notebooks
$0MIT licensed, no signup
The program

A curriculum, not a playlist

This is the sequence the Lab would hand a new engineer joining a generative AI, applied machine learning, or Databricks modernization team. Every week ends in something that runs, and from Week 3 on, nothing counts as finished until it carries a metric and an honest note about where it failed.

Nothing is dropped when a phase ends. The dataset you generate in Week 1 is the same dataset behind the governed feature tables in Week 23, which is why the order matters more than any single topic.

Seven phases across 24 weeks, and what each one puts in your hands.
Seven phases across 24 weeks, and what each one puts in your hands.
Week by week

All 24 weeks, open in a click

Every week folder holds a README with the plan, the runnable notebooks, a Friday use case, and a ten question quiz. Filter by phase, then open the week you want to read.

Phase 4Harnesses & LoopsWeeks 12 to 13

Become dangerous with coding agents: Claude Code, Cursor, OpenCode, DeepSeek Harness, then run the three loops (agentic coding → developer feedback → external feedback) with a spec, a verifier, and a blast-radius rule.

How a week works

Every week runs the same four beats

The rhythm is the method. About ten hours, split across four beats, then the next week starts on what you shipped in the last one.

One week, four beats: study, build, ship, reflect.
One week, four beats: study, build, ship, reflect.
BeatWhenWhat you do
StudyMon to TueThe week README and the one knowledge base file it points to.
BuildWed to ThuRun the notebooks, then change them and break one thing on purpose.
ShipFridayThe use case exercise: one artifact, one number, one honest note.
ReflectFri to SunTen question quiz, pass at eight, then tick the tracker row.
The invariant

From Week 3 onward, no artifact is finished until it carries a metric and a short note on where it failed. A finished imperfect artifact beats a perfect plan, and the habit is the part an employer can actually see.

One continuous case study

One company's data carries all 24 weeks

You are the AI engineering team at ZoroLogistics, a fictional freight operator with shipments, carriers, lanes, support tickets, and policy documents. The data is generated from seeded code in the repository: no API key, no network, the same rows on every machine.

Freight is the classroom because it is regulated, traceable, and full of messy operational text. The same skills move to aviation, manufacturing, pharma, and finance.

The same ZoroLogistics tables, revisited six times at a higher level.
The same ZoroLogistics tables, revisited six times at a higher level.
The framework

Four skills, three loops, one systems spine

The curriculum implements Andrew Ng's AI Engineering Skills Map. Zorost adds the part the map leaves out: skills do not ship, systems do. The Skills Map is Ng's synthesis, published in The Batch in 2026, and this program is an independent implementation that is not affiliated with or endorsed by Andrew Ng or DeepLearning.AI.

The four skills and three loops the curriculum implements.
The four skills and three loops the curriculum implements.
Every layer of the stack, and the weeks that install it.
Every layer of the stack, and the weeks that install it.
Start

Four commands and a first week

You need a computer you can install software on, about ten hours a week, and basic computer literacy. You do not need prior Python, a GPU, or a paid API key for the required path.

# clone, install, and open the first week
git clone https://github.com/zorost/AI-Engineering-Lab.git
cd AI-Engineering-Lab
python -m pip install -r requirements.txt
open curriculum/week-01/README.md
  1. Read the orientation

    Open START-HERE.md if you are new to programming or to AI. It names the tools, the order, and what to do when something breaks.

  2. Set up your machine in Week 1

    curriculum/week-01 installs the environment and generates the dataset every later week reuses. No GPU needed for the first eight weeks.

  3. Open the tracker

    The 24 week Excel workbook in curriculum/tracking holds one row per week and a progress dashboard.

  4. Ship Friday's use case

    Then take the quiz, tick the tracker, and start the next week. Twenty four times.

The repository, top level, and the two places to start.
The repository, top level, and the two places to start.
Common questions

Before you clone it

What does it cost?

Nothing. The repository is MIT licensed and there is no signup. Weeks 1 to 13 have a free path using local models or free tiers, and the cloud weeks tell you how to stay inside the free tiers.

Do I need a GPU?

Not until Week 8, and even then the local model work has a hosted alternative. The first eight weeks run on an ordinary laptop.

I already know Python and machine learning.

Test out of Phase 1 by shipping its four Friday use cases, then start at Week 5. The case study is cumulative, so skipping a later phase means backfilling it.

What happens when I fall behind?

Nothing. It is self paced and there is no cohort to miss. Pick up at the week you stopped, because the tracker and the dataset are both still there.

Is there a certificate?

No. What you finish with is a portfolio of interconnected artifacts: a fine tuned model, an eval harness, a multi agent system, three cloud deployments, and a governed lakehouse capstone.

How do I ask a question?

Open an issue on the repository with the week number, what you ran, and the traceback. For anything else, write info@zorost.com.