AI HORIZON

NAIRR Workshop · Workshop 01

Start Here

Two ways to use these materials. Figure out which one you want first — then follow that track.

Which are you here to do?

Most people start with Track A. Track B is the bigger unlock once you're comfortable.

🗝️

Step 0 for everyone: get an ACCESS ID

No ACCESS ID = no access, full stop. Register free — use your school email, not Gmail/personal (personal emails aren't eligible). Students: see Create Your ACCESS ID. Instructors: also do pre-class admin (allocation + add students) — see the allocation playbook.

Track A · Start here

Run the workshop lab

Use NAIRR's free cloud computing to run the demo. Everything happens in the cloud — nothing to install on your laptop.

  1. Get an ACCESS ID (free) and have your instructor add you to the Jetstream2 allocation
  2. Launch a Jetstream2 instance in the Exosphere portal
  3. Open the Web Desktop and install Jupyter (one-time commands)
  4. Clone the repo on the instance with git clone — no local download
  5. Open Notebook 04 and run it, watching the comparison unfold
Track B · Next level

Build your own materials

Set up an AI coding assistant on your laptop, then create notebooks and lessons just by describing what you want to teach.

  1. Install the tools locally — Python, VS Code, and Claude Code
  2. (Optional) Clone this repo locally to learn from and modify — or just open an empty folder and let the AI create files
  3. Chat with the AI: describe a concept; it writes the code and the step-by-step notebook
  4. Push to GitHub so your students can clone it (which sends them to Track A)
🔁

Most instructors end up doing both

The two tracks connect: in Track B you build a notebook and push it to GitHub; in Track A your students clone and run it on free NAIRR computing. Build once, teach many.

🧭

The one thing that trips people up

"Where does the code live?" — In Track A you clone the repo on the cloud instance. In Track B you work with it on your own laptop. Same repo, two different machines.