There is a game that is used to teach students of supply chain logistics this intuitively. I have always wanted to try this out in an LW meetup: https://en.wikipedia.org/wiki/Beer_distribution_game
Yes. The beer game has been frequently used in undergraduate and MBA programs when professors introduce the bullwhip effect.
It's just a prediction, based on the first time I read about that "game" and thought about what I would do in it.
Most people are not like you. Try it out like this:
https://twitter.com/ESYudkowsky/status/1414647916728229912
But "people who are taking a training where that game would be used" are much closer.
And note that I didn't say I saw the solution when presented with the game rules alone - only when I had finished reading through to the conclusion, and then thought about it. Which is a much lower bar.
I disagree. The key factor to observe bullwhip effect is no coordination among players. For example, retailer does not share consumer demand information with the wholesaler, and the wholesaler does not share demand information with the distributor, etc.
If anyone knows about the simulation, and they play to win, they will implement a dampening effect at whatever stage they are (assuming they don't just say something out loud before things start, and let everyone do it). Depending on the exact mechanics of the game, there are different ways to smooth out demand fluctuations at minimal cost.
Background
In the 1990s, when Procter & Gamble was examining the supply chain order patterns for one of its best-selling products, Pampers diapers, they discovered an interesting phenomenon. As they expected, the sales at its retail stores fluctuated moderately. However, as they moved further up in the supply chain, they observed greater and greater amplification in order variabilities at the distributor's and supplier's sites.
The supply chain phenomenon of this increasing variability of orders is called the Bullwhip Effect. It was named after the behavior of a whip when one swings from the origin (e.g., the increased amplitude of the whip in the figure below). The bullwhip effect is used to describe the amplifying demand variation in response to consumer demand as we move up in the supply chain. In this post, I will discuss when and why this effect happens and when and why it does not.
As an example, consider a simple shoes supply chain with a retailer, wholesaler, distributor, and manufacturer. Each week, supply chain members engage in a non-coordinated multi-step activities:
We are interested in analyzing order patterns of different participants over time when they face varying consumer demand. In particular, we are interested in evaluating the degree of demand/order variability in the supply chain as we move up the supply chain (i.e., move further away from the consumer). Let’s assume the manufacturer has unlimited capacity such that he/she is always able to fulfill any order request from the distributor. At each stage, if any participant (except manufacturer) lacks of inventory to satisfy demand of immediate downstream, he/she records a back-order, which needs to be fulfilled first from the next order. We express the relationship between the supply chain members using a simple chain:
The Model
Let’s unpack demand/order patterns for each participant by defining explicit variables on demand/order, time, and supply chain levels. We first consider a case with no back order. The key steps are:
Formally, dn(t) represents the demand/order quantity of the participant on level n at week t. For instance, d1(2) is the demand/order placed by the level 1 participant, i.e., the retailer, at week 2, d3(5) is the demand/order placed by the distributor at week 5, etc. To evaluate the degree of variation on demand/order, we need consumer demand d0(t)fluctuating over time, which serves as input. More generally, let's assume demand/order dn+1(t) for the (n+1)th upstream participant at time t is a function of demands dn(t), dn(t−1) of the immediate downstream:
dn+1(t)=f(dn(t),dn(t−1))A change ϵn(t) of demand dn(t) causes change in demand, thus order at the immediate upstream n+1:
∂f∂dn(t)=limϵn(t)→0f(dn(t)+ϵn(t),dn(t−1))−f(dn(t),dn(t−1))ϵn(t)⟹f(dn(t)+ϵn(t),dn(t−1))≈f(dn(t),dn(t−1))+∂f∂dn(t)⋅ϵn(t)≈dn+1(t)+∂f∂dn(t)⋅ϵn(t)We can use the ratio ϵn+1(t)ϵn(t) of demand variations to evaluate the impact of demand variability in the downstream on the demand in the immediate upstream:
ϵn+1(t)ϵn(t)=∂f∂dn(t)What does this ratio look like in the context of different types of function f? We consider two general cases:
Case 1: Without back-order. For instance, supply chain members always have enough inventory to fulfill order requests from the downstream player, i.e., the orders are always fulfilled immediately without any lead time.
- The amplification case. In this scenario we have ∂f∂dn(t)>1. For instance,
f(dn(t),dn(t−1))=dn(t)+[dn(t)−dn(t−1)]⟹∂f∂dn(t)=2As a result, we can expect the demand variability of an upstream is always greater than those of the downstream members. In our shoes supply chain example, even when consumer demand do not seem to vary much, there is increased variability in the retailer's order to wholesaler, wholesaler's order to distributor, etc (see figure below, with consumer demand ~ N(100,5)).
- The damping case. This scenario is associated with ∂f∂dn(t)<1. For instance, consider a two-step moving average function:
f(dn(t),dn(t−1))=dn(t)+dn(t−1)2⟹∂f∂dn(t)=12Thus, we have a decreasing demand variability of the upstream players. In our shoes supply chain, compared to the consumer demand variability, we observe decreased variability in the retailer's order to wholesaler, wholesaler's order to distributor, etc (see figure below, with consumer demand ~ N(100,5)).
- The no-change case with∂f∂dn(t)=1. Let's consider naive forecasting model where a member orders exactly the same as the demand from the immediate downstream:
f(dn(t),dn(t−1))=dn(t)⟹∂f∂dn(t)=1As a result, there is no change in demand variability up in the supply chain.
Case 2: With back-order. In this instance, each player starts with an initial inventory and fulfill orders depending on the available inventory. If there is no inventory left, it will be back-ordered and fulfilled first from the order placed next period.
Formally, demand/order dn+1(t) for the (n+1)th upstream player is a function of demand dn(t) of the immediate downstream and its own available inventory vn+1(t) at time t:
dn+1(t)=f(dn(t),vn+1(t))A change ϵn(t) of demand dn(t) causes change in demand/order at the immediate upstream:
∂f∂dn(t)=limϵn(t)→0f(dn(t)+ϵn(t),vn+1(t))−f(dn(t),vn+1(t))ϵn(t)⟹f(dn(t)+ϵn(t),vn+1(t))≈f(dn(t),vn+1(t))+∂f∂dn(t)⋅ϵn(t)≈dn+1(t)+∂f∂dn(t)⋅ϵn(t)Similarly, we can use the ratio ϵn+1(t)ϵn(t) to evaluate the impact of demand variability in the downstream on the demand in the immediate upstream:
ϵn+1(t)ϵn(t)=∂f∂dn(t)What does this ratio look like in the context of a specific function f? We consider a simple case:
f=dn(t)+[dn(t)−vn+1(t)]+, where[dn(t)−vn+1(t)]+={dn(t)−vn+1(t), if dn(t)>vn+1(t)0, if dn(t)≤vn+1(t)The first instance is associated with back-order and second one with no back-order. As a result, we have
∂f∂dn(t)={2, if back-order1, if no back-orderTherefore, we have a non-decreasing demand variability up in the supply chain.
Summary
The bullwhip effect in supply chain illustrates that even when the consumer demand does not vary much, there is an increased variability up in the supply chain. This post suggests that bullwhip effect is not always present in a supply chain and the degree of variability heavily depends on the demand forecasting model used by the supply chain participants. For instance, when a two-step moving average is used, the degree of variability decreases; when an exponential-smoothing model with a smoothing factor of 1 is used, the degree of variability amplifies, causing inefficiencies in inventory management, capacity planning, etc. From the perspective of each member in the supply chain, the member should share the demand data with the upstream participants so that they all have access to the same raw demand data to update their forecast.
Source code is available at https://github.com/AysajanE/bullwhip_with_dag.