// SLIDE 01 — HOOK

CHAPTER 12 — DEPLOYING IN CLASS: FROM BUILD TO LESSON

This chapter gives a working overview of Deploying in Class: From Build to Lesson, focusing on the ideas a reader needs

Chapter 12 — Deploying in Class: From Bu — The simulation works in your terminal. Now it has to work with thirty students who have never seen it. This chapter is a
NARRATION

This chapter gives a working overview of Deploying in Class: From Build to Lesson, focusing on the ideas a reader needs before moving to the next chapter. The chapter moves through Learning outcomes, Opening, Deployment options, The three-check verification protocol, and related ideas. Read it for the main argument, the vocabulary it introduces, and the practical judgment it asks you to develop. The simulation works in your terminal. Now it has to work with thirty students who have never seen it.

// SLIDE 02 — OPENING

OPENING

The teacher projected the sorting simulator on the classroom screen for the first time.

Opening — Twenty-eight ninth-graders. First period, Monday morning. The simulation loaded. The colors looked right on the projecto
NARRATION

The teacher projected the sorting simulator on the classroom screen for the first time. Twenty-eight ninth-graders. First period, Monday morning. The simulation loaded. The colors looked right on the projector. The teacher clicked through one bubble-sort pass to demonstrate. The students watched.

// SLIDE 03 — DEPLOYMENT OPTIONS

DEPLOYMENT OPTIONS

Claude Artifacts.GitHub Pages.Class website integration.
NARRATION

Before the verification protocol: how the simulation reaches the students' devices. Claude Artifacts. Fastest path to a shareable URL. From your Claude.ai workspace (or from Claude Code via the Artifacts MCP tool), generate the simulation as an Artifact. Claude produces a URL that opens the simulation in the student's browser without any installation. Best for one-off lessons or for prototypes you will revise after observation. Limitation: the URL is tied to your Claude session; for stability across the semester, prefer GitHub Pages.

// SLIDE 04 — THE THREE-CHECK VERIFICATION P

THE THREE-CHECK VERIFICATION PROTOCOL.

Find a non-student who knows nothing about your simulationa colleague who teaches a different subject, a family member, a friend who is not a teacher.
·Sit them in front of the URL. Say nothing about how the simulation works.
·Start a 30-second timer.
·Observe. Do not help.
After 30 seconds, ask"What did you think you were supposed to do?"
NARRATION

Total time: 20, 30 minutes the day before class. Done once per simulation; re-done after any significant revision. A student who has never seen this simulation, and who knows nothing about how it was built, opens the URL. Can they figure out what to do in 30 seconds without any instructions?

// SLIDE 05 — GRACEFUL FAILURE DESIGN

GRACEFUL FAILURE DESIGN.

Detect the failure mode before it happenscheck the inputs, the browser capability, the resource availability before invoking the operation that depends on them.
Produce a user-readable messageplain language, specific, names the issue and the next action.
Provide a path forwarda button, a reload, a fallback mode. The student should never be stuck without an option.
Fail loudly to you, quietly to the studentlog the technical detail (for your revision) to a console or analytics endpoint; show the student only what they need.
Touch-handler missing on Chromebook. Detectionfeature-detect touch events on load; warn if both are needed but the simulation only listens for click. User message: "T
NARRATION

The most important deployment property of a classroom-facing tool. The pattern: Detect the failure mode before it happens , check the inputs, the browser capability, the resource availability before invoking the operation that depends on them. Produce a user-readable message , plain language, specific, names the issue and the next action. Provide a path forward , a button, a reload, a fallback mode. The student should never be stuck without an option.

// SLIDE 06 — THE REVISION-BUILD CYCLE

THE REVISION-BUILD CYCLE.

Step 1: observe.Step 2: interrogate.Step 3: decide.Step 4: respecify.Step 5: re-suggest.
NARRATION

The framework applied to classroom-observed failures. Step 1: observe. During or immediately after the class, note what failed. Specifics matter. "Three students could not figure out the first interaction." , useful. "Some students had trouble." , not useful for revision.

// SLIDE 07 — SHOWING STUDENTS THE FIX

SHOWING STUDENTS THE FIX.

A pedagogical move worth naming.

Showing students the fix — When the simulation fails in front of your students — and at some point it will — you have a choice. Hide the failure. O
NARRATION

When the simulation fails in front of your students , and at some point it will , you have a choice. Hide the failure. Or use it. The chapter's recommendation: use it. Open the terminal in front of the class. Open Claude Code. Walk through the interrogation aloud. Walk through the plan-mode review. Switch out of plan mode. Watch the agentic loop run. Reload the simulation. Verify the fix.

// SLIDE 08 — TEACHER BUILD: DEPLOY YOUR SIM

TEACHER BUILD: DEPLOY YOUR SIMULATION

·Choose a deployment. Claude Artifacts for fastest; GitHub Pages for stable; class website for integration. The chapter r
·Run the three checks. Recruit a non-student for the first-30-seconds test. Trigger your simulation's known failure modes
·Add graceful failure messages wherever Check 2 surfaced a broken failure state. Each one is a few minutes of work.
·Compose Launcher Deployment Notes. One page. Required dependencies (browser version, any installed plugins). The URL. Th
·Deploy in class. Observe. Document failures during the class (a notes app open on your phone).
NARRATION

Apply the chapter's discipline to your simulation from Chapter 11. Choose a deployment. Claude Artifacts for fastest; GitHub Pages for stable; class website for integration. The chapter recommends GitHub Pages as the default.

// SLIDE 09 — CLASSROOM ACTIVITY: STUDENTS H

CLASSROOM ACTIVITY: STUDENTS HELP DEBUG A DEPLOYMENT FAILURE

A meta-lesson worth offering once.

Classroom activity: students help debug — When your simulation fails in front of students (and it will, at least once), tell the students: "the simulation had a p
NARRATION

When your simulation fails in front of students (and it will, at least once), tell the students: "the simulation had a problem just now. I want to show you how I'd fix it. We'll work through it together." Open Claude Code on the projector. Walk through the revision-build cycle aloud , observe, interrogate, decide, respecify, re-suggest, re-verify. Re-deploy. Use the revised simulation immediately to continue the lesson.

// SLIDE 10 — COMMON MISCONCEPTIONS

COMMON MISCONCEPTIONS

"If it works on my machine, it'll work in class.""Pre-deploy testing is overkill.""Failures in class are embarrassing.""I'll fix it during class if something breaks.""The simulation should be perfect before deployment."
NARRATION

"If it works on my machine, it'll work in class." No. The chapter-opening failures are exactly this misconception in action. Three checks; 20 minutes; the alternative is the failed lesson and the parent emails. "Pre-deploy testing is overkill." Three checks. Twenty minutes total. One failed class is fifty minutes of student time plus the recovery cycle plus the trust cost. The math favors the checks.

// SLIDE 11 — AI WAYBACK MACHINE

AI WAYBACK MACHINE.

Maria Montessori (1870–1952) — Italian physician and educator whose method, articulated in The Montessori Method (1912)

AI Wayback Machine
NARRATION

Maria Montessori (1870, 1952) , Italian physician and educator whose method, articulated in The Montessori Method (1912) and elaborated through forty years of practice, was built on a principle she called control of error , that educational materials should be designed so the student can identify and correct their own mistakes without teacher intervention. A Montessori knobbed cylinder set has cylinders of graded sizes that fit into matching holes; if the child puts a cylinder in the wrong hole, the last cylinder will not fit.

// SLIDE 12 — THESIS

THE CORE CLAIM.

Maria Montessori (1870–1952) — Italian physician and educator whose method, articulated in The Montessori Method (1912)

NARRATION

Maria Montessori (1870, 1952) , Italian physician and educator whose method, articulated in The Montessori Method (1912) and elaborated through forty years of practice, was built on a principle she called control of error , that educational materials should be designed so the student can identify and correct their own mistakes without teacher intervention. A Montessori knobbed cylinder set has cylinders of graded sizes that fit into matching holes; if the child puts a cylinder in the wrong hole, the last cylinder will not fit. The material announces the error.

// SLIDE 13 — CLOSE

ASK THE QUESTION. APPLY THE FRAMEWORK.

OPENING//DEPLOYMENT OPTIONS//THE THREE-CHECK VERIFICAT

Claude Code for Teachers · Ch.14 · Chapter 12 — Deploying in Class: From Build to Lesson

NARRATION

That is the framework. Claude Code for Teachers, chapter 14: Chapter 12 , Deploying in Class: From Build to Lesson. The patterns are now in place. Apply them.

01 / 13
Claude Code for Teachers · Ch.14 · Nik Bear Brown