← cd ~/writing
amine@web ~/writing $ cat protocol-design.md

a minimal approach to protocol design

2026-01-30 engineering 5 min read

the best protocols i've worked with share a common trait: you can explain them in a paragraph. the worst ones come with a 40-page specification and a reference implementation that nobody agrees is correct.

simplicity isn't the absence of features. it's the presence of a clear idea, carried through without compromise.

principles

i keep coming back to these when things get complicated. they haven't let me down yet.

← prev the case for writing more throwaway code
next → notes on distributed consensus