# Dilemmas

- [The Nature of Adaptation](https://www.strategiccomplexity.com/dilemmas/the-nature-of-adaptation.md): There aren't any free lunches in complex adaptive systems.
- [Plans vs Heuristics](https://www.strategiccomplexity.com/dilemmas/plans-vs-heuristics.md): How do you decide what to do next?
- [Design vs Selection](https://www.strategiccomplexity.com/dilemmas/design-vs-selection.md): How much randomness will you accept when solving a problem?
- [Evolution vs Development](https://www.strategiccomplexity.com/dilemmas/evolution-vs-development.md): How much of your problem represents stable phenomena, and how much of it is random?
- [Exploration vs Exploitation](https://www.strategiccomplexity.com/dilemmas/exploration-vs-exploitation.md): Are you better off staying put or looking around?
- [Production vs Exploitation](https://www.strategiccomplexity.com/dilemmas/production-vs-exploitation.md): Should you make something yourself or leverage the efforts of others?
- [Trust vs Risk](https://www.strategiccomplexity.com/dilemmas/trust-vs-risk.md): How do you manage relationships in low-trust environments like the internet?


---

# 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://www.strategiccomplexity.com/dilemmas.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.
