Projects

Full-stack AI work organized by proof maturity.

This page separates the flagship build from reference patterns. The goal is to be honest about what is being built, what each project proves, and which artifacts should be added next.

How I evaluate a good AI project

Show the user workflow before showing the model.
Connect frontend states to backend decisions and data quality.
Make retrieval, tool use, and evaluation visible to users and operators.
Treat every AI feature as a product system with failure modes.

Flagship build

The project visitors should inspect first

Flagship in progress

Agentic AI Production Harness

A flagship build track for turning an AI agent demo into a controlled, observable, testable product system.

Full-stack scope: Frontend workflow UI, backend orchestration, retrieval layer, tool execution gateway, evaluation runner, and trace dashboard.

What it proves: How I think across the full stack: UX, APIs, state, data, model behavior, evals, and deployment readiness.

Next.jsFastAPIPostgreSQLpgvectorRedisDockerLLM APIs
Open case study

Reference patterns

Reusable AI product directions

Reference pattern

AI Knowledge Assistant Pattern

A practical RAG product pattern for internal knowledge workflows where users need sourced, reviewable answers.

Full-stack scope: Document ingestion, metadata, vector retrieval, answer generation, citations, feedback capture, and admin review.

What it proves: Ability to design AI features as product workflows, not just API calls to a model.

ReactNode.jsPythonPostgreSQLVector searchOpenAI
Reference pattern

LLM Evaluation Console Pattern

A dashboard pattern for comparing prompts, tracking model outputs, reviewing traces, and catching regressions before release.

Full-stack scope: Evaluation datasets, rubric scoring, run history, model comparison, trace review, and release readiness signals.

What it proves: Understanding that production AI quality depends on measurement, not vibes.

Next.jsPythonPrismaDashboardsEval rubricsCI checks
Teaching asset

AI Workshop Delivery System

A teaching and mentoring product direction for turning AI engineering concepts into hands-on implementation exercises.

Full-stack scope: Learning paths, project templates, student notebooks, code walkthroughs, workshop pages, and feedback loops.

What it proves: Ability to explain complex AI engineering clearly and convert knowledge into structured learning experiences.

Next.jsJupyterPythonMarkdownDiagramsGitHub

Proof roadmap

The next quality jump will come from artifacts, not more pages. These are the proof objects that should be added as the flagship matures.

Architecture diagram and system map
Clickable workflow mockup or screenshot
Public repository or implementation notes
Evaluation table with sample test cases
Short demo video or GIF
Failure-mode analysis and next improvements