Production voice AI agents, LLM pipelines, MCP servers, and event-driven backends serving 40,000+ locations — paired with six research papers on the same systems (one accepted at ICANN 2026). Active Claude Code production user, heavy n8n automator, and long-time tinkerer with anything that puts an LLM on the critical path.
Real-time AI mock interviews with low-latency voice, LLM-driven resume tailoring per JD, job matching, and university partnerships. Smart Recruiter unified backend.
516 TS files / ~101k LoC~17k LoC Python WebRTC microservice
Real-time AI voice mock interviews — Pipecat + LiveKit + Claude + ElevenLabs + Deepgram
LLM-driven resume tailoring per JD with RAG over candidate documents
End-to-end 10-app monorepo for Indian junior colleges preparing students for JEE / NEET / CLAT / IPMAT. Web + mobile + backend + AI question generation.
AI Voice Caddie ft. Andy North (2× US Open Champion)
Senior Software Developer · VoiceQube
Voice-enabled golf companion: hands-free course navigation, contextual AI shot recommendations from course / weather / player history, AI shot recording with analytics.
Real-time voice caddie via LiveKit + WebRTC stack
MongoDB geospatial indexing for live GPS course position
AWS Lambda + MediaConvert for shot video capture and processing
Production-grade across 40,000+ golf courses (event-driven backend)
Voice + intent stack with Anthropic Claude in the loop
Behavior-change app for tobacco cessation funded by the Indian Council of Medical Research (ICMR). Personalized AI chat coach, progress tracking, goal setting, and 24/7 motivation pathway. Built under guidance of Dr. Anil V. Ankola; ICMR STS-backed research project.
1st Place AIDEC3rd Place AIDECICMR STS
Personalized AI chat coach with server-side key handling (Apple-compliant)
Care-pathway with goal setting, progress tracking, motivation, flexibility
ICMR STS-funded research project; psychometric analysis and UX study
Award-winning: AIDEC 1st place, 3rd place, plus ICMR Short-Term Studentship
Mobile app at the intersection of oral health and HIV care — behavior change and care-pathway tooling for an underserved patient population. Same care-pathway pattern as SmokeMukti, applied to a new clinical domain.
Care-pathway design adapted from SmokeMukti to oral-health × HIV intersection
Live on both App Store and Google Play
Built on Expo / React Native with Redux Toolkit and React Navigation 6
iOS build via EAS; Apple-compliant data and login flows
Four live demos exploring 'all UI will be AI' on CopilotKit Cloud — a gym buddy with persistent state, a generative dashboard the agent assembles from a brief, a meta-tool that authors useCopilotAction definitions live, and voice-driven profile building. Plus a React Native + Expo client talking to the wire-only AG-UI protocol.
4 web routes + Expo mobile11 parallel PRs shipped
Generative dashboard — agent picks chart types, KPIs, filters from a natural-language brief; widgets stream onto the canvas as tool calls return
CopilotKit Studio — meta-tool where the agent authors useCopilotAction definitions live and previews them in a sandbox
Voice onboarding — hands-free fitness profile via Web Speech API; transcript streams to CopilotKit which calls per-field tools
React Native + Expo client over the wire-only AG-UI protocol via @assistant-ui/react-native — same agent backend, native surface
Persistence layer, per-exercise progress tracker, curated GIPHY map, editorial dark design system, global studio nav
Full-stack relationship platform for couples — mobile (Expo) plus a web presence on Cloudflare, backed by Supabase. Albums, love letters, mood tracking, date planning, mediation, and weekly stories, with opt-in AI helpers for quizzes, translation, and writing.
AI-native architecture — Groq for fast couples-specific prompts, Claude for safety-critical paths; AI features opt-in and configurable
Supabase Realtime for live shared albums, notes, and couple-specific collaboration
Multilingual from day one — 8 locales (en, es, pt, hi, tl, ar, ko, fr) including RTL
Rich feature set: albums, love letters, games, mood tracking, date planning, gift ideas, mediation, memory books, weekly story generation
Web on Cloudflare (Astro + Workers) + mobile via Expo over a shared Postgres backend with edge functions
Privacy-first mental-wellness app — journaling, mood tracking, breathing and grounding exercises, and an AI support companion with safety guardrails. All data stays on-device by default; nothing syncs to a backend.
AI mental-health companion on Groq (Llama 3.3 70B) with a guardrailed system prompt that refuses diagnoses, medication advice, and harmful content
Crisis-signal detection auto-surfaces SOS resources; prompt-injection hard refusal and per-message clamping at the edge
Breathing and 5-4-3-2-1 grounding exercises animated with Reanimated 4
Daily mood check-ins with streak tracking and trend visualization
Privacy-first — chat, mood, journal, and check-in data stored locally, with one-tap erase
React Native (Expo 54)
React 19
Expo Router
Reanimated 4
Vercel Edge Functions
Groq (Llama 3.3 70B)
Firebase Auth
TypeScript
FoodieMamaPrivate
Curated restaurant & street-food discovery
Independent build · 2026
Location-based food discovery app surfacing restaurants, hotels, and street-food spots curated by a food traveler. Map-based discovery, saved lists, an AI dining concierge, photo/review contributions, and in-app payments.
Google Maps integration — geolocation, nearby spot discovery, and direct navigation
AI dining concierge over a Vercel-hosted chat API for location-aware recommendations
Influencer-curated spots with Firestore seed pipeline; photo uploads, reviews, and saved lists
Google OAuth + Firebase auth across Web, iOS, and Android
Stripe React Native integration for in-app payments
React Native (Expo 54)
React 19
react-native-maps
Google Maps API
Firebase (Auth + Firestore)
Vercel Functions
Stripe
Styled Components
TypeScript
02 · Research
Papers & Publications
Six research papers on the AI systems I ship — one accepted at ICANN 2026 (Voice AI latency), the rest under review: intent detection, MCP architecture, LLM optimization, trust, and multi-agent drift.
Paper · 2026
−41.8% E2E latency
Latency Optimization for Voice AI
Systems-level latency study of a production voice AI platform (ElevenLabs TTS + Anthropic Claude intent + NestJS over WebSocket). Concurrency between intent detection and TTS is the highest-leverage optimization, not per-stage speed.
✓ Accepted · ICANN 2026 (Padua, Italy)
Paper · 2026
Pattern catalogue
MCP Server Architecture Patterns
Design patterns for production MCP servers — Gamma-format taxonomy, anti-patterns, cross-cutting concerns. 100% classification accuracy at ≤10 tools; Proxy Aggregator pattern when tool count exceeds threshold.
Under review · target ACM / IEEE Software
Paper · 2026
41.7% → 91.7% accuracy
ASR Intent Detection at Scale
Using LLMs as a post-ASR intent classifier on noisy production transcripts. Prompt + structured-output classifier tested across ~120 prompt variants. Lifted intent accuracy without retraining the base ASR.
Under review · target EMNLP / IEEE NLP
Paper · 2026
+5.6 percentage points
LLM Optimization for TensorFlow
Evaluation framework and fine-tuning recipe lifting benchmark task performance by 5.6 pp. Translates research improvements into production systems.
Under review · target NeurIPS / IEEE TNNLS
Paper · 2026
Empirical study
Trust in LLMs
Trust calibration with large language models — user perspectives on reliability, transparency, and accountability. Submission complete.
Paper · 2026
Drift mitigation
Multi-Agent Drift
Measuring and mitigating divergence in multi-agent systems. Framework for detecting drift across coordinated LLM agents.
03 · Building with Claude · AI · Automation
The agentic dev workflow
Claude Code in the daily build/test/ship loop, MCP servers in production, n8n orchestration, and real-time AI avatars. AI is the work, not a side project.
n8n LLM Orchestration · Ôdasie
Heavy n8n automation for LLM agent orchestration, API integrations, and approval workflows. Cut release cycles from weeks to hours via AWS infrastructure automation (EC2, S3, SQS, Lambda, Bedrock) plus Netlify, Coolify, GitHub Actions.
n8nClaudeAWSGitHub ActionsCoolify
MCP Servers in Production
6+ months of production MCP usage on real workloads at Ôdasie, then formalized into a paper on MCP Server Architecture Patterns (under review).
MCPClaudeTypeScriptPython
Real-Time AI Avatars
Built bi-directional voice + video + data avatar experiences using LiveKit + WebRTC at Ôdasie. Live talking AI avatars wired into customer onboarding and demos.
LiveKitWebRTCPipecatClaudeElevenLabs
BITS Law, Mumbai · AI for Marketing Masterclass
3-hour technical workshop: creative AI tooling, content + distribution automation, zero-code CRM pipelines, hands-on with LLM and image-gen tools.
WorkshopSpeakingClaudeImage-gen
04 · Open Source
Open Source & Tools
Reference implementations and tools — the voice AI server you can clone, a competitive-programming workspace, real-time document chat.
Open-source LiveKit + Pipecat + Claude + ElevenLabs + Deepgram FastAPI reference implementation — SSE streams, JWT, runtime data exchange, React test client. The voice stack you can clone and ship.
Live, hands-on technical workshops on AI tooling and production patterns.
Speaking
3-hour technical workshop
AI for Marketing Masterclass
BITS Law, Mumbai
Hands-on technical workshop for a mixed-seniority audience on creative AI tooling, content + distribution automation, zero-code CRM pipelines, and live builds with LLM and image-gen tools.
Live walk-through: prompt engineering, content automation, zero-code CRM
Hands-on with LLMs (Claude, GPT-4) and image-gen tools
Q&A on production AI patterns and what actually works
Beyond Engineering: Navigating Opportunities for Personal & Professional Growth
Don Bosco College of Engineering, Goa · Alumni Interaction
Returned to my alma mater as an alumnus to talk first-year Computer Engineering students through everything beyond the syllabus — clubs, internships, hackathons, open source, networking, and personal projects — and how each one compounds into real opportunities.
Why engineering is the foundation, not the ceiling — building a multi-dimensional profile
Clubs, 6+ internships, hackathons (Smart India Hackathon), 20+ courses, and open-source contribution
Turning classwork into shipped personal projects, plus balancing it all without burning out
Don Bosco College of Engineering, Goa · 1st-year CS
Introductory session for first-year Computer Engineering students on building apps and websites with React and React Native — from what the frameworks are, to running my own hosted projects and live apps on a phone, to why the skill pays off for hackathons and placements.
What React & React Native are, demoed with hosted sites and apps running live on a phone
Walked through real project code and how to run an app on your own device
Shared a beginner-to-pro React Native roadmap and notes covering everything we built
European Journal of Computer Sciences and Informatics
Evaluated a manuscript as part of the peer review process — contributing to research quality in computer science and informatics.
Recognition
B.E. (Hons), Computer Engineering · CGPA 9.28
Best Outgoing Student Award
Don Bosco College of Engineering, Goa
Chairman of C-Codes (Students' Council) — organised INSPIRUS 2K21, two-day national tech event with 300+ participants.
Recognition
2023
Runners-up · Rio Designeiro UI/UX Designathon
Technix 2023 · Goa College of Engineering (Govt. of Goa)
Placed 2nd designing a furniture-selling app end-to-end with my team (Siddhesh Kamath, Germano D'Costa) — a unique, user-first solution delivered under competition time pressure.
07 · Earlier
Earlier Work
Enterprise IoT before voice AI; non-profit GenAI education before founding.