Notes on systems and engineering work.

Short technical notes based on real engineering problems, investigations, architecture decisions and lessons learned.

Filter notes by category
Telemetry8 min read

When Nothing Is Dropped but the Pipeline Still Can't Keep Up

A real-time system can finish a test with zero data loss and still fail the test.

backpressurereal-time telemetryqueue headroomcapacity
Read note
AI & Agents8 min read

When the Control Plane and the Code Disagree

Why an AI-assisted development system needs reconciliation, not only task execution.

reconciliationcontrol planedistributed stateevidence
Read note
AI & Agents7 min read

Why AI Coding Agents Need Bounded Authority

Effective AI-assisted development depends on scope, permissions, context, validation, and recovery—not prompts alone.

agentspermissionsquality gatesrecovery
Read note
Architecture5 min read

Fail Closed, Not Confidently Wrong

A validation result is only as strong as the boundary of the evidence behind it.

validationevidenceuncertainty
Read note
Telemetry6 min read

Diagnosing Backpressure in a Real-Time Telemetry Pipeline

A practical reasoning pattern for separating queue growth, downstream saturation, and incomplete observation.

backpressureevent pipelinediagnostics
Read note