Independent AI products
2025 – present
- Built
- Four live AI products on a $0 stack — a NL→SQL agent (DBWhisper), an honest backtester (TradePulse), a +EV sports-ML system (CrownWager), and a multi-user AI chat platform (LLM Studio).
- Learned
- Safety-first LLM systems: deterministic gates around model output, retrieval over context-stuffing, and evaluation before pixels.
- Mistake
- Early on I trusted model output where a deterministic gate was needed — an LLM writing SQL against a live database with only a prompt between it and a mistake.
- Changed
- Fail-closed validators and 'look-ahead-free by construction' became defaults, not afterthoughts — the safety is now a property of the architecture.