AIMA 5001: AIMA (Using AI to Make AI)
Notifications
You have no notifications for this course.
Bulletin Board
Preview-only shell—posts are not saved on this demo site.
A complete, licensable deployment of Artificial Intelligence: A Modern Approach at graduate rigor (AIMA 5001): AI-generated slide decks, assignments, autograding hooks, and optional teaching-assistant stack. Each row below is a distinct AIMA5001 course product—demo pages are generated from MyST Markdown in web/myst-sources/ain2001/ (one file per variant, one shared myst build). Same syllabus spine, different delivery and tooling; every variant includes the same IMS Common Cartridge for LMS import where applicable.
Six AIMA5001 course products
Each line below is a separate licensable course (same AIMA 5001 graduate spine, different delivery). Same syllabus core; pick Basic, AI Delivery, Classroom, Dialogic, SAMWISE, or BEATRICE—or combine add-ons for your institution.
At a glance AIMA5001: BasicAIMA5001: AI DeliveryAIMA5001: ClassroomAIMA5001: DialogicAIMA5001: SAMWISEAIMA5001: BEATRICE
-
AIMA5001: Basic
LMS-first delivery: IMS Common Cartridge import plus PDF slide samples so committees and instructors can adopt the AIMA-aligned sequence without GitHub on day one. MyST source: myst-sources/ain2001/basic.md.
-
AIMA5001: AI Delivery
Hosted slide experience: Reveal.js lectures deployed to GitHub Pages. MyST source: myst-sources/ain2001/ai-delivery.md.
-
AIMA5001: Classroom
GitHub Classroom + Codespaces. MyST source: myst-sources/ain2001/classroom.md.
-
AIMA5001: Dialogic
Co-teaching / dialogic slide delivery. MyST source: myst-sources/ain2001/dialogic.md.
-
AIMA5001: SAMWISE
SAMWISE curriculum tooling. MyST source: myst-sources/ain2001/samwise.md.
-
AIMA5001: BEATRICE
BEATRICE AI teaching assistant tier. MyST source: myst-sources/ain2001/beatrice.md.
Implementation notes
-
MyST demos: all six products share one MyST project in
web/myst-sources/ain2001/(myst.yml+ one.mdfile per variant).npm run build:demosrunsmyst build --htmlonce and copies topublic/demos/myst/ain2001/(devDependencymystmd). -
PDFs and IMS CC: run
npm run build:demosinweb/beforeastro buildso PDFs fromdemos/aima-demo-content/land inpublic/demos/, the IMS CC zip is written topublic/demos/aima-lms-demo.imscc, and the same tree is unpacked topublic/demos/imscc-unpacked/aima-lms-demo/for the IMS CC viewer. - GitHub Pages: slides deploy from the main branch of the AIMA repo; demo URLs assume the InquiryInstitute org Pages site.
- SAMWISE and BEATRICE: SAMWISE is primarily local curriculum-server tooling; BEATRICE uses instructor notes and optional Supabase functions—see the linked docs above.