The Mean Field Game of Mediocrity
Why Capable People Underperform Together
In any large institution — a corporation, a civil service, an academic department — a puzzling equilibrium sometimes takes hold. Individually capable people converge on unremarkable output. No single agent is unintelligent or lazy. Yet the collective result is persistently mediocre. The system appears to punish ambition and reward the average.
This is not merely an observation about culture. It has a formal mathematical structure — and **mean field game theory** provides one of the clearest lenses through which to see it.
Mean Field Games in Brief
A **mean field game** (MFG) models a population of rational agents, each making decisions that collectively determine the environment they all face. The Nash equilibrium condition — no agent can improve by deviating unilaterally — becomes a coupled system of two PDEs: one governing each agent’s optimal strategy, the other governing how the population evolves.
The framework, introduced by Lasry and Lions, and independently by Huang, Malhamé, and Caines in 2006, was designed for problems where the number of interacting agents is large enough that each individual’s direct influence on the aggregate is negligible — yet the aggregate’s influence on each individual is decisive.
Mediocracy is precisely this type of problem.
Formalising the Mediocracy Equilibrium
Let each agent’s **state** $x \in \mathbb{R}$ represent publicly observable output — a quality signal, a performance metric, a contribution score. Each agent controls effort $\alpha_t$, driving state dynamics
$(1)$
where $\nu > 0$ is an idiosyncratic noise level and $W_t$ is a standard Brownian motion. The population distribution at time $t$ is $m(t, \cdot)$, a probability density on $\mathbb{R}$.
Each agent minimises a cost functional with two competing terms: a **rank reward** and a **conformity penalty**. Let $F_m(x) = \int_{-\infty}^{x} m(t, y)\, dy$ be the agent’s rank — the fraction of the population below them. Let $\bar{m} = \int y\, m(t,y)\, dy$ be the population mean. The running cost is
$(2)$
where $r > 0$ is the rank reward coefficient and $c > 0$ is the **conformity pressure** — the cost of being visibly different from the crowd. The parameter $c$ is the mediocracy coefficient.
When $c$ is large relative to $r$, deviating from the mean is costly regardless of the direction. The incentive structure actively discourages distinction.
The MFG System
The Nash equilibrium is characterised by the **coupled Hamilton–Jacobi–Bellman and Kolmogorov forward equations**:
$(3)$
$(4)$
with terminal condition $u(T, x) = 0$ and initial condition $m(0, x) = m_0(x)$. The optimal effort policy is $\alpha^*(t,x) = -\partial_x u(t,x)$.
Equation (3) is the **HJB equation** — it encodes each agent’s best response to the crowd distribution $m$. Equation (4) is the **Fokker–Planck equation** — it propagates the crowd distribution under the optimal strategy. The coupling runs in both directions: $m$ enters the HJB as a forcing term, and the HJB solution drives $m$ forward. Neither equation can be solved without the other.
The Mediocracy Fixed Point
At a stationary equilibrium, the distribution $m^*$ satisfies a self-consistency condition: if every agent best-responds to $m^*$, the resulting population distribution is $m^*$ again. When $c > r$, this fixed point concentrates near a single mass point $x^* \approx \bar{m}^*$. In the idealised limit, the equilibrium distribution is a **Dirac delta**: everyone clusters at the mean.
The rank reward provides no net benefit in this regime, because rank is relative — in a mass-point equilibrium every agent occupies rank $\frac{1}{2}$ regardless of effort. Additional effort costs $\frac{1}{2}|\alpha|^2$ and yields nothing. The rational response is to exert none.
Computing the Equilibrium — Fixed-Point Iteration
The standard numerical approach alternates between solving the HJB backward in time and propagating the distribution forward.
Algorithm — MFG Fixed-Point Iteration (Picard)
Input: m_0 (initial distribution), T, nu, r, c, tolerance eps
Output: equilibrium distribution m*, value function u*
1. Initialise: m^(0) := m_0
2. For k = 0, 1, 2, ...:
a. Solve HJB (Eq. 3) BACKWARD on [0, T], given m = m^(k)
→ obtain u^(k+1)
b. Extract optimal drift:
alpha*(t, x) = -d/dx u^(k+1)(t, x)
c. Solve Fokker-Planck (Eq. 4) FORWARD on [0, T], given alpha = alpha*
→ obtain m^(k+1)
d. Compute residual:
delta = || m^(k+1) - m^(k) ||_1
e. If delta < eps: break
3. Return m* := m^(k+1), u* := u^(k+1)
Convergence guaranteed when the coupling is monotone (Lasry-Lions condition).
Both PDEs discretised on a uniform spatial grid; HJB solved semi-implicitly,
Fokker-Planck solved with an upwind finite-volume scheme.
What the Equilibrium Reveals
The MFG formulation makes two things precise that informal accounts leave vague.
**First, mediocracy is not a failure of rationality.** The agents in equation (1) are perfectly rational optimisers. The concentrated equilibrium emerges because the incentive structure — not any cognitive deficiency — makes underperformance individually optimal. Each agent responds correctly to the environment; the environment is the collective product of those correct responses.
**Second, the transition is sharp.** As $c$ crosses the critical threshold $c^* = r$, the character of the equilibrium changes abruptly: from a dispersed distribution with differentiated outcomes to a concentrated one with near-uniform output. This is a phase transition in the mean field sense. The critical ratio $c^* / r = 1$ is a precise diagnostic — measure the conformity pressure and the rank reward in your institution and you can determine which side of the threshold it sits on.
Takeaway
Mean field game theory gives mediocracy a rigorous home. The phenomenon is not a sociological mystery but an equilibrium property of a well-posed optimisation problem. When conformity pressure exceeds rank incentive, the coupled HJB–Fokker–Planck system (3)–(4) has a concentrated fixed point — and rational agents are drawn to it.
The implication for institutional design is equally precise: to escape the mediocracy trap, the ratio $c/r$ must be pushed below the critical threshold. That means either reducing conformity penalties or amplifying rank rewards. The mathematics does not prescribe which lever to pull. It only proves that one of them must move.
Interested in applying these ideas to your work? Get in touch.