Skip to content
View Aravind0403's full-sized avatar

Block or report Aravind0403

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aravind0403/README.md

Aravind Sundaresan

Inference Systems Engineer · LLM Serving & Admission Scheduling · Distributed Infrastructure

7+ years engineering resilient distributed systems at Microsoft and Amazon. Now specializing in ML-driven scheduling architectures that optimize LLM inference efficiency — from request admission to cluster resource allocation.


🔧 Open Source & Research

  • vLLM Contributor — PR #41952 (Under Review): Fixed preemption ordering in PriorityRequestQueue to minimize KV cache recompute overhead.

  • Clairvoyant — Go-based reverse proxy reducing HOL blocking in serial LLM backends (Ollama, llama.cpp) via ML-predicted SJF admission scheduling. 70–76% P50 latency reduction under burst load; 17% steady-state at ρ=0.74. arXiv preprint in prep.

  • ACO Scheduler — Ant Colony Optimization job scheduler with LSTM-based load prediction and heterogeneous GPU/CPU/ARM64 affinity routing. +28% utilization gain validated against Alibaba and Google Borg traces. P99 latency <10ms.

  • ServiceScope — LLM-powered AST dependency mapper for microservice blast-radius analysis. 190 files/sec, 0% inference failure, validated on Django (2,886 files). Zero external API calls.


🛠️ Languages

Python · Go · Java · Bash
Expanding into: C++ / CUDA


💡 Interests

LLM inference serving · Request scheduling & admission control · Distributed systems · ML for systems

📫 linkedin.com/in/aravindsundaresan

Pinned Loading

  1. ACO_Adaptive_Compute_Orchestrator ACO_Adaptive_Compute_Orchestrator Public

    Predictive job scheduler for heterogeneous compute — ACO + LSTM spike prediction + intent-aware routing. <10ms latency, 95%+ SLA adherence, 202 tests

    Python

  2. ServiceScope-v2 ServiceScope-v2 Public

    AI-native blast-radius analysis for Python microservices — AST parsing + local LLM inference + dependency graph. No service mesh needed

    Python

  3. clairvoyant-scheduler clairvoyant-scheduler Public

    Go sidecar proxy that eliminates Head-of-Line Blocking in LLM inference via ML-driven SJF scheduling — zero backend modification. Paper in preparation

    Python 1