Sameer Ankalgi

Agentic AI systems & GPU inference · Microsoft, Zürich

I build tooling that steers coding agents — session control, evals, token telemetry — and make LLM inference work on H100/A100 in production. Currently in GitHub AI Engineering at Microsoft.

Before AI infra: 12 years of distributed systems — including a 2 TB / 600M-record MongoDB migration for Daimler, zero downtime, 4–5K writes/sec sustained through the cutover. The CV has the whole run.

Building

  • wingman Steer live GitHub Copilot CLI sessions from a phone — Go daemon, end-to-end encrypted relay on Fly.io, SwiftUI iOS app. Protocol spec and ADRs in the repo.
  • pi-bench PINT grades detectors; AgentDojo grades models. pi-bench grades the composed defense stack you actually deploy — 1,054 attack cases, every row reproducible in one command.
  • octerse A token-saver for GitHub Copilot: context engineering plus spend telemetry, cutting 60–70% of output tokens under usage-based billing.
  • All projects

Open problems

Six unsolved problems from production inference and agent work — the notebook I operate from. Among them: why served p99 and benchmark throughput refuse to converge, and admission control when the KV cache is the resource that runs out first.

6 open · 0 closed

Production systems

  • AlphaFold 2 on Azure H100 HPC — profiled the protein-folding pipeline end-to-end for a pharma customer and tuned throughput until large-scale structure prediction was viable.
  • DeepSeek on multi-GPU A100 — served with vLLM and tensor parallelism, tuned for production throughput and latency.
  • Daimler connected cars — the 2 TB migration ran live under a production write load. Nobody noticed, which was the point.

Writing