Projects
A curated set of the systems I've built recently — financial tooling, AI content automation, autonomous agent infrastructure, and the MCP servers I use to keep it all coordinated. Each one is public on GitHub.
Featured
BudgetRevolution
An "excess" calculation engine for personal finance — answers "how much can I spend right now without overdrafting?"
- Custom Excess formula reconciles income, expenses, future obligations, and safety buffers in real time.
- AI-powered transaction labeling via a multi-provider pydantic-ai layer (Grok, Claude, OpenAI).
- Materialized views and S0/S1/S2 drill-down dashboards for fast reporting on years of transaction history.
ContentEngine
A daily-shipping AI video factory — generates short-form cinematic stories and publishes to YouTube Shorts, TikTok, and X.
- Two production modes: short-movie (30–60s lip-synced Shorts) and voice-deal (180–600s narrated stills with Ken Burns motion).
- Custom ScriptQualityAgent runs a plan→draft→critique→refine loop before any frame is rendered.
- Encrypted Fernet+PBKDF2 config management, 80% test coverage enforced.
OpenClawCoordination — Agent Fleet
A three-machine autonomous coding-agent fleet that runs overnight builds, with hard safety boundaries and zero per-token cost beyond a flat subscription.
- MotherShip (main PC) orchestrates, DroneShip_1 handles zero-token janitor work (auto-commits, health pings), Mitch (RTX 4060) handles local code review.
- 2 AM cron spawns a coding-agent that builds against an allow-list of BUILD TARGET repos — PROTECTED repos are never touched.
- 512-line PERMISSIONS matrix, automated secret scanning, three-layer escalation (DroneShip → MotherShip → Mason).
MCP Ecosystem — Master_Plan + MCPServers
A pair of Model Context Protocol servers (28 tools combined) that turn every Claude Code session across my workspace into a coordinated, queryable system.
- Master_Plan is my single source of truth across all projects — tracks task queues, ideation pipeline, project health, and exposes 18 MCP tools so every Claude Code session can query and mutate state directly.
- MCPServers is a public portfolio repo demonstrating the full FastMCP build pattern, designed to fork and adapt.
- v2 migration in progress: flipping from direct-markdown edits to Postgres + Alembic, with MCP as the only write path.
More work
LandlordAdvisor
Forward-looking AI financial advisor for solo landlords — rent optimization, capex forecasting, and deal analysis. Existing tools do backward-looking accounting; this answers "should I raise rent?" and "is this property worth buying?"
OpenClawService
Productized secure OpenClaw setup-as-a-service. Three tiers, security-first positioning in a market with 512+ known CVEs. Includes hardening scripts, audit checklists, and managed-hosting tier.
ArcGIS Mapping — 2018
LSU undergraduate capstone: ingested federal data and manipulated a global latitude/longitude map. View the embedded portfolio →
HHL Quantum Algorithm
A walkthrough of the Harrow–Hassidim–Lloyd quantum algorithm built during graduate study. Open in Colab →
Vagrant + Ansible Pub/Sub
An automated pub/sub system on AWS using Vagrant and Ansible, with emphasis on automated instance generation rather than the messaging itself. View on GitHub →