Glossary

Negative-Sum Scheduling

What It Means

Negative-sum scheduling is a state in which your schedule systematically loses time the more you try to fulfill it. Each commitment that is met creates overhead - transition time, recovery time, preparatory time, follow-up time - that comes from the finite pool of available hours. When the overhead of meeting commitments exceeds the time freed by completing them, the schedule has become negative-sum.

The term borrows "negative-sum" from game theory, where it describes interactions in which total value is destroyed rather than redistributed. In negative-sum scheduling, the total available useful time decreases as commitments multiply.

How It Develops

Negative-sum scheduling typically develops gradually. Individual commitments look reasonable. The overhead of each is invisible or underestimated. The interactions between commitments - the way they create constraints on each other - are not visible until all of them are in place.

The transition from manageable busyness to negative-sum scheduling often crosses a specific threshold: when the commitments stop being sequentially manageable and start producing conflicts that require constant renegotiation. Once renegotiation of commitments becomes a significant overhead of its own, the schedule may be negative-sum.

Characteristics

Several symptoms indicate negative-sum scheduling:

  • Completing tasks tends to reveal more tasks rather than reduce the backlog
  • Meeting a commitment creates obligations that fill the time freed by meeting it
  • Any slack that appears is immediately captured by existing commitments
  • Renegotiating schedules and managing expectations consumes significant time

Remedies

The primary remedy is reducing the number of commitments to below the negative-sum threshold. This requires a different kind of subtraction than the usual time management advice - not pruning the lowest priority items but identifying which commitments are generating the most negative-sum overhead and removing them.

The secondary remedy is restructuring commitments to reduce their interaction overhead. Batching similar commitments, creating cleaner boundaries between different areas of work, and building in recovery time as a protected commitment rather than as slack that will be absorbed.