AI Engineering Intern· VegaVisionary
Feb 2026 – Aug 2026
- Built six production AI subsystems in a FastAPI/Supabase/Qdrant backend serving 600+ students and 50 teachers, across ~28K lines of Python.
- Deployed a LangGraph multi-agent RAG tutor with parallel context fan-out and a 7-way intent router generating quizzes, mind maps, flashcards and visualizations — RAGAS 80–88% on precision, recall, faithfulness and relevancy.
- Engineered an async PDF ingestion and question-generation pipeline (hybrid Qdrant retrieval: dense + BM25 → RRF → FlashRank) with 3-tier hierarchical topic mapping, cutting 40-page PDF processing to under 1 minute and lifting teacher productivity 70%.
- Migrated all RAG pipelines to qwen3-embedding-8b — 50% cheaper embeddings and 4× context (8K→32K) while improving retrieval on a golden eval set built from production content (Hit@5 92.9%→95.7%, MRR 0.708→0.727).
- Designed an AI cost-metering and credit system with atomic Redis check-and-subtract, verified against 10 concurrent requests, plus shadow mode to measure real traffic without blocking users.
- Built a real-time OMR answer-sheet grading system in OpenCV (ArUco registration, shadow-invariant bubble detection, sticky frame voting over WebSocket) reaching 97% accuracy at ~2-min end-to-end latency.
- Implemented a vision-based whiteboard tutor that reads handwritten work, pinpoints the exact step where reasoning breaks, names the misconception and responds with a Socratic guiding question.