{"product_id":"digital-product-the-great-mental-models","title":"The Great Mental Models","description":"\u003cstyle\u003e\n    .gmm-product-page {\n      --gmm-navy: #172033;\n      --gmm-blue: #315c8a;\n      --gmm-gold: #b88932;\n      --gmm-text: #293241;\n      --gmm-muted: #667085;\n      --gmm-bg: #fbfaf7;\n      --gmm-card: #ffffff;\n      --gmm-border: #e6e2d9;\n      font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--gmm-text);\n      background: var(--gmm-bg);\n      line-height: 1.75;\n      font-size: 16px;\n    }\n\n    .gmm-product-page * {\n      box-sizing: border-box;\n    }\n\n    .gmm-container {\n      max-width: 1120px;\n      margin: 0 auto;\n      padding: 34px 28px;\n    }\n\n    .gmm-hero {\n      background: #ffffff;\n      border: 1px solid var(--gmm-border);\n      padding: 52px 48px;\n      margin-bottom: 28px;\n      text-align: center;\n    }\n\n    .gmm-hero h1 {\n      margin: 0;\n      color: var(--gmm-navy);\n      font-size: clamp(32px, 4vw, 48px);\n      line-height: 1.15;\n      letter-spacing: -0.8px;\n      font-weight: 800;\n    }\n\n    .gmm-author {\n      margin: 14px 0 0;\n      color: var(--gmm-muted);\n      font-size: 16px;\n      font-weight: 600;\n    }\n\n    .gmm-kicker {\n      display: inline-block;\n      margin-bottom: 18px;\n      color: var(--gmm-gold);\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: 1.3px;\n      text-transform: uppercase;\n    }\n\n    .gmm-section {\n      background: var(--gmm-card);\n      border: 1px solid var(--gmm-border);\n      padding: 38px 40px;\n      margin-bottom: 22px;\n    }\n\n    .gmm-section h2 {\n      margin: 0 0 18px;\n      color: var(--gmm-navy);\n      font-size: 27px;\n      line-height: 1.3;\n      font-weight: 750;\n    }\n\n    .gmm-section h3 {\n      margin: 26px 0 8px;\n      color: var(--gmm-navy);\n      font-size: 19px;\n      line-height: 1.4;\n    }\n\n    .gmm-section p {\n      margin: 0 0 16px;\n    }\n\n    .gmm-section p:last-child {\n      margin-bottom: 0;\n    }\n\n    .gmm-intro {\n      font-size: 18px;\n      color: #3d4654;\n    }\n\n    .gmm-highlight {\n      border-left: 4px solid var(--gmm-gold);\n      background: #faf7ef;\n      padding: 20px 24px;\n      margin: 24px 0;\n      color: var(--gmm-navy);\n      font-weight: 650;\n    }\n\n    .gmm-model-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n      margin-top: 24px;\n    }\n\n    .gmm-model {\n      border: 1px solid var(--gmm-border);\n      background: #fcfcfb;\n      padding: 22px;\n    }\n\n    .gmm-model-number {\n      color: var(--gmm-gold);\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      margin-bottom: 8px;\n    }\n\n    .gmm-model h3 {\n      margin: 0 0 9px;\n      font-size: 18px;\n    }\n\n    .gmm-model p {\n      margin: 0;\n      color: #5c6572;\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    .gmm-benefits {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px 24px;\n      margin: 20px 0 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .gmm-benefits li {\n      position: relative;\n      padding: 12px 14px 12px 36px;\n      border-bottom: 1px solid #eeeae2;\n    }\n\n    .gmm-benefits li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 7px;\n      top: 11px;\n      color: var(--gmm-gold);\n      font-weight: 900;\n    }\n\n    .gmm-audience-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 22px;\n      background: #fff;\n    }\n\n    .gmm-audience-table th,\n    .gmm-audience-table td {\n      border: 1px solid var(--gmm-border);\n      padding: 15px 16px;\n      text-align: left;\n      vertical-align: top;\n    }\n\n    .gmm-audience-table th {\n      background: #f5f3ee;\n      color: var(--gmm-navy);\n      font-weight: 750;\n    }\n\n    .gmm-audience-table td {\n      color: #4c5562;\n    }\n\n    .gmm-quote {\n      margin: 0;\n      padding: 24px 28px;\n      background: #f5f7fa;\n      border: 1px solid #e1e6ed;\n      color: #263445;\n      font-size: 19px;\n      line-height: 1.6;\n      font-style: italic;\n    }\n\n    .gmm-cta {\n      text-align: center;\n      background: #f5f3ee;\n      border: 1px solid var(--gmm-border);\n      padding: 42px 30px;\n      margin-bottom: 22px;\n    }\n\n    .gmm-cta h2 {\n      margin-bottom: 10px;\n    }\n\n    .gmm-cta p {\n      max-width: 760px;\n      margin: 0 auto 22px;\n      color: #596273;\n    }\n\n    .gmm-cta a {\n      display: inline-block;\n      background: var(--gmm-navy);\n      color: #ffffff;\n      text-decoration: none;\n      padding: 13px 25px;\n      font-weight: 750;\n      border-radius: 3px;\n    }\n\n    .gmm-faq details {\n      border-top: 1px solid var(--gmm-border);\n      padding: 18px 0;\n    }\n\n    .gmm-faq details:last-child {\n      border-bottom: 1px solid var(--gmm-border);\n    }\n\n    .gmm-faq summary {\n      cursor: pointer;\n      color: var(--gmm-navy);\n      font-weight: 750;\n      font-size: 16px;\n    }\n\n    .gmm-faq details p {\n      margin: 12px 0 0;\n      color: #5d6673;\n    }\n\n    .gmm-disclaimer {\n      background: #fff8e8;\n      border: 1px solid #ead9a8;\n      padding: 20px 22px;\n      margin-top: 22px;\n      color: #594a25;\n      font-size: 14px;\n      line-height: 1.65;\n    }\n\n    .gmm-source-note {\n      color: #707987;\n      font-size: 13px;\n      margin-top: 18px;\n    }\n\n    @media (max-width: 800px) {\n      .gmm-container {\n        padding: 22px 16px;\n      }\n\n      .gmm-hero,\n      .gmm-section {\n        padding: 30px 22px;\n      }\n\n      .gmm-model-grid,\n      .gmm-benefits {\n        grid-template-columns: 1fr;\n      }\n\n      .gmm-audience-table {\n        font-size: 14px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"gmm-product-page\"\u003e\n\u003cdiv class=\"gmm-container\" style=\"text-align: start;\"\u003e\n\u003csection class=\"gmm-hero\"\u003e\n\u003ch1\u003eThe Great Mental Models\u003c\/h1\u003e\n\u003cp class=\"gmm-author\"\u003eby Shane Parrish | Farnam Street\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"gmm-section\"\u003e\u003cspan class=\"gmm-kicker\"\u003eThink Better. Decide Better.\u003c\/span\u003e\n\u003ch2\u003eTransform the Way You Think\u003c\/h2\u003e\n\u003cp class=\"gmm-intro\"\u003eWhat if you could approach difficult problems using a collection of powerful thinking tools drawn from different areas of knowledge?\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Great Mental Models\u003c\/strong\u003e introduces practical mental models designed to help you understand problems from multiple perspectives, identify patterns, question assumptions, and make more deliberate decisions.\u003c\/p\u003e\n\u003cp\u003eRather than relying on a single way of thinking, the book develops a broader mental toolkit by drawing on ideas that can be applied across business, learning, problem-solving, personal decisions, and everyday life.\u003c\/p\u003e\n\u003cdiv class=\"gmm-highlight\"\u003eBetter thinking begins with having better tools for thinking.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gmm-section\"\u003e\n\u003ch2\u003eWhat You'll Explore\u003c\/h2\u003e\n\u003cp\u003eVolume 1, \u003cem\u003eGeneral Thinking Concepts\u003c\/em\u003e, focuses on nine versatile mental models that can be used across different situations. The publisher describes the book as a guide to essential thinking tools for understanding the world, solving problems, and improving decision-making.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0591\/3926\/0506\/files\/shane-parrish-core-thinking-tools.png?v=1790059578\" alt=\"shane-parrish-core-thinking-tools\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"gmm-model-grid\"\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 01\u003c\/div\u003e\n\u003ch3\u003eThe Map Is Not the Territory\u003c\/h3\u003e\n\u003cp\u003eLearn to distinguish between a representation of reality and reality itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 02\u003c\/div\u003e\n\u003ch3\u003eCircle of Competence\u003c\/h3\u003e\n\u003cp\u003eRecognize the boundaries of what you genuinely understand and where uncertainty begins.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 03\u003c\/div\u003e\n\u003ch3\u003eFirst Principles Thinking\u003c\/h3\u003e\n\u003cp\u003eBreak complex problems down to fundamental elements instead of accepting assumptions automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 04\u003c\/div\u003e\n\u003ch3\u003eThought Experiment\u003c\/h3\u003e\n\u003cp\u003eExplore possibilities by deliberately imagining scenarios and testing ideas mentally.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 05\u003c\/div\u003e\n\u003ch3\u003eSecond-Order Thinking\u003c\/h3\u003e\n\u003cp\u003eLook beyond immediate effects and consider what may happen next.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 06\u003c\/div\u003e\n\u003ch3\u003eProbabilistic Thinking\u003c\/h3\u003e\n\u003cp\u003eThink in terms of probabilities, uncertainty, evidence, and changing information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 07\u003c\/div\u003e\n\u003ch3\u003eInversion\u003c\/h3\u003e\n\u003cp\u003eApproach problems from the opposite direction by considering what you should avoid or prevent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 08\u003c\/div\u003e\n\u003ch3\u003eOccam's Razor\u003c\/h3\u003e\n\u003cp\u003eUse simplicity as a useful principle when evaluating competing explanations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmm-model\"\u003e\n\u003cdiv class=\"gmm-model-number\"\u003eModel 09\u003c\/div\u003e\n\u003ch3\u003eHanlon's Razor\u003c\/h3\u003e\n\u003cp\u003eConsider ordinary explanations before automatically attributing negative outcomes to malicious intent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gmm-section\"\u003e\n\u003ch2\u003eWhy Mental Models Matter\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0591\/3926\/0506\/files\/mental-models-decision-making-frameworks.png?v=1790059578\" alt=\"mental-models-decision-making-frameworks\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cp\u003eA mental model is a representation of how something works. Building a broad collection of useful models can help you approach unfamiliar situations with more than one lens.\u003c\/p\u003e\n\u003cp\u003eInstead of asking only, \"What should I do?\", mental models encourage questions such as: What assumptions am I making? What happens next? What evidence would change my view? What am I overlooking? What happens if I look at the problem in reverse?\u003c\/p\u003e\n\u003cul class=\"gmm-benefits\"\u003e\n\u003cli\u003eApproach decisions with greater structure and clarity.\u003c\/li\u003e\n\u003cli\u003eIdentify assumptions and potential blind spots.\u003c\/li\u003e\n\u003cli\u003eBreak complicated problems into more fundamental elements.\u003c\/li\u003e\n\u003cli\u003eConsider consequences beyond the immediate outcome.\u003c\/li\u003e\n\u003cli\u003eReason more effectively when information is incomplete.\u003c\/li\u003e\n\u003cli\u003eLook for patterns across different fields of knowledge.\u003c\/li\u003e\n\u003cli\u003eDevelop a broader toolkit for solving unfamiliar problems.\u003c\/li\u003e\n\u003cli\u003eApply useful thinking frameworks to everyday situations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"gmm-section\"\u003e\n\u003ch2\u003eWho Is This For?\u003c\/h2\u003e\n\u003cp\u003eThe ideas in this book can be relevant to anyone who regularly needs to understand problems, evaluate information, or make decisions.\u003c\/p\u003e\n\u003ctable class=\"gmm-audience-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eReaders\u003c\/th\u003e\n\u003cth\u003eHow Mental Models Can Be Relevant\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEntrepreneurs \u0026amp; Business Owners\u003c\/td\u003e\n\u003ctd\u003eUse structured thinking when evaluating opportunities, risks, strategies, and business problems.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInvestors \u0026amp; Analysts\u003c\/td\u003e\n\u003ctd\u003eDevelop frameworks for thinking about uncertainty, evidence, assumptions, and consequences.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLeaders \u0026amp; Managers\u003c\/td\u003e\n\u003ctd\u003eConsider different perspectives and second-order effects when making decisions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStudents \u0026amp; Lifelong Learners\u003c\/td\u003e\n\u003ctd\u003eBuild transferable ways of approaching unfamiliar subjects and complex questions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWriters \u0026amp; Creatives\u003c\/td\u003e\n\u003ctd\u003eUse thought experiments, first principles, and alternative perspectives to explore ideas.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProblem Solvers\u003c\/td\u003e\n\u003ctd\u003eDevelop a broader set of approaches for breaking down and examining difficult problems.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"gmm-section\"\u003e\n\u003ch2\u003eWhat Makes This Book Different?\u003c\/h2\u003e\n\u003ch3\u003eCross-Disciplinary Thinking\u003c\/h3\u003e\n\u003cp\u003eThe book focuses on general thinking concepts rather than limiting itself to one professional field. Its models can be considered across business, science, history, personal decisions, and other areas.\u003c\/p\u003e\n\u003ch3\u003ePractical Mental Frameworks\u003c\/h3\u003e\n\u003cp\u003eEach model is presented as a thinking tool that can be understood and applied to real situations rather than treated as abstract theory alone.\u003c\/p\u003e\n\u003ch3\u003eFocus on Fundamentals\u003c\/h3\u003e\n\u003cp\u003eThe central idea is to develop durable concepts that remain useful across different problems instead of relying only on information that becomes outdated.\u003c\/p\u003e\n\u003ch3\u003eBuilt Around Real-World Application\u003c\/h3\u003e\n\u003cp\u003eFarnam Street explains that the volume defines each model, explores real-world examples, and discusses how the ideas can be applied in everyday life.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"gmm-section\"\u003e\n\u003ch2\u003eA Thinking Toolkit You Can Revisit\u003c\/h2\u003e\n\u003cp\u003eThe value of mental models comes from knowing when and how to use them. As you encounter new problems, the same situation can look different when examined through different frameworks.\u003c\/p\u003e\n\u003cblockquote class=\"gmm-quote\"\u003eBuild a broader mental toolkit, question your assumptions, and learn to examine problems from more than one angle.\u003c\/blockquote\u003e\n\u003cp style=\"margin-top: 22px;\"\u003eWhether you are making a business decision, learning a new subject, solving a difficult problem, or trying to understand a complicated situation, these concepts provide a structured way to think about what is in front of you.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"gmm-cta\"\u003e\n\u003ch2\u003eStart Building Your Mental Toolkit\u003c\/h2\u003e\n\u003cp\u003eExplore the general thinking concepts behind The Great Mental Models and discover practical frameworks for clearer reasoning, problem-solving, and decision-making.\u003c\/p\u003e\n\u003ca href=\"#purchase\"\u003eGet Your Copy Today\u003c\/a\u003e\u003c\/section\u003e\n\u003csection class=\"gmm-section gmm-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is The Great Mental Models about?\u003c\/summary\u003e\n\u003cp\u003eThe Great Mental Models, Volume 1: General Thinking Concepts is a book by Shane Parrish that introduces nine versatile mental models designed to help readers understand problems, evaluate information, and approach decisions more effectively.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho wrote The Great Mental Models?\u003c\/summary\u003e\n\u003cp\u003eThe book is associated with Shane Parrish and Farnam Street. The 2024 Penguin edition lists Shane Parrish and Rhiannon Beaubien as authors.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat mental models are covered in Volume 1?\u003c\/summary\u003e\n\u003cp\u003eVolume 1 covers The Map Is Not the Territory, Circle of Competence, First Principles Thinking, Thought Experiment, Second-Order Thinking, Probabilistic Thinking, Inversion, Occam's Razor, and Hanlon's Razor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this book useful for business and decision-making?\u003c\/summary\u003e\n\u003cp\u003eThe book is categorized around decision-making and problem-solving and presents general thinking concepts that can be applied across business and other real-world situations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan students benefit from mental models?\u003c\/summary\u003e\n\u003cp\u003eYes. The concepts are general-purpose thinking frameworks and can be used when learning unfamiliar subjects, evaluating information, solving problems, and examining assumptions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a physical book?\u003c\/summary\u003e\n\u003cp\u003eNo. This product is offered as a digital eBook. No physical book will be provided.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"gmm-disclaimer\"\u003e\n\u003cstrong\u003e⚠️ Please note:\u003c\/strong\u003e It is an eBook that will be provided digitally, and the download link will be shared after the purchase is completed. No physical book will be provided.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"Book\",\n    \"name\": \"The Great Mental Models\",\n    \"author\": {\n      \"@type\": \"Person\",\n      \"name\": \"Shane Parrish\"\n    },\n    \"genre\": [\n      \"Decision-Making\",\n      \"Problem Solving\",\n      \"Personal Development\",\n      \"Business\"\n    ],\n    \"description\": \"The Great Mental Models, Volume 1: General Thinking Concepts introduces nine versatile mental models for clearer thinking, problem-solving and decision-making.\",\n    \"inLanguage\": \"en\",\n    \"isAccessibleForFree\": false\n  }\n  \u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What is The Great Mental Models about?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The Great Mental Models, Volume 1: General Thinking Concepts is a book by Shane Parrish that introduces nine versatile mental models designed to help readers understand problems, evaluate information, and approach decisions more effectively.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Who wrote The Great Mental Models?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The book is associated with Shane Parrish and Farnam Street. The 2024 Penguin edition lists Shane Parrish and Rhiannon Beaubien as authors.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What mental models are covered in Volume 1?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Volume 1 covers The Map Is Not the Territory, Circle of Competence, First Principles Thinking, Thought Experiment, Second-Order Thinking, Probabilistic Thinking, Inversion, Occam's Razor, and Hanlon's Razor.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Is this a physical book?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"No. This product is offered as a digital eBook. No physical book will be provided.\"\n        }\n      }\n    ]\n  }\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Tomaque","offers":[{"title":"Default Title","offer_id":44157618913370,"sku":null,"price":99.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0591\/3926\/0506\/files\/TheGreatMentalModels.png?v=1790059578","url":"https:\/\/lywire.com\/products\/digital-product-the-great-mental-models","provider":"LyWire","version":"1.0","type":"link"}