MS Cybersecurity @ NYU Tandon (3.8 GPA) · BS Math & CS @ UC San Diego
I build ML systems with a focus on reliable pipelines — the data processing, tokenization, and evaluation work that determines whether a model actually learns the right thing. Most of my debugging happens at the tensor level, not the architecture level.
Pixels to Predictions — Fine-tuned SmolVLM-500M using QLoRA for multimodal science QA. Found and fixed silent loss masking and tokenizer alignment bugs that wasted days of GPU compute. 10th/54 on Kaggle (0.822).
Defection Probe Generalization · LessWrong writeup — Tested whether Anthropic's sleeper agent detection technique generalizes to naturally-arising deception. Ran Llama 70B inference across 90 prompt-conditions on rented A100s, manually scored every output. Honest null result. BlueDot Impact AI Safety Sprint.
Offline RAG Agent — End-to-end retrieval pipeline over expert call transcripts using local Mistral 7B, ChromaDB, and LangChain. No cloud APIs. Identified and documented hallucination patterns from cross-transcript context contamination.
Python Vulnerability Detection — ML pipeline classifying 14 insecure Python code patterns using AST-based data augmentation, TF-IDF vectorization, and Logistic Regression/XGBoost.