Documentation Index
Fetch the complete documentation index at: https://docs.latitude.so/llms.txt
Use this file to discover all available pages before exploring further.
Flaggers
Flaggers are Latitude’s built-in automatic annotators. They check completed traces for common failure categories and add annotations when they find a match. Use flaggers when you want project-wide coverage for known failure patterns without manually reviewing every trace. Flagger annotations feed issue discovery, evaluation alignment, score analytics, and trace-level review.Available flaggers
Each project starts with flaggers for common reliability and safety categories:Jailbreaking
Jailbreaking
Attempts to bypass safety constraints, system instructions, tool boundaries, or the assistant’s intended role.
NSFW
NSFW
Sexual or otherwise not-safe-for-work content that should be reviewed.
Refusal
Refusal
Cases where the assistant refuses, deflects, or over-restricts a request it should be able to handle.
Frustration
Frustration
Clear user dissatisfaction, repeated correction, annoyance, or loss of trust.
Forgetting
Forgetting
Cases where the assistant loses relevant earlier context from the same conversation.
Laziness
Laziness
Cases where the assistant avoids doing the requested work, gives a shallow answer, or pushes work back to the user without a good reason.
Thrashing
Thrashing
Agent behavior that cycles through tools or repeated actions without making progress.
Tool Call Errors
Tool Call Errors
Failed or errored tool invocations visible in the trace.
Output Schema Validation
Output Schema Validation
Structured-output responses that do not conform to the declared schema.
Empty Response
Empty Response
Empty, whitespace-only, or otherwise degenerate assistant responses when a substantive answer was expected.
How flaggers appear in Latitude
When a flagger matches a trace, Latitude adds an annotation to that trace. You can review it from the trace detail view, see it in score analytics, and use it as signal for issues and evaluations. Flaggers are especially useful for patterns that are easy to miss in manual review, such as low-volume safety failures, recurring frustration, or behavior that appears only across long sessions.Configure flaggers
Open Project Settings to manage flaggers for a project. For each flagger you can adjust:- Enabled: Turn the flagger on or off.
- Sampling: Control how aggressively Latitude checks traces for that category.
Flagger categories are defined by Latitude. You can configure whether each flagger runs and how aggressively it samples, but not the underlying category definition.
Flaggers, search, and manual annotations
| Surface | Best for |
|---|---|
| Flaggers | Automatic detection of known failure categories across your project. |
| Search | Investigating custom cohorts or patterns not covered by a built-in flagger. |
| Inline annotations | Adding human feedback to specific traces. |
Related
- Annotations Overview: How annotations connect to scores, issues, and evaluations
- Inline Annotations: Leave human feedback on traces
- Search: Investigate patterns that flaggers do not cover
- Issues: How annotations become trackable failure patterns