AI Tutoring Platform — LLM Reports, RAG & Agentic Chatbot
Nov 2025Focus Area: GenAI → ML → Data
Objective
Build a safe, scalable, and personalized AI tutoring platform using LLMs, RAG, and agentic architectures for under-18 students.
LLM-Based Report Generation
- Developed AI-generated Basic and Premium study reports
- Broke monolithic prompts into section-wise generation
- Executed parallel LLM calls using multithreading
- Applied prompt and token optimization techniques
Results
- Reduced report generation from ~4.5 minutes → ~45 seconds
- Significantly lowered token consumption and operating cost
Agentic Conversational AI (Chatbot)
- Built an agentic chatbot using LangGraph with multi-agent collaboration
- Added persona profiling and mood tracking
- Adapted explanations dynamically to match student style
- Used generated study plans to drive structured tutoring
RAG, Evaluation & Safety
- Integrated RAG pipelines with vector DB retrieval
- Applied Ragas for groundedness and faithfulness
- Implemented strict acceptance policies and content moderation
- Ensured safety for under-18 users
Outcome
- Delivered a highly personalized and safe tutoring experience
- Achieved major latency and cost improvements in production LLM workflows