# Challenges in cost estimation.

## Basic idea

There is no exact science for cost estimation — estimates are wrong by construction. The best you can do is improve confidence with historical data, decomposition, and empirical models.

## Key facts

* Estimates are guesses; calibrate with past projects.
* Decompose: small parts are easier to estimate than the whole.
* Defer estimation if you can — accuracy ⇧ as the project progresses.
* There is no exact science for cost estimation - it will never be considered as all accurate.
* No person can reasonably predict what can go wrong in the project.
* Most estimation methods assume things will proceed as expected and simply adds some slack to account for what can go wrong.

## Possible solutions

* Delay estimation - 100% accuracy but less usefull
* Base estimation on data from previous projects that have been completed.
* Break the system to smaller parts and generate the estimates for smaller parts, which is easier.
* Use emperically-based estimation methods.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://isubasinghe.gitbook.io/isithas-wiki/software_engineering/management/cost_estimation/challenges.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
