[01] WORK / INDEX
Projects
Sorted by weight, not date. Each entry links to the full write-up with metrics and stack.
- [01]CX Consulting AIProduction RAG assistant for consulting teams. Streams grounded answers with source citations, generates full CX deliverables (strategy docs, journey maps, ROI analyses) via an intelligent planner-executor architecture, and runs on AWS g4dn with local llama.cpp inference.
- [02]Multi-Tenant Dental SaaS BackendProduction SaaS backend for tenant-isolated dental operations, claims processing, payment workflows, clinical charting, and Unity-based visualization.
- [03]DungeonCrawl: Action-Roguelike + RTS Hybrid87,000-line Godot 4.6 engine and game ("DungeonCrawl"). Data-oriented horde combat with a 2,700-line Rust GDExtension that mutates SoA arrays in place using rayon + wide SIMD, chunked streaming overworld, procedurally generated dungeons, authoritative co-op, and custom GDShaders. Ships on Windows, macOS, Linux, and Android.
- [04]Thermal Printer EmulatorAndroid app that impersonates an Epson TM-m30II thermal printer at the hardware, network, and protocol level. Intercepts print jobs from Toast, Square, Clover, parses ESC/POS binary commands via a Trie, extracts structured order data, and forwards it as JSON. No POS system modifications required.
- [05]Climate Culture Recommendation SystemThree-service climate-action recommender. Next.js 16 frontend, Node.js/Express backend, FastAPI Python ML service with BGE embeddings + BM25 + LightGBM LambdaRank + type-aware MMR. Users take an 11-question quiz, the ML service ranks 343 climate actions, and drag-and-drop reordering feeds a feedback file used to retrain the ranker.
- [06]AI Audio LabLocal voice-cloning and long-form narration workshop for Apple Silicon. 66 orchestration scripts drive a 9-stage pipeline from raw script to approved final stitch, with filesystem-based state so any stage can resume without in-memory queues. Qwen3-TTS voice cloning, faster-whisper ASR-QA scoring, forced alignment, prosody direction, and FFmpeg mastering.
- [07]Distributed Product Intelligence EngineEdge-node scraping fleet, document ingestion, rate-limit handling, clustering, and recurring market signal detection. Live at dashboard.eternalconquests.com.
- [08]AI Receptionist AgentVoice agent for local businesses that runs the whole phone call: transcribe, decide, take an action against a real integration, respond in voice. Provider-swappable across STT, TTS, LLM, and transport.
- [09]Active Mentor: Pose-Detection CoachStandalone tablet fitness coach with real-time pose detection, 55+ exercises, and on-device ML inference. React Native shell, native Android intelligence, no backend.
- [10]Vero-DriveReact Native driver app for a multi-service delivery platform with integrated DJI drone control. Food, packages, purchases, returns, and drone drops in one flow.