# 04. Auditing & Metrics

## The Assessment Matrix (L\_c & S)

Evaluate how tools are *actually* being used.

### 1. Current Operational Level (L\_c)

| **Level** | **State**        | **Definition**         | **Example**                                      |
| --------- | ---------------- | ---------------------- | ------------------------------------------------ |
| **1**     | **Manual**       | Ad-hoc prompts.        | Typing into a chat UI from scratch.              |
| **2**     | **Standardized** | Prompt libraries, RAG. | Using a pre-approved template to draft a report. |
| **3**     | **Automated**    | Actionable Harness.    | API workflow completing a task end-to-end.       |
| **4**     | **Systemic**     | Agent Mesh.            | Overseeing multiple interacting AI agents.       |

### 2. Execution Competency (S)

Rate the user's technical literacy to troubleshoot the AI without external IT intervention (Scale 1 to 5).

* **1** = Strongly Disagree
* **3** = Neutral (Struggles with integrations)
* **5** = Strongly Agree (Can build workflows independently)

**⚠️ Recognizing Misalignment:** High-level tools given to low-competency users (S < 3) are penalized in the CAI formula.

## Calculating the Efficiency Score

$$CAI\_{score} = \frac{L\_c \times (S \times 0.2)}{L\_t}$$

**Variables:**

* **L\_c:** Current Operational Level (1–4).
* **S:** Execution Competency (1–5).
* **L\_t:** Utility Ceiling (1–4).

## Interpreting the Gap

* **Score = 1.0 (Optimized Alignment):** Perfect equilibrium. Tool, skill, and risk are perfectly aligned.
* **Score < 1.0 (Stranded Capability):** Under-utilization. You bought a jet engine but are using it as a desk fan.
* **Score > 1.0 (Governance Risk):** Immediate red flag. The team is pushing the tool beyond its safe, compliant limits.

## The Group Multiplier

Maturity is rarely uniform. The Group CAI formula weights an AI Champion's score more heavily because their structural contributions lift the operational baseline for everyone else.

$$Group\ CAI = \frac{\sum (Individual\ Scores) + (Champion\ Score \times 3)}{Total\ Staff + 3}$$


---

# 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/04-auditing-metrics.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.
