# 05. Implementation & Strategy

## Role of the AI Champion

An AI Champion is not just a "power user." They are the architects of the organization's **Actionable Harnesses**. Their primary function is to lift the operational baseline (L\_c) for the rest of the team by building templates, prompt libraries, and API integrations.

## Building an Actionable Harness

Moving from Stage 2 to Stage 3 requires replacing manual human execution with a Harness. It connects three layers:

1. **The Trigger:** The initiating event.
2. **The Context:** The required data/memory.
3. **The Action:** The target system update.

This requires shifting from "Prompt Engineering" to "Systems Engineering."

## Right-Leveling Your Organization

The ultimate goal of the CAI is **Right-Leveling**: achieving an Efficiency Score of 1.0.

1. **Cap the Risk (Define L\_t):** Define the Utility Ceiling based on compliance and tech constraints.
2. **Lift the Baseline (Increase L\_c):** Eliminate "Stranded Capability" for low-risk tasks by building Actionable Harnesses.
3. **Train for the Gap (Increase S):** Elevate staff from "Creators" to "Governors."


---

# 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/05-implementation-strategy.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.
