(Epistemic Status: Superficial application of complex topic to complex domain)
In a representative democracy, there is always a tension between the need for elites to make unpopular decisions and the need for elites to be held responsible for mistakes by the public. In the US, the contrasting term periods of the Senate, House of Representatives, and Supreme Court reflect different choices on this spectrum of accountability and trust. Unfortunately, there is a substantial flaw in this method, namely that decision-makers respond mainly to their remaining time in the office (before the next election, etc.) rather than their total time for the period. We can see this in how politicians tend to focus more on legislation earlier in their term and focus more on winning elections near the end.1 As a result, a term length of (for example) 5 years has the incentives of a 5-year term for some of the time, the incentives of a 4-year term for some of the time, the incentives of a 3-year term, and so on.
This is not great since, ideally, you would want to pick a single set of incentives for an office holder to act under that correctly balances the tradeoff. Luckily, it is possible to do exactly that, it just requires a bit of randomness.
A forgetting solution
The trick is to use a memoryless process like a Geometric or Poisson Distribution. In a memoryless process, the future distribution remains the same after each time step. For example, if you are flipping a coin until the first heads, it doesn’t matter how many times you’ve already flipped it, the distribution over future flips is the same. We can use this same property in the context of term lengths to keep the incentives of an office holder exactly the same over time, i.e. have the expected time remaining always be equal to some optimal period. For example, you could flip a weighted coin near the end of every year (maybe a month in advance) for whether a particular office will be up for election and then set the weighting to have an expected term of 5 years.
This is especially good because for any incentive-optimal expected time, you can pick the right probability and time-step length for your geometric distribution and then you’re done!2
Obviously, this is not a super realistic solution to the political issues mentioned at the start, but systems like this are pretty useful for many compliance/inspection problems so I think it’s worth considering how they might generalize.3
(1) This paper seems like some reasonable evidence for the claim, though I haven’t looked into it deeply. (2) This strategy ultimately reflects some degree of (understandable) myopia among voters, who can’t maintain a constant degree of attention throughout the whole term.
You could also use a Poisson distribution for a continuous distribution, but there doesn’t seem to be much benefit (to me at least).
(1) While I noticed the connection between memoryless processes and incentives independently when studying probability theory, it turns out (unsurprisingly) I am not the first to think of it. The economics literature uses precisely this idea, e.g. this paper, for analyzing a range of problems. (2) I have previously thought about the possibility of a society where wealth is reset according to a Poisson Process, maintaining incentives over time while also avoiding overly compounding inequalities. Difficulties around intangible capital would (of course) make it difficult (even ignoring the problem of humans being involved).
Great idea. After learning about ancient Athenian democracy, and the multiple instances of inherent randomness they employed, it got better to wonder why modern democracies seem to incorporate no deliberate element of randomness at all.
Switching up the incentives might cause even larger problems that are unexpected though. Maybe, rather than focusing on policy early in their terms they just do a constant slow burn of focusing on reelection. Just because the expected date is 5 years away, doesn’t mean they won’t get hit after 1. It could also lead to a lot of popular unrest, where a suddenly unpopular official, out of sheer luck, remains in their position for years.
Very fun idea, though the incentives would shift as soon as they find out they're up for reelection, and, if something like this were ever implemented, it would probably be a good idea to still have some maximum term length just to keep someone from getting really lucky and staying in power for a long time against the will of the voters. Though perhaps you could pair it with some process for recall elections to keep that from happening. The change in incentives once someone has been selected for reelection could also be mitigated by making that period short, which would probably be good anyway.