What Changed
2026 became the year of building things I fully own. The first result is TLiquid — a tiny, open-source, bring-your-own-key LLM translator that lives in the macOS menu bar. Taking it from product spec to a live, downloadable app at tliquid.app meant owning every layer myself: Rust system integration, Svelte UI, release packaging, and a public roadmap. In parallel, I’m building a multiplayer browser game — still in development and under wraps for now, but it’s been a deep dive into real-time networking and game simulation.
The second thread is deliberate study: reinforcement learning from first principles. Rather than jumping straight to frameworks, I’m working up from the foundations — Markov decision processes, value functions, and the Bellman equations — alongside hands-on PyTorch fundamentals (autograd, building networks from scratch) and Gymnasium environments. Coming from years of production backend engineering, RL feels like the natural next frontier: it’s where the systems thinking I’ve built professionally meets the learning-based methods reshaping the field. The goal is depth over speed — understanding why the algorithms work before reaching for the libraries that hide them.