Articles
Engineering deep dives for understanding systems.
Distributed systems, AI infrastructure, data structures, and system design explained with calm, production-minded depth.
Explore the archive
Continue exploring
Pick up a systems thread
LLM Skills vs Tools: The Missing Layer in Agent Design
TLDR: A tool is a single callable capability (search, SQL, calculator). A skill is a reusable mini-workflow that coordinates multiple tool calls with policy, guardrails, retries, and output structure.
Little's Law: The Secret Formula for System Performance
TLDR: Little's Law (\(L = \lambda W\)) connects three metrics every system designer measures: \(L\) = concurrent requests in flight, \(\lambda\) = throughput (RPS), \(W\) = average response time. If l
Fine-Tuning LLMs: The Complete Engineer's Guide to SFT, LoRA, and RLHF
TLDR: A pretrained LLM is a generalist. Fine-tuning makes it a specialist. Supervised Fine-Tuning (SFT) teaches it your domain's language through labeled examples. LoRA does the same with 99% fewer tr
Concept collections
Curated ways into the archive
System Design
Backend Systems
AI Infrastructure
Distributed Systems
Tradeoff Reasoning
Recent deep dives
Editorial reading rhythm
282 articles
Featured deep dive
Data Lineage Explained: Tracking Data Flow Across Your Organization
TLDR: ๐ Data lineage is the complete genealogy of your data โ where it comes from, how it's transformed, and where it ends up. It's critical for debugging pipelines, proving compliance, and understan
Read deep dive
Softmax Function Explained: From Raw Scores to ProbabilitiesTLDR: Softmax converts a vector of raw scores (logits) into a valid probability distribution by exponentiating each value and dividing by the total. Subtracting the max before exponentiating prevents 23 minSystems exploration
Follow the concept continuity
Browse the full archive
Softmax Function Explained: From Raw Scores to ProbabilitiesTLDR: Softmax converts a vector of raw scores (logits) into a valid probability distribution by exponentiating each value and dividing by the total. Subtracting the max before exponentiating prevents 23 min readContinue
Read one deep dive, then follow the next related system.
Explore concept collections
