Latitude
ActiveDescription
Latitude is the open-source agent engineering platform.
Key Features
- Issue detection: failed traces grouped into tracked issues with status, size, and trend
- Human-aligned evals: evals built automatically from team judgments with drift tracking
- Agent-native traces: multi-turn sessions, tool calls, and full execution paths in one view
- Semantic search: find any trace by meaning, exact match, or similar sentences across 100% of traces
- Issue alerts: real-time notifications via Slack, email, or webhooks when issues are detected or escalate
- MCP server: all Latitude UI capabilities available from coding agents via MCP
Use Cases
π‘ Monitoring and debugging production AI agent systems
π‘ Building evaluation pipelines to track model performance drift over time
π‘ Detecting and grouping recurring LLM failures into actionable issues
π‘ Tracing multi-agent workflows across tool calls and API boundaries
π‘ Integrating observability directly into CI/CD for AI applications
Categories
Quick Start
Sign up at latitude.so (free tier includes 20K credits/month). Install via 'npm install @latitude-data/telemetry', initialize with your API key and project slug, and wrap your LLM calls. For Claude Code, run 'npx -y @latitude-data/claude-code-telemetry install'.