5 ms·
Show HN: Formally Verified Leaderless Log Protocol for Kafka
We 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.
- sijieg 5mo agoExample: S3-Queue (in Rust!): https://github.com/lakestream-io/leaderless-log-protocol/tree/main/examples/s3-queue https://github.com/lakestream-io/leaderless-log-protocol/tre...