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.
A History of AI and Machine Learning
AI and ML history from 18th-century math to modern transformers, tracing the breakthroughs, winters, and resurrections that built today’s AI.
Fundamentals of Agent Accessibility
Agent accessibility fundamentals: make your APIs and software products discoverable, predictable, and usable by AI agents.