> 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/dunning-kruger-effect.md).

# Dunning-Kruger Effect

<figure><img src="/files/e4ZJfDdDpEw0MoFPTg8S" alt=""><figcaption><p>Image by <a href="https://thedecisionlab.com/biases/dunning-kruger-effect">The Decision Lab</a></p></figcaption></figure>

The Dunning-Kruger effect is a cognitive bias where people with limited knowledge or ability in a specific area greatly overestimate their own knowledge or ability. This happens because they lack the metacognitive skills to accurately assess their competence. In essence, their ignorance prevents them from recognising their own incompetence. This often leads to overconfidence and a tendency to make poor decisions or judgments.

Interestingly, the effect also suggests that those who are highly skilled in a particular area may underestimate their abilities, assuming that what is easy for them must be easy for everyone else. This double-edged phenomenon highlights the importance of humility and the value of seeking feedback and learning from others.

#### Further Reading

{% embed url="<https://thedecisionlab.com/biases/dunning-kruger-effect>" %}

{% embed url="<https://www.verywellmind.com/an-overview-of-the-dunning-kruger-effect-4160740>" %}

{% embed url="<https://www.linkedin.com/pulse/understanding-dunning-kruger-effect-its-impact-curt-archambault-m52gc/>" %}


---

# 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/dunning-kruger-effect.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.
