Bend 2: a language where AI commits need machine-checked proofs
Bend
Bend 2 (repo bendlang/bend, active Sep 18) is a language where invariants live in a LAWS.bend file and any AI-authored change must ship a PROOF.bend machine-checked against them — its type checker doubles as a proof checker (Lean/Rocq style) and rejects violating edits before commit, while claiming single-binary CPU/GPU parallel scaling and C-class single-core speed.
Why it matters
It formalizes the 'spec the AI can't weasel out of' idea into enforcement: class-of-bugs-that-merge becomes provably empty for checked properties.
Importance: 2/5
Notable new programming language release, high community attention
Sources
official
bendlang/bend — Bend 2 (20.6k stars)