AI Systems & Agentic Infrastructure Engineer Β· Agentic AI Research Β· Distributed Cloud Systems
Indian Institute of Technology (IIT) Kharagpur
(Snake updates automatically from live contribution activity)
I am an AI Systems & Agentic Infrastructure Engineer and researcher at the Indian Institute of Technology (IIT) Kharagpur. My work focuses on building mathematically grounded,agentic runtimes, speculative execution engines, protocol security defense platforms, and enterprise distributed cloud backbones.
I bridge the gap between academic AI research and high-throughput production infrastructure:
- π¬ Agentic AI Research & Invariance Theory: Formulated the Tool-Trust Invariance benchmark and empirical preprint, establishing formal metrics (
$\text{CTSS}$ ,$\text{SFR}$ ) to diagnose non-invariant tool selection in foundation models, backed by zero-cost deterministic canonicalization middleware. - β‘ Speculative Agent Execution & Runtimes: Engineered SpecTool, a zero-dependency speculative execution runtime with Python AST verification, effect-system safety, and transactional rollback that hides agent invocation latency across chained tools.
- π’ Enterprise Decision Intelligence: Architected NexusAgent, a production-grade multi-agent platform combining clause-aware hybrid RAG (Milvus dense + BM25 sparse + BGE cross-encoder) and MCP NL2SQL with AST-level SQLGlot guardrails.
- πΈοΈ A2A Dynamic Orchestration: Developed LOOM, a parallel multi-agent DAG compiler over Google GenAI streaming, achieving
$2.06\times$ topological speedup and failure-localized replanning across Agent-to-Agent (A2A) microservices. - π‘οΈ MCP Security & Sub-Millisecond Defense: Built MCP-Sentinel, an enterprise red-teaming and runtime defense substrate for the Model Context Protocol, defending against prompt injection, unauthorized tool invocation, and privilege escalation.
- βοΈ Cloud Infrastructure & Production Engineering: Orchestrated microservices across Google Cloud Platform (GCP - Vertex AI, GKE, Cloud Run), Amazon Web Services (AWS - Bedrock, EKS), and Kubernetes (K8s) with OpenTelemetry observability, Helm, Docker, and Redis 7 / PostgreSQL 16 backbones.
π¬ Tool-Trust Invariance LabFormal empirical benchmark and publication paper evaluating whether frontier LLMs (Llama-3.2-11b, GPT-OSS-20B) select tools invariantly under semantics-preserving catalog transformations.
|
β‘ SpecToolHigh-performance speculative tool-execution runtime for autonomous AI agents with conservative dependency and effect verification.
|
π’ NexusAgent β Enterprise Decision IntelligenceEnterprise multi-agent decision intelligence platform powered by LangGraph, clause-aware hybrid RAG, and MCP NL2SQL with AST-level safety guardrails.
|
πΈοΈ LOOMDynamic Agent-to-Agent (A2A) task graph generation, subtask independence verification, and parallel multi-agent orchestration runtime.
|
π‘οΈ MCP-Sentinel: Security Auditing & Runtime DefenseEnterprise security auditing, semantic LLM inspection, and sub-millisecond runtime defense platform designed specifically for the Model Context Protocol (MCP).
|
|
π¦ Additional AI Infrastructure, Inference & Multi-Agent Repositories (Click to Expand / Collapse)
| Repository | Focus Area | Key Architecture & Capabilities | Primary Language |
|---|---|---|---|
| Agent-Reliability-and-Evaluation-Lab | MCP Runtime Reliability | Production reliability substrate for MCP runtimes: circuit breakers, protocol negotiation, adaptive streaming, connection pooling, and 109 automated tests. | Python 3.12 |
| Agent-Harness | Deterministic Agent Eval | Deterministic evaluation sandbox benchmarking multi-turn agents on trajectory adherence, tool precision, and safety policies. | Python 3.12 |
| nano-VLLM | LLM Serving from Scratch | Minimal high-performance inference engine built from scratch implementing PagedAttention, continuous batching, and KV-cache blocks. | Python / CUDA |
| nano-llm-posttraining | Post-Training & Alignment | Minimal alignment on 8GB GPU: KL constraints, SFT, DPO, and DeepSeek-R1-style GRPO reasoning distillation. | Python / PyTorch |
| Autonomous-AI-Co-Scientist | Multi-Agent Cognitive Platform | Autonomous research system implementing and extending Google's AI Co-Scientist with persistent vector memory and containerized Docker pipelines. | Python |
| AutoResearch | Self-Reflective Agents | Hierarchical supervisor-worker agent topology for autonomous scientific hypothesis generation and peer review. | Python |
| VoRTeX | AI Workflow Execution Plane | Event-sourced execution engine with PostgreSQL checkpointing, multi-provider LLM gateway, and Redis rate limiting (182.8 req/s). | Python / FastAPI |
| Distributed-In-Memory-Key-Value-Store | Distributed Systems & Storage | High-throughput distributed in-memory cache and key-value database built in modern C++ with consensus replication and sub-millisecond retrieval. | Modern C++ |
π Quantitative Systems & High-Frequency Trading Projects (Click to Expand)
| Repository | Focus Area | Key Architecture & Metrics | Language |
|---|---|---|---|
| Real-Time-Market-Making-Execution-Engine | Low-Latency C++ HFT | Production market-making engine: lock-free SPSC queues (1.00Β΅s p50), Avellaneda-Stoikov inventory control, and L2/L3 order book reconstruction. | C++20 |
| Multi-Alpha-Engineering-Convex-Optimization-Engine | Quantitative Portfolio Engine | Cross-sectional multi-factor alphas, CVXPY convex optimization, Ledoit-Wolf covariance shrinkage, and walk-forward validation (Sharpe 2.14). | Python |
| VenueWatch | Market Microstructure | Real-time liquidity and execution slippage telemetry engine validating feeds across Binance, Coinbase, Kraken, and OKX (3.4M events/s). | Python |
| ApexFlow | Crypto ETP Execution | Low-latency crypto ETP market-making and cross-exchange arbitrage research platform. | Python / C++ |
| IMC-Prosperity-4-Backtester | Backtesting Infrastructure | Pure-Python backtester with Sharpe/Calmar metrics, drawdown analysis, and Google Colab execution support. | Python |