When the Numbers Say Nothing
You tracked for two months. You have thirty tasks. You compare the buckets and the difference is small, the spread is wide, and removing one long task changes the answer.
That is the most common outcome, and it is a result. The usual response is to conclude something anyway, which converts an honest null into a confident error. For a practical implementation reference alongside the measurement argument here, see this article.
Why this happens so often
Software task durations vary enormously — a factor of five between similar-sounding tasks is ordinary. Detecting a modest difference against that much variation needs far more observations than a small team produces in a quarter.
So for most questions a small team asks, the honest answer is that you cannot tell yet, and that will remain true for some questions permanently. This is not a failure of your tracking. It is the arithmetic of small samples meeting high variance.
What "nothing" actually tells you
Three real things, which is more than it sounds.
The effect is not large. If a difference were dramatic — two or three times — thirty observations would show it. Finding nothing rules out the big claims, including the ones in vendor material and the ones you were hoping for. DORA is a widely used reference point for software-delivery performance research See DORA.
Your variance is the story. If the spread within a bucket is wider than the difference between buckets, then what determines your delivery time is task-to-task variation, not the tool. That is actionable: it points at reducing unknowns rather than working faster.
Your buckets may be wrong. Consistently inconclusive results sometimes mean the categories are not carving reality where it bends. If generation-heavy and verification-heavy tasks look the same, either they are not different, or you are classifying them badly.
What to do without a signal
Use the shape rather than the number. You may not be able to say verification-heavy work takes 1.6 times the estimate. You can usually say it runs over more often than it runs under. Direction is available long before magnitude, and direction is enough to fix an estimate.
Use the median and stop computing means. With thirty points and high variance, the mean is a fact about your longest task.
Prefer decisions that are right either way. If both possibilities lead to the same action, you did not need the data. Much of the time this is the case and it goes unnoticed.
Keep collecting. Two months of nothing plus four more months of nothing is six months, which answers some questions the two could not.
Write down that it was inconclusive. Otherwise in a year you will remember a vague impression that assisted work was faster, which is the instrument this whole exercise exists to replace.
What not to do
Do not lower the bar until something appears. Slicing thirty tasks four ways until one slice shows a difference is how you find noise. If you did not plan the comparison in advance, treat it as a hypothesis rather than a result.
Do not conclude the tracking is pointless. It told you the effect is not large, which is genuinely useful and contradicts most of what you will read.
Do not fall back on impressions. The whole reason for measuring is that the impression is known to be miscalibrated by a wide margin. An inconclusive measurement is still better evidence than a confident feeling.
Do not switch tools to generate a signal. A change will produce a difference in the numbers. It will be the change, not the improvement — and it costs you the comparable history you were building.
The questions that stay answerable
Not everything requires statistical power. These work with small numbers because you are looking at magnitude, not trend.
How long does it take us to correct something? A handful of observations gives a usable order of magnitude.
What proportion of our work is cheap to verify? Counting, not inference.
Do our estimates run over or under, per bucket? Direction, available early.
How often does work come back? Rework rate needs only enough tasks to count.
Notice that all four are the ones that actually feed estimating and pricing. The questions that stay unanswerable — how much faster are we, is this tool better — are the ones that would not change what you do anyway.
The short version
- Inconclusive is the most common honest outcome for a small team, and it is a result
- It rules out large effects, which contradicts most of what you will read
- Wide within-bucket spread points at reducing unknowns rather than working faster
- Use direction rather than magnitude, medians rather than means, and keep collecting
- Do not slice until something appears, do not fall back on impressions, do not switch tools to create a signal
- The questions that stay answerable — time to correct, mix, estimate direction, rework rate — are the ones that matter