Walrus is a Rust-based distributed log streaming engine with Raft-based metadata, segment-ledership, lease-based write fencing, and sealed segments, marketed as a high-performance Kafka alternative with published benchmarks.
A narrow, single-node KV engine removes fsync from the durable path using fixed-size preallocated files, O_DIRECT writes, and a 4KB-aligned journal with atomic commits, delivering roughly 2x higher 4KB-write throughput and lower tail latency on NVMe, but requiring a narrow SSD durability contract and not intended as a general-purpose KV or transaction engine.
Technical blog arguing that distributed ID formats are architectural commitments, introducing OrderlyID with a 160-bit layout (timestamps, tenant, shard, sequence, etc.) and comparing UUIDv4, ULID, UUIDv7, and Snowflake.
WIRED’s Uncanny Valley episode investigates a company built with AI agents, highlighting real-world traction, costs, technical limits, and looming regulatory/liability questions for investors.
Subscribe for real-time topic updates and unlimited access to our intelligence platform.