Summary: Kudzu is worth cataloging not just as another BFT paper or a minor fast-consensus variant, but as a distinct design point that tries to combine four properties that are often discussed separately: an optimistic 2δ fast path, a simultaneously integrated 3δ slow path, erasure-coded leader-side block dispersal for balanced bandwidth use, and lightweight leader rotation without the usual fast-path baggage of progress certificates, speculative execution, or intricate view-change machinery. In the reviewed paper materials, Kudzu runs in the n = 3f + 2p + 1 setting, finalizes in two rounds when an honest leader and n - p momentarily honest replicas are available, and otherwise falls back to a 3δ path while preserving high-throughput dissemination through coded fragments. That makes Kudzu a useful comparison point for HotStuff-2, Minimmit, HotShot, Alpenglow, and ChonkyBFT because the real mechanism is not merely fast finality, but a specific attempt to fuse fast-path quorum logic, balanced data dispersal, and simpler leader-rotation rules into one leader-based protocol.
What it does:
Defines a partially synchronous leader-based atomic broadcast / SMR protocol that targets both low latency and high throughput rather than optimizing only one side of the tradeoff
Uses erasure-coded block dispersal so the leader sends coded fragments and replicas help rebroadcast them, aiming to remove the classic leader bandwidth bottleneck without abandoning leader-based ordering
Provides an optimistic fast path that finalizes after two rounds of communication when an honest leader proposes a block during synchrony and enough replicas cooperate in the n = 3f + 2p + 1 model
Runs a simultaneous slower path so the protocol still reaches the standard 3δ-style latency profile even when more than p replicas fail or do not cooperate on the fast path
Introduces simple extra-vote logic, including voting on alternative blocks and a special timeout block, to preserve liveness without resorting to progress certificates or speculative execution
Keeps view change and leader rotation comparatively lightweight, making the protocol analytically useful as a cleaner fast-BFT baseline rather than as a maximally feature-rich stack
Key claims:
Kudzu clears the corpus bar because it exposes a reusable fast-BFT design bundle that the queue already needs as a comparison point: optimistic 2δ finality plus integrated 3δ fallback plus balanced erasure-coded dissemination, rather than just a generic faster consensus claim.
The canonical paper’s main claim is that Kudzu is the first BFT atomic-broadcast protocol to combine an optimistic 2δ fast path, a seamless 3δ slow path, high-throughput erasure-coded data dispersal, and lightweight view changes that support frequent leader rotation.
The most reusable mechanism insight from this pass is the combination itself. Kudzu is not merely another FaB-Paxos-style fast path or another dispersal-heavy throughput protocol; it is explicitly trying to combine those lines of work while avoiding the complexity usually associated with fast-path recovery.
The paper’s own technical intuition section is especially useful because it makes the lineage legible: Kudzu starts from DispersedSimplex-style coded dissemination, then adds a fast-path vote-counting rule and simple extra-vote / timeout logic rather than building a more intricate recovery subprotocol.
Kudzu is analytically valuable because it sharpens several comparisons in the fast-consensus family: whether latency comes from lower commit depth, smaller progress quorums, better dissemination, or integrated fast/slow quorum rules; and whether simplicity is preserved once fast-path fallback and leader rotation are included in the same protocol.
The strongest caveat from this pass is source type. The public materials reviewed here are paper-centric rather than implementation-centric, so this entry should be treated first as a mechanism page and comparison baseline, not as evidence of production deployment.
Whitepaper: Yes. The canonical primary artifacts in this pass are the arXiv paper Kudzu: Fast and Simple High-Throughput BFT and the accepted DISC 2025 proceedings version; see ../whitepapers/kudzu-primary-sources-2026-05-14.md.