Articles
Thoughts on distributed systems, consensus, and engineering.
Multi-Agent Coordination vs Raft: Old Consensus Meets New AI
March 2026A deep dive comparing how multi-agent LLM systems coordinate versus how Raft achieves consensus — surprisingly similar, surprisingly different.
Multi-AgentRaftLLMDistributed Systems
Vibe Coding Changed How I Ship Side Projects
March 2026How AI-assisted 'vibe coding' helped me mass-produce side projects and what I actually learned from the experience.
Vibe CodingAISide ProjectsProductivity
Raft Consensus in the World of Distributed Systems
May 2021An introduction to the Raft consensus algorithm and why it matters for building reliable distributed systems.
Distributed SystemsRaftConsensus
How to Implement Raft from Scratch
July 2024A detailed guide on implementing Raft with leader election, log replication, and safety guarantees.
RaftImplementationDistributed Systems