I enjoy building AI systems from end to end—developing and evaluating models, designing the backend that powers them, building intuitive frontends, and deploying applications that solve real problems. My interests span LLMs, retrieval-augmented generation, AI security, and full-stack engineering, but I'm just as interested in the infrastructure and developer tooling that make AI systems reliable and practical.
Whether it's exploring new ideas through research or shipping production-ready projects, I enjoy turning complex problems into software that's useful, secure, and built to last.
Languages
ML / Research
Backend & Frontend
Databases
DevOps & Tooling
Also solving problems on leetcode-solutions between everything else.
Cross-Phase Defense Framework for Adversarial Attacks on Large Language Models 🏆 Best Paper Award — ICEIBT Conference 2026 · Under review for WoS publication
A multi-layered defense strategy hardening LLMs at multiple stages of the pipeline — data sanitization, adversarial training, and backdoor detection — tested against simulated data-poisoning and backdoor attacks on DistilBERT using IMDB and AG News.
GreenLens (ongoing — final-year major project, now doubling as the basis for a second research paper). An agentic, carbon-aware LLM inference orchestrator: it embeds a task, predicts complexity/capability/carbon cost per candidate model, routes to the smallest model on the lowest-carbon deployment that meets the constraints, and explains the decision. Built on FAISS + Sentence-Transformers for task embedding, self-hosted inference via Ollama/vLLM, and live grid-carbon data.