COMP 388 LLM Homework

Two homeworks from Loyola’s special-topics LLMs class: prompting GPT-2 and comparing base vs instruction-tuned Qwen.

April 23, 2026

Loyola ITS RAG Bot

A voice-first RAG chatbot trained on Loyola’s ITS knowledge base, built after two years of answering the same tickets.

January 24, 2026

Cubed Pack Solver

A solver for packing 54 T-tetracubes into a 6x6x6 cube using Knuth’s Dancing Links algorithm.

December 26, 2025

Advent of Code 2025

My Advent of Code 2025 attempt in Python. Got six days in before life took over.

December 25, 2025

Goldbach Conjecture

Verifying the Goldbach Conjecture by brute force for every even number up to 1 billion.

November 28, 2025

Training an LLM on ASCII

A toy transformer that reads pyfiglet ASCII art and tries to spit the original word back out. Calling it an LLM is generous.

September 3, 2025

Chess.com Stats Display

A small Flask app that pulls Chess.com’s public API and graphs your rating history.

August 1, 2025

Gesture

A proof of concept Jarvis-style macOS controller that takes voice commands and hand gestures from the webcam.

August 1, 2025

AIs Talking Philosophy

A toy where two local Ollama models loop on consciousness until one of them gives up

July 31, 2025

llmjammer

Obfuscator for public Python code to confuse LLMs

July 28, 2025

Connect 4 Game Engine

A Chess engine-esque Connect 4 analyzer

June 29, 2025

YouTube Downloader

Locally hosted youtube downloader for mp3 and mp4s

April 14, 2025

AI Sign Language Interpreter

A Simple Sign Language Recognition App using OpenCV

April 7, 2025

Dexcom Navbar Icon Mac OS

View your Dexcom number in your Mac OS Navigation Bar

March 20, 2025

MLB Hall of Fame Predictor

A scikit-learn decision tree that guesses whether a current MLB player would get voted into Cooperstown, built for the Google Cloud x MLB hackathon.

January 17, 2025

Terminal GPT

A small Python CLI for chatting with OpenAI and running English-to-Bash commands from the terminal. The thing I actually open when I want to talk to a model.

January 10, 2025