High-Performance Systems · Executive AI Engineering · Production Ready

Rushikesh Mohalkar

AI/ML Engineer

AI/ML Systems · Deep Learning Models · Computer Vision · RL Autonomous Agents · Generative AI

Building RAG pipelines, autonomous multi-agent systems, and deep-learning architectures from scratch — no black boxes. 20+ production-grade projects shipped across LLMs, computer vision, and reinforcement learning.

19+
ML Projects
25+
Articles Written
3
Built From Scratch
2
Production-Grade Systems

The future of AI isn't about replacing humans — it's about amplifying human intelligence. Machine learning teaches patterns, deep learning reveals hidden insights, and reinforcement learning shows us how to adapt.

Together, they're the building blocks of tomorrow's intelligent world.

— Rushikesh Mohalkar

About Me

The AI Odyssey — from curiosity to craft

The story

Turning math, code & GPUs into production AI systems.

I'm an AI/ML Engineer specializing in Large Language Models, Agentic Architectures, Deep Learning, and Production ML Pipelines. I build scalable RAG architectures, fine-tune open-weights models (Llama 3, Qwen, Mistral), and construct autonomous AI agents that plan, critique, and execute tool calls with high reliability.

From low-level model optimization to real-time evaluation harnesses and production deployment, I focus on turning complex machine learning research into resilient, real-world software applications.

19+ Projects shipped
25 Articles written
Currently exploring
Agentic AI & MCP LLM Fine-Tuning Test-Time Compute Production RAG & Eval

Open to AI/ML & GenAI roles

Bengaluru, India · Remote & Global Ready

A small fact

Once spent 48 hours straight debugging a loss spike — only to find a index alignment error. AI engineering teaches math, code, and relentless perseverance.

Technical arsenal
Python PyTorch TensorFlow NLP LLMs & Transformers Agentic Workflows RAG Architecture Vector DBs & FAISS LangChain / LlamaIndex Fine-Tuning (LoRA/QLoRA) Reinforcement Learning Computer Vision Deep Learning Scikit-learn NumPy & Pandas FastAPI & Docker Flask Git & MLOps

Want the full picture? Grab the résumé or dig through the code.

Featured Work

Projects that learn & adapt

A selection of AI/ML systems I've designed, trained, and shipped.

01

LLM & Agents · Aug 2026

Custodian — Agentic AP Automation (custoap)

A multi-agent AI system for banking accounts-payable that autonomously reads invoices, scores them for fraud and risk, routes approvals, and auto-pays safe transactions — wrapped in six governance layers for full auditability and provenance.

6 governance layers · auto-pay

Multi-Agent LiteLLM Governance FastAPI
View project →
02

LLM & Agents · Aug 2026

Advanced RAG — Enterprise Pipeline (AdvacedRAG)

An enterprise-grade Retrieval-Augmented Generation system for Kubernetes IT operations — hybrid search, cross-encoder reranking, HyDE, corrective and self-RAG loops, and Text2SQL, all orchestrated with LangGraph and guarded by a nine-layer safety framework.

9-layer safety framework

RAG LangGraph Qdrant Guardrails
View project →
03

LLM & Agents · Mar 2026

NanoChat-X — Lightweight AI Chat Engine

A minimal, highly performant chat model architecture and inference harness built from scratch in PyTorch — designed for low-latency local execution and custom instruction tuning without black boxes.

Low-latency local inference

GPT Transformers PyTorch From-Scratch
View project →
04

LLM & Agents · Aug 2026

RAGApp — Intelligent PDF Question Answering

A RAG-based document intelligence system that ingests PDFs, indexes vector embeddings using FAISS, and performs context-aware question answering with FLAN-T5 and Gradio UI.

FAISS vector retrieval

RAG FAISS FLAN-T5 LangChain Gradio
View project →
05

LLM & Agents · Aug 2026

TaxPilot — AI Property Tax Assistant

An AI-powered property tax copilot built with Google Gemini API, Flask, and Tailwind CSS for real-time tax calculations, regulatory compliance guidance, and automated payment deadline tracking.

Real-time tax calculations

Gemini API Flask Property Tax Copilot
View project →
06

LLM & Agents · Aug 2026

finetune-forge — LLM Fine-Tuning Workbench

An end-to-end LLM fine-tuning workbench and Flask deployment service using Hugging Face Transformers for domain-specific model adaptation, LoRA parameter tuning, and evaluation.

Domain adaptation pipeline

Fine-Tuning LoRA Hugging Face Transformers
View project →
07

LLM & Agents · Jun 2026

Oryza — Private Local LLM Chat (oryza)

A privacy-first AI chat app that runs Qwen LLMs locally via Ollama — a minimal Python backend, a simple web UI, and optional Docker, for fast offline conversations with no cloud APIs.

100% offline & private

Ollama Qwen Local LLM Docker
View project →
08

LLM & Agents · Aug 2026

Job Application Agent — Agentic RAG

A LangChain-orchestrated agent that analyzes job descriptions, retrieves relevant experience from a resume via local FAISS + sentence-transformers RAG, researches companies with DuckDuckGo search, and generates tailored cover letters and fit scores.

0–100 fit scoring + gap analysis

LangChain RAG FAISS FastAPI
View project →
09

LLM & Agents · Aug 2026

RAG Pipeline from Scratch

A complete Retrieval-Augmented Generation system with no LangChain and no vector-DB server — structure-aware chunking, hybrid search, reranking, contradiction handling, and an eval harness.

RAG Retrieval Reranking Evaluation
View project →
10

NLP · Feb 2026

Bhashantar — Neural Machine Translation

A Seq2Seq neural machine-translation engine that translates between English and Marathi using full-sentence context rather than word-by-word substitution.

NMT Seq2Seq Deep Learning NLP
View project →
11

NLP · Aug 2026

ChatterBot-QA-SA — DistilBERT QA & Sentiment

A Flask-based dual NLP engine using DistilBERT for contextual Question-Answering and real-time sentiment classification (positive/neutral/negative) over custom document text.

DistilBERT QA & Sentiment

DistilBERT NLP Flask Sentiment Analysis
View project →
12

NLP · Aug 2026

SummarizeX — Multi-Model Summarization

An automated NLP text summarization workbench supporting BART, T5, and Pegasus transformer architectures for instant document summarization and batch CSV analysis.

BART / T5 / Pegasus suite

BART T5 Pegasus Hugging Face Summarization
View project →
13

Deep Learning · Aug 2026

Medical Diagnoser — LSTM Symptom Analysis

An LSTM network in TensorFlow/Keras that reads free-text patient symptoms and predicts a likely disease and a recommended prescription via a dual-output, multi-class softmax head.

LSTM TensorFlow Keras Medical Diagnoser
View project →
14

Deep Learning · Aug 2026

Pneumonia Detection — VGG16 Transfer Learning

A transfer-learning pipeline that classifies chest X-rays as normal or pneumonia using a frozen ImageNet-pretrained VGG16 convolutional base with a dense softmax head.

Transfer Learning VGG16 Keras Medical Imaging
View project →
15

Reinforcement Learning · Jun 2026

SelfDriveRL — Autonomous Driving

A Pygame self-driving car that learns to navigate tracks on its own using Proximal Policy Optimization (PPO) deep reinforcement learning.

PPO Reinforcement Learning Pygame
View project →
16

Computer Vision · Jun 2026

Vahtuk Policia — Traffic Vision

A real-time computer-vision pipeline that monitors intersections, detects traffic signals and zebra crossings, and flags vehicles that violate stop protocols.

Computer Vision YOLO Real-Time
View project →
17

Computer Vision · Aug 2026

Cat vs. Dog Classifier — CNN Vision

A deep convolutional neural network (CNN) in TensorFlow/Keras with early stopping, data augmentation, and custom convolution layers for binary image classification.

CNN TensorFlow Keras Computer Vision
View project →
18

Computer Vision · Feb 2026

Finger Blaster — Gesture AR Game

A webcam AR arcade game where your hand becomes the gun — MediaPipe Hand Landmarker tracks index-finger direction to draw an aiming laser, an upward finger-flick fires, and a fist reloads.

MediaPipe OpenCV Gesture Recognition
View project →
19

Deep Learning · Jun 2026

StockLSTM — Time-Series Forecasting

A stacked LSTM recurrent network in Keras/TensorFlow that forecasts Google's opening stock price from 60-day input sequences with Dropout regularization.

LSTM Time-Series Forecasting Keras TensorFlow
View project →
20

Machine Learning · Aug 2026

MovieRBM — RBM Recommender

A PyTorch movie recommender that trains a Restricted Boltzmann Machine on the MovieLens dataset for collaborative filtering using CD-10 contrastive divergence.

0.2544 test MAE

RBM Collaborative Filtering PyTorch MovieLens
View project →
Interactive Resource

The complete AI & ML mind map

A single visual map of the entire machine-learning landscape — from supervised learning to transformers and diffusion — with the core math on every node and click-through diagrams of how the flagship algorithms actually work.

Writing

Notes on AI & intelligence

Deep dives on architectures, research, and the ideas shaping modern AI.

Fine-Tuning & LLMs Sep 24, 2026

Fine-Tuning Open-Weights Models with QLoRA & Unsloth

A practical hands-on guide to parameter-efficient fine-tuning (PEFT): 4-bit quantization, Low-Rank Adaptation (LoRA), Memory footprint management, and 2x faster training with Unsloth.

Read article
LLM & Agents Sep 24, 2026

Multi-Agent Orchestration: Designing Reliable Autonomous Workflow Systems

A comprehensive technical architectural guide to building production multi-agent systems: task decomposition, agent delegation, state isolation, handoff contracts, and failure recovery.

Read article
RAG & Retrieval Sep 24, 2026

Production RAG Engineering: Hybrid Search, Reranking & Evaluation

An end-to-end technical deep dive into moving beyond naive vector RAG: dense+sparse hybrid search, cross-encoder reranking, chunking strategies, and automated evaluation metrics.

Read article
Reasoning & Research Sep 24, 2026

Test-Time Compute & Inference Scaling for Reasoning Models

A deep technical analysis of the shift from pre-training compute scaling to inference-time scaling: Monte Carlo Tree Search (MCTS), Process Reward Models (PRMs), and self-correction loops.

Read article
Agents Sep 06, 2026

Agent Harnesses: The Engineering System Around Reliable AI Agents

A technical guide to building agent harnesses: the runtime, state, tools, policies, evaluation, and observability that turn an LLM loop into a dependable system.

Read article
MLOps Sep 06, 2026

Deploying Models in Production: A Technical Guide from Artifact to SLO

A practical deep dive into production model deployment: packaging, serving, scaling, rollout strategies, observability, and the failure modes that matter after training.

Read article
Journey

Résumé & Experience

My professional path, education, and the skills I'm building on.

💼 Experience

July 2024 — Present

Programmer Analyst

Cognizant

Building software pipelines and automating workflows to support reliable delivery across releases.

Ongoing

AI/ML Engineer

Independent & Project-Based

Building AI/ML systems with a focus on deep learning, reinforcement learning, and production-grade intelligent systems.

🎓 Education

2019 — 2023

BE in Electronics & Telecommunication

AISSMS IOIT, Pune • SPPU

Foundation in electronics, communication systems, and software engineering.

Contact

Let's build something intelligent

Have a project, a question, or just want to talk AI? I'd love to hear from you.

Reach out directly

The fastest ways to get in touch — no forms, no scripts, just a message away.

Send a message

Fill this out and hit send — it opens your email app with the message ready to go. Prefer to write it yourself? My address is just below.

Prefer email? Write to rushikeshmohalkar2001@gmail.com.