AIMA5001: Variants
This course opens on Aug 31, 2026

AIMA 5001: AIMA (Using AI to Make AI)

Notifications

You have no notifications for this course.

Bulletin Board

Formatting guide

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

Implementation notes

  • MyST demos: all six products share one MyST project in web/myst-sources/ain2001/ ( myst.yml + one .md file per variant). npm run build:demos runs myst build --html once and copies to public/demos/myst/ain2001/ (devDependency mystmd).
  • PDFs and IMS CC: run npm run build:demos in web/ before astro build so PDFs from demos/aima-demo-content/ land in public/demos/, the IMS CC zip is written to public/demos/aima-lms-demo.imscc, and the same tree is unpacked to public/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.