Welcome to the public repository for Cognitive Bias Labs — an interactive platform designed to help you discover, understand, and mitigate your cognitive blind spots through scientifically-backed psychology tests.
While the core diagnostic engine and interactive tests of Cognitive Bias Labs are closed-source, we believe in giving back to the psychology and developer communities. This repository serves three main purposes:
- Open Source Dataset: We provide a structured JSON dataset (
data/cognitive-biases.json) containing definitions, categories, and real-world examples of various cognitive biases. - Issue Tracking: A transparent place for users to report bugs or issues they encounter on the main platform.
- Feature Requests: A hub for the community to suggest new cognitive bias tests, articles, or features.
We maintain a structured, open-source dataset of cognitive biases that developers, researchers, and AI builders can use in their own projects.
File: data/cognitive-biases.json
{
"id": "dunning-kruger-effect",
"name": "Dunning-Kruger Effect",
"category": "Self-assessment bias",
"description": "A cognitive bias in which people with limited competence in a particular domain overestimate their abilities.",
"example": "A novice chess player believing they could easily beat a grandmaster after learning the basic rules."
}Feel free to use this data in your own applications under the MIT License.
Want to test your own cognitive biases? Visit our official platform to take interactive assessments:
- 🎯 Dunning-Kruger Effect Test - Are you overestimating your abilities?
- 🔍 Confirmation Bias Test - Do you only see what you want to see?
- ⚓ Anchoring Effect Test - How easily is your judgment swayed by initial numbers?
We welcome your feedback!
- Found a bug on the website? Please open a Bug Report.
- Have an idea for a new test? Please submit a Feature Request.
- Want to add to our dataset? Submit a Pull Request modifying
data/cognitive-biases.json. Please read our Contributing Guidelines first.
Curious about recent updates to the platform? Check out our CHANGELOG.
Built with ❤️ for critical thinkers everywhere.
