CCS CONCEPTS• Computer systems organization → Embedded and cyberphysical systems; Robotics; Embedded systems; • Theory of computation → Logic and verification; Verification by model checking; • Software and its engineering → Software verification and validation.Deep learning (DL) [4] is dramatically changing the world of software. The rapid improvement in deep neural network (DNN) technology now enables engineers to train models that achieve superhuman results, often surpassing algorithms that have been carefully hand-crafted by domain experts [19,20]. There is even an intensifying trend of incorporating DNNs in safety-critical systems, e.g. as controllers for autonomous vehicles and drones [1,12].Although DNN-based systems demonstrate excellent performance, they are far from perfect. It has been observed, in multiple domains, that systems that rely on DNN components can err dramatically when encountering situations they had not encountered before [21]. These errors are highly troubling if DNNs are to be used in critical autonomous systems; and they are detrimental to the wide adoption of these systems and their acceptance by regulators and the public. Unfortunately, DNN opacity prevents us from applying industry best practices for quality assurance, which are designed for hand-crafted code. There is thus an acute need for techniques and approaches for improving the reliability and maintainability of DNN-based systems.One promising approach for tackling this difficulty is through formal verification: the rigorous and automated examination of a DNN-based system, in order to prove that it satisfies a specification. The formal verification of DNNs is a fairly new topic, which has received significant attention in recent years (e.g., [3,10,15]). A major barrier to DNN verification is scalability: the underlying decision problem is NP-complete, making it difficult to verify large DNNs [15]. Consequently, great efforts are being put into devising scalable verification tools, by using optimized decision procedures, parallelization, abstraction-refinement techniques, and others. However, an equally significant problem, which has received only limited attention, is how to make verification technology useful to engineers: namely, how to effectively integrate DNN verification tools Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. For all other uses, contact the owner/author(s).