Specs Are Back, But We're Missing the Tools
pierrezemb.fr·1d
Formal Methods
Preview
Report Post

I truly think LLMs are changing how we write software. For me, it’s been a massive productivity boost. I can ask Claude to read some piece of code and explain it to me, or make a quick PoC of something, or refactor stuff that would take me hours. I even used it to help me backport features from FoundationDB in Rust, and it worked surprisingly well 🤯

João Alves made a great point recently: code is becoming like fast food. Cheap, fast, everywhere. You ask an LLM to generate something, it compiles, the tests pass, and you ship it. For critical systems, simulation testing can validate that code actually sur…

Similar Posts

Loading similar posts...