# Carson Rodrigues > Engineering Leader & Technical Co-Founder. Ships production AI end-to-end — real-time voice agents (LiveKit, Pipecat, Deepgram, ElevenLabs), LLM pipelines (Claude, GPT-4, Gemini), MCP servers, and event-driven backends. Active Claude Code production user. Author of six peer-reviewed papers on the same systems shipped in production. Carson Rodrigues is based in Bengaluru, India, available remote-first for senior AI / FDE / staff engineering roles. Co-founder at CELABE. Previously led 6 engineers at Ôdasie. Senior Software Developer at VoiceQube where he shipped Phiny.ai (AI career prep with real-time voice mock interviews), Crosslane (career counselling platform), Northway Tech (AI voice caddie featuring 2× US Open champion Andy North), and Brilliance (10-app academic operations monorepo). Earlier: enterprise IoT at Siemens. Co-founded V3NEX, a non-profit introducing kids to GenAI. ## About - [Home — what I do](https://carsonrodrigues.com/): One-line value prop, featured projects, latest research, full experience. - [Projects — production systems, papers, OSS](https://carsonrodrigues.com/projects): Phiny.ai, Brilliance, Northway Tech, CELABE, Crosslane, SmokeMukti, Oravira; six papers; everything-claude-code merged PR; Qubekit Voice AI Server. - [Case studies — long-form deep dives](https://carsonrodrigues.com/case-studies): Six 1500-word write-ups on the AI products I shipped end-to-end. Each one walks through Problem → Constraints → Architecture → What I built → Trade-offs → Outcome. - [Timeline — the path so far](https://carsonrodrigues.com/timeline): 2026 → 2019, founder + papers + employment. - [Dashboard — career snapshot + live GitHub metrics](https://carsonrodrigues.com/dashboard): 6 papers, 5+ AI systems, 3 apps live on stores, 6 engineers led, 4+ years shipping, BITS Law, Mumbai speaker, Best Outgoing Student (CGPA 9.28). ## Case studies - [Phiny.ai — AI career-prep platform with real-time voice mock interviews](https://carsonrodrigues.com/projects/phiny): Smart Recruiter unified backend (NestJS, 516 TS files / ~101k LoC) + FastAPI WebRTC microservice (~17k LoC). Pipecat + LiveKit + Claude + ElevenLabs + Deepgram. Voice E2E p50 under 1.2s. - [Northway Tech — AI voice caddie ft. Andy North](https://carsonrodrigues.com/projects/northway): Real-time voice caddie over LiveKit + WebRTC with 40,000+ courses geospatially indexed in MongoDB. Player-history loop personalises recommendations across rounds. ElevenLabs voice cloning of 2× US Open champion Andy North. - [Brilliance — 10-app academic operations monorepo](https://carsonrodrigues.com/projects/brilliance): Hono backend + Drizzle ORM + PostgreSQL + Redis. 4,159+ TS/JSX files. Claude API for AI question generation with a faculty review queue. Live admin: dev.23yards.com. - [CELABE — AI-powered wedding & events platform](https://carsonrodrigues.com/projects/celabe): Co-founded; React Native + Next.js across iOS, Android, web. ML-powered planning, vendor marketplace, viral QR photo-sharing. Live on App Store + Play Store. - [SmokeMukti — ICMR-funded tobacco cessation app](https://carsonrodrigues.com/projects/smokemukti): React Native + Expo. Server-side AI chat (no client-embedded keys). Care-pathway state model. 1st place at AIDEC. - [Oravira — oral health × HIV care-pathway app](https://carsonrodrigues.com/projects/oravira): Same care-pathway pattern as SmokeMukti applied to a new clinical domain. Local-first storage, server-mediated AI, App Store + Play Store live. ## Research - [MCP Server Architecture Patterns (Rodrigues, 2026)](https://carsonrodrigues.com/projects#research): Design patterns for production Model Context Protocol servers — Gamma-format taxonomy, anti-patterns, cross-cutting concerns. 100% classification accuracy at ≤10 tools. - [Latency Optimization for Voice AI (Rodrigues, 2026)](https://carsonrodrigues.com/projects#research): Systems-level latency study of a production voice AI platform; concurrency between intent detection and TTS is the highest-leverage optimization. **−41.8% E2E latency.** - [ASR Intent Detection at Scale](https://carsonrodrigues.com/projects#research): Post-ASR LLM intent classifier with structured output. **41.7% → 91.7% accuracy.** - [LLM Optimization for TensorFlow](https://carsonrodrigues.com/projects#research): Evaluation framework + fine-tuning recipe. **+5.6 pp on benchmark tasks.** - [Trust in LLMs](https://carsonrodrigues.com/projects#research): Empirical trust calibration study with large language models. - [Multi-Agent Drift](https://carsonrodrigues.com/projects#research): Measuring and mitigating divergence in multi-agent systems. ## Snippets — production-tested code - [MCP server in TypeScript](https://carsonrodrigues.com/snippets/mcp-server-typescript): Minimum-viable MCP server with one tool, exposed over stdio for Claude Code / Cursor / Desktop. - [Claude streaming with prompt caching](https://carsonrodrigues.com/snippets/claude-streaming-prompt-cache): Anthropic SDK chat with cache_control on the system prompt — fastest cheapest path to a chat product. - [Claude agentic tool-use loop](https://carsonrodrigues.com/snippets/claude-tool-use-loop): Run-until-stop agent loop in TypeScript. The core of every production agent. - [Real-time voice agent (Pipecat + LiveKit)](https://carsonrodrigues.com/snippets/voice-agent-pipecat): Production voice agent — Deepgram → Claude → ElevenLabs over LiveKit WebRTC. - [LiveKit token server (Node)](https://carsonrodrigues.com/snippets/livekit-token-server): Issue short-lived JWTs for browser/mobile to join a LiveKit room. - [ASR intent detection with Claude](https://carsonrodrigues.com/snippets/intent-detection-claude): Post-ASR LLM classifier with structured output (the 41.7% → 91.7% pattern). - [RAG with Algolia + Claude rerank](https://carsonrodrigues.com/snippets/rag-claude-rerank): Hybrid retrieval (BM25 + vector) plus Claude as a relevance judge. - [n8n agentic webhook](https://carsonrodrigues.com/snippets/n8n-claude-webhook): n8n + Anthropic node config + the system prompt that works. - [Claude Code slash command](https://carsonrodrigues.com/snippets/claude-code-slash-command): Custom /commands with shell inlining. - [Claude Code pre-commit hook](https://carsonrodrigues.com/snippets/claude-code-hook): Block git commit unless lint + typecheck pass. ## Apps live on App Store + Play Store - [CELABE](https://celabe.com): AI-powered wedding & events platform. iOS, Android, web. Co-founder. - SmokeMukti — ICMR-funded tobacco cessation app. App Store + Play Store. - Oravira — oral health × HIV care-pathway app. App Store + Play Store. ## Open source - [everything-claude-code](https://github.com/affaan-m/everything-claude-code): Merged PR. 82k+ stars, 10k+ forks, 90+ contributors. Anthropic × Forum Ventures hackathon winner (NYC, 2025). - Qubekit Voice AI Server: open-source LiveKit + Pipecat + Claude + ElevenLabs + Deepgram FastAPI reference implementation. ## Contact - Calendly: https://calendly.com/rodriguescarson/new-meeting - Topmate: https://topmate.io/rodriguescarson - Email: rodriguescarson@gmail.com - WhatsApp: https://wa.me/917020286635 - LinkedIn: https://linkedin.com/in/rodriguescarson - GitHub: https://github.com/rodriguescarson - X: https://x.com/carsonmarz ## Skills Voice AI: LiveKit, Pipecat, Deepgram, ElevenLabs, WebRTC, WebSockets, SSE, real-time avatar. AI / LLMs: Claude (Anthropic SDK), GPT-4, Gemini, OpenRouter, AI SDK, RAG, vector search (Algolia), MCP servers, agentic pipelines. AI Dev Tools: Claude Code (production user + OSS contributor), MCP configs, n8n, AG-UI. Backend: Node.js, NestJS, FastAPI, Hono, Express, microservices, event-driven, BullMQ. Frontend: React, Next.js 15, React Native (Expo), Tailwind 4, shadcn/ui, Framer Motion. Data: PostgreSQL (Drizzle), MongoDB (Mongoose, geospatial), Redis, vector databases. Cloud / DevOps: AWS (EC2, S3, SQS, Lambda, Bedrock, MediaConvert, CloudFront, Route 53, RDS, ElastiCache, SES), Docker, Terraform, GitHub Actions, Google Cloud Run, Netlify, Coolify. Observability: Sentry, Prometheus, Grafana, PostHog. Languages: Python, TypeScript, JavaScript, Java, C++. ## Speaking - 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. https://workshop.carsonrodrigues.com ## Recognition - Certificate of Reviewing — European Journal of Computer Sciences and Informatics (2026). - Best Outgoing Student Award — Don Bosco College of Engineering, Goa. B.E. (Honours) Computer Engineering, CGPA 9.28.