Developing the Framework: A Formula for Progress
To transform this metaphor into a practical tool, we can express it as a formal relationship - initial an abstract relationship, from which concrete implementations are derived. We begin with the basic equation for velocity (v), where represents displacement (or desired output) and t represents time.
v=s/t
To make this formula applicable to real-world systems, it must be modified to account for two universal factors: limits and friction. Albert Einstein asserted the universe had a speed limit, he changed the way we view the world. We must start with that important and founding observation. Systems have speed limit, both theoretical (for example a perfect vacuum) and practical (for example the speed of light through air and glass).
Maximum Capacity (Cmax): Every system, whether a factory, a software application, or a national economy, has a finite maximum capacity—a speed limit or capacity limit. A server can only process a certain number of requests per second; a production line can only assemble a certain number of units per hour, an economy has productive capacity. The actual velocity of a system can therefore never exceed this maximum capacity. We incorporate this by expressing velocity as the minimum of its potential or its maximum limit. v=min( Cmax ,s/t )
The Coefficient of Complexity (δ): Few systems operate in a frictionless state. Systems are subject to headwinds like inefficiency, bureaucracy, technical debt, or market resistance. This friction is represented by the Coefficient of Complexity, denoted by the Greek letter delta (δ). This coefficient acts as a multiplier on time; a process with high complexity (δ>1) effectively requires more time to achieve the same unit of displacement - complexity dilated time.
By integrating these concepts, we arrive at a generalized formula for analyzing the velocity of any system:
v=min( Cmax , s/δt)
Where:
v = The velocity, or rate of relevant output.
Cmax = The maximum theoretical capacity of the system.
s = The displacement, or units of input required per unit of output.
δ = The coefficient of complexity or computation.
t = The unit of time.