Featured Infrastructure & AI

A curated collection of my recent architectures in AI engineering, robust backend systems, and pipeline automation. Each project demonstrates a commitment to intelligent design, massive scalability, and clean component architecture.

01

Yuno AgentForge: AI Agent Orchestration Platform

Built Yuno AgentForge, an AI Agent Orchestration Platform to build, connect, run, and monitor teams of AI agents. Created for the Yuno AI Engineer hiring challenge. Features a visual Workflow Builder (ReactFlow), real-time Monitor with WebSocket log streaming, live Telegram integration (@yuno_agentforge_user_bot), and smart cross-workflow routing when users ask questions on the wrong workflow. Two pre-built workflows: Payment Failure Investigator (Orchestrator → Payment Analyst → Response Writer with lookup_payment & get_retry_recommendation tools) and Customer Support Router (Support Router → General Support Agent for FAQs). Example flow: a user asks "Why did my payment fail for order ORD-1002?" The orchestrator classifies intent, hands off to the Payment Analyst (tool calls against a SQLite knowledge base), then the Response Writer drafts the reply. Every agent start, tool call, result, and token count streams live to the Monitor panel. Backend: FastAPI + LangGraph executor, SQLite/SQLModel, OpenAI or Anthropic. Frontend: React + Vite Agent Studio (Dashboard, Agents, Workflows, Builder, Monitor, Channels). Deployed on Render with Docker Compose for local dev.

LangGraphFastAPIPythonReact+12 more
02

Healthcare: Automated Outbound Voice & Post-Event Follow-up Platform

Architected and deployed a production-grade, multi-tenant AI-powered voice automation platform that enables hospitals to automatically schedule and conduct post-surgery and clinical event follow-up calls using intelligent conversational agents. The system integrates event-driven backend microservices with conversational AI voice agents to autonomously collect structured recovery data (e.g., wound healing status, symptom progression, patient feedback) without manual intervention. Built a scalable scheduling engine that triggers AI calls automatically based on hospital events (e.g., surgery completion) or allows administrators to schedule immediate or future calls via a secure dashboard. Implemented patient identity verification flows, dynamic variable injection, contextual conversation control, fallback handling, and structured JSON output extraction. Designed a robust backend architecture with normalized database schemas (patients, call_jobs, call_sessions, call_transcripts, call_reviews, tenants) ensuring scalability, auditability, and multi-tenant isolation. Integrated Twilio telephony with region-specific voice synthesis (UK/India accents via ElevenLabs), conversational orchestration via VAPI, webhook-based automation via n8n, and real-time data persistence through event-driven APIs. Enabled call transcript storage, structured AI-generated clinical summaries, call recordings, and review workflows through a full-stack dashboard with human-in-the-loop validation.

ReactNode.jsExpressPostgreSQL+9 more
Production deployment. Architecture walkthrough available on request.
03

Healthcare: Real-Time Voice Assistant for Appointment Booking & Management

Designed and deployed a production-grade conversational AI voice assistant that automates hospital appointment booking, rescheduling, cancellation, and doctor availability inquiries in real time, replacing traditional call-center workflows. Integrated Twilio telephony with VAPI-based conversational orchestration, ElevenLabs multi-region voice synthesis (UK/India accents), and Deepgram speech processing to deliver natural, human-like voice interactions at scale. Engineered deterministic conversational flows with tool-based execution logic, enabling the AI agent to securely communicate with existing hospital SaaS backend microservices via webhooks. Implemented real-time API integrations for patient lookup, doctor discovery, department navigation, slot availability checks, and instant booking confirmations, all without frontend dependency. Built secure patient identity verification using phone-number-based lookup and DOB validation. Designed intelligent fallback handling, slot unavailability negotiation, contextual query routing, and structured confirmation workflows. Architected the backend with scalable microservices (Spring Boot), PostgreSQL persistence, Redis caching, and workflow automation (n8n) to ensure low-latency responses and high concurrency. The system supports parallel call handling, cutting wait times from 30+ minutes to near-zero and significantly reducing operational load on human call centers. This platform transformed appointment management into a scalable, AI-driven, real-time conversational experience fully integrated with enterprise healthcare systems.

JavaSpring BootMicroservices ArchitecturePostgreSQL+7 more
Production deployment. Architecture walkthrough available on request.
04

Intelligent Document Processing (IDP) Pipeline for Automated GRN & Invoice Reconciliation

Designed and implemented a production-grade Intelligent Document Processing (IDP) workflow that automates end-to-end Goods Receipt Note (GRN) creation from vendor invoices, eliminating manual data entry for warehouse operations. Built a fully automated pipeline that reads vendor invoices directly from Outlook via scheduled jobs, extracts Purchase Order references, downloads attachments, and processes them through Azure Document Intelligence (OCR). Implemented custom pre-processing logic to normalize unstructured invoice layouts before OCR to improve header detection and extraction accuracy. Due to inconsistencies in vendor formats, engineered a hybrid extraction system combining: • Azure OCR table extraction • Pattern-based backend cleaning & normalization • LLM-powered structured data correction using Azure OpenAI (LangChain pipeline) Developed dynamic GST-based invoice pattern detection to apply vendor-specific cleaning rules and prompt tuning. Implemented data standardization logic for HSN codes, expiry formats, tax fields, quantity normalization, and intelligent splitting of free-of-cost (FOC) line items with cost adjustments. Architected a deterministic reconciliation engine in Spring Boot microservices to match extracted invoice items with master PO data using multi-stage filtering (cost price, HSN code) followed by semantic scoring for item-name resolution. Designed a confidence-based scoring system to identify the most accurate PO match. Integrated the pipeline with existing backend GRN services, enabling automated GRN creation, partial extraction state handling, error recovery workflows, and a human-in-the-loop validation dashboard. Improved warehouse processing capacity from ~50 GRNs/day to 500+ GRNs/day (10x throughput) with 95%+ structured extraction accuracy, significantly reducing manual effort and increasing data reliability. This system transformed a manual, time-intensive warehouse operation into a scalable AI-driven document automation workflow.

PythonFastAPILangChainAzure OpenAI+7 more
Production deployment. Architecture walkthrough available on request.
05

Healthcare Agent System: Large Context Handling in Agentic Systems

Designed a multi-agent healthcare system that enables seamless context sharing between appointment and pre-assessment agents. Implemented dynamic token-aware context management, chunked tool output handling, and adaptive memory persistence to overcome LLM context limits.

FastAPIOpenAI APILangChainPostgreSQL (Supabase)+2 more
06

QuickPoll: Real-Time Opinion Polling Platform

Built a real-time polling app where users can create polls, vote, and like with live updates using Next.js, FastAPI, WebSockets, PostgreSQL, and Redis. Includes JWT authentication and live broadcast updates.

Next.jsTypeScriptFastAPIWebSockets+2 more
07

Healthcare: EMR Natural Language Query Interface

Designed a secure NLQ engine for EMR databases using LangChain, Azure OpenAI, and FastAPI, enabling doctors to query structured clinical data in plain English.

PythonLangChainAzure OpenAIFastAPI+1 more
08

Healthcare: AI Charting & Discharge Automation

Developed AI pipelines using Whisper and RAG to transcribe consultations and generate structured EHR entries and discharge summaries, deployed through Spring Boot REST APIs.

PythonWhisperRAGSpring Boot+1 more
Production deployment. Architecture walkthrough available on request.
09

Healthcare: AI-Powered Patient Summaries

Implemented real-time RAG pipelines that deliver top-5 patient insights before appointments, improving decision-making and clinician efficiency.

FastAPIPostgreSQLKafkaLangChain+1 more
Production deployment. Architecture walkthrough available on request.

Production deployments are summarized here under confidentiality. Architecture walkthroughs available on request.

Let's Connect