| name | ai-tutor-and-conversational-agents |
| description | Use when adding AI tutoring. AI tutor = on-demand conversational learning support.
|
AI Tutor and Conversational Agents
AI tutor: chat interface, answers student questions, provides explanations. Scales 1:1 support across cohort.
AI tutor architecture
Components:
- LLM backend (Claude, GPT-4)
- Knowledge base — course content + materials
- Conversation history — context for follow-up
- Student progress — knows where student is
- Safety filters — appropriate responses
- Handoff — to human instructor for complex
RAG for course-specific tutoring
Retrieval-Augmented Generation (RAG):
- Student asks question
- System searches course materials
- Returns relevant passages
- LLM uses passages + student question
- Responds with citation-aware answer
Result: AI tutor uses YOUR course content, not generic knowledge.
Student-AI tutor interaction
Good interaction:
- 'Why does centering cap a grade?'
- AI: 'Centering caps grades because... [course content reference] [example]. Want me to walk through an example?'
Bad:
- 'Tell me everything about grading'
- AI: ramblesgeneric content
Tutor should be focused, accurate, course-aligned.
Where this fits in the X3 empire
AI tutor for CardPrepAI Academy.