» Tag
systemdesign
5 postsEnd-to-End Arguments in System Design
End-to-end arguments question the reliability of operations in system design, providing valuable insights for engineers.
Four Instances, Two Data Centers, One Bug: When Redundancy Isn't Independence
The Pennsylvania NG911 incident highlights the risks of common-mode failures. Redundancy's independence must be evaluated.
System Design the Agentic Way — Phase 1: The Single Machine Ceiling
Phase 1 offers critical insights into server resource management and failure causes.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comStopping AI Hallucinations: Focus on System Design, Not the Model
BlazePhoenix engineering proposes changing system design to prevent AI hallucinations.
Idempotency: Why 'Just Retry It' Breaks More Than It Fixes
Idempotency is a critical concept in system design. Understanding the implications of retries is essential for avoiding errors.