ai
What's Happening With AI Token Prices, and What It Means for Your Budget
A practical look at why AI token prices can feel both expensive and rapidly cheaper, and how falling inference costs change what customers should expect from AI products.
ai
A practical look at why AI token prices can feel both expensive and rapidly cheaper, and how falling inference costs change what customers should expect from AI products.
ai
Why teams using AI-generated code still need lightweight verification, and how a 60-second micro-review habit with git-lrc can build institutional memory without reading every line.
ai
Why AI-generated code needs lightweight verification, and how micro code reviews with git-lrc can improve software stability and developer comprehension.
ai
A reality check on AI-powered dev tool pricing, shrinking subsidies, workload-based costs, and predictable pricing for code review tooling.
ai
A critique of vibe coding and a case for agentic engineering built on verification, feedback loops, accountability, and engineering rigor for serious software systems.
design
A reflection on AI accountability, individual responsibility, and why careful design is the only viable way to shape outcomes in complex agentic systems.
git
A friendly, from-scratch walkthrough of how Git packfiles shrink storage and speed up transfer, backed by real outputs and a full reproducible script appendix.
ai
In an era of machine-generated conjectures, engineering advantage will belong to those who practice Popper's falsification at scale.
causation
Learn how causal inference with DoWhy goes beyond prediction to answer 'what if we intervene?' questions. This tutorial uses a student attendance example to demonstrate the difference between correlation and causation in data science.
ai
We work through the original Bayesian Spam Classifier paper from Microsoft Research. And then make it practical by applying to the Enron spam dataset
linux
This post traces a TCP packet’s journey through Linux, explaining interfaces, iptables tables and chains, and the networking stack with an analogy, example, and technical details for engineers.
postgres
How to build a reliable task queue in Go using PostgreSQL’s built-in features—no extra infrastructure needed.