# Fundamental Problems

- [Answers](https://www.strategiccomplexity.com/fundamental-problems/answers.md): Stop seeking comfort in other people's solutions.
- [Security](https://www.strategiccomplexity.com/fundamental-problems/security.md): Your brain wants everything to be stable and predictable, but almost nothing is.
- [Control](https://www.strategiccomplexity.com/fundamental-problems/control.md): Stop trying to force your will on absolutely everything.
- [Optimization](https://www.strategiccomplexity.com/fundamental-problems/optimization.md): Maximum efficiency is not just impossible, but destructive.
- [Reductionism](https://www.strategiccomplexity.com/fundamental-problems/reductionism.md): Our instinctual approach is to look for answers within individual parts.


---

# 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/fundamental-problems.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.
