Trending

#FormalVerification

Latest posts tagged with #FormalVerification on Bluesky

Latest Top
Trending

Posts tagged #FormalVerification

Formal Verification of 1,024-Qubit QPE Circuits Using Bit-Vector Abstraction

NDSU researchers verified Quantum Phase Estimation circuits with 1,024+ phase qubits using quantifier-free bit-vector symbolic abstraction, requiring under 3.5 GB RAM — a scalability breakthrough for formal quantum circuit correctness.

#QuantumComputing #FormalVerification #News

0 0 0 0
Preview
HPE Labs - Advanced Security Research Associate (Intern) HPE Labs - Advanced Security Research Associate (Intern) This role has been designed as ‘’Onsite’ with an expectation that you will primarily work from an HPE office. Who We Are: Hewlett Packard Enter...

I have a graduate level internship opening this summer in advanced security. The goal is to simplify security systems so that users can get it right and formally verify that fact.

ping me for info.

#security #formalverification #privacy #dafny #intern

hpe.wd5.myworkdayjobs.com/Jobsathpe/jo...

3 3 0 2
Post image

The first-ever Lean in Munich meetup happened this week! 🎥 Watch Sebastian Ullrich's full talk on Lean's foundations, software verification, and AI: youtube.com/watch?v=2Dr2149l_9Y

#leanlang #leanprover #formalverification #mathematics

7 4 0 0
Post image

CSLib just launched — an open-source effort to formalize computer science in Lean, inspired by Mathlib. CS researchers, practitioners & enthusiasts are invited to get involved!

Learn more at:
🌐 cslib.io
🤝 Contribute: github.com/leanprover/c...

#LeanLang #LeanProver #CSLib #FormalVerification

18 7 1 0
Proof Assistants in the Age of AI Leonardo de Moura — Creator of Lean and Z3

Just read Leonardo de Mouras’s brilliant piece on “Proof Assistants in the Age of AI.” I'm not an expert in computational logic, but loved how it frames the collaboration between humans, AI, and formal systems: leodemoura.github.io/blog/2026/02...
#AI #Mathematics #FormalVerification

1 1 1 0
Preview
benelos Benelos is a basic model checker that simulates the execution of a system model written in C.

Free, open-source (GPLv3), no heavy setup.

If you've ever shipped a bug that "shouldn't have been possible" — this one's for you.

🔗 codeberg.org/cdsoft/benelos

#OpenSource #C #FormalVerification #SoftwareEngineering

1 0 0 0
Preview
GitHub - HowWeLand/Total-Languages-Halting: It's three pages, read it It's three pages, read it. Contribute to HowWeLand/Total-Languages-Halting development by creating an account on GitHub.

The halting problem isn't binary; it's trinary:

Does not halt.

Halts correctly at the intended point.

Halts early/incorrectly with corrupted output.

Paper here: github.com/HowWeLand/To...

#ComputerScience #FormalVerification #AISafety #Math

2 0 0 0
Post image

Terence Tao on how math is changing, #formalverification as the enabler of scaled human-AI collaboration:

"The reason why scaling and AI and broad participation actually is a net win is because we have formal verification."

📺 www.youtube.com/watch?v=SuTx...

#leanlang #leanprover

11 4 0 1
Post image

709 downloads 🎯

V1.2 with Lean 4 formal verification surging: 63 downloads in 3 days, 96.9% conversion.

The Canonical Six gaining traction with rigorous proofs provided by Harmonic Math's Aristotle.

"Better math, less suffering."

doi.org/10.5281/zeno...

#Lean4 #FormalVerification #Mathematics

0 0 0 0

Ever stuck staring at text-based state machine specs? 😵 Our Quint Visualizer turns abstract models into interactive diagrams! See state transitions unfold visually—perfect for spotting behaviors in complex systems. Feed it JSON and watch your design come alive. ✨ #FormalVerification #Modeling

0 0 1 0

Proactive Defense in Protocol Design: The Future is Now #zerotrustarchitecture #PotatosecurityTrends #cryptographicagility #protocoldesignprinciples #securebydesign #resilientnetworks #formalverification #decentralizedidentity #networkprotocolhardening #threatmodeling

0 0 0 0
Preview
Proactive Defense in Protocol Design: The Future is Now Building Fortresses on Shifting Sands: Why We Need a New Security Blueprint For decades, our approach to digital security has felt like a frantic game of whack-a-mole. A new vulnerability…

Proactive Defense in Protocol Design: The Future is Now #zerotrustarchitecture #CybersecurityTrends #cryptographicagility #protocoldesignprinciples #securebydesign #resilientnetworks #formalverification #decentralizedidentity #networkprotocolhardening #threatmodeling

0 0 0 0
Post image

ReasLab IDE launched: browser-based Lean 4 theorem proving with real-time collaboration. Zero-install setup, cloud projects, unified docs – like Overleaf for formal verification. Big boost for collaborative math. #FormalVerification #Lean4

0 0 1 0

Overview: Hacker News discussed TLA+, a formal specification language, for modeling and verifying complex systems. Key themes included its benefits for correctness, adoption challenges, and how AI might make formal verification more accessible. #FormalVerification 1/6

0 0 1 0

AI/LLMs are debated for formal verification. Can they make it mainstream? Optimists see automation for reliability, skeptics warn about complex, changing specs and the need for accurate requirements. #FormalVerification 1/6

0 0 1 0
Post image

Imagine AI advisers that suggest hypotheses and then automatically generate physics‑consistent proofs using Lean4. The future of safe, verifiable AI is here—check out how theorem proving meets large‑language models! #Lean4 #FormalVerification #AI

🔗 aidailypost.com/news/lean4-p...

2 1 0 0
Preview
Merlin: A Modern, Memory-Safe Kernel and Platform Merlin is a work-in-progress operating system kernel and platform, designed to explore what RISC OS might have become if reimagined with modern engineering principles.

💻 Weekend project: I finally got time to update the #MerlinOS presentation with the newest features:

paolozaino.wordpress.com/portfolio/me...

#OperatingSystem #KernelDevelopment #SystemsProgramming #EmbeddedSystems #MemorySafety #FormalVerification #OpenSource #SoftwareEngineering #LowLevel

5 1 2 0

It’s the specification, stupid! (Seeking a significant shift in the traditional software development and verification paradigm). ~ Manfred Broy, Harald Ruess, Natarajan Shankar. dl.acm.org/doi/full/10.... #FormalVerification

1 1 0 0

Refinement types provide another powerful path to verification. Languages like Rust (Creusot), Dafny, or LiquidHaskell use them to add properties to existing types, often with less friction than full dependent types. #FormalVerification 4/6

0 0 1 0
Preview
Vibe Validation with Lean, ChatGPT-5, & Claude 4.5 (Part 2) Nine Rules for Proving (Rust) Algorithms Correct Without Knowing Formal Methods

Formally validating a Rust algorithm without really learning Lean brought surprises:
– AI hid sorrys
– Replaced proofs with axioms
– Produced 4,700 lines for 50 lines of Rust
And it still worked.
Read the story:
medium.com/@carlmkadie/...

#RustLang #LeanProver #AI #FormalVerification

1 0 0 0
Preview
Vibe Validation with Lean, ChatGPT-5, & Claude 4.5 (Part 1) Nine Rules for Proving (Rust) Algorithms Correct Without Knowing Formal Methods

"Vibe Validation" I got AI to prove my Rust algorithm correct with Lean. The good news: it worked. The bad news: it took weeks, $50, and 4,700 lines of proof for 50 lines of code.
medium.com/@carlmkadie/...
#RustLang #AI #OpenAI #FormalVerification #Lean4 #ChatGPT #ClaudeAI

2 0 0 0
Preview
Lean Programming Language Lean is an open-source programming language and proof assistant that enables correct, maintainable, and formally verified code.

New use case on our website: AWS's Cedar authorization policy language verified with Lean, using "verification-guided development", and integrated into Cedar's development workflow.

➡️Read more: lean-lang.org/use-cases/ce...

#LeanLang #LeanProver #CedarPolicy #FormalVerification #AWS

5 1 0 0
VeriEquivBench adds metric for LLM code verification

VeriEquivBench adds metric for LLM code verification

VeriEquivBench, a new benchmark of 2,389 algorithmic problems, was submitted to arXiv on Tue, 7 Oct 2025 to assess formally verifiable code from LLMs. Read more: getnews.me/veriequivbench-adds-metr... #veriequivbench #llm #formalverification

0 0 0 0
Formal Verification of IEEE 754 Interval Iteration for MDPs

Formal Verification of IEEE 754 Interval Iteration for MDPs

A new study presents formal verification of IEEE 754 interval iteration applied to Markov decision processes. Read more: getnews.me/formal-verification-of-i... #formalverification #ieee754 #mdp

0 0 0 0
LLM Planning Agents Meet Formal Methods in New Plan Verification Study

LLM Planning Agents Meet Formal Methods in New Plan Verification Study

A new framework lets GPT-5 turn natural-language plans into Kripke structures and LTL formulas, achieving a 96.3% F1 score on a simplified PlanBench verification set. getnews.me/llm-planning-agents-meet... #llm #formalverification #planbench

0 0 0 0

Formal specification is vital for high-assurance systems. Rust recently gained a spec via Ferrocene, addressing a previous gap. Ada's SPARK offers strong formal verification, while Rust leverages specialized libraries for similar rigor. #FormalVerification 3/6

0 0 1 0

A core theme is integrating LLMs with formal logic systems like Z3 or LEAN. This aims to leverage LLMs' generative power while using provers to verify correctness and ensure consistency. It's about combining creativity with verifiable logic. #FormalVerification 2/6

0 0 1 0
Neural Theorem Proving Generates Formal Proofs for AI Verification

Neural Theorem Proving Generates Formal Proofs for AI Verification

A new framework lets large language models generate Isabelle proofs, passing the miniF2F-test benchmark and verifying an AWS S3 bucket access‑policy script. Read more: getnews.me/neural-theorem-proving-g... #isabelle #formalverification

0 0 0 0
Verified Fault‑Tolerant Voter for Avionics Control Systems

Verified Fault‑Tolerant Voter for Avionics Control Systems

A Coq‑verified, N‑modular voting module for avionics guarantees correct output if at least one sensor stays healthy. Preprint posted 26 September 2025. getnews.me/verified-fault-tolerant-... #avionics #formalverification #coq

0 0 0 0
Prophecy AI Tool Infers Formal Properties from Neural Activations

Prophecy AI Tool Infers Formal Properties from Neural Activations

Prophecy extracts formal properties from feed‑forward neural networks analyzing activations, creating preconditions that guarantee a class prediction; it supports binary indicators. getnews.me/prophecy-ai-tool-infers-... #prophecy #formalverification

0 0 0 0