One of the things that development teams often talk about is the idea of feedback loops.
Though people may define this a little bit differently depending on their specific circumstance, one way of thinking about them is the amount of time it takes the service provider to request information from the client (or vice versa) and the amount of time as well as the amount of information included in the response.
When it comes to software projects, there are normally two ways in which people consider feedback loops to be valuables:
- Small feedback loops
- Large feedback loops
So novel, right?
But here’s the question: What do you do when the person to whom you’re providing a service, or the person to whom you’re working with values the opposite type of feedback loop than you do?

