
AI Engineer ยท IIIT Delhi
Building robust Machine Learning models, Generative AI pipelines, and agentic workflows.

B.Tech in Computer Science and Artificial Intelligence (2022 - 2026)
Specializing in Computer Science & Artificial Intelligence.
B.Tech - CS & AI (Nov 2022 - May 2026)
CBSE 12th Board (Apr 2019 - Mar 2021)

Undergraduate researcher investigating neural architectures
Working on Retinal Cell Modeling & Neural Cryptanalysis at IIIT Delhi.
Undergraduate Researcher (Jan 2025 โ Apr 2025)
Modeling retinal ganglion cells. Developed CNN-BiLSTM and BNCNN pipelines for predicting neuronal firing rates under Prof. Pragya Kosta.
Undergraduate Researcher (Jan 2025 โ Apr 2025)
Investigating neural cryptanalysis of symmetric ciphers. Designed ResNet and CNN-BiLSTM distinguishers to integrate differential patterns under Prof. Ravi Anand.

Offline Enterprise RAG Platform
Engineered an offline RAG platform utilizing semantic chunking, vector embeddings, and FAISS-based retrieval for document intelligence.

Multi-robot coordination under uncertain infrastructure collapse
Developed a decentralized adversarial auction framework for multi-robot coordination under communication failures and stochastic beliefs.

Indic Multilingual Toxicity Classification
Built a multilingual abuse classifier for English, Hindi, and Tamil tweets using fine-tuned XLM-RoBERTa / CNN-BiLSTM networks.
Competencies, leadership, & extracurricular awards.
A stack of core tools, engineering methodologies, and cloud services I utilize.

Open to AI Engineering & Research opportunities
Coordinates to get in touch. Let's build the next generation of intelligent software.
Core member, Evariste Math Society
Core member, Audiobytes Music Society
Events OC, Odyssey Cultural Fest
The Problem: Enterprise operations often deal with sensitive internal data that cannot be sent to public LLM APIs due to strict data governance, privacy compliance laws, or lack of external network connectivity.
The Solution: Engineered AegisRag-Engine, an entirely offline Retrieval-Augmented Generation (RAG) platform. By leveraging semantic text chunking, local sentence-transformer models, and FAISS-based vector storage, we enabled real-time knowledge search and QA directly on localized hardware.
Key Outcomes: Provided a fully containerized, secure pipeline that completely bypasses cloud model APIs, lowering costs and ensuring 100% data residency within local infrastructure.
The Problem: Coordinating tasks among multiple robots in extreme scenarios (such as disaster response zones, communication jamming, or infrastructure collapse) requires allocation algorithms that function without centralized servers or stable connections.
The Solution: Implemented a decentralized adversarial auction mechanism where robotic agents bid on task allocations using local utility computations. The system incorporates adversarial modeling to anticipate sensor/node failures, adjusting bid evaluations based on risk indices.
Outcomes: Verified in simulations that the auction framework maintains high operational efficiency and task completion rates even when up to 40% of the active nodes experience stochastic network dropout.
The Problem: Detecting gender-based toxicity and harassment on social media is heavily hindered in multilingual contexts (specifically Indic languages Hindi, Tamil, and English) because of code-mixing, multi-script formulations, and low-resource dataset availability.
The Solution: Constructed a deep learning classifier pipeline integrating a pre-trained XLM-RoBERTa transformer backbone and custom CNN-BiLSTM layers. Preprocessed raw, code-mixed tweets to handle spelling variations and script transliteration before running tokens through multi-task learning gates.