Glossary
By Glue Team
An engineering feedback loop connects code changes to outcomes, allowing engineers to learn and improve.
The short feedback loop is code -> tests -> feedback.
Most teams have this. It's essential.
The long feedback loop is code -> deployment -> metrics -> learning.
Most teams don't have this. But they should.
Without the long feedback loop, engineering is disconnected from product impact.
Q: Who owns the feedback loop? A: Both PMs and engineers. PMs define what to measure. Engineers implement. Together, they interpret learnings.
Q: What if metrics don't improve? A: That's the most important feedback. Don't ship more. Investigate why it didn't work and iterate.
Keep reading