Articles
Field notes, implementation essays, and build thinking
A dedicated MDX archive for articles, essays, and practical writeups that sit alongside the project case files.
Filter implementation notes, field essays, and technical writeups by topic or search term.
Showing
6
Mar 31, 2026
The End of Free AI—Why Subsidies Were Always Temporary
As major AI labs abandon loss-leader pricing, the era of cheap inference collapses. What does this mean for developers, students, and innovation?

Mar 26, 2026
Agent Harnesses: What They Are And Why They Matter
A practical introduction to agent harnesses, why they matter more as tasks get longer, and how they differ from models, frameworks, and the agents built on top of them.

Mar 26, 2026
DeepSeek Engram: Why Conditional Memory May Be a Real Breakthrough
A practical explainer of DeepSeek's Engram research, why conditional memory matters, and what the paper claims about a new sparsity axis for large language models.
Mar 26, 2026
Node.js Frameworks: How Express, Fastify, Nest, and Koa Compare
A practical guide to the most common Node.js backend frameworks, how they differ, and when to choose Express, Fastify, Nest, or Koa.
Mar 26, 2026
Terraform: What It Is And Why Teams Use It
A practical introduction to Terraform, the open source infrastructure as code tool created by HashiCorp, with examples of providers, state, modules, and the write-plan-apply workflow.

Mar 19, 2026
What RAG Is And How It Works
A short practical introduction to retrieval-augmented generation, why teams use it, and what the system actually does at runtime.