About
I build LLM systems and the machinery that keeps them honest. That means agentic
orchestration that runs unattended, retrieval that actually grounds an answer, and
evaluation harnesses that tell you when a model has quietly gotten worse.
Most of my work starts from the same observation: ML systems rarely fail with a crash.
They fail quietly. A recommendation drifts across sessions, a detector's per-class
recall collapses after a retrain, an agent reasons confidently from a false premise.
So I spend as much time on benchmarks, failure analysis, and supervision as I do on
the models themselves. CSE at IIIT Vadodara, currently shipping agents in
production.
Experience
AI Engineer
MAY 2025 –
DigitalxCode
Built an agentic stock intelligence platform on GPT-4o with a custom
MCP orchestration layer. Four discrete tools (bucket generation,
RAG retrieval, LLM health validation, DB write) autonomously produce investment
signals across 24 equity buckets daily with no human in the loop.
Added a ChromaDB + text-embedding-3-small memory pipeline so the agent
reasons about portfolio drift across sessions instead of repeating itself.
Shipped it as a containerised 5-service system on GCP Compute Engine, running
FastAPI, Next.js, PostgreSQL, Redis and ChromaDB via Docker Compose, with
APScheduler handling nightly generation and comparison jobs behind a live dashboard.
Separately, fine-tuned an RT-DETR detector on VisDrone (10 classes)
for real-time drone perception: 90%+ mAP across 5,000+ frames,
latency cut to under 33 ms (30+ FPS) through optimization, batching,
and runtime profiling. Built the benchmark suite that regressed model quality version
over version, and ran failure analysis on misclassified samples to target the next
retraining cycle.
Software Development Engineer Intern
JAN 2025 – MAY 2025
EaseMyGrowth
Owned a time-series forecasting service end to end, covering exploration, model
selection, Dockerized packaging, GCP deployment, and integration into a
client-facing dashboard.
Built reproducible pipelines over 10,000+ row datasets with Pandas and SQL, and
integrated LLM workflows producing structured outputs for downstream BI consumers.
Software Development Engineer Intern
MAY 2024 – JUL 2024
EaseMyGrowth
Used BERT for sentiment analysis over platform reviews, classifying
them positive / negative / neutral so the team could read customer feedback at volume
instead of sampling it. Wrote a Python scraper to pull Amazon product reviews as an
additional corpus for that analysis and for market research, and worked alongside
computer-vision projects that shaped how I approach data processing today.
Independent Builder, Agent Systems
2025 –
Hackathons & open source
Four shipped agent systems across the OpenAI long-range-autonomy and SitRep
Future of Work hackathons: a circuit breaker for long-running agents, a
post-meeting research agent, a telemetry correlation engine, and a RAG résumé
optimizer. Each was built end to end, from engine to evaluation to a deployed
interface.