Portfolio

Projects that show applied AI, product sense, and engineering range.

This portfolio now centers on the work listed on my resume, with one additional database systems project to show modeling depth beyond AI application work.

Featured Real Project

MemoryChat

Next.js, React, TypeScript, Node.js, local LLM integration, and stateless REST conversation design.

Product Goal

MemoryChat was built to answer a practical AI product question: how do you create a conversational experience that feels smart, responsive, and context-aware without depending on paid API calls or a bloated front-end stack.

Instead of treating the chatbot as a demo wrapper around a model, I approached it like a real product surface with architecture, state handling, and interaction quality all carrying equal weight.

Real Project

AI Bug Finder

Python AST analysis, Logistic Regression severity estimation, and a modular FastAPI backend.

Core Idea

AI Bug Finder started with a useful engineering problem: static analysis tools often catch issues, but they do not always help developers understand which findings deserve attention first. I wanted a system that could both detect risky Python patterns and rank them more intelligently.

The project combines deterministic analysis with machine learning rather than treating those as separate systems.

Supporting Project

CircuitRacer Relational Database Design

SQL schema, ERD revision, entity design, cardinality correction, and technical iteration.

CircuitRacer remains a strong supporting project because it shows that my engineering range includes structured database design, normalization, and incorporating formal technical feedback into a better final system.