> ## Documentation Index
> Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Run evidence-backed improvement cycles that turn production behavior into reviewed prompt versions

Improve is Adaline's reviewed prompt-improvement workflow. It turns production evidence into a proposed prompt version: Behaviors identify repeated patterns, Evaluators and Datasets score candidates, Auto Prompt Optimization explores prompt changes, and Review decides what ships.

Use Improve when the issue is prompt-addressable: instructions, examples, variables, model settings, response schemas, or tool-use guidance. If the root cause is stale retrieval, a broken tool, missing metadata, or a backend bug, fix that layer first.

To run an Improve cycle, Adaline primarily needs production logs, useful Behaviors, and a prompt stored in Adaline. Evaluators and datasets make the cycle stronger when you already have them, and Adaline can also generate draft evaluators and synthetic cases during the cycle.

Improve is not currently silent auto-deploy. Adaline generates the evidence packet and candidates; a human or external AI Agent can review the diagnosis, diff, regressions, release impact and can choose to deploy via Adaline or externally.

<img src="https://mintcdn.com/adaline/o8h3k4eQQbaIV193/images/platform-v2/improve/cycle-list.png?fit=max&auto=format&n=o8h3k4eQQbaIV193&q=85&s=89e5452d9b6218d8147e6e4cc1b96752" alt="Improve page showing pending review, in progress, and history cycles" title="Improve cycles" style={{ width: "100%" }} width="2954" height="1804" data-path="images/platform-v2/improve/cycle-list.png" />

## What a cycle does

An Improve cycle is attached to one prompt in one project.

<img src="https://mintcdn.com/adaline/o8h3k4eQQbaIV193/images/platform-v2/improve/cycle-stage-provenance.png?fit=max&auto=format&n=o8h3k4eQQbaIV193&q=85&s=b3e771df59c8992cebecba68f080df34" alt="Improve stage provenance showing Behavior, Evaluator, Dataset, Prompt, and Review evidence that contributed to a cycle" title="Improve stage provenance" style={{ width: "100%" }} width="1318" height="324" data-path="images/platform-v2/improve/cycle-stage-provenance.png" />

| Stage         | What happens                                                                                           |
| ------------- | ------------------------------------------------------------------------------------------------------ |
| **Behaviors** | Selects the repeated pattern or issue the cycle should improve.                                        |
| **Evals**     | Uses authored and auto generated evaluators to score the baseline and candidates.                      |
| **Datasets**  | Builds validation coverage from linked datasets, production cases, and generated edge cases.           |
| **Prompts**   | Explores candidate prompt snapshots and blocks unsafe or regressing options.                           |
| **Review**    | Packages the selected candidate with diff, scores, examples, cost, tokens, latency, and final actions. |

The quality of a cycle depends on the quality of its input evidence. Specific Behaviors, representative logs with readable spans, a clear focus, and relevant evaluator or dataset coverage give Adaline better material to diagnose the issue and compare candidates. Weak or noisy evidence can still produce a candidate, but the review decision will be less confident.

The cycle should make the release decision easier: what changed, why it changed, what improved, what regressed, and where it will deploy.

<CardGroup cols={2}>
  <Card title="Trigger a Cycle" icon="zap" href="/improve/trigger-a-cycle">
    Choose the prompt, focus, behaviors, thoroughness, and reviewers.
  </Card>

  <Card title="Review a Cycle" icon="git-compare" href="/improve/review-a-cycle">
    Inspect diagnosis, diffs, scores, traffic examples, and final actions.
  </Card>

  <Card title="Auto Generated Evaluators" icon="flask-conical" href="/improve/auto-generated-evaluators">
    Understand generated checks created from production evidence.
  </Card>

  <Card title="Synthetic Datasets" icon="database" href="/improve/synthetic-datasets">
    Use generated cases and production traces as validation coverage.
  </Card>

  <Card title="Auto Prompt Optimization" icon="wand-sparkles" href="/improve/prompt-optimization">
    Understand candidate exploration, safety gates, and prompt diffs.
  </Card>

  <Card title="Behaviors" icon="git-fork" href="/behaviors/overview">
    Understand the behavior evidence Improve can target.
  </Card>
</CardGroup>
