> For the complete documentation index, see [llms.txt](https://sexytrees.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sexytrees.savimbo.com/practice-guide/iteration/what-is-iteration.md).

# What is iteration?

With linear growth, you build something and keep adding to it over time. With iteration, you build something, throw it away or dismantle it, and rebuild it again from scratch with the information from the first build.&#x20;

You can see they are different because linear growth adds on to the same foundation; iteration rebuilds the *foundation* too, based on the information from the final product.&#x20;

These are fundamentally different ways of thinking. In high tech and engineering, they have compared them. And although it doesn't make a lot of sense — because you are rebuilding the same structures two or three times — iteration actually reaches robust solutions faster and more efficently.&#x20;

### It's hard to throw things away

When things aren't working there is a cognitive bias called "sunk costs". We put energy into the bad solution and don't want to admit we wasted our time.&#x20;

But this is a mental game, we didn't waste our time if we learned a better way to do things. Its really important to realize when we're acting or building under the sunk costs fallacy.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sexytrees.savimbo.com/practice-guide/iteration/what-is-iteration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
