About Me
// README.md — A brief look at who I am, what I've built, and where I've been.
README.md
I'm Sarvesh Bhatnagar — driven by curiosity in coding and research. I'm a Machine Learning Engineer at Point72 in New York. Before that I was a senior software engineer at Tabs, and a software developer at Amazon, where I worked on ML infrastructure, LLM evaluation, notification services, and flexible authorization frameworks.
My work sits at the intersection of systems engineering and applied AI. I believe in consistent reading and writing, self reflection, confident humility, and a grounded sense of self worth.
Outside of work, I'm writing on introtoalgo.com, building side projects, hosting the Code Logic Podcast, or contributing to open-source.
I completed my Master's degree at the University of Michigan, where my thesis focused on OS3 — Open-Source Serverless Search. Prior to that, I started my journey at NMIMS University in 2016.
University of Michigan
Master of Science
Thesis: OS3 — Open-Source Serverless Search. Research on Serverless Computing.
NMIMS University
Bachelor of Technology
Started coding and building here in 2016. Foundation of algorithms, systems and software engineering.
git log --oneline
skills.json
{
// Programming Languages
"proficient": [
"Python",
"Dart",
"C++",
"Java"
],
"familiar": [
"JavaScript",
"Haskell",
"Lisp",
"HTML/CSS"
],
// Research & Technical Topics
"topics": [
"Serverless Computing",
"Algorithms",
"Data Structures",
"AI / Machine Learning",
"Community Detection",
"NLP",
"LLM Evaluation",
"ML Infrastructure",
"AI Reasoning"
],
// Current role
"current": {
"company": "Point72",
"title": "Machine Learning Engineer",
"focus": ["Machine Learning", "Applied AI", "Systems"],
"open_to": "interesting conversations"
},
// Beliefs
"principles": [
"Consistent reading & writing",
"Self reflection",
"Confident humility",
"Grounded sense of self worth"
]
}