TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Utility to estimate tasks using PERT (Program evaluation and review technique)

22 pointsby arzzenover 9 years ago

1 comment

jacques_chesterover 9 years ago
Nifty. For a while I was working on a commercial drag-and-drop tool for PERT-style estimation[0].<p>It foundered on the rocks of Angular. But I did enjoy doing research on PERT and estimation generally.<p>My suspicion is that PERT works more through the &quot;unpacking effect&quot; than through the statistical stuff. PERT sorta-kinda resembles a simplistic normal distribution, which is nonsensical in a lot of ways.<p>Later operations research got way, way more sophisticated. But it is my suspicion that stuff like stochastic project networks have produced more PhDs than accessible estimates.<p>The unpacking effect is more compelling, because it&#x27;s a way to offset the planning fallacy that humans are prone to. Make people break down a task <i>before</i> they estimate, and they will give a higher estimate. This is because humans systematically forget to include lots of tasks.<p>In software engineering, for example, off-the-cuff estimates typically don&#x27;t include stuff like time for documentation, waiting for CI and so on. We subconsciously over-weight the tasks that we understand best: the coding.<p>[0] <a href="http:&#x2F;&#x2F;confidest.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;confidest.com&#x2F;</a>