Reduce friction between a platform team and the product teams that depend on it using measurable thresholds and three communication-cost levers.
How Do I Use Conway's Law?
An index of five focused guides on applying Conway’s Law: smoothing platform friction, serving the org, diagnosing delivery, decoding software deployments, and pitching a better architectural design.
What Is Conway's Law?
Conway’s Law says software mirrors the organization that built it. Learn the mechanism, the inverse Conway maneuver, and why team shape is architecture.
How Do I Measure AI Software Development Tool Usage?
A tutorial: run a Python tool to inventory AI coding tool spend, assign owners, and set a token-cost-per-merged-PR baseline you can defend in a budget review.
What is Ollama?
What is Ollama and how does it run large language models locally on consumer hardware?
Fundamentals of Technical Leadership
Learn the fundamentals of technical leadership: credibility, vision, communication, empowerment, and decision-making that turn engineers into leaders.
What Is fzf?
fzf is a fuzzy finder that turns file selection into a fast, interactive search. Learn how it speeds up opening files in Neovim, macOS apps, and shell workflows.
What Is Claude Code?
Claude Code is Anthropic’s agentic coding tool that runs in your terminal, edits real files, and executes commands. Here’s how it works and why it exists.
What Is Zoxide?
Zoxide is a smarter cd that learns your most-used directories and jumps to them with a short query. Learn how frecency ranking replaces path typing.
What Is Nwave?
Nwave is an agentic AI methodology that runs specialized agents through six waves, with human review between each, enforcing TDD and peer review.