milind.dev
  • Home
  • About
  • Projects

© 2026 Milind Prabhakar

Projects

What has Milind Prabhakar built?

Spicy Desi Voice AI Agent

in production

Voice AI agent handling inbound calls end to end for a real food truck business (Spicy Desi Chicago). Covers menu, hours, catering, and order status with confidence-based escalation to a human when the caller isn't satisfied. Built with Twilio telephony, LLM routing, and human-in-the-loop fallback. Production system serving real customers, not a prototype.

TwilioClaude APINode.jsLLM AgentsVoice AIWebhooks

AI Agents in Regulated CI/CD Pipeline

in production

Built AI agents into Capital One's universal CI/CD pipeline for automated PR review and vulnerability remediation on Java/Spring Boot apps. Scoped repository access, human-approval gates, and governance controls built for regulated banking environments. Brings AI-assisted SDLC into production at scale.

LLM AgentsJavaSpring BootCI/CDGovernanceOpenShift

career-ops: AI-Powered Job Search Pipeline

completed

Claude Code-based job search system with GPT-4o-mini LLM-as-judge resume scoring, Python scraper layer, Node.js/TypeScript API, React dashboard, and SQLite storage. Scrapes job postings, evaluates fit against resume, and surfaces high-match roles automatically.

PythonTypeScriptNode.jsReactSQLiteGPT-4o-miniLLM-as-Judge

RAG Pipeline Implementation

completed

Built a Retrieval-Augmented Generation pipeline for analyzing Airbnb-like vacation rental data. Completed 7 data analysis tasks with scoring, demonstrating proficiency in embedding generation, vector search, and LLM-powered analysis.

PythonLangChainVector DB

Portfolio + AI Chatbot

completed

Next.js portfolio with an AI assistant powered by RAG (Retrieval-Augmented Generation). Questions are embedded, matched against a knowledge base via pgvector similarity search, and answered by Claude. Includes a feedback learning loop where unanswered questions get flagged for admin review and can be added back to the knowledge base.

Next.jsTailwind CSSSupabasepgvectorClaude APIFramer Motion

Enterprise SaaS CRM/HCM Platform

completed

Building a comprehensive ADP/Workday competitor with multi-tenant architecture, Row-Level Security, and full compliance for Indian labor laws (PF, ESI, TDS) and US regulations (FLSA, FMLA). Features modular pricing with Free through Enterprise tiers and 10 add-on modules. Includes ACH (NACHA) and NEFT/RTGS/IMPS banking integrations.

Next.jsNestJSSupabasePostgreSQLTypeScript

Job Search Application

completed

Next.js application with Workday-inspired design featuring debounced filters (300ms), sponsorship tracking, server-side pagination (20/page), skeleton loading states, and a stats strip showing sponsorship counts. Built with clean, responsive UI using Tailwind CSS.

Next.jsTypeScriptTailwind CSS