Research

About Research Resume Startup Adventures Blog

Thesis

Multi-Agent AI Orchestration: The System-3/0 Blueprint
Supervised by Prof. Anand Rao (Carnegie Mellon University) and Prof. Chittaranjan Hota (BITS Pilani). Fall 2025 - Spring 2026.

Most multi-agent AI frameworks work fine in demos and fall apart in production. The failure modes are consistent: systems spend expensive models on simple tasks, malformed outputs from one agent corrupt every downstream step, and reasoning loops have no real stopping criterion so they spiral and burn through compute. My thesis argues these are systems problems, not prompting problems, and proposes an architectural fix called the System-3/0 Blueprint.

The core idea is to separate orchestration from execution the way a kernel is separate from user processes. System-3 is the meta-controller that decides what runs next and enforces budget limits. System-0 is a schema-validation boundary that every agent output passes through before reaching downstream steps. System-1 agents are fast specialists with tool access. System-2 agents are deliberate reasoners that call tools only through System-1, which keeps every tool interaction auditable. Removing System-0 in ablation raised cascade failure rates from near-zero to around 35%.

The whole framework runs locally with no GPU using Ollama. That was a deliberate choice.

Publications

Agentic Anomaly Detection (ORCA) | Under Review at ICML 2026

An edge-deployable anomaly detector for clinical data. Combines MinGRU and ConSmax attention with a Gemini-powered meta-reasoner for real-time clinical synthesis. Evaluated on MIMIC-IV data.

Explainable AI for Predictive Healthcare | Targeting NeurIPS 2026

Compresses ML ensembles into single interpretable decision trees using a Glass-Box distillation pipeline, retaining 96% accuracy on MIMIC-IV clinical data. The goal is making predictive healthcare models something a clinician can actually audit and trust.

Past Work

Anomaly Detection and Predictive Healthcare
With Prof. Chittaranjan Hota, BITS Pilani Hyderabad.

Working at the intersection of healthcare and AI to improve the reliability of Wireless Body Area Networks (WBANs). The project combines fault management, federated learning, and LLM-powered anomaly detection to build more robust health monitoring networks that keep patient data private while still learning from diverse populations.

Comparing Neural Networks and ML for Rainfall Prediction in North Eastern India
With Scientist Ritu Anilkumar, North Eastern Space Applications Centre. Submitted for publishing.

The goal was accurate, interpretable rainfall forecasting using 30 years of ERA5 climate data. We built Explainable Boosting Machines that classify rainfall into six intensity levels alongside two neural network architectures. The interpretability part mattered as much as the accuracy, since these predictions feed into agriculture and flood management decisions.

Building a Small Language Model for a Financial Firm
BITS Pilani x Impactsure Technologies. $150K+ funded project. Research Lead.

Led a team of four building compact Small Language Models for low-latency deployment at a financial services firm. We built both character-level and token-level model variants, fine-tuned with a Llama 8B base for strong customization, and used Reinforcement Learning from Human Feedback to get outputs aligned with real financial document requirements. Rail-Only architectures cut training costs by 20% and infrastructure requirements by 30% versus standard transformer fine-tuning.

Emacs 29.3 (Org mode 9.6.15)