#formalmethods — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #formalmethods, aggregated by home.social.
-
Thanks to all for a great meeting. It's been energising, and I'm looking forward to the next interactions.
#CSLib #AI #Lean #FORM #FormalMethods
3/3
-
Thanks to all for a great meeting. It's been energising, and I'm looking forward to the next interactions.
#CSLib #AI #Lean #FORM #FormalMethods
3/3
-
Thanks to all for a great meeting. It's been energising, and I'm looking forward to the next interactions.
#CSLib #AI #Lean #FORM #FormalMethods
3/3
-
Thanks to all for a great meeting. It's been energising, and I'm looking forward to the next interactions.
#CSLib #AI #Lean #FORM #FormalMethods
3/3
-
If you're not on the Lean Community Zulip, you can get the Zoom link to join the meeting here. I'll post it in a comment to this post when the time comes.
#Lean #FormalMethods #CSLib #FORM
2/2
-
If you're not on the Lean Community Zulip, you can get the Zoom link to join the meeting here. I'll post it in a comment to this post when the time comes.
#Lean #FormalMethods #CSLib #FORM
2/2
-
If you're not on the Lean Community Zulip, you can get the Zoom link to join the meeting here. I'll post it in a comment to this post when the time comes.
#Lean #FormalMethods #CSLib #FORM
2/2
-
If you're not on the Lean Community Zulip, you can get the Zoom link to join the meeting here. I'll post it in a comment to this post when the time comes.
#Lean #FormalMethods #CSLib #FORM
2/2
-
Next week I am going to Tokyo to give a presentation at the ABZ 2026 conference. Title: “Identifying Design Flaws in a Lock-Free Task Pool with TLA+”. It is an “application in industry” paper, I will upload it and the slides a bit later
We specified an algorithm with the simple goal of confirming its correctness, and instead found numerous issues without an obvious way to fix them (if it is even possible). Finding this early saved us huge amount of time and resources, and i think the result is quite a bit unusual
ABZ is my favorite conference, it is about state-based #formalmethods like Alloy, Event-B and #TLA+. The papers are always interesting, and each conference has a “case study” track, in which practitioners specify the given system using any state-based method they want and describe the results and their observations. This time the system is an autonomous planetary rover
Side note: my first trip abroad was back in 2014, and it was also to speak at ABZ :) I even met and spoke with Jean-Raymond Abrial!
-
🚨 the @securedrop team at Freedom of Press Foundation is hiring 🚨
We're looking for a Cryptography Engineer to help us build out the new end-to-end encrypted version of #SecureDrop
✔️ fully remote (must be US based)
✔️ all FOSS
✔️ help secure whistleblowers and investigative journalists all around the worldMore details in the job posting, happy to answer any questions
https://freedomofthepress.na.teamtailor.com/jobs/610227-cryptography-engineer
:boost_ok:
#GetFediHired #Rust #FormalMethods #Encryption #Cryptography #Whistleblowing #OpenSource
-
🚨 the @securedrop team at Freedom of Press Foundation is hiring 🚨
We're looking for a Cryptography Engineer to help us build out the new end-to-end encrypted version of #SecureDrop
✔️ fully remote (must be US based)
✔️ all FOSS
✔️ help secure whistleblowers and investigative journalists all around the worldMore details in the job posting, happy to answer any questions
https://freedomofthepress.na.teamtailor.com/jobs/610227-cryptography-engineer
:boost_ok:
#GetFediHired #Rust #FormalMethods #Encryption #Cryptography #Whistleblowing #OpenSource
-
🚨 the @securedrop team at Freedom of Press Foundation is hiring 🚨
We're looking for a Cryptography Engineer to help us build out the new end-to-end encrypted version of #SecureDrop
✔️ fully remote (must be US based)
✔️ all FOSS
✔️ help secure whistleblowers and investigative journalists all around the worldMore details in the job posting, happy to answer any questions
https://freedomofthepress.na.teamtailor.com/jobs/610227-cryptography-engineer
:boost_ok:
#GetFediHired #Rust #FormalMethods #Encryption #Cryptography #Whistleblowing #OpenSource
-
🚨 the @securedrop team at Freedom of Press Foundation is hiring 🚨
We're looking for a Cryptography Engineer to help us build out the new end-to-end encrypted version of #SecureDrop
✔️ fully remote (must be US based)
✔️ all FOSS
✔️ help secure whistleblowers and investigative journalists all around the worldMore details in the job posting, happy to answer any questions
https://freedomofthepress.na.teamtailor.com/jobs/610227-cryptography-engineer
:boost_ok:
#GetFediHired #Rust #FormalMethods #Encryption #Cryptography #Whistleblowing #OpenSource
-
🚨 the @securedrop team at Freedom of Press Foundation is hiring 🚨
We're looking for a Cryptography Engineer to help us build out the new end-to-end encrypted version of #SecureDrop
✔️ fully remote (must be US based)
✔️ all FOSS
✔️ help secure whistleblowers and investigative journalists all around the worldMore details in the job posting, happy to answer any questions
https://freedomofthepress.na.teamtailor.com/jobs/610227-cryptography-engineer
:boost_ok:
#GetFediHired #Rust #FormalMethods #Encryption #Cryptography #Whistleblowing #OpenSource
-
The Final Form of Software Development https://lobste.rs/s/gcljqi #cryptography #formalmethods #vibecoding #virtualization
https://blog.zksecurity.xyz/posts/end-coding/ -
My Verification of Autonomous Systems book is finally out!
In addition to contributed chapters on theoretical and practical aspects of verifying autonomy*, the editors contributed an introduction on stakeholder perspectives and a chapter on the specific challenges autonomy introduces to verification.
Each chapter is cross-referenced to e challenges it addresses in a handy table to help readers find the information most useful to them.
I'm really proud of all our authors! So many thanks to everyone who contributed^, especially my co-editors, Mae Seto, Don Sofge, and John Sustersic!
E-book now available for download and hard copy coming soon!
* This book is about verifying autonomous embodied robots, not LLMs or AI models.
^ No AI was used in the generation of this book's content.
Link: https://link.springer.com/book/10.1007/978-3-031-88546-4
#Robotics #AutonomousSystems #Verification #VerificationOfAutonomy #Robots #AutonomousRobots #CyberPhysicalSystems #RobotTesting #FormalMethods #Modeling #Simulation
-
Generality brings further utility. Based on HasFresh, CSLib's free_union tactic will automatically look at your context for you and try to collect all current values into a finite set. You can then use HasFresh's API to get a fresh value that is different from all those in your context.
Just like on pen and paper: pick a fresh x!Check out HasFresh at https://api.cslib.io/docs/Cslib/Foundations/Data/HasFresh.html
3/3
-
Generality brings further utility. Based on HasFresh, CSLib's free_union tactic will automatically look at your context for you and try to collect all current values into a finite set. You can then use HasFresh's API to get a fresh value that is different from all those in your context.
Just like on pen and paper: pick a fresh x!Check out HasFresh at https://api.cslib.io/docs/Cslib/Foundations/Data/HasFresh.html
3/3
-
Microsoft's hyperscale AI infrastructure: a formal specification problem. How to guarantee performance, energy sustainability & regulatory compliance at 1.35 GW scale while integrating Anthropic Claude + NVIDIA partnerships. Analysis: https://post.kapualabs.com/4jv63f28 #AI #Microsoft #CloudInfrastructure #FormalMethods $MSFT
-
Designing Predictable LLM-Verifier Systems for Formal Method Guarantee
https://arxiv.org/abs/2512.02080
#HackerNews #Designing #Predictable #LLM-Verifier #Systems #for #Formal #Method #Guarantee #LLMVerifier #FormalMethods #AIResearch #Predictability #arXiv
-
Catching up on some of the really great talks from the Zurich DVClub on RISC-V Verification
https://alpinumconsulting.com/dv-club-zurich-riscv-verification/
#DV #SiliconEngineering #RISCV #FormalMethods #FV -
Here is a very nice experience report of conformance checking between #TLA+ specs and implementation, covering both test-case generation and trace checking: https://www.mongodb.com/company/blog/engineering/conformance-checking-at-mongodb-testing-our-code-matches-our-tla-specs
There are a lot of links to other reports and papers, I recommend to check them out too.
-
Verifying the #Rust Standard Library - Carolyn Zech, Amazon Web Services
https://invidious.nerdvpn.de/watch?v=8_lzVNs1uPk
(or YT: https://www.youtube.com/watch?v=8_lzVNs1uPk)Carolyn is also a maintainer of #Kani, the Rust model checker.
She has been so supportive and kind during my struggles with HashMaps and Kani 🥺https://github.com/model-checking/kani/issues/3965
Give her a follow:
https://github.com/carolynzech#FormalVerification #FormalMethods #RustLang #Testing #SoftwareEngineering
-
Systems Correctness Practices at Amazon Web Services. Leveraging formal and semi-formal methods.
https://cacm.acm.org/practice/systems-correctness-practices-at-amazon-web-services/ -
Next talk is by prof. Rubin's PhD advisor: prof. Marsha Chechik. She's talking about academic research (next talk will be about industry research).
#WomenInTech #WomenInComputing #WomenInSTEM #FormalMethods #ArtificialIntelligence #SoftwareEngineering #ESEC #FSE