About
I work on the parts of AI systems that fail quietly
I’m a computer science undergraduate at VIT Chennai. Most of what I build sits below the model rather than around it — retrieval, memory, and the control logic that decides what a system does when it isn’t confident.
That focus wasn’t deliberate at first. It came from noticing that the failures which actually hurt are rarely the loud ones. A model that crashes gets fixed. A retriever that returns plausible-but-wrong context, or an agent that loops politely for forty steps without learning anything, keeps running and keeps looking fine.
So the work tends toward systems that know their own limits: retrieval that fuses signals instead of betting on one, memory that preserves history instead of overwriting it, and breakers that trip when progress stops rather than when output stops.
I care about resource constraints for the same reason. A model that assumes infinite memory is a model that hasn’t met a phone.
Education
Vellore Institute of Technology (VIT), Chennai
2024 — 2028B.Tech, Computer Science and Engineering
Experience
Jan 2026 — Present
Deep Learning Engineer
AI Club, VIT Chennai
- Build and review deep learning systems and research-oriented prototypes as part of the club's core AI engineering team.
- Delivered a speaker session on Cursor, an AI coding assistant, as part of an AI Club workshop.
Feb 2026 — Present
AI/ML Engineer
AWS Cloud Club, VIT Chennai
- Develop ML and cloud-integrated engineering projects on AWS infrastructure within the AWS Student Builder community.
Jun 2026 — Present
Freelance Web/Infra Consultant
Viha Online
- Ran a technical audit of a Shopify store (Liquid theme, GraphQL Admin API, GSC data) that surfaced a 58% checkout abandonment rate and a desktop-vs-mobile organic search gap (position 31.5 vs. 10.8).
- Queried store analytics via ShopifyQL and a Supermetrics GSC connector to trace an AOV drop to a single underperforming SKU with a 7–8× landing-page traffic gap.
- Built and shipped a custom shop-by-purpose.liquid section, wiring it into the homepage through config/settings_data.json.
Technical skills
Languages & Frameworks
- Python
- C
- C++
- FastAPI
- LangChain (LCEL)
- PyTorch
ML / Retrieval
- FAISS
- BM25
- BGE-M3
- Hybrid Retrieval (RRF Fusion)
- TFLite INT8
Systems & Infra
- Linux cgroup v2
- PSI telemetry
- OpenTelemetry
- MCP (Model Context Protocol)
- AWS
Web & Tools
- React
- HTML
- CSS
- JavaScript
- SQL
- Git/GitHub
Certifications & achievements
Machine Learning Specialization
Stanford University / DeepLearning.AI
Supervised Learning, Advanced Learning Algorithms, Unsupervised Learning & Reinforcement Learning.
Generative AI Engineering
IBM
Transformer-based Language Modeling, Fine-Tuning Transformers, Foundational Models for NLP.
3rd Place, BIS National Hackathon 2025
Empath, an emotion-aware adaptive learning platform (React, FastAPI, HuggingFace, Supabase).
Published adaptive-rag-router on PyPI
A pip-installable, embedding-similarity routing layer for RAG pipelines with confidence-based refusal and OpenTelemetry tracing.