# Concepts library

Read these first. The mental model makes the rest of Stratix easy.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Mental model</strong></td><td>How everything fits together.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/mental-model.md">Read</a></td></tr><tr><td><strong>Models and benchmarks</strong></td><td>The building blocks of the catalog.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/models-and-benchmarks.md">Read</a></td></tr><tr><td><strong>Evaluations</strong></td><td>What an evaluation actually is.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/evaluations.md">Read</a></td></tr><tr><td><strong>Traces and spans</strong></td><td>The unit of "what did my AI do."</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/traces-and-spans.md">Read</a></td></tr><tr><td><strong>Judges</strong></td><td>LLM-as-a-judge for subjective dimensions, and GEPA.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/judges.md">Read</a></td></tr><tr><td><strong>Scorers</strong></td><td>Deterministic graders for objective dimensions.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/scorers.md">Read</a></td></tr><tr><td><strong>Evaluation spaces</strong></td><td>Saved evaluation configs.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/evaluation-spaces.md">Read</a></td></tr><tr><td><strong>Public vs Premium</strong></td><td>What each surface owns.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/public-vs-premium.md">Read</a></td></tr><tr><td><strong>ECU credits</strong></td><td>How compute is billed.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/ecu-credits.md">Read</a></td></tr><tr><td><strong>BYOK models</strong></td><td>Bring your own LLM endpoint.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/byok-models.md">Read</a></td></tr><tr><td><strong>Multi-tenancy</strong></td><td>Orgs, multi-org, isolation.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/multi-tenancy.md">Read</a></td></tr><tr><td><strong>Async vs sync workflow</strong></td><td>When work is queued vs immediate.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/async-vs-sync-workflow.md">Read</a></td></tr><tr><td><strong>Agentic evaluation</strong></td><td>Pre-deploy gates for multi-step agents.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/agentic-evaluation.md">Read</a></td></tr><tr><td><strong>Continuous evaluation</strong></td><td>Score live production traffic.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/13-reference/concepts-library/continuous-evaluation.md">Read</a></td></tr></tbody></table>

## Where to next

* [Workflow](/1.-introduction/the-stratix-workflow.md) — the 6-stage spine that ties concepts together
* [Tutorials](/2.-get-started/all-tutorials.md) — concepts in action
* [Glossary](/glossary.md) — every term defined


---

# Agent Instructions: 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://docs.layerlens.ai/13.3-concepts-library-+-architecture/concepts-library.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.
