Annotations
Annotations are verdicts on a trace. You read the session it belongs to, the full conversation, and attach a thumbs-up or thumbs-down verdict with feedback to the trace where the behavior happened, scoped to the whole conversation, one message, or a text range inside it. A human reviewer, a Latitude flagger, or an external system can all create one. Finalized annotations become scores. They feed analytics, signal discovery, and evaluation alignment the same way regardless of where they came from.How Annotations Get Created
Annotations can come from:- Inline review from any session detail view. See Inline Annotations.
- Flaggers when a completed session matches a known failure category such as jailbreaking, frustration, incompletion, or tool call errors. The flagger reads the session and annotates the trace where the issue appeared. See Flaggers.
- Your own systems through the Annotations API, which targets the trace by id or by a filter set matching exactly one.
How to Annotate
Every annotation has a verdict, feedback, and an optional signal link.- Choose a scope: conversation, message, or text range.
- Give a verdict: thumbs up for good behavior, thumbs down when something went wrong.
- Write feedback: explain the reason in natural language.
- Optionally link a signal: choose a known signal, or let Latitude match it during signal discovery.
Where to Annotate
Open any session, whether you got there from Sessions, Search, or Signals, and use the annotation panel on the right. For batch review, start with a saved search, then work through the matching sessions one at a time. If you want automatic coverage for known failure categories, use flaggers. If you are building your own feedback UI, submit annotations through the Annotations API.Why Annotate
Annotations are the foundation of Latitude’s reliability loop. They help you:- Calibrate evaluations by comparing automated scores with human judgment. See Alignment.
- Validate signals by confirming whether discovered failure patterns are real problems.
- Capture qualitative feedback that explains why something was good or bad.
How Annotations Connect to Other Features
Next Steps
- Inline Annotations: Annotate directly from session views
- Flaggers: Automatic annotators for common failure categories
- Search: Build cohorts to annotate
- Evaluation Alignment: See how annotations calibrate evaluations