Project Management

Please login or join to subscribe to this thread

Using AI for Project Estimation Without Historical Data.

linkedin twitter facebook   Artificial Intelligence   Complexity  
avatar
Srikana Ray
Community Champion
IT Project Manager

Has anyone successfully used AI tools to estimate and plan a complex software development project without historical data?

I am particularly interested to learn more about how you approached effort estimation, forecasting timelines and handling uncertainty and risks.

What worked well, what did not work and how reliable were the AI-generated outputs in practice? Please share your insights.

Sort By:
< 1 2 >
avatar
Imran Afzal Cary, NC, United States
I’ve experimented with this in environments where historical data was limited, and the key for me was not using AI to produce estimates—but to build a model we could interrogate.

How I used AI (practically):

I started with a structured prompt to generate a first-pass decomposition

Not timelines—just:

Major workstreams
Key dependencies
Integration points
Assumptions

Then I iterated on that with context

Feeding in:

Team structure (who does what)
Known constraints (capacity, skill gaps, external dependencies)
Delivery model (Agile, hybrid, etc.)

From there, we used it to simulate scenarios:

“What happens if this dependency slips?”
“Where are likely bottlenecks?”
“What requires coordination across teams?”

At that point, it stopped being estimation and became risk shaping.

What worked well:

Rapid decomposition of ambiguous work
Surfacing dependencies earlier than we typically would
Giving teams a starting point instead of a blank page

What didn’t work:

Timeline accuracy was consistently optimistic
Effort estimates ignored coordination overhead
It had no concept of how decisions actually flow in the organization

What made the difference:

We didn’t ask AI, “How long will this take?”

We asked:

“Where is this most likely to break?”
“What assumptions are we making?”
“What would cause rework?”

Then we built estimates around those answers, not from the initial output.

So in my experience:

AI is useful without historical data—but not because it replaces it.

It helps you expose assumptions faster.

And when you don’t have history, assumptions are all you really have.

Curious if others are using AI more for estimation or for risk modeling—because I’ve found the latter is where it actually adds value.
...
1 reply by Srikana Ray
Apr 10, 2026 8:33 PM
Srikana Ray
...
Thank you for sharing the detailed response. This is quite helpful. I like the way you provided enough information to the AI tool so that you can make appropriate decisions and judgement about the estimates.
avatar
Fabian Crosa
Community Champion
PMO Leader | Speaker & Mentor | Content Leader – PMOGA Latin America Hub| Catholic University of Uruguay Montevideo, Montevideo, Uruguay
Yes, AI has been successfully used as a supporting tool for estimating complex software projects without historical data, but not as a standalone estimator. In practice, AI works best to help decompose scope, explore assumption‑based effort ranges, and generate multiple timeline scenarios. It adds real value in identifying uncertainty and risk drivers, but tends to be overly optimistic if used without human validation. The most reliable results came from combining AI outputs with professional judgment, explicit assumptions, and contingency planning—using AI as an input to decision‑making rather than a source of final commitments.
...
1 reply by Srikana Ray
Apr 10, 2026 8:34 PM
Srikana Ray
...
Thank you for sharing your insights.
avatar
Sergio Luis Conte Helping to create solutions for everyone| Worldwide based Organizations Buenos Aires, Argentina
It is simple: AI is based on data. No more than that. The new kid on the block is generative AI then you have to pay attention on what generative AI gives to you. With that said you have two path: the basement is general data (if you use chatGPT and others) or general data plus your own data then you have to implement things like RAG or Fine tunning
avatar
Srikana Ray
Community Champion
IT Project Manager
Apr 09, 2026 12:38 AM
Replying to Imran Afzal
...
I’ve experimented with this in environments where historical data was limited, and the key for me was not using AI to produce estimates—but to build a model we could interrogate.

How I used AI (practically):

I started with a structured prompt to generate a first-pass decomposition

Not timelines—just:

Major workstreams
Key dependencies
Integration points
Assumptions

Then I iterated on that with context

Feeding in:

Team structure (who does what)
Known constraints (capacity, skill gaps, external dependencies)
Delivery model (Agile, hybrid, etc.)

From there, we used it to simulate scenarios:

“What happens if this dependency slips?”
“Where are likely bottlenecks?”
“What requires coordination across teams?”

At that point, it stopped being estimation and became risk shaping.

What worked well:

Rapid decomposition of ambiguous work
Surfacing dependencies earlier than we typically would
Giving teams a starting point instead of a blank page

What didn’t work:

Timeline accuracy was consistently optimistic
Effort estimates ignored coordination overhead
It had no concept of how decisions actually flow in the organization

What made the difference:

We didn’t ask AI, “How long will this take?”

We asked:

“Where is this most likely to break?”
“What assumptions are we making?”
“What would cause rework?”

Then we built estimates around those answers, not from the initial output.

So in my experience:

AI is useful without historical data—but not because it replaces it.

It helps you expose assumptions faster.

And when you don’t have history, assumptions are all you really have.

Curious if others are using AI more for estimation or for risk modeling—because I’ve found the latter is where it actually adds value.
Thank you for sharing the detailed response. This is quite helpful. I like the way you provided enough information to the AI tool so that you can make appropriate decisions and judgement about the estimates.
avatar
Srikana Ray
Community Champion
IT Project Manager
Apr 09, 2026 2:27 PM
Replying to Fabian Crosa
...
Yes, AI has been successfully used as a supporting tool for estimating complex software projects without historical data, but not as a standalone estimator. In practice, AI works best to help decompose scope, explore assumption‑based effort ranges, and generate multiple timeline scenarios. It adds real value in identifying uncertainty and risk drivers, but tends to be overly optimistic if used without human validation. The most reliable results came from combining AI outputs with professional judgment, explicit assumptions, and contingency planning—using AI as an input to decision‑making rather than a source of final commitments.
Thank you for sharing your insights.
avatar
Pavan Maddi
Community Champion
Buona Vista, Singapore
AI can help even without historical data, but it should guide, not decide. I use it to break scope, suggest ranges, and surface risks, then validate with expert judgment. Start with assumptions, build scenarios, and refine iteratively. It works well for structure and speed, but reliability depends on how well you question and adjust the outputs.
...
1 reply by Srikana Ray
Apr 11, 2026 7:42 PM
Srikana Ray
...
Thank you for the insights.
avatar
Aaron Porter
Community Champion
IT Director| Blade HQ Payson, UT, United States
Even with historical data I wouldn't implicitly trust the output. However, if I had to choose between an individuals single-point estimate and a Monte Carlo estimate performed by GenAI, using the same data the individual had AND the data the GenAI was trained on, I would be more likely to trust the GenAI response, because - and this is critical - the GenAI Monte Carlo analysis would be providing an estimate range with a level of confidence and could likely better take into account where the project is on the cone of uncertainty. The individual providing the single-point estimate might be right, but depending on the project phase, it could still be a highly uncertain guess that doesn't take constraints or dependencies into account.

I'm not saying I would fully trust the GenAI Monte Carlo estimate, but I would think it more likely. In either case, I would refine the estimate as we learn more throughout the project.
...
1 reply by Srikana Ray
Apr 11, 2026 7:46 PM
Srikana Ray
...
Thank you for your insights. I agree, having estimates generated by AI often adds to one's perspective.
avatar
Srikana Ray
Community Champion
IT Project Manager
Apr 11, 2026 8:32 AM
Replying to Pavan Maddi
...
AI can help even without historical data, but it should guide, not decide. I use it to break scope, suggest ranges, and surface risks, then validate with expert judgment. Start with assumptions, build scenarios, and refine iteratively. It works well for structure and speed, but reliability depends on how well you question and adjust the outputs.
Thank you for the insights.
avatar
Srikana Ray
Community Champion
IT Project Manager
Apr 11, 2026 11:41 AM
Replying to Aaron Porter
...
Even with historical data I wouldn't implicitly trust the output. However, if I had to choose between an individuals single-point estimate and a Monte Carlo estimate performed by GenAI, using the same data the individual had AND the data the GenAI was trained on, I would be more likely to trust the GenAI response, because - and this is critical - the GenAI Monte Carlo analysis would be providing an estimate range with a level of confidence and could likely better take into account where the project is on the cone of uncertainty. The individual providing the single-point estimate might be right, but depending on the project phase, it could still be a highly uncertain guess that doesn't take constraints or dependencies into account.

I'm not saying I would fully trust the GenAI Monte Carlo estimate, but I would think it more likely. In either case, I would refine the estimate as we learn more throughout the project.
Thank you for your insights. I agree, having estimates generated by AI often adds to one's perspective.
avatar
Robert London Project & Risk Consultant, and Career Coach (PMP, RMP, CSM, CSP,CCC, MSIE| CoffeeCat Solutions, LLC DC/VA/MD Area, United States
GenAI can help you draft your estimates and schedules using a variety of data. I do a lot of ERPs, and estimates from vendors and posted project schedules are available on the Internet. In addition, since no two projects or schedules are the same, using GenAI to draft and then help you build out your task-level estimates can be effective. History data is just a starting point
...
1 reply by Srikana Ray
Apr 16, 2026 8:03 PM
Srikana Ray
...
Thank you for sharing your insights.
< 1 2 >

Please login or join to reply

Content ID:
ADVERTISEMENTS

"[Musicians] talk of nothing but money and jobs. Give me businessmen every time. They really are interested in music and art."

- Jean Sibelius, explaining why he rarely invited musicians to his home.

ADVERTISEMENT

Sponsors