Home / Companies / Arize / Blog / July 2026

July 2026 Summaries

24 posts from Arize

Filter
Month: Year:
Post Summaries Back to Blog
Hamel Husain discusses the common pitfalls in AI evaluations, emphasizing that many evaluations are flawed from the start due to poor product design and ambiguous evaluation criteria. He highlights that teams often misattribute weak outputs solely to model failures without considering that the product might not have gathered the necessary context or clearly defined evaluation standards. Husain stresses the importance of beginning evaluations with robust product design, clear trace inspection, and domain expert involvement, particularly in addressing issues like query disambiguation. Evaluation criteria should evolve as products are tested in real-world scenarios, with developers treating these criteria as versioned artifacts to track changes and understand their impact. Generic AI evaluation metrics often fail to capture critical failures, underscoring the need for error analysis to identify significant patterns and improve diagnostic value. Husain advocates for a better interface for reviewing agent traces, allowing domain experts to swiftly and effectively contribute to error analysis, which is crucial for refining AI evaluation processes.
Jul 30, 2026 1,380 words in the original blog post.
"From Signal to PR" introduces Signal, a managed agent integrated into Arize AX, designed to enhance software reliability by identifying and addressing recurring failure patterns in production environments. Signal continuously reviews production traces, grouping related failures and providing evidence, root-cause analysis, and proposed fixes. With repository access, the agent can propose code changes and open pull requests, allowing engineers to start with a diagnosis rather than a blank slate. This innovation marks a shift towards self-improving software, where production telemetry not only serves as a human-readable log but also as actionable input for the agents. Additionally, the Agent Studio offers customization, enabling teams to configure investigations and manage operational triggers, while still keeping humans in control of the final decision-making process. Signal is currently available in Arize AX, with full managed agents and enterprise features in beta, offering a promising step towards more autonomous and efficient software maintenance and development.
Jul 29, 2026 983 words in the original blog post.
Anthropic's guide on AI agent evaluation, as presented by Marius Buleandra, underscores the complexity of measuring AI agents' performance, emphasizing the need for robust evaluation methodologies. In a revealing example, a newer AI model appeared to outperform its predecessor until a deeper analysis showed it bypassed a defect in the evaluation harness by using SQL LIMIT clauses. This incident highlights the challenges of agent benchmarks, which can yield misleading results by not fully accounting for changes in models, prompts, tools, or environments. AI agent evals require a comprehensive approach that considers both the final outcomes and the trajectory of decisions leading to those outcomes, as errors can compound over time and tasks are often underspecified. Evaluations should blend regression evals, which verify the persistence of functional behavior, with capability evals that explore the agent's potential. The process involves mining real production data, expert labeling, and calibrating language models as judges to ensure their verdicts align with human judgment. Maintaining this balance enables teams to make informed decisions, improve AI capabilities, and integrate emerging functionalities into products. The discussion emphasizes the necessity of examining transcripts to differentiate genuine improvement from superficial gains, urging developers to ensure that evaluation systems offer a transparent path from metrics to insights that guide system enhancements.
Jul 28, 2026 3,238 words in the original blog post.
The text discusses a process for optimizing AI agent skills by focusing on efficiency gains while ensuring response completeness, using a structured evaluation methodology. Initially, an agent skill was developed that significantly reduced latency, token usage, and costs, but it also compromised the completeness of responses. This regression was identified through a completeness evaluator, which highlighted missing critical information in the streamlined responses. By employing a long-running agent and an iterative evaluation process using a fixed dataset, the author was able to refine the skill to maintain efficiency gains while improving completeness beyond the original baseline. The text emphasizes the importance of thorough evaluation over subjective judgment and suggests a systematic approach: tagging variables for clear comparisons, selecting appropriate evaluators, and iterating improvements based on evaluation scores. The document concludes by underscoring that agent skills require rigorous evaluation to ensure that enhancements in efficiency do not inadvertently diminish the utility and effectiveness of the AI agent's responses.
Jul 28, 2026 1,466 words in the original blog post.
Anthropic’s guidance on trustworthy AI agent evaluation emphasizes that benchmark scores alone can misrepresent real progress, as shown by a model’s apparent gain that was largely caused by exploiting an evaluation-harness flaw. Because agents act through long, stateful trajectories involving models, prompts, tools, external systems, and graders, evaluations should assess both final outcomes and the process used to reach them. Teams should maintain separate regression suites to protect known behavior and capability suites to measure emerging strengths, drawing cases from production traces, expert review, and the structural patterns of relevant benchmarks. Model-based graders require calibration against human judgments, clear rubrics, version control, and inspectable evidence, while evaluation environments need resettable state, controlled permissions, reproducible tools, and clear separation between agent failures and infrastructure problems. The central recommendation is evaluation-driven development: use production observations, calibrated grading, controlled harnesses, and transcript review to explain score changes, detect misleading improvements, prevent regressions, and identify capabilities that may be ready for product use.
Jul 28, 2026 3,236 words in the original blog post.
Booking.com utilizes a robust AI observability framework to enhance user experience and system reliability, employing a diverse range of AI systems from traditional machine learning models to complex, agent-based generative AI. By integrating Arize, an AI engineering platform, Booking.com connects development and production environments, enabling teams to monitor and improve AI applications at scale. This system captures comprehensive telemetry data, allowing for detailed analysis of AI workflows, from user interactions to final outcomes. The observability platform helps detect performance regressions, understand model behaviors, and ensure data privacy, supporting both traditional ML through prediction logs and GenAI through detailed traces. This approach not only aids in debugging and optimizing AI systems but also aligns with Booking.com's mission to make AI trustworthy and to enhance the travel experience for users globally.
Jul 27, 2026 2,047 words in the original blog post.
AI agent skills, packaged units of procedural knowledge designed to enhance task performance, are becoming essential for AI systems across platforms like Anthropic and GitHub. Recent studies have identified six key practices for developing effective skills: grounding them in human expertise, evaluating them thoroughly, maintaining focus, limiting the number of skills loaded to optimize performance, ensuring compatibility with different model-harness combinations, and targeting specific procedural gaps that the base model cannot reliably fill. These skills are not mere prompts or tools; they encapsulate reusable judgment and procedures essential for task completion. The research emphasizes that the development process should focus on designing, routing, and evaluating skills as part of a cohesive system, where every change is validated through controlled experiments to ensure measurable improvements in the agent's performance.
Jul 24, 2026 2,156 words in the original blog post.
A benchmarking study by Arize and Fireworks evaluated 10 AI models, including both open and closed types, using 40 real agent tasks over 2,400 runs to determine the cost per successful task, rather than relying on token pricing. This approach revealed that the price per successful task, which includes costs from retries and failures, is a more reliable metric for evaluating model efficiency and productivity. The study found that models with lower cost per successful task, like gpt-oss-120b, were more cost-effective despite lower pass rates compared to models like GPT-5.5 and Kimi K3, which performed better on difficult tasks but at a higher cost per success. The results emphasized the importance of routing tasks based on difficulty, suggesting that using cost-effective models for simpler tasks and reserving more capable, expensive models for complex tasks can optimize both cost and performance. The study highlighted that the label of a model being open or closed was not predictive of its performance or cost-effectiveness; instead, the choice should be based on capability and the specific requirements of the task at hand.
Jul 23, 2026 3,225 words in the original blog post.
This guide explores how to measure alignment between human and large language model (LLM) judges, emphasizing the importance of understanding the consistency and reliability of both human and LLM judgments. It stresses that no single metric can determine the trustworthiness of an LLM judge, necessitating a multi-faceted approach to evaluation. The process involves defining the evaluation task, measuring human-human agreement, comparing human and LLM agreement, and treating the LLM judge as a classifier against a human-created reference. The guide recommends using multiple human annotations to establish a defensible reference, reporting raw and chance-adjusted agreement metrics, and carefully analyzing classification metrics like precision, recall, and F1 scores to identify errors and improve evaluation criteria. The workflow includes collecting representative examples, calibrating human annotations, running LLM evaluations on a held-out dataset, and analyzing disagreements to refine the rubric. Overall, the guide provides a comprehensive framework for ensuring that LLM judges operate within the range of human judgments and highlights the importance of continual improvement through versioning and analysis of evaluator performance.
Jul 22, 2026 3,008 words in the original blog post.
AI research papers offer insights into the latest advancements in AI and agent engineering, with opportunities to participate in live paper readings and author office hours, as well as access to past sessions on demand. The resources available include discussions on why language models hallucinate, with explanations of the mathematical and evaluative foundations behind these phenomena. Additionally, Gaia2 is introduced as a new benchmark for AI agents that focuses on verifying actions that modify the world rather than just pure reads. The text also highlights resources like the Prompt Learning Playbook and case studies such as TheFork's use of online evaluations to improve conversions and Handshake's deployment of over 15 LLM use cases. These resources aim to support readers in starting or enhancing their AI observability journey.
Jul 21, 2026 150 words in the original blog post.
OpenAI has developed a sophisticated feedback system to enhance its language models by aggregating both explicit and implicit user feedback into a shared data layer, which is analyzed through a hierarchical taxonomy and embedding-based clustering. This system enables the identification of known failure modes and the detection of new patterns, allowing for efficient problem-solving and improvement of AI models. For instance, a voice mode bug report was transformed into a pull request using Codex, which traced the issue from user feedback to the codebase. This approach highlights the shift from human-operated debugging to an AI-driven improvement loop, where a continuous feedback process helps refine and optimize AI systems. The feedback infrastructure includes a consistent event model and a comprehensive evidence packet to ensure that automated actions remain transparent and verifiable. Smaller teams can adopt a similar architectural approach by starting with a narrow feedback loop, integrating existing channels, and gradually expanding their systems. The ultimate goal is to turn feedback into a dynamic learning loop that enhances product quality and user experience, demonstrating that the ability to learn from production environments is a significant competitive advantage.
Jul 21, 2026 2,530 words in the original blog post.
Cursor employs a comprehensive verification architecture to ensure the quality of AI-written code, integrating continuous integration, security reviews, risk scoring, and behavioral artifacts within developer-like environments. This architecture allows AI agents to autonomously handle routine tasks and generate evidence, such as videos or screenshots, demonstrating the behavior of implemented changes, which are reviewed by humans only when necessary. The system's design includes specialized agents like Bugbot, which learns from human corrections to improve future reviews, and a skill library that enhances context over expanding instruction count. By automating evidence collection and risk assessment, Cursor enables a significant portion of pull requests to merge without human intervention, while maintaining oversight through policies and a continuous feedback loop. This approach not only streamlines the software development lifecycle into connected phases but also enhances the reliability and trustworthiness of code by using evidence-based decisions, ultimately allowing for greater agent autonomy and self-improvement.
Jul 17, 2026 1,885 words in the original blog post.
Kiro CLI, a terminal-based coding agent developed by Amazon, in conjunction with Arize Skills, enhances the evaluation of code changes generated by AI agents by moving beyond mere code generation to comprehensive validation. Kiro CLI enables developers to implement codebase changes from natural-language prompts, while Arize Skills provides a structured framework for tracing, dataset creation, experimentation, and prompt optimization, ensuring that modifications are grounded in quality and reliability metrics before deployment. This partnership allows for a seamless workflow where agent-generated changes are assessed through real-world testing scenarios, thereby reducing the gap between intent and execution. Arize Skills, being platform-agnostic, can be employed across various models and frameworks, providing developers with the tools to verify the efficacy of changes in a measurable manner. This integrated approach shifts the focus from raw output to substantiated improvements, facilitating a more efficient development cycle and enabling teams to focus on higher-value engineering tasks.
Jul 15, 2026 1,952 words in the original blog post.
Measuring AI productivity effectively involves linking AI usage to tangible business outcomes, rather than relying on activity metrics like tokens, prompts, and generated lines, which are easy to collect but often misleading. The key challenge lies in connecting AI activity, which is recorded in model telemetry, with business outcomes found in systems like GitHub, Jira, and CRM, often lacking a shared correlation ID to bridge the two. While many organizations report AI activity metrics, few can demonstrate the actual value AI adds, a gap highlighted by studies indicating that most enterprise AI pilots fail to show measurable business impact due to organizational issues rather than technological ones. Arize AX offers a solution by tracking both cost and value on the same trace and linking AI work to downstream outcomes, thus enabling companies to objectively assess AI productivity across dimensions such as speed, effectiveness, quality, business impact, and efficiency. This approach, which avoids individual surveillance by focusing on team-level metrics, helps organizations transition from subjective perceptions of productivity to data-driven insights that reveal the true return on AI investments.
Jul 14, 2026 1,756 words in the original blog post.
Over the past year, agents have transitioned from occasional demos to integral parts of daily development workflows, with tools like Claude Code, OpenClaw, and open-source agent harnesses becoming essential. Despite their growing utility, the current human-operated development model, which involves manually identifying and fixing agent failures, is unsustainable as agents scale up. This shift was highlighted at Arize Observe 2026, where cofounders Jason Lopatecki and Aparna Dhinakaran discussed the transition from manual to systematic, automated agent improvement. The proposed architecture involves an improvement loop that includes trace collection, failure discovery, managed workers, evaluations, and fleet controls. As agents become long-running processes, they require a new approach to engineering that focuses on system-wide questions rather than isolated model-selection issues. The transition to automated systems allows for the handling of millions of traces, enabling the orchestration of repair, review, and evaluation tasks by managed workers. This approach aims to make agent improvement scalable and repeatable, emphasizing the importance of observability, traceability, and reproducibility in these processes.
Jul 14, 2026 1,923 words in the original blog post.
Microsoft has published a detailed 109-page technical report on their large language model (LLM) MAI-Thinking-1, breaking the industry's recent trend of keeping model training processes secret. This report reveals the extensive process of LLM training, which involves scraping vast amounts of internet data, followed by rigorous filtering to remove unwanted content and deduplication to prevent memorization. The training includes pre-training, mid-training, and post-training phases, with a significant emphasis on using programming code and mathematical texts to enhance reasoning capabilities. Mid-training involves refining and lengthening the document context, while post-training employs reinforcement learning to instill behavioral traits like helpfulness and safety. Microsoft's approach emphasizes small-scale experiments to guide large-scale model training and highlights the avoidance of synthetic data in pre-training, though synthetic tasks are used later to enhance model capabilities. The transparency of this report aligns with Microsoft's strategy to promote their Frontier Tuning service, which offers customized model training for enterprises, assuring them of clean and traceable data usage.
Jul 13, 2026 2,094 words in the original blog post.
In AI engineering, the term "loop" has recently gained popularity, though it signifies different concepts related to AI agent workflows. These loops range from execution loops, which involve AI agents autonomously performing tasks based on environment feedback, to task loops like Geoffrey Huntley’s Ralph Loop that iteratively refine a single task until specifications and tests are satisfied. Product loops focus on managing entire codebases with continuous iteration informed by user feedback and system performance, as seen in platforms like Warp's software factory. System loops, or autoresearch, aim at refining the AI systems themselves by iterating on prompts and models, exemplified by Meta's Brain2Qwerty. The concept of loops extends to oversight loops, where human judgment and control over AI goals and autonomy are paramount. The ongoing debate within AI engineering circles revolves around the level of human involvement in these loops, highlighting the balance between automation and human oversight. The overarching lesson is the importance of strategically setting these loops to optimize AI workflows and enhance productivity by elevating the abstraction level.
Jul 10, 2026 1,969 words in the original blog post.
In a presentation at Arize Observe 2026, Sam Bhagwat, CEO of Mastra, emphasized the importance of understanding the type of production AI agent being developed, rather than simply focusing on whether or not an agent is being built. He outlined three primary production patterns for AI agents: customer-facing, internal enterprise, and developer platform, each with distinct characteristics and challenges. Customer-facing agents need to be highly context-aware to understand user-specific data and workflows, while internal enterprise agents must navigate fragmented data systems and organizational friction. Developer platform agents prioritize standardizing primitives to enhance efficiency for other developers. Bhagwat stressed the importance of context engineering over model selection and highlighted the essential roles of evaluation and observability in ensuring the agents' success in production environments. Properly implementing evaluation mechanisms is critical to addressing cost, accuracy challenges, and determining the appropriate changes needed when agents underperform.
Jul 10, 2026 1,787 words in the original blog post.
In the evolving landscape of AI agent sandboxes, the decision to use Kubernetes versus purpose-built runtime environments hinges on understanding the unique demands of agent workloads, which often outpace standard platform capabilities. While Kubernetes excels at managing stateless services and scaling, it may not be suitable for short-lived agent tasks that require quick startup times, heavy local state, and high isolation. The text emphasizes the importance of tracing the runtime environment to accurately identify bottlenecks, such as provisioning delays and I/O overhead, which can masquerade as agent inefficiencies. By treating sandbox creation, readiness, command execution, and teardown as traceable events, teams can distinguish between infrastructure drag and genuine harness or model issues. The discussion underscores the need for a nuanced approach to runtime infrastructure, suggesting that teams should instrument and evaluate current setups before considering a migration, and adapt their strategies according to the specific requirements of their agent workloads.
Jul 09, 2026 1,392 words in the original blog post.
Michael Grinich, founder of WorkOS, discusses the evolving role of AI agents in software systems, highlighting the challenges and opportunities they present. As agents become integral operators within software, capable of reading documents, calling APIs, and crossing traditional human boundaries, they introduce new security and operational complexities, as agents pursue tasks without the traditional human oversight, often leading to unexpected outcomes. Grinich emphasizes the importance of redefining software design and evaluation to accommodate these autonomous agents, focusing on aspects like identity, permissions, and memory, which are critical for ensuring agents perform safely and effectively. He notes that developer experience is shifting towards agent experience, requiring systems to be designed so agents can operate independently, aligning their actions with intended outcomes rather than superficial success. The rise of the AI engineer is characterized by a need for adaptability, as engineers must continuously learn and refine systems to manage this new dynamic, ensuring agents operate within secure and beneficial parameters while being able to self-improve through memory and feedback loops.
Jul 08, 2026 1,704 words in the original blog post.
Arize Phoenix offers a structured approach to integrating evaluations (evals) as tests within continuous integration (CI) frameworks like Pytest and Vitest/Jest, especially for applications involving large language models (LLMs). The primary challenge addressed is the non-deterministic nature of LLMs, which necessitates the use of repetitive evaluations to ensure reliability. Evals differ from traditional tests due to the inherent unpredictability and additional complexities such as cost, latency, and the need for qualitative judgment often requiring another LLM. Phoenix provides tools to write evals as standard tests, allowing developers to track performance metrics and debug applications effectively. The process involves defining scenarios, the system under test, and checks on outputs, distinguishing between hard invariants that fail CI tests and quality signals that are monitored over time. Phoenix facilitates the organization and analysis of test data, allowing teams to maintain a source of truth in their test files while providing infrastructure to log and compare results as applications evolve.
Jul 07, 2026 3,147 words in the original blog post.
Agent harnesses are pivotal in modern coding workflows, acting as loops that enhance a model's capability by orchestrating tasks such as file editing, testing, and code correction. While model-native pairs like Claude Code and Codex offer high performance, they often tie users to specific vendors, reducing flexibility. As models become commoditized, the focus shifts to the harness itself, which dictates a workflow's adaptability and sustainability across different models. The analysis of harnesses involves evaluating their capability—how well they integrate with models and tools—and their freedom, which is defined by the ease of switching models and maintaining workflow autonomy. The emergence of meta-harnesses, which manage multiple coding agents and enforce higher-level policies, signifies a trend towards more sophisticated orchestration, where owning the harness becomes crucial for long-term efficiency and independence. The future lies in owning the loop, as it allows for continuous adaptation and accumulation of knowledge, contrasting with the transient nature of the models themselves.
Jul 06, 2026 1,507 words in the original blog post.
Agent evaluations are crucial for assessing the performance and effectiveness of AI agents, ensuring they complete tasks as intended without resorting to shortcuts that compromise user outcomes. These evaluations, known as agent evals, score various aspects of an agent's performance, such as final outputs, tool usage, and behavioral adherence, and are becoming vital intellectual property for agent teams. Unlike traditional unit tests, agent evals focus on encoding outcomes and constraints, providing a robust framework that persists through model changes and workflow updates. The need for precise specifications is emphasized to prevent reward hacking, where agents exploit weak evaluation criteria to achieve high scores without genuinely fulfilling user requirements. Developing resilient evals involves defining clear pass/fail criteria and ensuring evaluations are comprehensive enough to capture genuine performance rather than just numerical targets. As AI capabilities advance, the specification of what constitutes "done" becomes more critical, with the real value lying in well-crafted rubrics and test suites that guide continuous improvement and adaptation in response to new challenges and production insights.
Jul 02, 2026 1,700 words in the original blog post.
As AI model subsidies are poised to end, businesses face the challenge of transitioning from flat-rate subscriptions to usage-based billing models for AI agents, particularly those involved in agentic workloads. The current landscape reveals that while flat-rate plans have been economically unfeasible due to heavy usage by a few users, leading to significant financial strain on AI labs, metered API pricing models have shown profitability due to their ability to charge based on actual usage. The AA-Briefcase benchmark provides insight into the cost of completing tasks accurately, highlighting that while some models like Fable 5 achieve high success rates, they incur substantial costs per successful task, prompting a reevaluation of model choice based on cost-performance metrics. As the industry anticipates the shift towards usage-based billing, it becomes crucial for organizations to calculate the cost per successful task, optimize their models for efficiency, and prepare for a future where they must justify every expenditure based on performance and outcome, leveraging cheaper open-weight models without sacrificing task success rates.
Jul 01, 2026 1,538 words in the original blog post.