Latitude - Fix what's breaking in your AI agent

Open-source AI agent monitoring platform. Latitude automatically detects all the ways your agents fail at scale, and gives your coding agent the tools to fix it.

Add a comment

Replies

Best

Hey there, it's Cesar, founder of Latitude.

Until now, companies have focused on collecting quantitative data about their products: user counts, churn rates, conversion. Qualitative insight was reserved for corporates who could afford to hire an agency. But agents changed that. We have the single most valuable source of knowledge about our product sitting right in front of us, and we're not using it. No one at your company talks to your users as much as your agent does. Latitude exists to tap into that.

Latitude does 3 things:

1. See what your agent really does in production

Latitude clusters thousands of conversations into one clear picture: what people ask for, and where they hesitate, escalate, or drop off.

2. Catch what's breaking before users do

When your agent keeps failing the same way, Latitude collapses those moments into one signal: the problem, how often it fires, and why. It detects issues automatically, or you set your own. Either way, you hear about problems first, and evals are created automatically for each signal.

3. Fix it without leaving your editor

The MCP server brings your signals, traces, and searches straight into your coding agent. Turn real failures into a dataset and verify the fix worked before you ship.

Latitude is open source and MIT licensed. Try it at

 The debugging angle for AI agents is clever. Did you start with observability/logging first, or did you build this after seeing specific failure patterns your team kept hitting? Wondering what the biggest debugging blind spot was.

Congrats on the launch!
Does the install track historical sessions too, or only sessions going forward from when you run the command?

 only sessions going forward. Time from installation to first trace is very fast, usually < 5 minutes!

The "gives your coding agent the tools to fix it" line is what I'd want to see in practice — most observability tools stop at surfacing the failure mode. When Latitude clusters a set of failures, how does that get back into the coding agent: an MCP server, a CLI, or a generated eval/test the agent runs against? And since it's open source, can I self-host so the production conversation traces stay in my own infra, or does evaluation route through your hosted backend?

Most teams obsess over dashboards and metrics while thousands of conversations go largely unexplored. As agent capabilities improve and user behavior changes, how does Latitude distinguish between a genuine product issue, a prompt/design issue, and simply a limitation of the underlying model? Congrats on the launch and for open-sourcing it 😊

Per-turn token cost breakdown is exactly what's missing from most setups.

Can you see which specific tool calls or subagents are the worst offenders, or is it more of an aggregate view?

 you can see specific costs per tool calls and subagents, and we also have a dedicated dashboard for tool calls, where you can see duration, error rate, number of times called...

For teams running Claude Code across multiple repos does this give you a unified view or is it siloed per project?

 This is a discussion we've had internally many times. Now you have a unified view, but you can use the tags (each repo has a different tag) to filter and see the metrics for one single repo.

Since traces stay in the user's own Latitude account is there any team level visibility too, like a lead seeing everyone's usage or is it strictly individual?

 Latitude uses organizations to scope all projects! You can create your own personal organization, for projects and traces only you want access to, your you can invite other users so they have access too.

My Claude-Gmail agent ghosted me at an approval gate mid-campaign and I spent way too long not knowing why, reconnecting everything, before giving up. "most tools give you logs, Latitude gives you issues" hits different when you've lived it. following.

Honestly the part that gets me is the signal going back into the editor. i don't need another dashboard to ignore. running cc across a repo per client and the dream is catching the dumb stuff before the client does. Imho this is the right tool for people serious about AI agents!

Really love that Latitude is open source and MIT licensed, but for teams with strict compliance needs, does self-hosting keep all conversation data fully on-premise?

123
•••
Next
Last