Home / Companies / Patronus AI / Blog / June 2025

June 2025 Summaries

2 posts from Patronus AI

Filter
Month: Year:
Post Summaries Back to Blog
Percival is a state-of-the-art AI agent debugger designed to effectively analyze agent traces and identify over 20 failure modes, including reasoning, planning, and execution, thereby addressing the challenges of content explosion, long traces, and multiple failure points that traditional static evaluation methods cannot handle. Companies like Nova AI have significantly enhanced productivity, reducing agent debugging time from one hour to one minute and increasing agent accuracy by 60% on specific datasets through the use of Percival, which also provides automated prompt suggestions to fix agent failures. To facilitate easy adoption, Percival integrates with popular development platforms like Smolagents, OpenAI Agents, Pydantic, CrewAI, and Langchain, allowing developers to incorporate its capabilities within their existing tool ecosystems, thereby simplifying the complex, dynamic, and time-consuming process of agent evaluation.
Jun 30, 2025 270 words in the original blog post.
TRAIL (Trace Reasoning and Agentic Issue Localization) is an open-source benchmark dataset designed to assess the ability of state-of-the-art large language models (LLMs) to debug and identify errors in complex AI agent workflows, which are more challenging to evaluate than LLMs due to their compounded errors and interactions with external systems. The dataset, based on a novel taxonomy of over 20 agentic errors, includes 148 human-annotated traces with 841 total errors, requiring the processing of extremely long contexts, often exceeding model context windows. Despite attempts to improve performance by increasing reasoning output tokens, current models like Gemini-2.5-Pro-preview and Claude-3.7-Sonnet achieve low joint accuracy rates of 11% and 4.7%, respectively, highlighting the benchmark's difficulty. TRAIL is part of a larger effort in agentic evaluation, and the development of Percival, an AI debugger, aims to streamline the debugging process by analyzing workflows, memorizing evaluations, and suggesting optimizations based on TRAIL's taxonomy.
Jun 05, 2025 492 words in the original blog post.