01
REC 01 // MISSION RECORD
ABL — self-hosted multi-agent platform
A production personal-AI system coordinating many specialized agents behind one API. FastAPI backend routing across a fleet of locally run models, a vector-searchable store I schema-designed, and an egress boundary that classifies every outbound request and keeps sensitive data on the machine.
02
REC 02 // MISSION RECORD
Modular trading & analysis system
Separated analytics, data, decision, execution, simulation, dashboard, and testing layers. Sole-authored the React 19 + TypeScript operator dashboard, plus SQL-backed ingestion and evaluation pipelines with logging and reporting.
Python · React 19 · TypeScript · Vite · SQL · ~9,300 LOC · 43 modules
03
REC 03 // MISSION RECORD
Self-hosted LLM serving & quantization
Running 27B–35B models on a single 8 GB consumer GPU: CUDA llama.cpp built from source, GGUF quantization, MTP self-speculative decoding, and MoE expert-offload tuning. Measured, not guessed.
04
REC 04 // MISSION RECORD
Production Node.js services, live users
Discord bots on live servers: 80+ registered operations across 20+ modules, persistent per-user state, automated moderation, and an authorization layer with permission tiers that gates destructive operations behind explicit approval.
Node.js · authz tiers · state machines