> For the complete documentation index, see [llms.txt](https://wiki.alexhe.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.alexhe.io/topics/life/principles.md).

# Principles

Principles will make your life much simpler. They will guide your actions in times of uncertainty and provide you with a road-map when life gets tough.

Here are some ideas and principles I try to follow:

* **Follow the path of most resistance** - when in doubt, choose the more difficult task or what you don’t want to do as that is typically exactly what you should / need to do. If you want to obtain something in life, you must do the things that are outside of your comfort zone. Moreover, I find that the path of most resistance usually leads to the greatest return / reward and fulfilment.
* **Sometimes, the work is easier than the workaround** - do not cut corners. Do not waste time looking for the latest and greatest 'hacks' and shortcuts. Most of them don't work or bring only marginal results. Moreover, by cutting corners, your opportunity for growth is cut too. Do the work and your efforts will bear fruit. [Just do it.](https://m.youtube.com/watch?v=ZXsQAXx_ao0)
* **Don't stop doing the things that got you out of a bad situation** - sometimes when we get out of a rut, we can slip and start to fall back in as we lose the incentive to work on ourselves. Do not cut corners. Success is built by doing the same things that got us out of a bad situation everyday, over a long period of time.
* **Record everything** - journal, video, etc. - the more you record parts of your life (ie. jotting down how you feel at a particular moment in time), the more you will learn about yourself. You will find patterns emerging, revealing relationships between your repeated behaviours and how they make you feel.
* **Prioritise and execute**
* **Take relentless action**
* **Practice consistency over intensity**
* Always remember **物极必反** (wù jí bì fǎn); which translates to [Things will develop in the opposite direction when they become extreme](https://baike.baidu.com/item/物极必反/5139) or as Jaden Smith says ["**too much of good stuff is bad stuff**."](https://youtu.be/n_H8UUxsuNA\&start=7\&end=24) Be intentional / deliberate about things and approach in moderation.
* An often thrown-around life principle is to "**avoid being the smartest person in the room**." My take on it is to always put yourself in a position to learn things from people smarter or more knowledgeable than you. That being said, do not undermine the ability of others as there is always something to learn from someone else, and you do not want to fall into the trap that is egotism.


---

# 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://wiki.alexhe.io/topics/life/principles.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.
