Manas Vardhan
AI Developer & Researcher — Los Angeles
I build intelligent systems at the intersection of research and product — from multi-agent architectures to production ML pipelines. My work spans founding Friday Inc, engineering at scale for JPMorgan Chase, and publishing research on temporal stability in latent spaces. I'm drawn to problems where the math is beautiful and the impact is real.
"I'd rather build one system that actually works than ten that almost do."
Experience
Graduate Researcher
Computational Physics Group, USCBuilt a novel sparse-view 3D reconstruction pipeline using multi-view latent fusion on frozen vision backbones, cutting compute requirements while matching fine-tuned model quality. Leading 6 independent research projects targeting NeurIPS and EMNLP 2026 across LLM agents, reasoning efficiency, prompt robustness, and video generation.
Finance Intern
Graduate Student Government, USCManaging a six-figure annual budget allocation across 200+ graduate student organizations. Streamlining reimbursement workflows and financial reporting processes, reducing processing time by 40%. Coordinating funding proposals and expenditure tracking for campus-wide graduate initiatives.
Founder & AI Developer
Friday IncBuilding multi-agent systems and AI-native developer tools from zero to one. Shipped 6 open-source Python libraries for the LLM ecosystem covering cost tracking, prompt versioning, safety validation, benchmarking, and agent observability. Active open-source contributor to HuggingFace Transformers, scikit-learn, PyTorch, and MLflow.
Software Development Engineer
JPMorgan ChaseEnterprise-scale ML and data science engineering across trading and risk platforms. Built production pipelines processing millions of daily transactions with real-time anomaly detection and risk scoring.
Data Scientist
SimpliClarifyBuilt NLP pipelines for document intelligence products, automating extraction and classification across unstructured enterprise data.
ML Engineer
SmokeTreesShipped computer vision and deep learning models to production, from prototype to deployment at scale.
Education
M.S. Computer Science
University of Southern CaliforniaResearch in 3D generation using large reconstruction models, modelling physical systems with transformers, and latent-space temporal stability.
B.Tech Computer Science, Minor in Business Systems
Vellore Institute of TechnologyUndergraduate thesis on generative modelling with diffusion-based architectures for high-fidelity image synthesis. Coursework in algorithms, distributed systems, and statistical machine learning.
Research
9 research projects spanning 3D generation, LLM agents, reasoning, and robustness. Targeting NeurIPS, EMNLP, and NAACL 2026.
Projects
LLM Cost Guardian
Real-time cost tracking for LLM API calls. Thread-safe tracker with 18 models, real pricing data, budget alerts, and per-session breakdowns. 17 tests, CI green.
Python · LLM APIs · Cost OptimizationLLM Shelter
Input/output safety validation for LLM applications. 5 validators covering PII detection, prompt injection, toxicity filtering, and content policy enforcement. Zero-dependency core. 32 tests.
Python · Security · NLPPromptDiff
Git-style prompt versioning with semantic diff. Track prompt evolution, compare versions structurally, and catch regressions before they hit production. 22 tests.
Python · Prompt Engineering · VersioningBench My LLM
Lightweight LLM benchmarking toolkit. 4 prompt suites measuring time-to-first-token, tokens-per-second, and quality across models. Compare providers in minutes. 12 tests.
Python · Benchmarking · LLM APIsAgent Replay
Record, replay, and debug LLM agent executions. Rich terminal viewer, HTML export, 7 modules for full observability into multi-step agent workflows. 21 tests.
Python · Agents · ObservabilityMCP Forge
Scaffold production-ready MCP servers in seconds. 7 Jinja2 templates generating runnable Model Context Protocol servers with tools, resources, and tests. 23 tests.
Python · MCP · Code Generation