
What a Behavior represents
A Behavior is a durable pattern detected from traces. It can describe:- What users ask for.
- How the assistant responds.
- Which tools or retrieval steps appear.
- Where failures, errors, or policy issues cluster.
- How a pattern changes over time.
Snapshots and identity
Adaline analyzes Behaviors in snapshots. A snapshot freezes the state of the latest analysis: which Behaviors were presented, how many spans were processed, which roles were observed, and which alerts were emitted. The Behavior identity persists across snapshots. That lets Adaline show whether a pattern is new, active, dormant, changed, vanished, reactivated, or split instead of treating every analysis run as a fresh list of clusters.Issue signals
A Behavior can carry issue signals from production evidence:| Signal | What it means |
|---|---|
| Issue | Adaline judged the Behavior as a failure mode or risk worth attention. |
| Error rate | The share of examples or member spans associated with failure signals. |
| Issue rationale | A short explanation of why the Behavior was flagged. |
| Representative snippets | Example messages or spans that show the pattern in context. |
| Trend | Whether the pattern is increasing, decreasing, or recurring across time windows. |
When to use Behaviors
Use Behaviors when you need to answer questions like:- What are users actually trying to do?
- Which assistant responses repeatedly fail an evaluator or policy?
- Which production pattern should Improve target next?
- Which traces should become regression tests?
- Did a deployment change the shape of production traffic?
- Which tool or retrieval behavior appears repeatedly before failures?
- Is an issue a one-off trace or a persistent traffic pattern?
Behaviors in the improvement loop
Behaviors sit between raw traces and prompt changes:- Monitor shows a metric shift.
- Traces show exact requests and spans.
- Behaviors group the repeated pattern behind those traces.
- Improve targets the Behavior and proposes prompt candidates.
- Evaluators and Datasets turn the issue into repeatable checks.
Analyze Behaviors
Read the list view, filters, issue status, roles, and summary metrics.
Investigate a Behavior
Open a Behavior detail page and inspect evidence before acting.
Start an Improve cycle
Use a Behavior as the target for a prompt improvement.
Trace evidence
Go from an aggregate pattern to individual production traces.