惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
大猫的无限游戏
大猫的无限游戏
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
美团技术团队
雷峰网
雷峰网
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
T
Tailwind CSS Blog
U
Unit 42
C
Check Point Blog
S
SegmentFault 最新的问题
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
罗磊的独立博客
小众软件
小众软件
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
DataBreaches.Net

TestingCatalog

SpaceXAI gearing up for upcoming Grok 4.5 release ByteDance set to launch Seedance 2.5 with 3-minute output Meta prepares Scheduled tasks for Meta AI users on web Google tests new Gemini Inbox section for Workspace triage OpenAI might be preparing GPT-5.6 for next week's release Mistral releases Leanstral 1.5 model for proof engineering xAI debuts Grok Voice Agent Builder for Enterprises Condense launches proxy to cut AI coding agent bills by 66% Vellum adds agent-to-agent AI collaboration for Slack Early look at Anthropic's Claude Science app for researchers Google launches Nano Banana 2 Lite and Gemini Omni Flash Google might be testing Gemini Flash upgrade on LM Arena Anthropic may impose KYC restrictions for Fable 5 access Anthropic launches Claude Sonnet 5 model on Claude and APIs NoimosAI launches Creative Agent for brand assets Apify lets AI Agents pay via Coinbase x402 for web tools Bloome launches chat platform for AI agent teams Meituan launches LongCat-2.0 1.6T parameter model Cursor releases its iOS app for vibe coding on the go OpenAI prepares upgraded Office controls for Codex OpenAI tests gifting Codex credits as new growth strategy Microsoft launches MAI-Code-1-Flash on GitHub Copilot Google adds Computer Use to Gemini 3.5 Flash Google tests notebook collections for NotebookLM OpenAI launches GPT-5.6 Sol preview for select partners Microsoft adds Copilot finance tools to Excel for M365 users DeepReinforce releases Ornith-1.0 open-source coding models Gemini to get voice dictation and Magic Pointer on desktop Meta launches AI glasses with three new styles from $299 Anthropic launches Claude Tag on Team and Enterprise plans
Latitude launches open-source platform to monitor AI agents
https://www.facebook.com/nero.soares.9/ · 2026-06-23 · via TestingCatalog

Latitude has released an open-source platform for monitoring AI agents in production, built to show what an agent is doing once it meets real users, catch where it breaks down, and route the fix back to the editor where the code already lives.

At the base is a discovery layer that gathers thousands of live conversations and clusters them into one picture of what people ask for and where they hesitate, escalate, or drop off. Usage can be broken down by who is behind it, from power users to one-time visitors to the accounts hitting failures most often, and individual sessions can be inspected alongside their cost, latency, and problems. A semantic search lets a team type a question in plain language, such as where users mention a feature the agent does not offer, and the matching conversations come back directly.

The second layer turns scattered breakages into something a team can act on. When an agent keeps failing the same way, Latitude collapses those moments into a single signal that names the problem, counts how often it occurs, and attaches the likely reason. Signals come from automatic flaggers, annotations, or manual creation, and an evaluation is generated for each one. A saved search can be promoted into a monitor that runs against every new conversation, so a pattern reaches the team before it reaches more users.

Latitude

The third layer closes the loop inside the developer workflow. An MCP server delivers projects, traces, signals, searches, and datasets directly to a coding agent, so the work happens where engineers already operate rather than in a separate console. Production conversations can be turned into datasets and reused as test sets, allowing a team to confirm that a fix holds before shipping. The platform also connects to Claude Code to track token spend per task, surfacing where the budget goes.

Latitude is distributed under an MIT license and can run on a team's own infrastructure, with a free tier and full source access for anyone who wants to read or modify it. The framing treats an agent as the richest record a company holds about its own product, and the platform as the way to read that record back rather than leaving it unused.

Latitude is the team behind the open-source project of the same name, maintained under the latitude-dev organization on GitHub. The release reflects a move toward treating agent monitoring as a loop in which the system reports what went wrong and points to the fix, rather than a dashboard to be watched, and it arrives as agent reliability becomes a defining concern for teams shipping to real users at scale.