Available for new challenges

Sankalp
Bose

Building the next generation of trustworthy systems is my core mission. As a seasoned engineer with extensive FAANG experience, I have a proven track record in architecting sophisticated Cloud Native solutions. My work is underpinned by a solid grasp of CS fundamentals, which allows me to optimize performance and drive efficiency. I am currently focused on advancing the state-of-the-art in reliable, agentic AI systems, ensuring they operate predictably and securely at enterprise scale. I thrive on translating abstract concepts into tangible, scalable infrastructure that drives business value.

LocationBangalore, India
FocusCloud, Systems and Reliable LLM agents
Sankalp Bose
Site Lead
3B+ ARR
Azure Databricks
Leadership
2 years
Building high performance teams
System Online

Recent Work

Agentic SRE assistant
Debugging, Logs Parsing, Root Cause Analysis

Agentic SRE assistant

MCP, Prompt Engineering, Chain-of-thought.

MCP based Ops Review Assistant
Agentic Ops Review Assistant

MCP based Ops Review Assistant

Generate Ops Review report that reconciles systems across two organizations.

Zero touch region deployments and certificate management
Cloud PaaS

Zero touch region deployments and certificate management

Fully automated region deployments and certificate management.

Network Security Parameter for Azure Databricks
Cloud Network Security

Network Security Parameter for Azure Databricks

NSP is a Azure construct that provides rules-driven ingress and egress control for Azure PaaS resources.

Unity Catalog integration for Azure Databricks
Data Governance

Unity Catalog integration for Azure Databricks

Secure access to Azure Lakehouse from Azure Databricks.

OTA OS upgrade for Amazon Lockers
Fleet Management

OTA OS upgrade for Amazon Lockers

Bootloader based safe OS upgrade for Amazon Lockers.

Alumni at top tier tech firms

From IITK CS and research labs to high-growth mission critical services at FAANGM.

Microsoft
Amazon
IITK Alumni
Tuxera
Oracle
NetApp
Qualcomm

Tech Stack

Languages
JavaCC#PythonJavascript
Frameworks
Asp.Net CoreSpringbootOAuthMCPADKLangChain/LangGraph
Cloud
AzureAWSCloudflare
Tools
DockerKubernetesLinux
Focus areas: Mission Critical Cloud Platforms, System Engineering, RAG and Agentic AI systems.

RAG Pipeline

~42 lines
from fastapi import FastAPI
from rag import embed, search, rerank, answer
from tracers import trace

app = FastAPI()

@app.post("/ask")
@trace("ask")
def ask(q: str, user_id: str):
q_vec = embed(q)
chunks = search(q_vec, k=20, filters={"user": user_id})
ranked = rerank(q, chunks)[:6]
return answer(q, ranked, tools=["browser", "calculator"])

Timeline

Dec. 2019 - Dec. 2025
Principal Engineering Manager/Sr. SWE at Microsoft
Group: Azure Databricks
May 2016 - Sep. 2019
Software Developer, Amazon
Group: Amazon Lockers
Nov. 2010 - Feb. 2016
Filesystem Developer at Tuxera, Oracle and NetApp
Groups: Filesystems R&D, Development, Performance Engg.
July 2009 - Nov. 2010
Engineer, CoreBSP team at Qualcomm India, Hyderabad
Group: Linux/Android CoreBSP team