Show HN: Formally Verified Leaderless Log Protocol for Kafka
github.comWe open-sourced the TLA+ and Fizzbee verified spec behind Ursa's storage engine. Verification across ~200K states caught a design bug that years of production missed. We then handed the spec to Claude Code — it produced a working Rust implementation (concurrent producers, compaction, fencing) without back-and-forth. We think verified specs are the best harness for coding agents: open-source the spec, let anyone implement it. Example: S3-Queue (in Rust!): https://github.com/lakestream-io/leaderless-log-protocol/tre...