Vinay M Gandhi

Available for Opportunities

Hi, I'm Vinay M Gandhi

Enterprise Integration Lead | AI Solution Builder | Generative AI & Agentic AI Practitioner

19+ years of experience in leading, designing, and developing enterprise-scale technology solutions across distributed systems, integration architecture, cloud-native platforms, microservices, and digital transformation.

My current focus is on Enterprise AI and AI Engineering, where I combine my strong software engineering and architecture background with Generative AI, Large Language Models (LLMs), Retrieval-Augmented Generation (RAG), Machine Learning, Agentic AI, and AI-driven automation to build intelligent solutions for real-world business challenges.

I am particularly interested in the intersection of AI and enterprise software architecture—designing AI systems that are scalable, reliable, secure, explainable, and capable of integrating with existing enterprise platforms and business processes.

My hands-on work includes building LLM-powered knowledge systems, RAG applications, AI-powered root-cause analysis platforms, intelligent automation solutions, enterprise knowledge assistants, and agentic AI workflows. I explore different approaches to information retrieval, embeddings, vector databases, LLM orchestration, document intelligence, prompt engineering, and AI system evaluation to understand what works effectively in production environments.

My engineering philosophy is simple: AI should solve meaningful business problems, not exist as a technology experiment. I therefore focus on combining sound software architecture, data and retrieval quality, model capabilities, system performance, and enterprise integration to create practical and production-oriented AI solutions.

How I Help

Helping organizations and engineering teams succeed with AI.

Organizations

Implementing Generative AI solutions that align with existing architecture, data platforms, and business objectives — not greenfield demos, but systems that work inside the estate you already have.

Engineering Teams

Guidance on AI system design, LLM integration, RAG architecture, evaluation practice, and cloud-native AI deployment — from first prototype through production hardening.

Career Highlights

19 Years
Experience
250+ Services Modernised
TIBCO → Spring Boot
100+ Enterprise Systems
Integrated
3 Production AI
Platforms Shipped
12 Engineers
Mentored

Technical Arsenal

A blend of enterprise stability and modern intelligence.

LLM & GenAI

  • LLM Application Architecture
  • Prompt Engineering
  • Provider-Agnostic Routing
  • Anthropic Claude
  • Google Gemini
  • Ollama
  • Structured Output

Agentic AI

  • LangChain
  • LangGraph
  • Model Context Protocol (MCP)
  • Multi-Agent Orchestration
  • Tool Calling
  • Autonomous Agents

RAG & Retrieval

  • Hybrid Retrieval
  • BM25
  • Reciprocal Rank Fusion
  • Semantic Chunking
  • ChromaDB
  • Oracle 23c AI Vector Search
  • sentence-transformers

Architecture & Integration

  • Microservices
  • Event-Driven Architecture
  • Apache Kafka
  • API Governance
  • Spring Boot
  • TIBCO
  • SAP Integration

Platform & Data

  • Kubernetes
  • Docker
  • Azure DevOps
  • FastAPI
  • Python
  • Java
  • Oracle
  • MySQL
  • MS SQL Server

Earlier Stack

  • C# .NET
  • ASP.NET
  • Spring MVC

Signature Projects

Production AI systems — architected, built, and shipped.

AI / GenAI Live

CVE Intelligence Platform

A production vulnerability-intelligence platform that continuously ingests the global CVE corpus and answers natural-language security questions grounded in real vulnerability data.

  • Built an autonomous delta-ingestion agent that pulls incremental updates from the official CVEProject GitHub every three hours with idempotent UPSERTs and full run observability.
  • Implemented vectorless RAG retrieval using MySQL FULLTEXT with BM25 re-ranking — accurate semantic search without the operational cost of a dedicated vector database.
  • Designed a pluggable multi-LLM layer (Strategy pattern) across Ollama, Claude, and Gemini, switchable by a single environment variable to route on cost and quality.
  • Added stateful per-user conversation memory with source citations, JWT + bcrypt auth, and role-based access control across public, user, and admin tiers.
Technical deep dive

The ingestion agent runs on APScheduler and performs change-detected upserts into MySQL, recording per-run metrics so ingestion failures surface immediately rather than silently degrading retrieval quality.

Retrieval deliberately avoids a vector store: for a corpus this structured and keyword-dense, FULLTEXT + BM25 re-ranking matched embedding-based retrieval at a fraction of the infrastructure cost — a reminder that RAG does not always require a vector database.

The full stack is FastAPI, MySQL, Jinja2, and Tailwind CSS with clean separation of concerns between ingestion, retrieval, generation, and presentation layers.

  • Python
  • FastAPI
  • MySQL
  • BM25
  • APScheduler
  • Claude
  • Gemini
  • Ollama
  • JWT
  • Tailwind CSS
AI / GenAI

Enterprise Knowledge Intelligence Platform

A production RAG platform that turns unstructured enterprise documents into a searchable, interactive knowledge system with grounded answers and full source attribution.

  • Designed hybrid retrieval combining semantic vector search (ChromaDB + sentence-transformers) with BM25 keyword search and configurable Reciprocal Rank Fusion.
  • Built a resilient ingestion pipeline across PDF, DOCX, PPTX, XLSX, Markdown, YAML and more, with semantic chunking and SHA-256 change detection to eliminate redundant reprocessing.
  • Implemented a provider-agnostic LLM layer — Claude for grounded generation, self-hosted Ollama as an offline fallback — enabling deployment in data-residency-restricted environments.
  • Made quality measurable with a retrieval evaluation harness, chunk-level provenance, structured logging with correlation IDs, and path-traversal protection.
Technical deep dive

Semantic chunking uses LangChain's SemanticChunker with tuned chunk sizing and overlap management, preserving structured content — tables, images, diagrams, and architectural artifacts — as retrievable assets rather than discarding them during extraction.

Provenance tracking records source file, page number, slide reference, search score, and retrieval method for every chunk returned, so every answer can be traced back to its origin. This is what makes the system trustworthy enough for enterprise use.

Multimodal retrieval means the UI renders visual context alongside text answers, materially improving explainability for document types where a diagram carries the actual information.

Exposed via FastAPI with a Streamlit chat interface, containerised for flexible cloud or on-premises deployment.

  • Python
  • FastAPI
  • ChromaDB
  • LangChain
  • Anthropic Claude
  • Ollama
  • BM25
  • Streamlit
  • Docker
AI / GenAI

AI-Powered Root Cause Analysis & Azure DevOps Bug Automation

An AI-driven production-support platform that autonomously analyses exceptions, determines root cause, and manages the full incident lifecycle across enterprise integration systems.

  • Built diagnostic workflows that parse Java, Spring Boot, Kafka, SAP, Oracle, REST, SOAP and Kubernetes stack traces to pinpoint failure points and impacted components.
  • Integrated Azure DevOps repositories to retrieve relevant source context, then applied Google Gemini for automated RCA, impact assessment, and preventive recommendations.
  • Implemented intelligent exception fingerprinting — normalisation plus stack-trace signature hashing — to detect duplicates and suppress redundant bug creation.
  • Automated Azure DevOps bug creation, assignment, and RCA report attachment, removing manual effort from incident triage and tracking.
Technical deep dive

Exceptions are retrieved from MySQL across distributed enterprise systems, normalised, and fingerprinted before any LLM call — so the expensive inference step only runs on genuinely novel failures. This is the difference between a demo and something that can run continuously against production volume.

The reporting layer generates executive-grade HTML incident reports with severity classification, confidence scores, collapsible stack traces, and syntax-highlighted code, making the output usable by management as well as engineers.

  • Python
  • FastAPI
  • Google Gemini
  • Azure DevOps API
  • MySQL
  • Spring Boot
  • Kafka
  • Kubernetes

AI Engineering Portfolio

Hands-on systems exploring agentic architectures, MCP, local inference, and generative modelling.

AI Engineering

Knowledge Intelligence (RAG) Platform (FastAPI + ChromaDB + Claude)

Transform Enterprise Documents into an AI-Powered Knowledge Intelligence Platform with ingestion, hybrid search, and LLM response generation.Convert thousands of unstructured do...

  • Jun 13, 2026
  • Read article
AI Engineering

AI-Powered Enterprise Root Cause Analysis & Azure DevOps Bug Automation Platform

An enterprise-grade AI-powered Exception Analysis and Intelligent Bug Automation Platform built using Python, Google Gemini AI, Azure DevOps REST APIs, and MySQL. The platform ...

  • May 26, 2026
  • Read article
AI Engineering

HR LLM Wiki - Your Second Brain

HR LLM Wiki - Your Second Brain A personal knowledge base powered by a local LLM (Ollama). Inspired by Andrej Karpathy's philosophy: simple systems, raw text, let the LLM do...

  • Apr 11, 2026
  • Read article
AI Engineering

QuoteFlow AI: Automated RFQ Processor

QuoteFlow AI is an intelligent automation system that monitors your Gmail inbox for "Request for Quotation" (RFQ) emails, extracts product details using Gemini 1.5 Flash, querie...

  • Feb 28, 2026
  • Read article
AI Engineering

Retail Intelligence Multi-Agent System

A sophisticated multi-agent workflow built with LangGraph and Google Gemini to perform automated competitive market research. This system simulates a team of specialized retail ...

  • Feb 19, 2026
  • Read article
AI Engineering

Procurement MCP Server - Client

A Model Context Protocol (MCP) server implementation for retrieving and managing procurement data including Purchase Requisitions (PR), Purchase Orders (PO), and Goods Receipt N...

  • Jan 28, 2026
  • Read article

Enterprise Integration

Nineteen years of enterprise integration is what makes the AI work deployable — these are the environments GenAI has to survive in.

Integration

STAR — Open-Source Stack

  • Spearheaded migration of monolithic ERP integrations to a microservices architecture, reducing system latency and improving maintainability
  • Led migration of 250+ legacy services from TIBCO to Spring Boot — SOAP and REST APIs, SAP connectors, database integrations, and file transfers.
  • Architected Kafka-based event-driven integration layers enabling interoperability across the enterprise systems
  • Decomposed monolithic ERP integrations into microservices, reducing latency and materially improving maintainability. Containerized deployments using Kubernetes and Docker, cutting deployment time from hours to minutes.
  • Developed custom ETL pipelines to integrate non-ERP data with ERP, improving process automation and data visibility. • Mentored 12 engineers on Spring Boot best practices, fostering a high-performance team culture.
  • Spring Boot
  • Kafka
  • Kubernetes
  • Docker
  • MySQL
Integration

STAR — TIBCO Stack

  • Designed and delivered a high-throughput TIBCO EMS messaging architecture, supporting reliable integrations for ERP and legacy systems
  • Defined reusable messaging patterns, ensuring compliance with enterprise IT governance and reducing integration time
  • Developed custom ETL workflows to streamline data exchange between heterogeneous systems, enhancing data accuracy
  • Led end-to-end project delivery, from requirements gathering to production deployment, achieving 100% on-time delivery
  • Collaborated with cross-functional stakeholders to align integrations with business objectives, improving operational efficiency
  • TIBCO BW
  • TIBCO EMS
  • Oracle
  • ETL

Professional Journey

Role Progression

Positions held from July 2007 to present

  1. Lead - Enterprise Integration Software Development

    01 Sep 2021 – Present
    • Generative AI, LLM & Knowledge Intelligence: Expertise in designing and implementing enterprise-grade Generative AI solutions leveraging Large Language Models (LLMs), Retrieval-Augmented Generation (RAG), Agentic AI workflows, Prompt Engineering, Semantic Search, Vector Databases, Hybrid Retrieval, AI Agents, and Knowledge Intelligence Platforms. Experienced in building AI-powered enterprise search, intelligent automation, incident diagnostics, root cause analysis, and decision-support systems
    • Architecture & Integration Strategy: Proven track record in architecting and modernizing enterprise integration landscapes using Spring Boot, Apache Kafka, REST APIs, event-driven architectures, and message-oriented middleware. Successfully led legacy platform modernization initiatives, including large-scale TIBCO-to-microservices transformations
    • Microservices & API Strategy: Led the design and implementation of secure, scalable, and resilient microservices ecosystems. Extensive experience developing enterprise APIs for SAP, Oracle, third-party vendors, and internal digital platforms with strong governance and security controls.
    • Data Engineering & Enterprise Data Integration: Strong expertise in data ingestion, ETL/ELT processes, data transformation, enterprise data pipelines, and integration frameworks supporting high-volume, mission-critical business operations
    • Technical Leadership & Team Development: Accomplished technology leader with experience managing and mentoring cross-functional teams, driving engineering excellence, establishing best practices, and fostering innovation in high-performance delivery environments
    • Solution Architecture & End-to-End Delivery: Extensive experience delivering complex enterprise solutions from business requirements through architecture, implementation, deployment, and production support while ensuring alignment with strategic business objectives
    • Program & Stakeholder Management: Skilled in managing multiple concurrent projects, coordinating cross-functional teams, engaging executive stakeholders, and ensuring successful delivery within scope, budget, and timeline constraints
    • Problem Solving & Operational Excellence: Strong analytical and troubleshooting capabilities with expertise in resolving complex integration, platform, and production challenges through structured root cause analysis and continuous improvement initiatives
    • Industry Domain Expertise: Deep domain experience across Oil & Gas, Human Capital Management (HCM), Finance, Manufacturing, Logistics, and Enterprise Shared Services environments
    • Adaptability & Innovation: Recognized for rapidly adopting emerging technologies, driving digital transformation initiatives, and successfully delivering innovative solutions in dynamic and fast-paced enterprise environments
  2. Business Analyst EIM

    09 Jan 2017 – 31 Aug 2021
  3. Exec 1 (AppMgmt - Non SAP)

    01 Apr 2014 – 08 Jan 2017
  4. Specialist

    01 Apr 2012 – 31 Mar 2014
  5. Sr Associates

    01 Apr 2010 – 31 Mar 2012
  6. Developer

    20 Jul 2007 – 31 Mar 2010

Company Transfers

Company history from July 2007 to present

  1. Jio Platforms Ltd.

    01 Mar 2020 – Present
  2. Reliance Digital Platform & Project Services Ltd.

    01 Sep 2019 – 29 Feb 2020
  3. Reliance Corp IT Park Ltd

    01 Apr 2011 – 31 Aug 2019
  4. Reliance Infosolution

    27 Jul 2007 – 31 Mar 2011
Earlier work — Human Capital Management System
  • Architected a real-time HR dashboard to visualize employee KPIs, including attrition, recruitment, and payroll trends, improving leadership decision-making
  • Implemented MVC architecture to ensure modular, maintainable code, reducing technical debt
  • Integrated disparate HR data sources using custom ETL scripts, enabling unified workforce reporting across 5 systems
  • Delivered interactive dashboards tailored to executive needs, increasing stakeholder satisfaction and adoption rates
  • Mentored a team of 6 developers on .NET best practices, enhancing code quality and team productivity
  • ASP.NET
  • C#
  • MS SQL Server

Education

Master of Computer Applications

Sardar Patel University, Vallabh Vidyanagar, Gujarat

Jul 2004 – Jun 2007

Bachelor of Computer Applications

South Gujarat University, Gujarat

Jul 2001 – Jun 2004

Certifications

Google Advanced Data Analytics

Professional Certificate

Google Data Analytics

Professional Certificate

Deep Learning — Beginner to Advanced

Codebasics