Post

Log inSign up

Post

Amazon Science on X: "Verus is an open-source, automated program verifier for Rust that mechanically checks code against a formal mathematical specification for all possible inputs. Amazon used it to prove correctness of Nitro Isolation Engine primitives. https://t.co/SuFeU5g8nf"

@AmazonScience
Amazon Science
Amazon News
@AmazonScience
Verus is an open-source, automated program verifier for Rust that mechanically checks code against a formal mathematical specification for all possible inputs. Amazon used it to prove correctness of Nitro Isolation Engine primitives.
Verus-16x9.gif
Developing provably correct Rust code with Verus
From amazon.science
3:52 PM · Aug 31, 202651.2KViews
5

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email

Relevant people

Avatar
Amazon Science@AmazonScienceFollow

Trending now

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @AmazonScience
    Amazon Science
    Amazon News
    @AmazonScience
    Verus is an open-source, automated program verifier for Rust that mechanically checks code against a formal mathematical specification for all possible inputs. Amazon used it to prove correctness of Nitro Isolation Engine primitives.
    Verus-16x9.gif
    Developing provably correct Rust code with Verus
    From amazon.science
    3:52 PM · Aug 31, 202651.2KViews
    5
  • @rarahh_bby
    0xRaRah.ETH
    @rarahh_bby
    13h
    spec is still a trap
  • @AIQuanting
    AI Quanting
    @AIQuanting
    14h
    the proof only says the code matches the spec, so the whole thing rests on the spec being what you actually wanted. it pays off where the spec is way shorter than the code, which is what isolation primitives are. gets a lot worse the further up you go
  • @adelbucetta
    Adel Bucetta
    @adelbucetta
    5h
    that's the power of verifying assumptions about code correctness through math instead of testing every edge case. if more projects used this approach, we'd see fewer bugs and a ton less stress for founders trying to scale.