AI isn't failing you technically.
It's failing you operationally.

Projects below

Work

Personal Projects

Production Self-Learning AI Systems

Live — updated twice daily

Self Reinforced AI Trading Engine

An LLM that designs, backtests, and executes its own strategies — live.

The hard problem: can an LLM-driven system resolve its own tendency to hallucinate, design and backtest its own trading strategies, learn from its results, and deliver consistent performance against something as unpredictable as the stock market? Designed and built a fully autonomous multi-agent paper trading system that addresses it end-to-end — scanning the market nightly, generating and backtesting its own directional strategies, executing trades with no human in the loop, and refining its approach based on outcomes. Discrete agents own data ingestion, signal generation, position sizing, and risk management. Live trade activity streams twice daily to a public Discord channel for external verification.

Follow live trades on Discord

Self Managed AI Tuning Platform

Small model. Frontier performance. Fraction of the cost.

Frontier LLMs are expensive, slow, and overkill for narrow tasks. Small, well-tuned specialist models can match or exceed them on their home turf — at a fraction of the inference cost, latency, and token burn. The hard part is keeping a compact model sharp over time without human intervention. Engineered a closed-loop autonomous fine-tuning pipeline that solves it: the model's own inference results drive each subsequent tuning cycle, with no human in the loop. The outer-loop system tracks hypotheses, constructs datasets from live outcomes, runs parameter-efficient training via LoRA adapters, debriefs results, modifies its own tuning strategy based on what worked, and redeploys the new checkpoint. Rinse and repeat — the trainer learns from the results of its own work and adjusts the next cycle accordingly. Recursive self-improvement applied to directional signal generation.

AI-Encoded Deterministic Rules Engines

AI Invented Tax Genius

AI at build time. Deterministic at runtime.

Taxes and LLMs posed an interesting challenge. While models may hallucinate, the IRS doesn't. Designed a workflow that lets an LLM take in volumes of IRS publications and read them (something LLMs are good at) and then self-direct its way to a rules-based engine that runs multiple loops of trial and error until the attributes and conditions it designed are 100% deterministic (no inference) and consequently 100% accurate. The result: a rules-based codebase that requires zero tokens to operate and can not only do your taxes, but find deductions and favorable tax treatments you never knew existed.

AI Enhanced Reentry & Benefits Finder

A humanitarian passion project.

Citizens who have served their time face an exceptionally complex reality — a maze of eligibility rules, records, jurisdictional quirks, and support organizations that vary by state, county, and conviction history. A single missed benefit can mean returning to the system. Built a rules-based engine that self-updates as laws change, self-learns from new cases, and adapts to an effectively infinite set of individual circumstances to guide each person to the resources they're entitled to and keep them out of the system. Compassionate design; protects a vulnerable and sometimes forgotten part of our society.

Supplemental AI Utilities — Open Source

Open source — MIT

kiro-harness

Multi-Agent Orchestrator

Open-source orchestrator for multi-workspace AI projects. Routes human intent to sovereign agent Leads, each operating inside its own workspace under a brief that defines what it owns, reads, and must not touch. Handles context-rich prompt construction, non-blocking background dispatch, structured result verification, and cross-team coordination. A working framework for running a team of AI agents as one coordinated system.

View on GitHub
Open source — MIT

claude-harness

Agent Safety & Control Patterns

Open-source reference implementation of the patterns behind production multi-agent Claude Code systems: sovereignty briefs that encode safety and code-control boundaries, XML-tag prompt protocol, structured result contract, persistent session continuity, peer-message broker, DAG-based cross-agent dispatch, and health-remediation loops. A working blueprint for anyone building their own multi-agent system.

View on GitHub

Background

About

Head of Tech Operations at Amazon Business, a $40B business unit. Built and owned technical operations infrastructure, agentic automation workflows, and MCP architecture serving 2,000+ concurrent roadmap projects annually.

Previously Chief of Staff to the VP of Amazon Business, and before that spent eight years in senior program management roles across Amazon — including conceiving and launching Amazon Extra Large (AMXL) and leading global direct fulfillment and transportation programs.

Outside of Amazon, building production AI systems: autonomous trading engines, self-improving ML pipelines, and AI-native applications that solve real problems.

Stack

Technical

Systems DesignAgent architecture, multi-agent orchestration, autonomous workflows
AI IntegrationAgentic systems, MCP architecture, AI-native application design
Data InfrastructureSignal pipelines, vector databases, ETL design
Cloud & DevOpsNative AWS, infrastructure governance, cloud architecture