> For the complete documentation index, see [llms.txt](https://dota2.tome.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dota2.tome.gg/mental-models/minimize-rather-than-maximize.md).

# Minimize rather than maximize

Inverting your perspective on a problem gives you a fresh and broad perspective to the situation.

### Problem

* Trying to do more things feel more difficult, or is not creating commensurate value for the effort
* It's difficult to decide on what to choose to do, or assess how to do things "better"

### Recommendation

* **Invert the problem** - Rather than think of what to do, consider what not to do or what to stop doing instead.
* **Make less mistakes** - Rather than how to "do" better (e.g. Get 100 headshots per practice session), consider how to make less mistakes (e.g. Have an accuracy rate of 95%, on headshots in 10 minutes).

### Effective Use

* **Optimal use of energy** - You trim down the waste in your movements (e.g. Emotional flailing, doing things you need to undo).
* **Safety through minimized risk and harm** - You create value for yourself by minimizing the occurrences of things that can hurt you or others. You encounter less dangers.

### Misuse

* **Too much wasted actions** - You find yourself doing things that aren't productive or isn't generating your desired results.
* **Fixation on positive action** - You stress out about all the things you could do that you don't consider the inefficient things you already do. This misleads or distracts you.

### Examples

* TBD.


---

# 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:

```
GET https://dota2.tome.gg/mental-models/minimize-rather-than-maximize.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.
