Technical Head @ IEE PELS VIT Vellore — building backend systems, AI agent infrastructure, and algorithmically rigorous tools.
- 🛠️ Building self-healing dev tooling, multi-agent systems, and AI-integrated backends
- 🏢 Developed end-to-end conversational agent as a Software Engineer Intern at iServeU
- 📚 Sharpening data structures, algorithms, and system design fundamentals
- 🧪 Explored quantum entanglement & SVD as a Research Intern at LNMIIT
- 👨🏫 Teaching Python, C++, and DSA to 85+ learners on Schoolhouse.world
- 🎯 Targeting a SWE Internship — Summer 2027
🩹 AST-Healer
Self-healing Python dev tool — parses runtime tracebacks, surgically isolates the failing function using Python's ast module, repairs it via Gemini, and verifies the fix in a closed sandbox loop. Cuts LLM context cost by ~85% versus full-file repair by sending only the broken function, not the whole file.
📅 Resilient Multi-Agent Orchestration Async, fault-tolerant meeting scheduler built on CrewAI. Uses a sweep-line interval algorithm instead of brute-force time-grid search to find optimal meeting windows across timezones, with exponential-backoff retries and graceful degradation when a calendar fetch fails.
🎭 MaskedBit · Live Demo Image steganography tool — encrypts text with AES-256-GCM, then embeds it into image pixels via LSB manipulation. Decoding engine is NumPy-vectorized for a 50x speedup, recovering hidden messages from 4K images in under a second.
🤖 Mohit's ChatBot · Live Demo Full-stack conversational AI agent using LangChain + Gemini 2.5 Flash with Retrieval-Augmented Generation (RAG) for context-aware answers. Serverless backend on Vercel, integrated into my portfolio frontend via CORS.
🎓 B.Tech CSE, VIT Vellore (Expected 2028)