The Impossible Region, Revisited
In software estimation, some discovered relationships turn out to be true primary principals of software development.
Way back in 1978, Larry Putnam, Sr. discovered that the relationship between project duration and project effort was exponential.1 His equation equated to:
Duration in months = 2.15 times the cube root of effort in manmonths
In his 1981 book, Barry Boehm described the nominal relationship in COCOMO2 as:
Duration in months = 2.5 times the cube root of effort in manmonths
Very similar results. Is that something specific to the way projects were managed way back then? Or, is this a true fundamental law of software project management?
Sometimes, it is fun and also informative to revisit pioneering work to see how things have (or have not!) changed over the decades since. I have used updated benchmarking data to check this staffing relationship and found it to be surprisingly persistent.
I took project Main Build (Design through Test) effort and Main Build duration from the QSM database, for projects that have competed in the 21st century.
The following graph has duration in months on y axis, and effort in personmonths on x axis.
The exponential regression shows that the “nominal” duration of these projects = 2.0 x cubed root of effort.