This document provides 20 tips for tightening operational feedback loops in DevOps. Some of the key tips include: adopting a "you build it, you run it" mentality; automatically building on each commit; versioning build artifacts; notifying on broken builds; deploying frequently via CI; and notifying on unknown errors and third party dependency errors. The document emphasizes improving feedback loops through practices like building and deploying more often, deploying to production from trunk, and addressing issues quickly to avoid technical debt.