The author of the text is trying to find a better way to catch unsatisfiable Auto Layout constraints errors in Xcode, which occur when there are two or more conflicting Auto Layout constraints installed in an app's view hierarchy. To achieve this, they developed a solution that involves running UITests and using LLDB (Low-Level Debugger) to attach to the process and wait for the constraint removal. The author provides step-by-step instructions on how to run LLDB from the terminal locally, including attaching to the debugger, waiting for verification, and executing custom commands. They also discuss how to use this solution in a CI/CD pipeline using CircleCI 2.0.