Live data from Hacker News

Why does it look like LLMs consistently overestimate implementation time?

news.ycombinator.com

1–10 of 18 posts

Why does it look like LLMs consistently overestimate implementation time?

#1
I have my suspicion: they estimate how long people would have taken to implement some feature, becasue they were trained on such data. I consistently see estimates of 2 week/3 weeks or 5 days, etc. But then implementation takes a day or 2 max using agents within Claude/GPT. Unless I am missing something? Anybody else notice this?

Re: Why does it look like LLMs consistently overestimate implementation time?

#6
The problem is that LLMs do not have a conceptual grounding in actual time. They estimate based on statistical correlation found in their training data which is filled with standard corporate project management timelines legacy codebases and waterfall estimates.

Re: Why does it look like LLMs consistently overestimate implementation time?

#7
>day or 2 max

I've frequently seen tasks that it thinks will take weeks being done in under an hour. And it will often recommend doing X instead of Y because X requires so much extra work. Basically I just remind it that it is an LLM.

If it worries something is error prone, I ask it to write tools to verify it.

Re: Why does it look like LLMs consistently overestimate implementation time?

#10
post #5

You ask LLMs for estimates? Interesting. Probably big model providers should do calibratuons for that and add an estimation skill.

I've found that they declare estimates unprompted.

yes exactly - I have never asked them for an estimate
Post reply on HN