The article discusses the use of formal verification in software development, specifically with the Lean proof assistant, and how it was used to verify the correctness of a zlib implementation. However, despite the verification, bugs were found in the Lean runtime and in an unverified part of the code. The article highlights the limitations of formal verification and the importance of considering the entire software system, including unverified components. The author argues that formal verification is a valuable tool, but it is not a guarantee of bug-free code.