This is a /now page, inspired by Derek Sivers. It's a regularly-updated snapshot of what I'm working on, learning, reading, and thinking about. Don't expect a polished narrative — this is real-time.
Building
Strata — local LLM manager (Tauri 2 + llama.cpp). Adding support for multi-GPU inference and a model marketplace UI. Almost ready for a v0.2 release. in progress
Assistora AI — multi-tenant customer service SaaS. Adding WhatsApp Business API integration this month. 5 active tenants, 2,400+ conversations/month. in production
Trading Bot v2 — adding a regime detector (separate XGBoost model that classifies market state) and a meta-labeler for signal filtering. Target: Sharpe >2.0. research
Portfolio (this site) — v3.0 just shipped with full SEO, bilingual support, GSAP animations. Now adding case study pages per project. just shipped
Learning
Rust — going through The Rust Book and writing small CLIs. Goal: contribute to llama.cpp by end of year.
Tauri 2 internals — deep-diving into the IPC model and the bundler. Building a real desktop app teaches you things docs don't.