Practice Labs
Reading about AI is not the same as building with it. These labs make you write the thing, then check whether it actually works.
Code labs
Write real Python in the browser and have it graded against hidden tests. CPython runs on your own machine through WebAssembly - nothing is uploaded.
Prompt lab
Practise prompting against a real model using your own API key, and get your attempt scored against a rubric. Your key stays in your browser.
Decision scenarios
Branching situations from AI governance, security and rollout work. Choose, see the consequence, and find out what a practitioner would have done.
Code labs
Each lab is a single function with a handful of tests. They are drawn from the parts of real AI engineering that people get wrong first: chunking, cost maths, retries, redaction and retrieval.