BLOG
Writing about AI agents, architecture, and the craft of engineering
·2 min read
Hello, World — Why I Built This Site
A quick note on why I finally built a personal site, what I plan to write about, and why it's styled like a 1980s terminal.
MetaWriting
·4 min read
ThoughtForge: What I Learned Building a Local AI Planning App
I built a local-first AI planning assistant with Tauri, Rust, and LM Studio. Here's what actually surprised me along the way.
TauriRustAILocal-FirstMCP
·4 min read
turbovec: Local RAG Without the 31 GB Tax
Running RAG locally with float32 embeddings is a memory problem. turbovec cuts a 10M-doc corpus from 31 GB to 4 GB with no codebook training and a one-import swap.
RAGVector SearchRustPythonAI