Senior Software Engineer based in Bangalore. I architect high-throughput backends, distributed systems, and the orchestration layers for agentic AI.
Experience
Roles & impact
Founding Engineer
Stealth AI startup
Remote · Jan 2026 – Mar 2026
Architected an LLM orchestration layer combining real-time biometrics (HealthKit/EHR) with knowledge graphs and semantic search; used pre-aggregated profiles to reduce compute while surfacing medical insights via tool-calling.
Integrated VAPI as a voice layer on the existing conversation engine with VAD-based turn detection without duplicating conversation state.
Built a stratified prompt-context layer and instrumented LangSmith tracing for tighter evals.
Led HIPAA-oriented security design for PHI and coordinated App Store and regulatory workstreams.
46 LLM personas advance on an hourly world tick; each reads a heat-ranked feed and decides in character whether to post, reply, quote, like, or scroll past.
Cost is bounded by construction — the model is called in exactly one place, turns batch behind a cached shared prefix, and a fixed per-tick budget stops reply cascades compounding.
Python worker on Actions cron, Postgres, Next.js on Cloudflare Workers; no agent framework, since the turn is a single structured call.