If you want a few more examples of looking bit more material to look at bottlenecks then here we are:
Expand | ||
---|---|---|
| ||
Private sector organizations tend to have an easier time being efficient and successful because they have much more clear goals Most businesses have a handful of core processes which define the business. For instance for iNTERFACEWARE these would be our core processes:
That’s about it. It’s not to say that there are not other processes. But these are the core ones that to be successful as a business we need to focus on optimizing. Some processes don’t need optimization. Payroll is pretty important process for us but it works well - we won’t make much impact by making 100 times more efficient. |
Expand | ||
---|---|---|
| ||
It’s easy as a manager look at a system and find things which look like they are broken or could be improved. The problem is if you are not tapping into the knowledge of the people in the system who are closest to it that you will identify things which you think are bottlenecks but actually aren’t the real bottlenecks. This is when time and money get wasted fixing problems which don’t improve the system. You have to be humble as a manager and get people to trust you to have open conversations to find the real bottlenecks with your people. This is so important. |
Expand | ||
---|---|---|
| ||
Simple clear language is a huge advantage for an organization. Avoid unnecessary specialized jargon. Create space to focus on the problems that matter. Bottleneck ideas can be applied in every area of an organization. Smart is simple. |
Expand | ||
---|---|---|
| ||
Same underlying mathematics. That’s what makes this idea so powerful since it gives a common language to talk about through your entire organization. There are symmetries here. |
Expand | ||
---|---|---|
| ||
When you look at system with the goal of trying to improve the speed and output, the first thing you need to do is try to look for what the biggest ‘bottlenecks’ are. Think of the problem abstractly in terms of components of the process. Let’s say they are A, B and C. If we look at the break down of time spent on these things maybe it breaks down as:
Total time is 100 minutes. As a manager or a software developer if we focus our efforts on making A or B twice as fast we won’t see a measurable improvement - increasing the speed of B by a factor of ten times only will barely produce a 1% increase in speed. But if we focus our efforts on making C change from 94 to 47 minutes then the figures will change to this:
Total time is 53 minutes. If we further optimize C to take it down to 5 minutes then the figures stack up like this:
Total time is 11 minutes. What is interesting about this process is that as you solve one bottleneck then usually another bottleneck emerges as significant. At this point optimizing A would now offer some opportunities to make measurable improvements in the process. |
Expand | ||
---|---|---|
| ||
For me personally if I am managing developers I look for typical patterns which slow them down - i.e. if it takes them a long time to compile, run and test to reproduce an issue they are working on solving. |
Expand | ||
---|---|---|
| ||
The theory of constraints gives another lens to understand why premature optimization is a problem in software development. If the piece you are optimizing isn’t a bottleneck in the overall process you are losing valuable time and creating unnecessary complexity which is probably going to hurt your ability to optimize what matters. |
Expand | ||
---|---|---|
| ||
If an organization that is really executing well and eliminating bottlenecks it’s true that individual roles often will go away. But as old bottlenecks close, new bottlenecks emerge which creates the need for new roles and the benefits of the growth mean there is plenty of opportunity. Think about about it - if you can double your revenue multiple times - there is no shortage of money to pay people who can contribute. A healthy organization is about creating people who are flexible, who can communicate using clear simple language, who can learn and are adaptable. This the mindset required for a high achieving organization. |