Projects that show the shape of the work
These examples are intentionally high level. The goal is to show practical systems thinking without
exposing private data, credentials, family details, or live endpoints.
Applied workflow
Manitoba Cottage Search
A FastAPI and HTMX listing-review app with structured intake, browser-backed extraction, scoring,
and provenance-aware persistence. It separates import, review, and status so new listing candidates
can move into a real application instead of disappearing into spreadsheet workflows.
- Structured intake API with deduplication and audit trail
- Browser-backed saved-search extraction with a freshness gate
- Review tracking design that keeps rejected listings explainable
Read the case study →
Agent architecture
Hermes workflows and model routing
A structured AI working environment using profiles, toolsets, model selection, documentation,
and review gates. This is where I started treating AI work as an operating model: different
lanes for planning, coding, evidence gathering, local experiments, and public-facing writing.
- Profile-based role separation
- Obsidian-backed durable context
- Hosted and local model tradeoff testing
Read the Agent Workflow page →
Local AI lab
Local model benchmarking
A practical benchmark pass on Atlas, a Mac Mini M4, comparing Ollama, MLX research paths, and
oMLX serving. The work focused on generated-code correctness, memory ceilings, model unloading,
and where local models fit inside real workflows.
- Apple Silicon local serving with Ollama, MLX, and oMLX
- Python code-generation benchmark checked with pytest
- 17.8GB Metal memory cap documented as a real constraint
Read the benchmark page →
Agent-built web app
Student Assignment Tracker
A mobile-first education tracker built with FastAPI, SQLite, and HTMX through an agent-assisted
development workflow. It models classes, schedules, assignments, semesters, and grades, then
documents the planned agent-facing API separately from what has shipped.
- Concrete product model with real workflow logic
- Agent-assisted build process using FastAPI, SQLite, and HTMX
- Designed and planned agent API layer, not implemented
Read the case study →