Issue Management
Once Latitude discovers issues, your team needs workflows to triage, investigate, and resolve them. This page covers practical approaches to issue management.Triage Workflow
When new issues appear, your team should:- Review the issue description: Understand what failure pattern was discovered
- Examine example traces: Click into specific traces to see the actual conversations where the issue occurred
- Assess severity: Is this a critical safety issue, a quality degradation, or a minor edge case?
- Decide on action:
- Generate an evaluation to start automated monitoring
- Create an annotation queue to gather more human feedback
- Ignore if the issue is irrelevant or too rare to track
Investigating an Issue
For issues that need deeper investigation:Review Example Traces
Each issue links to the traces where it was detected. Read through several examples to understand:- What kinds of user inputs trigger the issue?
- Is the agent consistently wrong, or is it intermittent?
- Are there common patterns in the conversation context?
Check Related Evaluations
If the issue has linked evaluations, review their configuration:- Is the evaluation too strict? (Flagging acceptable behavior)
- Is it too lenient? (Missing obvious failures)
- Does the trigger configuration need adjustment?
- What does the alignment (MCC) look like?
Gather Human Feedback
Create an annotation queue filtered to traces where the issue was detected. Have reviewers annotate these traces to:- Confirm whether the automated detection is correct
- Provide richer feedback about what went wrong
- Build alignment data for the linked evaluation
Resolving Issues
When your team has fixed the underlying problem:- Navigate to the issue detail page
- Click Resolve
- A confirmation modal appears with a keep monitoring toggle
- Enabled: Linked evaluations stay active so they can detect regressions. If the issue reappears, it moves to Regressed state.
- Disabled: Linked evaluations are archived when the issue resolves.
Working with Regressed Issues
A regressed issue means a previously resolved problem has returned. This is a high-priority signal:- The fix may have been incomplete
- A new code change may have reintroduced the problem
- The agent’s behavior may have drifted due to model updates
- Review the new occurrence traces. Are they the same failure pattern or something subtly different?
- Compare with the original resolution. What changed?
- Fix and re-resolve
Ignoring Issues
Ignoring an issue is separate from resolving it:- Ignoring immediately archives all linked evaluations, regardless of the keep monitoring setting
- Ignored issues are hidden from default views but can be un-ignored later
- Use ignore for issues that aren’t worth tracking, not for issues that have been fixed
Organizing Issues
As your project matures, you’ll accumulate many issues. Keep them manageable:- Resolve fixed issues rather than leaving them open. Keep monitoring enabled catches regressions
- Ignore irrelevant issues: Don’t let noise drown out real problems
- Use issue descriptions to communicate context: future team members will read them
- Link related evaluations: Every meaningful issue should have an evaluation monitoring for it
Next Steps
- Issues Overview: How issues are discovered
- Evaluations: Generating evaluations from issues
- Annotation Queues: Building review workflows for investigation