> 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/ar/altkrar/ma-hw-altkrar.md).

# ما هو التكرار؟

مع النمو الخطي، تبني شيئًا وتواصل إضافة المزيد إليه بمرور الوقت. أما مع التكرار، فتبني شيئًا، ثم ترميه أو تفككه، ثم تعيد بناءه مرة أخرى من الصفر اعتمادًا على المعلومات التي حصلت عليها من البناء الأول.&#x20;

يمكنك أن ترى أنهما مختلفان لأن النمو الخطي يضيف إلى الأساس نفسه؛ أما التكرار فيعيد بناء *الأساس* أيضًا، استنادًا إلى المعلومات المستخلصة من المنتج النهائي.&#x20;

هذه طرق تفكير مختلفة جذريًا. في مجالي التقنية المتقدمة والهندسة، تمت مقارنتها. وعلى الرغم من أن ذلك لا يبدو منطقيًا كثيرًا — لأنك تعيد بناء الهياكل نفسها مرتين أو ثلاث مرات — فإن التكرار يصل فعليًا إلى حلول قوية بشكل أسرع وأكثر كفاءة.&#x20;

### من الصعب التخلّص من الأشياء

عندما لا تسير الأمور على ما يرام، يوجد تحيز معرفي يُسمى «التكاليف الغارقة». نُهدر الطاقة في الحل السيئ ولا نريد أن نعترف بأننا أضعنا وقتنا.&#x20;

لكن هذه لعبة ذهنية؛ لم نُضِع وقتنا إذا تعلّمنا طريقة أفضل للقيام بالأشياء. من المهم جدًا أن ندرك متى نتصرف أو نبني تحت تأثير مغالطة التكاليف الغارقة.&#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/ar/altkrar/ma-hw-altkrar.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.
