Writing

Technical writing, systems thinking, and notes on maintainability.

Technical writing on systems, boundaries, and maintainability in real-world software.

Two near-tied bars on a logit chart, one nudged just past the other
EngineeringJun 8, 202611 min read

temperature=0 Is Not a Promise

A flag in my JD analyzer flickered on and off across identical runs — same input, same temperature=0, same code. Determinism in an LLM app is somethin…

A four-node directed graph with a fan-out and a fan-in, drawn plainly
EngineeringJun 2, 20268 min read

When Not to Reach for LangGraph

I refactored a working 4-step LLM pipeline from a hand-rolled chain to a LangGraph StateGraph to see what the framework buys. For this shape: almost n…

A retrieval eval table with every row at rank 1 and a perfect MRR score
EngineeringJun 11, 20268 min read

Build the Eval Before the Feature

I was about to add hybrid retrieval to my RAG pipeline — the fashionable upgrade. So I built the eval first. It came back 1.0000 across the board and…