# The Stratix Workflow — the six intents

Six stages from "I need to pick a model" to "this AI is governed in production." Every concept, how-to, tutorial, and recipe in these docs maps to one of them.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>1. Select</strong></td><td>Review leaderboards and benchmarks; optionally compare candidates side-by-side.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/01-introduction/select.md">Read</a></td></tr><tr><td><strong>2. Instrument</strong></td><td>Wire your code to emit traces.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/01-introduction/instrument.md">Read</a></td></tr><tr><td><strong>3. Observe</strong></td><td>See real production behavior.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/01-introduction/observe.md">Read</a></td></tr><tr><td><strong>4. Evaluate</strong></td><td>Score with scorers, judges, and code graders.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/01-introduction/evaluate.md">Read</a></td></tr><tr><td><strong>5. Improve</strong></td><td>Tune prompts, judges, models. Re-run.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/01-introduction/improve.md">Read</a></td></tr><tr><td><strong>6. Govern</strong></td><td>Enforce gates in CI/CD and across the org.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/01-introduction/govern.md">Read</a></td></tr></tbody></table>

## Why a workflow spine

Without a spine, evaluation is a grab-bag of features. With a spine:

* Each stage has a clear question it answers
* The path from "picking a model" to "shipping confidently" is named
* Documentation links naturally between stages

## How the stages relate

The stages aren't strictly sequential; they're a cycle. Your AI is always at some stage, and the cycle goes around as it matures:

```
Select → Build → Observe → Evaluate → Improve → Govern
 ↑
 └─ back to Observe
```

The exception: **Select** can also reappear mid-cycle when a new model generation drops or your evaluation surfaces a model that's outgrown its envelope. Returning to Select means re-running the side-by-side and confirming your incumbent is still the right choice.

## Pick a starting stage

| If you're...             | Start at                                                                       |
| ------------------------ | ------------------------------------------------------------------------------ |
| Thinking about adding AI | [Select](/9.-improve-tune-the-system/workflow.md) — pick a model               |
| Already shipping         | [Observe](/9.-improve-tune-the-system/workflow.md) — what's it actually doing? |
| Mid-build                | [Evaluate](/9.-improve-tune-the-system/workflow.md) — score it                 |
| In production            | [Govern](/9.-improve-tune-the-system/workflow.md) — gate it                    |

## Where to next

* [Select](/9.-improve-tune-the-system/workflow.md)
* [Concepts](/13.3-concepts-library-+-architecture/concepts-library.md)
* [Tutorials](/2.-get-started/all-tutorials.md)


---

# 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/1.-introduction/the-stratix-workflow.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.
