Professional Practicum Capstone — AI & Open Source — Fall 2026
Course website for CS 4535 at Northeastern University, Khoury College of Computer Sciences.
Live site: https://neu-se.github.io/CS4535-Fall-2026/
50 students work on one codebase together — Pawtograder, a production platform that in Fall 2026 runs CS 2000, 2100, 3100, 3650 and 4530, plus sections of 5001, 5008 and 5010 — including this course. Your commits go to staging, then to production. The goal: leave the codebase better than you found it for the next semester's classes.
npm install
npm startThis starts a local dev server at http://localhost:3000/CS4535-Fall-2026/.
npm run build # generates static site in /build
npm run deploy # deploys to GitHub Pages