# 02. The Maturity Framework

## Stage 1: Ad-Hoc Tasking

The first stage of AI operational maturity is characterized by **isolated interfaces** and **manual execution**.

* **The Interface:** Standard Web UI.
* **The Workflow:** Copy-paste. Every output requires a manual, from-scratch input.
* **Contextual Memory:** None.
* **The Human Role:** The Creator (Low Autonomy).
* **CAI Value (L\_c):** 1

## Stage 2: Verification

The second stage introduces **contextual memory**. The AI system is aware of internal business data, but lacks the authority to take independent action.

* **The Interface:** RAG-enabled applications or shared prompt libraries.
* **The Workflow:** Standardized templates applied to retrieved data. System drafts; human reviews.
* **Contextual Memory:** High.
* **The Human Role:** The Reviewer (Medium Autonomy).
* **CAI Value (L\_c):** 2

## Stage 3: Independent

Stage 3 marks the true transition to automation via an **Actionable Harness**, allowing the AI to execute tasks end-to-end.

* **The Interface:** APIs, Webhooks, or MCPs.
* **The Workflow:** The AI is "hitched" to a process. It receives a trigger, processes data, and takes action automatically.
* **Contextual Memory:** High, plus the authority to act.
* **The Human Role:** The Governor (High Autonomy).
* **CAI Value (L\_c):** 3

## Stage 4: Orchestrated

The final stage is the **Agent Mesh**. Multiple specialized AI agents coordinate autonomously across systems to achieve complex goals.

* **The Interface:** Multi-agent frameworks and cross-application event triggers.
* **The Workflow:** Systemic execution without human prompting.
* **Contextual Memory:** Global.
* **The Human Role:** The Strategic Governor (High Autonomy).
* **CAI Value (L\_c):** 4


---

# 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://cai-framework.gitbook.io/cai-framework/02-maturity-framework.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.
