ENGINEERING NOTES
Engineering
Stories about the technology and people building understandable software.
Engineering articleThroughput and LatencyExplain throughput and latency with Little's Law, concurrency, execution models, and utilization curves.Engineering articleIf You're Struggling with Claude BlueUnderstand coding agents by decomposing LLM APIs, tool use, context, skills, and harnesses.Engineering articleIt's the Boundary, Stupid!See how caller, data, trust, time, scale, and organizational boundaries shape software design.Engineering articleHow to Design an AnimationDesign animation with graphs, easing, springs, pipelines, and deterministic randomness.Engineering articleModeling Series: View ModelsModel presentation requirements explicitly with a table-oriented view model.Engineering articleBuilding an ASCII 3D RendererBuild an ASCII 3D renderer from coordinate transforms, projection, rasterization, and shading.