Ask HN: How do you do estimates in 2021?
1–10 of 102 posts
Re: Ask HN: How do you do estimates in 2021?
#2I've ask because I've seen large orgs have accurate estimates, but lay those estimates out incorrectly on the roadmap because the product managers overestimate what percentage of time is actually spent working on the products.
Re: Ask HN: How do you do estimates in 2021?
#3From my perspective it involves two things.
First, it is about applying the experience of similar situations to the future. I can't very well tell my coworkers "I don't know" because the work that they do depends on me getting my stuff done, especially in a timely manner. Thus, I have to draw on previous experience to say, "Well, this (or something like this) took me two weeks to get done last time so it will likely take me a similar amount of time this go round."
The second part of that is being open with expectations. Being up front with my coworkers involves me telling them that while I think this will take X amount of time, these are the complications I am facing that could have an impact on my ability to deliver in the provided time frame.
Ultimately, by applying a combination of those two things I have been able to build a good relationship with those I work with when it comes to providing estimates and expectations for delivery. Honestly, not sure how this will apply to software engineering or if it is even translatable at all, but that's my two cents.
Re: Ask HN: How do you do estimates in 2021?
#4- XS = +- 1 day of work
- S = +- a few days of work
- M = less than 1 sprint (= 2 weeks)
- L = a few sprints of work
- XL = months of work
Re: Ask HN: How do you do estimates in 2021?
#5(1) Individual sprints more-or-less hit their goals. Maybe you do 80% of what you expected to do consistently, but there never seems to be a last sprint. (e.g. new requirements keep coming up, new problems get discovered, etc.)
(2) Each sprint is a disaster. You deliver 20 or 30% of what you expected in the sprint.
If you ask the people in the team and other stakeholders you might even find that some believe (1) is the case, others believe (2) is the case.
I would look the following mismatch: The conventional sprint planning process assumes the work is a big bucket of punchclock time where there are no dependency orders, one team member can do the work of another team member, etc.
In some cases this is close to the truth, in other cases it is nowhere near the truth.
For instance if you plan to have work implemented and tested within the boundary of one sprint there is a point at which the work is sent over the wall to the tester. I worked on one project for which each iteration contained a machine learning model that took two days to train (most of this process happened outside "punchclock time") If everything went right you could start two days before the end of the sprint and have a model, but often things didn't go right and if you really wanted the sprint to succeed you would want to start training the model as early as you can, maybe even over the first weekend.
If wallclock time and temporal dependencies are the real issue you have to address that.
Re: Ask HN: How do you do estimates in 2021?
#6That is amazingly bad estimation! You must have some big systemic issues if you can repeat such a failure even twice and still do estimates. Why bother if you're that far off?
Re: Ask HN: How do you do estimates in 2021?
#7For level of urgency, I have another system for that, using Cold stone creamery sizes: Gotta have it (must ship this sprint), love it (should ship this sprint), like it (stretch goal). Anything that doesn't get done gets bumped to the next level of urgency for the next sprint.
Re: Ask HN: How do you do estimates in 2021?
#8"When we plotted the data, in all cases, the actual time was very accurately fit by a lognormal whose scale parameter was precisely the predicted completion time."