You've reached the class server for
{{ CLASSROOM_ID }}
Hosted with Axiom.
If you're a student
Your instructor will send you an invite that looks like a long string. On your laptop, paste this in your terminal:
axi classroom join <your-invite-string>
That one command signs you in, pulls course materials to your machine, and builds a local index you can ask questions against.
Then, day to day
axi classroom ask {{ CLASSROOM_ID }} "what is a control rod?"— grounded answer with citationsaxi classroom ask {{ CLASSROOM_ID }} "…" --mode tutor— Socratic mode; the system asks you guiding questions instead of answeringaxi classroom quiz pending {{ CLASSROOM_ID }}— see quizzes your instructor has postedaxi classroom me {{ CLASSROOM_ID }}— your personalized learning brief (instructor-reviewed)axi classroom ask-instructor {{ CLASSROOM_ID }} "I'm stuck on…"— open a thread with your instructor
If you're the instructor
You're running this server — this page is what your students see when they hit the URL. Everything below runs from your terminal:
axi classroom invite {{ CLASSROOM_ID }}— mint a fresh invite for a new studentaxi classroom status {{ CLASSROOM_ID }}— live roster + activityaxi classroom brief {{ CLASSROOM_ID }} --instructor <you>— this period's cohort brief (hot topics, quiet students, mode usage)axi classroom briefs generate {{ CLASSROOM_ID }}— per-student briefs for you to review + approve before releaseaxi classroom quiz broadcast {{ CLASSROOM_ID }} --questions 3 --topic "fission"— push a quiz to everyone instantlyaxi classroom modes {{ CLASSROOM_ID }} --force quiz— constrain students to a specific learning mode
What's actually here
This URL is the coordinator endpoint for your class. It serves:
- The join ceremony (where students sign in)
- Your class's course materials (signed manifest + files)
- Question threads between you and individual students
- Briefs for each student to view when released
- Broadcast quizzes for the class to take
No student data leaves this server unless you configure it to.