3 min read
Towards Real-World Industrial-Scale Verification: LLM-Driven Theorem Proving on seL4
Paper on using LLMs for theorem proving to verify the seL4 microkernel, aiming for industrial-scale real-world application.
3 articles
Paper on using LLMs for theorem proving to verify the seL4 microkernel, aiming for industrial-scale real-world application.
Salt is a systems language with Z3-proven safety at compile time, no runtime overhead, and arena-based memory management. It offers high performance, verified contracts, and ergonomic syntax.
Formal specs, especially temporal logic, are crucial for system correctness. Data-dependent extensions like first-order logic and value freezing are needed. SpecForge is a framework for these.