Warm light streaming across a workspace

everyone’s a builder now.

move from repeated workplace problem to a small ai-assisted tool you can test, use, and change.

44 live chapters · core path live · advanced AI/ML path live.

  • read what AI writes
  • catch what it got wrong
  • direct it deliberately

new to building? start before code · or pick a chapter ↓

your ideas become tools you can actually use.

start with an everyday problem and turn it into a small working system: tools, automations, trackers, and agents that quietly make your week easier.

Inbox Automator
Sort leads from email
new inquiryLeads
pricing questionLeads
demo requestLeads
partnershipPartners
newsletter replyNurture
Running5 rules · v3
Calendar Tool
Reschedule my week
MON
TUE
WED
THU
FRI
9
team meeting
focus time
10
client call
conflict
11
project review
lunch
12
Conflict checkAll good
Job Match Agent
Find + tailor roles
Product Ops Specialist92% fit
Customer Success Manager88% fit
Growth Marketing Analyst81% fit
3 of 47 rankedTop match
Lead Tracker
Follow up & close more
New
Ava
Ben
Contacted
Maya
Liam
Qualified
Noah
Proposal
Zoe
Won
Kai
Follow-up sent7 active · $42k
Build Log
Document progress & own it
idea
plan
tool
shipped
Progress100%
builder journalIdea → tool
the builder loop
spot the repeat

name the task you keep doing by hand, with the messy details included.

shape the tool

describe a small tool in plain English, then let ai draft the first version.

test and change it

run it, inspect what happened, and understand enough to make the next change.

44 live chapters·1256 runnable steps·AI/ML path live·free core·updated 2026-06-04
the bugs ai shipped this week

a weekly post-mortem of what cursor and claude got wrong

one email a week. new chapters, the bugs ai shipped, the threads. unsubscribe in one click.

the 44-chapter live path: core path and advanced AI/ML path live now.

Phase 00 · before you build

start from zero: name one real problem, learn what ai can and cannot do, and practice the builder loop before code appears.

ch 00 · ~1h 3m

Phase 01 · foundations

tiny tools with moving parts: names, values, functions, lists, loops, decisions, errors, and simple state

ch 01–07 · ~2h 14m

Phase 02 · real python

modules, error handling, files & i/o, classes, http

ch 08–12 · ~2h 8m

Phase 03 · llm apis

calling models, structured output, mcp, agent loops

ch 13–16 · ~3h 7m

Phase 04 · shipping discipline

git, secrets, prompting, traces, evals, retrieval, tradeoffs

ch 17–24 · ~5h 35m
Ch 17advanced
git and github cli

cursor and claude code commit on your behalf. reading those commits — and undoing the bad ones — is your job. learn the four-state model, the commands you'll run every day, and what `gh` does that `git` can't.

17 steps · ~25m0/17
Ch 18advanced
secrets

ai ships keys to github all the time. learn the .env pattern, why os.getenv is non-negotiable, what to do when a key leaks, and the gitignore lines you need on day one.

16 steps · ~15m0/16
Ch 19advanced
prompting cursor and claude code effectively

the difference between a one-shot ai session and a four-hour debugging spiral is almost always the first prompt. learn the structure that gets you usable code.

36 steps · ~59m0/36
Ch 20advanced
reading agent traces and telemetry

when an agent fails, the trace tells you exactly where. learn to read tool calls, tool results, and stop reasons — the json breadcrumbs every agent leaves behind.

18 steps · ~21m0/18
Ch 21advanced
eval-driven ai development

if you can't test it, you can't ship it. learn the simple-but-strict eval patterns that separate ai features that work from ones that just feel like they do.

34 steps · ~56m0/34
Ch 22advanced
context and retrieval

rag without the overengineering. chunking, embeddings, vector search, and the small set of patterns that make a model answer from your data instead of its training set.

36 steps · ~54m0/36
Ch 23advanced
production tradeoffs

the three numbers every shipped llm feature lives or dies by. token math, caching, streaming, batching, and the small set of decisions that move the product more than a model swap ever will.

33 steps · ~50m0/33
Ch 24advanced
debugging broken ai output

when the model lies to your customer. the methodology for narrowing down what went wrong, the four most-common breakage classes, and the discipline that separates 'we shipped a fix' from 'we blamed the model and shrugged'.

34 steps · ~55m0/34

Phase 05 · capstone

ship a working cli agent in 12 steps. ~100 lines of python.

ch 25 · ~1h 21m

Phase 06 · applied builds

agent harnesses, ai image gen, ai video gen, programmatic design, harness engineering

ch 26–30 · ~5h 15m

Phase 07 · command line and team skills

intro to terminal, the claude cli, the openai codex cli, anthropic team skills

ch 31–34 · ~2h 11m
Ch 31advanced
intro to terminal, the text way to drive your computer

you've never opened a terminal. by the end of this chapter you have, and you can move around your files, make folders, and read files without touching the mouse. it's a keyboard shortcut, not a cockpit. every tool in the rest of this course assumes you can do this, so we do it first.

23 steps · ~26m0/23
Ch 32advanced
intro to claude cli, the door to real building

you've used claude in a chat window. the claude cli is the same model with its hands on your actual files. this chapter installs it, signs you in, and runs your first real command. by the end you've watched an ai read, plan, and change things on your machine, and you know when to reach for the cli instead of the chat box.

23 steps · ~32m0/23
Ch 33advanced
intro to openai codex cli, a second tool in the kit

you know the claude cli. the openai codex cli does the same job, an ai working in your terminal on your real files, with a different company behind it. this chapter installs it, signs you in, and runs your first command. most of what you already know carries straight over, so this chapter is mostly about what is different and when to reach for which.

23 steps · ~32m0/23
Ch 34advanced
claude skills for teams, your playbooks as ai your whole team shares

a claude skill is a packaged set of instructions, your team's playbook, that claude loads when it is relevant so nobody has to re-explain it. this chapter is for people who manage teams. it covers what a skill is, how a team shares and provisions skills, real examples for hr, legal, and ops work, when a skill beats a one-off prompt, and the governance you need before any skill touches real work.

28 steps · ~41m0/28

Phase 08 · ai/ml engineering buildout

advanced track in active buildout: dataframes, sql, ml fundamentals, pytorch, serving, mlops, monitoring, cloud, portfolio

ch 35-47 buildout · ~5h 13m
Ch 35buildout
dataframes with numpy and pandas

tables are the working surface of applied ml. learn rows, columns, missing values, joins, aggregates, and the dataframe habits ai-generated notebooks assume.

35 steps · ~35m0/35
Ch 36buildout
sql for ml datasets

most training data starts in a database. learn the select, join, filter, aggregate, and leakage traps that decide whether a model is learning signal or nonsense.

28 steps · ~28m0/28
Ch 37buildout
dataset formats, ingestion, and validation pipelines

a dataset is a product surface. build ingestion, validation, partitions, manifests, and checkpoints so the next run is not a mystery.

35 steps · ~37m0/35
Ch 38buildout
ml math and statistics that actually show up

vectors, probability, distributions, correlation, and uncertainty are not trivia. they are how you read model behavior without worshipping it.

35 steps · ~37m0/35
Ch 39buildout
supervised learning workflows

labels, splits, baselines, training, prediction, and evaluation. the supervised workflow is the first complete model loop.

35 steps · ~40m0/35
Ch 40buildout
unsupervised learning, embeddings, and recommenders

not every useful model has labels. cluster, compare, retrieve, and recommend by turning examples into useful neighborhoods.

28 steps · ~32m0/28
Ch 41buildout
metrics, slices, and error analysis

accuracy is a blunt instrument. learn confusion matrices, precision, recall, thresholds, slices, and failure notes so model quality has evidence.

35 steps · ~37m0/35
Ch 42buildout
pytorch tensors and autograd

read tensor code without flinching. tensors, shapes, broadcasting, gradients, and autograd are the grammar of modern deep learning scripts.

28 steps · ~30m0/28
Ch 43buildout
training loops, backprop, optimizers, and schedulers

the training loop is where models change. learn loss, gradients, optimizer steps, schedules, checkpoints, and the bugs ai ships there.

35 steps · ~37m0/35
Ch 44coming soon
cnns, transformers, and useful llm internals

architecture literacy for builders: convolution, attention, tokens, decoding, kv cache, quantization, and what those choices do to cost and behavior.

plannedsoon
Ch 45coming soon
feature pipelines, experiment tracking, and registries

features, runs, configs, artifacts, and registries are how ml work becomes repeatable instead of a lucky notebook.

plannedsoon
Ch 46coming soon
model serving, ci/cd, and mlops

serving a model means handling inputs, versions, routes, batch jobs, ci gates, rollback, and production failures deliberately.

plannedsoon
Ch 47coming soon
monitoring, drift, cloud scale, and portfolio launch

the last mile: logs, drift, alerts, retraining decisions, cloud cost, gpu constraints, architecture docs, demos, and role stories.

plannedsoon
for teams

your team is already using ai at work. most of them need a calmer path from user to builder.

promptdojo for teams gives your whole organization the builder-literacy spine, domain electives, and accountability a company actually needs.

accountability

assign paths by role. see who started, who's moving, who's stuck.

completion data

progress visibility and completion receipts, not a pile of unused logins.

built for the role

each team gets role-fit electives, artifact rubrics, and cohort pacing.

team plans help keep the free path open while funding deeper lessons, better rubrics, and the team visibility companies actually need.