Back to Portfolio

MikeGPT

AI Assistant Enhancing LSU with Retrieval-Augmented Generation

Research & Development | LSU AISX Lab

Advised by Dr. James Ghawaly Jr.

Project Overview

MikeGPT is an AI assistant designed to provide accurate, contextual responses to LSU community queries by combining large language model capabilities with institution-specific knowledge retrieval. The system serves as a bridge between students, faculty, and the vast repository of university information, making knowledge access more intuitive and efficient.

30,000+
Active Users
38,000+
Indexed Documents
95%
Accuracy Rate

System Architecture

The system implements a retrieval-augmented generation (RAG) pipeline that preprocesses, indexes, and retrieves relevant information from LSU's extensive document repository before generating responses. This architecture prioritizes retrieval design over model size, enabling accurate responses while maintaining computational efficiency.

Core Components

1. Document Processing Pipeline

The foundation of MikeGPT's accuracy lies in its sophisticated document processing system:

2. Vector Database

Leveraging PostgreSQL with the pgvector extension for semantic search capabilities:

3. Retrieval Algorithm

Our RAG pipeline picks retrieval methods per agent. The main Mike agent uses a self-guided navigational search (from an AISX Lab paper) that iteratively gathers the best context before generation.

4. Response Generation

Integrates retrieved context with large language model prompting:

Technical Implementation

Python Django PostgreSQL pgvector Azure Cloud Services Redis Docker OpenAI API

Infrastructure

Design Philosophy

MikeGPT embodies a fundamental principle: retrieval design matters more than model size. Rather than relying on ever-larger language models, we invested in sophisticated information retrieval, resulting in:

This approach aligns with my broader conviction that AI should augment human capabilities rather than replace them—providing accurate information while maintaining human oversight and judgment.

Impact & Outcomes

Research Contributions

Beyond its practical impact, MikeGPT demonstrates important principles for production AI systems:

Team & Acknowledgments

Research Advisor: Dr. James Ghawaly Jr., LSU AISX Lab

Collaborators: Jacob Nguyen, Bibushita Baral, Brandon Walton, Chloe Gray

Discover Day Presentation: Alam I, Nguyen J, Baral B. "MikeGPT: Enhancing LSU with AI." LSU Discover Day Undergraduate Research and Creativity Conference, April 25, 2025.

Support: LSU Office of Academic Affairs, LSU AISX Lab

My Role

Machine Learning Software Engineer