The Behaviors list is the starting point for production behavior review. It summarizes the latest analysis for a project and shows the recurring patterns Adaline found across traces.
The header summarizes the latest available behavior snapshot:
- Total Behaviors.
- Total issues.
- Conversations analyzed.
- When the latest analysis finished.
- Raw trace volume for the selected time range.
- Related prompt and dataset counts.
Use this summary to confirm you are looking at a populated, recently analyzed project before triaging rows. If the list is empty, first confirm that traces are arriving for the project and that the behavior analysis pipeline has run.
Read a Behavior row
Each row gives you the key facts needed for triage:
| Column | Meaning |
|---|
| Behavior | The detected pattern and a short description. |
| Badges | Issue, alert, lifecycle, or agent labels derived from the latest snapshot. |
| Role | Whether the pattern came from user input, assistant output, or tool activity. |
| Error rate | The share of conversations or examples associated with failure signals. Error rates above the issue threshold are highlighted. |
| Conversations | How much traffic is represented by the pattern. |
| Sparkline | A seven-bucket view of recent volume and failure density. |
| Status | Whether Adaline considers the Behavior healthy, an issue, or changed since previous analysis. |
Rows with high volume and issue status are usually the best first candidates for investigation or Improve.
Understand badges
Badges compress snapshot and lifecycle signals:
| Badge | Meaning |
|---|
| Issue | The Behavior was flagged as a problem or risk. |
| New | The Behavior first appeared in the latest analysis. |
| Reactivated | A previously vanished Behavior returned. |
| Changed | The Behavior split, absorbed children, or drifted enough to deserve attention. |
| Vanishing | The Behavior has stopped appearing or is becoming dormant. |
| Watched | A user or rule marked this Behavior for attention. |
| Dismissed | The Behavior was dismissed from active triage. |
Badges are shortcuts for triage. Open the Behavior before making a prompt change.
Filter and sort
Use filters and sorting to narrow the list:
- Filter by role when you only want user requests, assistant responses, or tool activity.
- Filter by status to focus on issues.
- Sort by conversation volume when you want the highest-impact patterns first.
- Sort by error rate when you want the riskiest patterns first.
- Use saved views when a team repeatedly reviews the same triage slice.
Move from triage to action
Select a row when you want the related actions. From a Behavior you can:
- Open the Behavior detail page.
- Jump to related raw traces.
- Review related prompts and datasets.
- Start an Improve cycle with the Behavior as the target.
- Watch or dismiss the Behavior when those controls are enabled for your workspace.
Do not treat the Behavior label as the entire diagnosis. Open the detail page and inspect representative conversations before changing a prompt.