About
I'm an AI researcher at Actioneer, where I work on data agents and voice models. I graduated from IIT Bombay with a B.Tech in Mechanical Engineering and a minor in Computer Science, and I co-founded Latent Space, an eight-person AI lab there working on vision–language and multimodal models.
I build the infrastructure around LLM post-training: reward functions grounded in execution, rigorous baselines and ablations, and pre-registered go/no-go experiments. Two threads occupy me right now: relational foundation models, i.e. learning directly over the schema of a relational database instead of over hand-built features; and speech, from code-switched ASR to on-device inference. Across text-to-SQL RL and Hindi–English ASR fine-tuning, the hard problem has consistently turned out to be data and evaluation, not architecture.
I also ship things end to end: an agent architecture ranked #1 on DataAgentBench, and a macOS dictation app doing speech inference on-device at sub-130 ms.
News and Olds
Olds
- Jun 2026: Took a 7B model through full-parameter RL end to end for text-to-SQL on BIRD-bench: reproduced OmniSQL-7B's published baseline within 0.5pp and reached 68.12% maj@8, and killed two research bets on pre-registered evidence
- May 2026: Released Srota Hinglish ASR, an open-source code-switched Hindi–English model: three models and a dataset on Hugging Face (code). A controlled 3-variant ablation showed a 21.79pp swing from training-data composition alone. Now past 2,900 downloads
- 2026: Two papers at CVPR 2026 workshops: SynthPID (AI4RWC) and Speech-Synchronized Whiteboard Generation (CV4Edu), plus one at AAAI-SAPP 2026
- 2026: Srota, my local-first macOS voice dictation app, passed 100+ active users, fully on-device, sub-130 ms end to end
- Dec 2025: Joined Actioneer and built SCRIBE, an agent architecture that ranked #1 on DataAgentBench (81.85% stratified pass@1), verified via a merged upstream PR
- Sep 2025: Wrapped up the Entrepreneur First founder cohort in Bengaluru
- May 2025: Awarded the Undergraduate Research Award (URA01) at IIT Bombay, and co-founded the Latent Space lab
- Dec 2024: 1st rank nationwide at Smart India Hackathon 2024 for a real-time speech ↔ Indian Sign Language system
- Apr 2024: 4th worldwide in the ICRA 2024 RoboDrive Challenge (3D detection under sensor failure)
Research
|
Software
- Srota, a local-first macOS voice dictation app, built solo in Swift/SwiftUI/AppKit. On-device ASR on Apple Silicon with speculative decoding and Metal/CoreML inference-path optimization, plus a personalisation layer that learns your vocabulary without sending audio to the cloud. 100+ active users.
- Markdrop, an open-source PDF-to-Markdown/HTML tool built on Table Transformers, Docling and XRef IDs, with LLM-generated in-place descriptions for non-textual content. 210+ stars, 25,000+ downloads.
Writing
Mostly notes on what I'm working through: relational data, post-training, evaluation, and what building things has taught me. Full archive here.
-
2026
The Jacobian lens: reading the thoughts a model hasn't said
Why the logit lens reads an echo, what "verbalizable" means, and how nine percent of a vector carries almost all of a model's thinking. -
2026
The Relational Transformer: what survives when the schema changes
Why schema-specific models can't leave home, the cell token, the four attention masks, and where zero-shot transfer actually comes from. -
2026
RelGNN: reading a database as a set of atomic routes
Why message passing goes blind on relational data, what an atomic route is, and one composite layer computed by hand.