Projects
A selection of my projects.
AI Systems, Infrastructure & Full-stack
Cogito: Autonomous AI Academic Research Workspace
An autonomous research platform capable of multi-step reasoning and autonomous literature review. Allows researchers to dynamically query dense sets of documents, autonomously ingest external citations into a unified knowledge graph, and author documents with real-time AI copilot assistance.
Relay
An agentic AI framework in Rust, because why not?
rust-leptos-portfolio
This very portfolio site. Built entirely in Rust using Leptos and WebAssembly, featuring a custom 4-theme system, responsive 3-column layout, and server-side rendering.
Systems & Data Structures
Gator Air Traffic Scheduler
A high-performance Python simulation system using advanced data structures (Max Pairing Heap, Binary Min Heap) to manage flight scheduling, reprioritization, and non-preemptive logic.
OOPascal
A Java-based interpreter extending Pascal with object-oriented features. Built a custom Lexer, Parser, and AST evaluator using ANTLR4 to support encapsulation, inheritance, and polymorphism.