AVAILABLE FOR OPPORTUNITIES
// ai & ml engineer · delhi, india

Harshit
Rai

Building intelligent systems that ship to production

I design and build production-grade AI/ML systems — from fine-tuned LLMs and multi-agent RAG pipelines to fully deployed MLOps platforms on Kubernetes. I obsess over the full stack: model training, API design, DevSecOps, and GitOps.

12+
projects shipped
4+
years experience
96%
test pass rate
K8s
production deploys
scroll to explore
// 01. about me
Who I Am

I'm Harshit Rai, an AI/ML Engineer from Delhi, India. I build end-to-end intelligent systems — from training LoRA fine-tuned models to shipping production-ready APIs on Kubernetes with full CI/CD pipelines.

My sweet spot is at the intersection of AI/ML, backend engineering, and DevOps. I've shipped multi-agent RAG systems, multilingual NLP microservices, AI talent platforms, and secure MLOps APIs — all fully containerized and cloud-deployed.

Currently building a SaaS product for automated competitive intelligence for dev teams, and always looking for interesting problems to solve.

locationDelhi, India
emaildev.harshitrai@gmail.com
githubgithub.com/Harshitraiii2005
linkedinlinkedin.com/in/harshitrai20
focusAI/ML · LLMs · MLOps · DevOps
// TECHNICAL JOURNEY
AI/ML Engineer
Production AI Systems · 2025 – Present
Building multi-agent RAG systems, fine-tuned LLMs, and enterprise MLOps pipelines deployed on Kubernetes with ArgoCD GitOps.
Backend & DevOps
FastAPI · Docker · Jenkins · AWS · 2024 – Present
Shipping production-grade APIs with full DevSecOps: SAST scanning, container hardening, Prometheus monitoring, and K8s HPA.
Open Source & Learning
LangChain · LangGraph · PyTorch · Groq
Exploring and documenting the AI/LLM ecosystem — from chain patterns to multi-agent orchestration frameworks.
// 02. experience
Professional Experience
Hands-on ML engineering, production deployment, and observability delivered from a fast-paced internship.
// 2025 Internship
Machine Learning Engineer (Intern)
Brainwave Matrix Solutions · Noida · Jul 2025 – Sep 2025
• Developed and deployed end-to-end ML models for data pipeline processing using Python and TensorFlow; achieved ~45% performance gain via pruning and quantization.

• Built scalable Docker + Kubernetes deployment pipelines with automated GitHub Actions CI/CD for model testing, versioning, and release; reduced deployment time by 60%.

• Implemented model monitoring using Prometheus and Grafana; maintained 99.9% uptime across deployed services.
// 03. projects
Things I've Built
12 projects shipped across AI/ML, DevOps, and backend engineering.
★ Top Projects — Live in Production
01 · FLAGSHIP LIVE ON RENDER
Legal Contract Pipeline
LangGraph · FastAPI · Pinecone · PostgreSQL · Celery/Redis · React · Jenkins · MLflow · Kubernetes · Node.js · Go · Vercel AI SDK · Express.js
  • Automated first-pass legal review via a 5-agent workflow (Extractor, Scorer, Compliance Checker, Redliner, Writer) using LangGraph-based task decomposition & reasoning loops.
  • Improved risk-assessment accuracy by grounding LLM outputs in precedent — RAG with Pinecone retrieves top-3 similar historical clauses for context augmentation.
  • Enforced production quality by gating deployments on a 60%+ calibration accuracy threshold via Jenkins + MLflow evaluation harness against a golden dataset.
5-Agent Workflow 60%+ Accuracy Gate RAG · Top-3 Clauses
02 · FLAGSHIP LIVE ON VERCEL
Autonomous DevOps Helpdesk Agent
Python · LangChain-style Agents · FastAPI · SQLite · Vector Store · Kubernetes · Jenkins
  • Reduced incident response time by building an autonomous agent that performs planning, tool calling, and reasoning over service registries, runbooks, and live alerts.
  • Eliminated unsafe autonomous actions with a tiered safety-guard system — auto-approving read-only calls and routing all state-mutating actions for manual sign-off.
  • Achieved full audit traceability via parallel tool-calling with an immutable, append-only Postgres audit log (revoked UPDATE/DELETE).
Human-in-the-Loop Parallel Multi-threading Immutable Audit Log
03 · FLAGSHIP LIVE ON VERCEL
DevIntel — Competitive Intelligence Pipeline
FastAPI · Next.js · PostgreSQL · Redis · Playwright · Claude/GPT-4o/Groq · Docker
  • Built a full-stack SaaS pipeline that monitors competitor URLs on a schedule, detects changes via SHA-256 hashing, and generates structured LLM intelligence reports.
  • Automated multi-channel delivery of reports (Slack, Email, Webhook) via Redis/RQ async job queue and APScheduler-based cron scheduling.
  • Reduced manual competitive-tracking effort by an estimated 3–5 hours per week per engineering team through end-to-end automation.
SHA-256 Change Detection 3–5 hrs/week saved Multi-channel Delivery
04 · FLAGSHIP RESEARCH PROJECT
IntelliAssist — RAG-Enhanced Virtual Assistant
PyTorch · Hugging Face · FAISS · LoRA · Whisper · Gradio · Docker
  • Improved context relevance 3.4× over a vanilla RAG baseline via hybrid FAISS dense + BM25 keyword search, MMR diversity ranking, and cross-encoder reranking.
  • Reduced fine-tuning parameter count by 95% applying LoRA adapters to GPT-2, achieving 96% pass rate across 25 evaluation cases with structured-output validation.
  • Delivered sub-200ms average response latency via a multimodal interface (Whisper speech-to-text, Edge TTS) with hallucination-detection fallback logic.
3.4× Context Relevance 96% Pass Rate 95% Param Reduction
// All Projects
PaperIntel AI — Research Paper Analyzer
Multi-agent AI platform for research paper analysis using LangGraph orchestration. Automatically summarizes papers, detects methodology flaws, generates insights, compares related work, and produces PPTX presentations. Deployed with FastAPI, PostgreSQL (Neon), Redis caching, and S3 vector storage.
PythonLangGraphFastAPI FAISSMulti-Agent Groq LLMDocker K8sArgoCD
Indic NLP Microservice
Production-grade multilingual NLP microservice for English, Hindi, and Hinglish text. Performs sentiment analysis (5-star BERT) and zero-shot topic classification (mDeBERTa). Batch processes up to 20 texts per request with async Redis logging. Deployed on AWS with full Kubernetes + HPA.
FastAPIHuggingFacePyTorch BERTmDeBERTa DockerK8sAWS EC2
HireSparkAI — Talent Intelligence Platform
Enterprise-grade AI talent platform with dual RAG pipelines — one for freshers (0–3 yrs), one for experienced candidates (3+ yrs). Features explainable AI matching, interview question generation, resume optimization, and facial emotion recognition. Full GitOps via ArgoCD + Jenkins CI/CD.
FastAPIFAISSPrefect LangChainGroq ArgoCDJenkinsAWS
Secure MLOps Recommendation API
Production-grade Neural Collaborative Filtering recommendation engine with full DevSecOps hardening. Trained on MovieLens 100k. Security pipeline: Bandit SAST + Trivy image scanning + Dockle + Cosign signing. Includes MLflow experiment tracking, Prometheus metrics, and load testing via Locust.
PyTorchFastAPIMLflow NCFDevSecOps TrivyCosignK8s
LangChain Chain Patterns — 10 Implementations
Comprehensive guide and working implementations of 10 LangChain chain patterns — from traditional to memory chains, router to tool-use agents. Each pattern includes working code, ASCII graph visualizations, and detailed documentation. Built with Groq LLM backend.
PythonLangChainGroq SequentialRouter MemoryTool Chains
07 · LIVE
DocuScribe — AI Document Processor
Intelligent document processor extracting structured insights from PDFs/images using Claude vision API. Generates SRT subtitles from video transcripts, auto-tags documents, and exports to multiple formats. Built with async Celery task queue and Redis caching. Handles 100+ docs/day in production.
PythonClaude Vision APICelery RedisLLM APIs DockerAWS
TurboLearn — Adaptive Learning Platform
Full-stack e-learning platform with AI-powered personalized learning paths using LLMs. Features spaced repetition (SM-2 algorithm), progress analytics, AI tutoring chat, and curated content recommendations. Next.js + FastAPI + PostgreSQL. Handles 2,000+ concurrent users with sub-200ms latency.
Next.jsFastAPIPostgreSQL LLMMemoryTool Chains
DevIntel — Automated Competitive Intelligence
Monitors competitor URLs on a schedule, detects changes via SHA-256 hashing + diff, sends diffs to an LLM (Claude/GPT-4o/Groq), and delivers structured reports via Slack, email (Resend), or webhook. Built on FastAPI, Next.js, PostgreSQL, Redis + RQ, Playwright, and JWT auth.
PythonNext.jsFastAPI PostgreSQLRedisPlaywright LLM ReportsSaaS
10 · AGENTIC · LIVE
DevOps Helpdesk Autonomous Agent
Autonomous DevOps agent parsing infra alerts, reasoning over conflicts, and executing safe actions automatically. Freezes state-mutating actions behind a human approval gate. Supports parallel multi-service execution via thread pools with full ID-correlated audit logs.
Tier-2Human Approval Gate
ParallelMulti-service Exec
Full AuditCorrelation IDs
PythonFastAPISQLite Vector Store (RAG)Groq LLM ThreadPoolExecutorReact JenkinsKubernetes
Python Q&A Assistant
Production RAG system answering Python programming questions grounded in 50k Stack Overflow pairs. Embeds queries with all-MiniLM-L6-v2, retrieves top-K matches from ChromaDB, and generates answers via Groq. Features async FastAPI and health-check Docker Compose.
50k DocsGrounded Corpus
~700msAvg Latency
Source-citedGrounded Answers
PythonFastAPIChromaDB Sentence-TransformersGroq RAGDockerpytest
PaperIntel AI — Research Paper Analyzer
Multi-agent AI platform for research paper analysis using LangGraph orchestration. Automatically summarizes papers, detects methodology flaws, generates insights, compares related work, and produces PPTX presentations. Deployed with FastAPI, PostgreSQL (Neon), Redis caching, and S3 vector storage.
PythonLangGraphFastAPI FAISSMulti-Agent Groq LLMDocker K8sArgoCD
Indic NLP Microservice
Production-grade multilingual NLP microservice for English, Hindi, and Hinglish text. Performs sentiment analysis (5-star BERT) and zero-shot topic classification (mDeBERTa). Batch processes up to 20 texts per request with async Redis logging. Deployed on AWS with full Kubernetes + HPA.
FastAPIHuggingFacePyTorch BERTmDeBERTa DockerK8sAWS EC2
HireSparkAI — Talent Intelligence Platform
Enterprise-grade AI talent platform with dual RAG pipelines — one for freshers (0–3 yrs), one for experienced candidates (3+ yrs). Features explainable AI matching, interview question generation, resume optimization, and facial emotion recognition. Full GitOps via ArgoCD + Jenkins CI/CD.
FastAPIFAISSPrefect LangChainGroq ArgoCDJenkinsAWS
Secure MLOps Recommendation API
Production-grade Neural Collaborative Filtering recommendation engine with full DevSecOps hardening. Trained on MovieLens 100k. Security pipeline: Bandit SAST + Trivy image scanning + Dockle + Cosign signing. Includes MLflow experiment tracking, Prometheus metrics, and load testing via Locust.
PyTorchFastAPIMLflow NCFDevSecOps TrivyCosignK8s
LangChain Chain Patterns — 10 Implementations
Comprehensive guide and working implementations of 10 LangChain chain patterns — from traditional to memory chains, router to tool-use agents. Each pattern includes working code, ASCII graph visualizations, and detailed documentation. Built with Groq LLM backend.
PythonLangChainGroq SequentialRouter MemoryTool Chains
07 · LIVE
DocuScribe — AI Document Processor
Intelligent document processor extracting structured insights from PDFs/images using Claude vision API. Generates SRT subtitles from video transcripts, auto-tags documents, and exports to multiple formats. Built with async Celery task queue and Redis caching. Handles 100+ docs/day in production.
PythonClaude Vision APICelery RedisLLM APIs DockerAWS
TurboLearn — Adaptive Learning Platform
Full-stack e-learning platform with AI-powered personalized learning paths using LLMs. Features spaced repetition (SM-2 algorithm), progress analytics, AI tutoring chat, and curated content recommendations. Next.js + FastAPI + PostgreSQL. Handles 2,000+ concurrent users with sub-200ms latency.
Next.jsFastAPIPostgreSQL LLMMemoryTool Chains
DevIntel — Automated Competitive Intelligence
Monitors competitor URLs on a schedule, detects changes via SHA-256 hashing + diff, sends diffs to an LLM (Claude/GPT-4o/Groq), and delivers structured reports via Slack, email (Resend), or webhook. Built on FastAPI, Next.js, PostgreSQL, Redis + RQ, Playwright, and JWT auth.
PythonNext.jsFastAPI PostgreSQLRedisPlaywright LLM ReportsSaaS
10 · AGENTIC · LIVE
DevOps Helpdesk Autonomous Agent
Autonomous DevOps agent parsing infra alerts, reasoning over conflicts, and executing safe actions automatically. Freezes state-mutating actions behind a human approval gate. Supports parallel multi-service execution via thread pools with full ID-correlated audit logs.
Tier-2Human Approval Gate
ParallelMulti-service Exec
Full AuditCorrelation IDs
PythonFastAPISQLite Vector Store (RAG)Groq LLM ThreadPoolExecutorReact JenkinsKubernetes
Python Q&A Assistant
Production RAG system answering Python programming questions grounded in 50k Stack Overflow pairs. Embeds queries with all-MiniLM-L6-v2, retrieves top-K matches from ChromaDB, and generates answers via Groq. Features async FastAPI and health-check Docker Compose.
50k DocsGrounded Corpus
~700msAvg Latency
Source-citedGrounded Answers
PythonFastAPIChromaDB Sentence-TransformersGroq RAGDockerpytest
PaperIntel AI — Research Paper Analyzer
Multi-agent AI platform for research paper analysis using LangGraph orchestration. Automatically summarizes papers, detects methodology flaws, generates insights, compares related work, and produces PPTX presentations. Deployed with FastAPI, PostgreSQL (Neon), Redis caching, and S3 vector storage.
PythonLangGraphFastAPI FAISSMulti-Agent Groq LLMDocker K8sArgoCD
Indic NLP Microservice
Production-grade multilingual NLP microservice for English, Hindi, and Hinglish text. Performs sentiment analysis (5-star BERT) and zero-shot topic classification (mDeBERTa). Batch processes up to 20 texts per request with async Redis logging. Deployed on AWS with full Kubernetes + HPA.
FastAPIHuggingFacePyTorch BERTmDeBERTa DockerK8sAWS EC2
HireSparkAI — Talent Intelligence Platform
Enterprise-grade AI talent platform with dual RAG pipelines — one for freshers (0–3 yrs), one for experienced candidates (3+ yrs). Features explainable AI matching, interview question generation, resume optimization, and facial emotion recognition. Full GitOps via ArgoCD + Jenkins CI/CD.
FastAPIFAISSPrefect LangChainGroq ArgoCDJenkinsAWS
Secure MLOps Recommendation API
Production-grade Neural Collaborative Filtering recommendation engine with full DevSecOps hardening. Trained on MovieLens 100k. Security pipeline: Bandit SAST + Trivy image scanning + Dockle + Cosign signing. Includes MLflow experiment tracking, Prometheus metrics, and load testing via Locust.
PyTorchFastAPIMLflow NCFDevSecOps TrivyCosignK8s
LangChain Chain Patterns — 10 Implementations
Comprehensive guide and working implementations of 10 LangChain chain patterns — from traditional to memory chains, router to tool-use agents. Each pattern includes working code, ASCII graph visualizations, and detailed documentation. Built with Groq LLM backend.
PythonLangChainGroq SequentialRouter MemoryTool Chains
07 · LIVE
DocuScribe — AI Document Processor
Intelligent document processor extracting structured insights from PDFs/images using Claude vision API. Generates SRT subtitles from video transcripts, auto-tags documents, and exports to multiple formats. Built with async Celery task queue and Redis caching. Handles 100+ docs/day in production.
PythonClaude Vision APICelery RedisLLM APIs DockerAWS
TurboLearn — Adaptive Learning Platform
Full-stack e-learning platform with AI-powered personalized learning paths using LLMs. Features spaced repetition (SM-2 algorithm), progress analytics, AI tutoring chat, and curated content recommendations. Next.js + FastAPI + PostgreSQL. Handles 2,000+ concurrent users with sub-200ms latency.
Next.jsFastAPIPostgreSQL LLMMemoryTool Chains
DevIntel — Automated Competitive Intelligence
Monitors competitor URLs on a schedule, detects changes via SHA-256 hashing + diff, sends diffs to an LLM (Claude/GPT-4o/Groq), and delivers structured reports via Slack, email (Resend), or webhook. Built on FastAPI, Next.js, PostgreSQL, Redis + RQ, Playwright, and JWT auth.
PythonNext.jsFastAPI PostgreSQLRedisPlaywright LLM ReportsSaaS
10 · AGENTIC
DevOps Helpdesk Autonomous Agent
Autonomous DevOps agent parsing infra alerts, reasoning over conflicts, and executing safe actions automatically. Freezes state-mutating actions behind a human approval gate. Supports parallel multi-service execution via thread pools with full ID-correlated audit logs.
Tier-2Human Approval Gate
ParallelMulti-service Exec
Full AuditCorrelation IDs
PythonFastAPISQLite Vector Store (RAG)Groq LLM ThreadPoolExecutorReact JenkinsKubernetes
Python Q&A Assistant
Production RAG system answering Python programming questions grounded in 50k Stack Overflow pairs. Embeds queries with all-MiniLM-L6-v2, retrieves top-K matches from ChromaDB, and generates answers via Groq. Features async FastAPI and health-check Docker Compose.
50k DocsGrounded Corpus
~700msAvg Latency
Source-citedGrounded Answers
PythonFastAPIChromaDB Sentence-TransformersGroq RAGDockerpytest
// 04. skills
Tech Stack
Core strengths across Generative AI, Cloud Infrastructure, MLOps, backend systems, and vector search.
Generative AI / LLM
ML / DL / AI92%
LLM Fundamentals91%
RAG / Retrieval90%
Agentic AI91%
Transformers / Attention90%
Embeddings & Chunking88%
Fine-Tuning / LoRA88%
Cloud, DevOps & MLOps
Terraform92%
Kubernetes / Docker91%
AWS90%
Jenkins CI/CD90%
DevOps / DevSecOps90%
Airflow / Kafka86%
Backend & Data
Python95%
FastAPI92%
Celery / Redis / RQ89%
GoLang85%
PostgreSQL88%
MySQL / MongoDB85%
Vector Search & RAG
FAISS / ChromaDB90%
Pinecone / Weaviate88%
Hybrid Search / Reranking87%
LangChain / LlamaIndex88%
MLOps & Observability
MLflow88%
DVC85%
Prometheus / Grafana82%
Git / GitHub90%
Frontend
React / Next.js75%
HTML5 / CSS3 / Tailwind70%
Playwright E2E Testing78%
// 05. contact
Let's Talk
LOCATION
Delhi, India
AVAILABILITY
Open to opportunities
// 06. resume
Curriculum Vitae
📄
harshit_rai_optimised_resume.pdf
Full resume with AI/ML projects, technical skills, and production deployment experience. Updated June 2026.
2PAGES
PDFFORMAT
Jun 2026UPDATED
↓ download resume (PDF) ↓ download resume (DOCX)
KEY STRENGTHS
Production RAG systems with <200ms response time
Multi-agent AI orchestration (LangGraph)
Full MLOps pipeline: train → deploy → monitor
Kubernetes & GitOps (ArgoCD) deployments
DevSecOps: SAST, image scanning, container hardening
LoRA fine-tuning for domain-specific LLMs
EDUCATION
B.Tech / Computer Science — Sharda University
Certifications:
• MLOps Fundamentals (Google, Apr 2026)
• MLOps for Generative AI (Google, Apr 2026)
• Prompt Design in Vertex AI (Google, Nov 2024)
• AWS SageMaker ML Projects (Udemy, Apr 2026)
• AWS Cloud Practitioner CLF-C02 (Udemy, Apr 2026)
• Decoding DevOps with AI (Udemy, Apr 2026)
GITHUB PROFILE
40+ public repositories, all production-grade
Active commits across AI, DevOps, and backend projects
github.com/Harshitraiii2005
// built by Harshit Rai · 2026 · Delhi, India
made with ❮/❯ and a lot of ☕