> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/cognitive-tools/universal/managing-people/hanlons-razor.md).

# Hanlon's Razor

<figure><img src="/files/JsnXBS0PZNy5MIkqf0xi" alt=""><figcaption><p>Image by <a href="https://journeynudge.com/Hanlons-razor/">Journey Nudge</a></p></figcaption></figure>

Hanlon's Razor is a principle that suggests

> Never attribute to malice that which can be adequately explained by stupidity.

In simpler terms, it means that when faced with a situation where someone's actions seem harmful or malicious, it's often more likely that they were simply acting carelessly or without fully understanding the consequences, rather than intentionally trying to cause harm.

This principle encourages us to consider the possibility of human error or misunderstanding before jumping to conclusions about malicious intent.

#### Further Reading

{% embed url="<https://fs.blog/mental-model-hanlons-razor/>" %}

{% embed url="<https://journeynudge.com/Hanlons-razor/>" %}

{% embed url="<https://thedecisionlab.com/reference-guide/philosophy/hanlons-razor>" %}

{% embed url="<https://sketchplanations.com/hanlons-razor>" %}


---

# 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://www.designreference.xyz/cognitive-tools/universal/managing-people/hanlons-razor.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.
