I build data pipelines that inform financial decisions.
Bringing 10+ years of business leadership and real-world problem-solving to AI engineering. Former U.S. Marine · Professional Athlete (MMA) · VP of Sales · Real Estate Investor · Author
Project Information Advantage · private while in active development
An entity-agnostic discovery pipeline that captures market-relevant public signals at their source — SEC EDGAR filings (Form 4, 8-K), federal contract awards (SAM.gov, USAspending), healthcare catalysts (openFDA, ClinicalTrials.gov), and regulatory events (FTC HSR, lobbying disclosures) — then resolves noisy entity names to public tickers and surfaces cross-source events with strict alert idempotency.
- Always-on ingestion via systemd daemons and timers on a headless Linux host
- JSONL spools drained into DuckDB micro-batches for crash-safe, append-only storage
- Raw evidence preserved at capture, so every alert traces back to its source document
Kalshi Longshot Maker · retired, by the numbers
A maker-side prediction-market bot and autonomous research lab grounded in the favorite-longshot bias literature. Three nodes with strict role separation — a research lab discovers, a control plane governs, an execution node trades — and research can never authorize capital; only the approval gate can. Retired after out-of-sample validation showed the targeted edge wasn't capturable after costs. The pipeline did exactly its job: it answered the question before the capital did.
Real Estate Investment Analyzer · Live App
Ranks neighborhoods in Texas and Florida by cash flow potential and appreciation, using forward-validated ML predictions trained on 25 years of housing data across 11 metro areas and 3,000+ neighborhoods.
CLI analyzer for the Amazon Sponsored Products campaigns behind my published book series. Ingests Amazon Ads exports and KDP sales data, reconciles attribution gaps, tracks trends in SQLite, and turns it all into weekly reports with max-profitable-bid recommendations — every bid change is backed by the pipeline.
Much of the work above is built with AI agents, which raised its own problem worth solving: agents need enforceable rules, not vibes. So I built Aegis, an open end-to-end governance framework — a spec defining scoped roles, permissions, and autonomy levels; a CLI that generates a complete policy from a conversation; and an MCP server that validates every agent action at runtime. Stress-tested by generating compliant platforms in defense (CMMC/ITAR), fintech (PCI-DSS/SOX), and healthcare (HIPAA).
Data: Python · SQL · DuckDB · SQLite · Pandas · scikit-learn · statsmodels · Streamlit
Systems: TypeScript · Node.js · systemd · Git · MCP SDK
