> ## Documentation Index
> Fetch the complete documentation index at: https://meta.niceshare.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Explore the Atlas

> Browse Wisdom Atlas by category, by problem, or by curated learning path.

**Explore** is the working entry point of the library. The page gives you three ways in, and the sidebar now groups the full taxonomy into four larger clusters so the navigation stays readable even as the collection grows.

## Sidebar Map

| Cluster                  | Categories                    | Use it when...                                                            |
| ------------------------ | ----------------------------- | ------------------------------------------------------------------------- |
| Foundations              | Thinking, Models, Principles  | you need better lenses, better abstractions, or better decision filters   |
| Decision & Action        | Methods, Strategies           | you need execution, sequencing, or interaction choices                    |
| Biases & Traps           | Effects, Fallacies, Paradoxes | you suspect distortion, weak reasoning, or intuitive breakdowns           |
| Worldviews & Constraints | Laws, Philosophy              | you need stable patterns, deeper assumptions, or longer-range orientation |

<div id="browse-by-category" />

## Browse by Category

<CardGroup cols={2}>
  <Card title="Thinking" icon="brain" href="/thinking/index">
    Frameworks and reasoning styles that shape how you interpret reality.
  </Card>

  <Card title="Models" icon="circle-nodes" href="/models/index">
    Reusable abstractions for simplifying complexity and making tradeoffs visible.
  </Card>

  <Card title="Principles" icon="compass" href="/principles/index">
    Decision filters that hold up when time is short and stakes are high.
  </Card>

  <Card title="Methods" icon="list-check" href="/methods/index">
    Repeatable processes for learning, diagnosing, planning, and executing.
  </Card>

  <Card title="Strategies" icon="chess" href="/strategies/index">
    Approaches for competition, cooperation, leverage, and positioning.
  </Card>

  <Card title="Effects" icon="bolt" href="/effects/index">
    Cognitive biases and social effects that quietly shape perception and action.
  </Card>

  <Card title="Fallacies" icon="triangle-exclamation" href="/fallacies/index">
    Failure patterns in argumentation and inference.
  </Card>

  <Card title="Paradoxes" icon="infinity" href="/paradoxes/index">
    Tensions that expose the limits of simple thinking.
  </Card>

  <Card title="Laws" icon="scale-balanced" href="/laws/index">
    Stable regularities, constraints, and recurring patterns in systems.
  </Card>

  <Card title="Philosophy" icon="yin-yang" href="/philosophy/index">
    Foundational assumptions about meaning, ethics, knowledge, and reality.
  </Card>
</CardGroup>

<div id="start-from-a-problem" />

## Start from a Problem

<CardGroup cols={2}>
  <Card title="I need to think more clearly" icon="brain" href="/thinking/index">
    Start with **Thinking**, then move to **Models** when the problem becomes structurally complex.
  </Card>

  <Card title="I keep misreading people or behavior" icon="bolt" href="/effects/index">
    Start with **Effects** to see the default distortions built into human judgment.
  </Card>

  <Card title="I want a more reliable rule of thumb" icon="scale-balanced" href="/laws/index">
    Start with **Laws** and **Principles** when you need stable constraints rather than cleverness.
  </Card>

  <Card title="I need a concrete process" icon="list-check" href="/methods/index">
    Start with **Methods** when the gap is execution rather than understanding.
  </Card>

  <Card title="An argument sounds wrong, but I need precision" icon="triangle-exclamation" href="/fallacies/index">
    Start with **Fallacies**, then use **Paradoxes** to test where intuition may still be too shallow.
  </Card>

  <Card title="I am navigating conflict, leverage, or uncertainty" icon="chess" href="/strategies/index">
    Start with **Strategies**, then ground the choice in **Models** and **Philosophy**.
  </Card>
</CardGroup>

<div id="suggested-paths" />

## Suggested Paths

<CardGroup cols={2}>
  <Card title="Judgment Upgrade" icon="book-open" href="/thinking/first-principles-thinking">
    Begin with First Principles Thinking, Systems Thinking, Opportunity Cost, and Reversibility Principle.
  </Card>

  <Card title="Bias Defense" icon="shield" href="/effects/confirmation-bias">
    Begin with Confirmation Bias, Anchoring Effect, Framing Effect, and Survivorship Bias.
  </Card>

  <Card title="Decision Under Uncertainty" icon="dice" href="/models/expected-value">
    Begin with Expected Value, Probabilistic Thinking, Margin of Safety, and Optionality.
  </Card>

  <Card title="Worldview Foundations" icon="mountain" href="/philosophy/stoicism">
    Begin with Stoicism, Pragmatism, Occam's Razor, and the Lindy Effect.
  </Card>
</CardGroup>
