Open Source

// Writing  Essays, guides & field notes

From the blog

Jun 16, 2026
Development & Tech15 min

I Open-Sourced Two Projects. Here's What Actually Happened.

I open-sourced two projects and tracked everything — stars, PRs, docs effort, and the silence after launch. Here's what actually happened and when open source is worth it.

Jun 12, 2026
Development & Tech12 min

Prompt Engineering Production Patterns That Actually Ship

Production LLM pipelines need more than zero-shot prompts. This guide covers four battle-tested patterns — few-shot, chain-of-thought, JSON mode, and tool-use — and shows how to combine them for reliable systems at scale.

Jun 10, 2026
Development & Tech16 min

Local-First Software Is the Future — Here's How I Built One With Tauri, SQLite, and CRDTs

Cloud-first apps break without internet and compromise your data. Here's why local-first architecture with Tauri, SQLite, and CRDTs is the better path — drawn from real experience shipping OpsConsole.

Jun 8, 2026
Development & Tech13 min

RAG Explained: Building AI Systems That Actually Know Your Data

Most RAG tutorials stop at the quickstart. Here's the opinionated guide to chunking, embeddings, vector stores, and retrieval that actually works in production — not just in notebooks.

Jun 4, 2026
Development & Tech15 min

Model Context Protocol (MCP): The USB-C Standard for AI and Why Developers Should Care

MCP is the open protocol that gives AI models like Claude and GPT a standardized way to connect to tools and APIs — one integration instead of a dozen. A practical, opinionated guide for developers who are tired of writing bespoke AI integrations.