A CS Undergrad & Builder
portfolio · linkedin · x (twitter)
Most of what I build today revolves around a central question: How should AI model human behavior?
I'm building a behavioral intelligence product that constructs rich models of users from behavioral signals, causal chains, and lived interactions.
Currently, I am a SWE Intern at Assertion Inc. building GenAI event-stream security observability systems, and a CS undergraduate at Pune Institute of Computer Technology (PICT, SPPU).
RL Simulation Environment for HR Agents · 2026
A deterministic, OpenEnv-compliant environment that models candidate allocation within a scarcity-coupled salary market. To isolate planning gaps in frontier AI agents, CHROME implements dynamic market mechanics where sequential actions inflate future costs, rendering greedy scheduling strategies suboptimal. Systematically measures severe planning degradation when transitioning from static to resource-coupled constraints (e.g., -35.0% for Gemini 3, -36.6% for Gemini 2.5, and -53.0% for LLaMA 3.3).
- Stack: Python, OpenEnv, FastAPI, Hugging Face, Docker, NumPy
- Deployment: chrome-env on HuggingFace Spaces
Vaultless Zero-Knowledge Password Manager · 2026
A vaultless, zero-knowledge credential platform that synthesizes passwords client-side at runtime, eliminating persistent server-side password and PII storage. Features a split-key synthesis architecture utilizing Argon2id, HMAC, and opaque indexing to render database exfiltration ineffective, achieving sub-200ms P95 latency while preserving zero-knowledge guarantees.
- Stack: Node.js, Redis, Argon2id, BLAKE3, React, Google Cloud Platform
- Deployment: neokey.in
Career Intelligence Platform · 2026
An AI-powered career intelligence platform that generates personalized career roadmaps and company-fit analyses using live hiring signals, Neo4j knowledge graph, and Pydantic structured outputs. Powered by an asynchronous retrieval and synthesis pipeline that analyzes job requirements, market trends, and user profiles to produce evidence-grounded career recommendations at scale, supported by a self-improving Neo4j intelligence layer.
- Stack: FastAPI, Neo4j, Gemini API, Tavily Search, Redis, MongoDB, Pydantic v2
Supply Chain Analytics & Forecasting Ledger · 2025
An agricultural search and analytics platform built to optimize rural-urban logistics. The system tracks transaction ledgers on a region-product-time axis and integrates Prophet and ARIMA models to predict demand curves, driving automated spoilage alerts.
- Stack: FastAPI, Node.js, MongoDB, Prophet, ARIMA, React
- Deployment: farms prototype
Face Recognition & Attendance Pipeline · 2024
A cloud-native automated attendance tracking system processing video streams asynchronously. CLARA implements student face detection and tracking using OpenCV and face_recognition, syncing the resulting attendance metrics directly to Google Sheets and Drive.
- Stack: FastAPI, React, MongoDB, Google Drive/Sheets APIs, OpenCV, NumPy