June 2025 Summaries
6 posts from Arize
Filter
Month:
Year:
Post Summaries
Back to Blog
Arize has introduced ADB, a proprietary OLAP database designed to support real-time ingestion and high-volume generative AI workloads, while providing fast ad-hoc analytics. Engineered to meet the demands of AI observability and evaluation, ADB enables instant data availability at scale, frequent updates, and seamless data exports. Built from the ground up, ADB has evolved from Apache Druid and now features a unique architecture that separates compute from storage, uses Parquet/Iceberg-backed storage, and supports real-time streaming inserts. This design allows ADB to process billions of spans and traces monthly, offering internet-scale durability, sub-second query responses, and efficient cache management. Emphasizing an anti-monolith approach, ADB utilizes a universal data layer with open file formats, proving that an open architecture with clean separation of storage and compute fits organizational needs better than monolithic solutions. Arize plans to release detailed insights into ADB's architecture and performance in the coming months.
Jun 25, 2025
964 words in the original blog post.
Arize Observe 2025 introduced a range of innovative product releases to enhance AI agent development and management, including the upgraded Copilot v3: Alyx, which facilitates context-aware assistance and trace troubleshooting. The new features include Agent Visibility, allowing for detailed visualization and debugging of multi-agent workflows, and session-level evaluations that assess coherence, context retention, and goal achievement for agents. Additionally, the Agent Trajectory Evaluation feature ensures agents follow efficient problem-solving paths, while Prompt Learning offers a streamlined method for optimizing prompt iterations. The Arize Database (ADB) was highlighted for its capacity to manage vast data efficiently, and enhancements to Arize Phoenix, such as Phoenix Cloud and cost tracking capabilities, were unveiled. The announcement also included Bedrock Model Support in Phoenix’s Playground, enabling prompt testing and comparison with Amazon Bedrock-hosted models.
Jun 25, 2025
1,161 words in the original blog post.
A recent paper by Apple researchers, titled "The Illusion of Thinking," has sparked debate within the AI community by suggesting that Large Reasoning Models (LRMs), despite generating detailed "thinking traces," struggle with increased problem complexity and may not truly reason as perceived. The paper highlights that as tasks become more complex, LRMs' performance deteriorates, with models often abandoning complex problems and overthinking simpler ones. However, a counter-paper, "The Illusion of the Illusion of Thinking," argues that these observed limitations result from experimental flaws such as output token constraints and misinterpretation of unsolvable tasks, rather than inherent reasoning deficits. This rebuttal suggests that with corrected evaluations, models can handle tasks previously deemed failures. The debate underscores the importance of carefully designed evaluations that distinguish genuine cognitive limitations from engineering constraints, and highlights ongoing philosophical and practical discussions around AI's reasoning capabilities and the industry's strategic positioning in AI advancements.
Jun 20, 2025
939 words in the original blog post.
Co-authored by Anthony Abercrombie, Lucas Moehlenbrock, and John Gilhuly, the article introduces an AI-powered GraphQL agent designed to simplify and optimize the process of writing GraphQL queries, which can be challenging due to large and complex schemas. Developed during a hackathon, this agent can transform natural language prompts into accurate, executable GraphQL queries by validating them against schemas, even those exceeding 75,000 tokens. Although initially built for Arize, an open-source version is available for broader use, allowing integration with any GraphQL API. The agent dynamically extracts necessary fields and types from the schema, bypassing limitations of large language models and vector-based retrieval methods. Moreover, the development process involved testing with Arize AX, enabling detailed tracking and optimization of the agent's performance. The GitHub repository provides guidance on integrating the agent into platforms like Cursor or Claude Desktop, allowing users to efficiently generate validated GraphQL queries without manually navigating extensive schema lines.
Jun 17, 2025
624 words in the original blog post.
The paper "Accurate KV Cache Quantization with Outlier Tokens Tracing (OTT)" presents a novel approach to enhancing the efficiency of Large Language Model (LLM) inference by addressing the challenges associated with the Key-Value (KV) cache. Traditional quantization methods often struggle with "outlier tokens," which are tokens that have atypically small Key vector magnitudes and can significantly impact quantization accuracy. The OTT method addresses this by dynamically identifying and excluding these outlier tokens from quantization, preserving their full-precision representations, thereby improving quantization accuracy and achieving up to a 6.4× reduction in memory usage and a 2.3× increase in inference throughput under 2-bit quantization. This tuning-free method is compatible with existing inference engines, making it a practical solution for deploying LLMs in resource-constrained environments. OTT is particularly effective for long-form generation tasks and memory-constrained settings, demonstrating that intelligent token selection during quantization can optimize LLM efficiency without compromising accuracy.
Jun 05, 2025
832 words in the original blog post.
In May, Arize introduced significant updates, including the expansion of realtime trace ingestion to all Arize AX tiers, enhancing the ability to monitor large language model (LLM) performance live without requiring configuration changes. This feature, previously limited to enterprise users and the open-source platform Phoenix, is now accessible to all users, including those on the free tier. The enhancements also include major usability upgrades to the prompt playground and span views, such as improved latency tracking, token counts, and a more streamlined user interface for debugging. Additionally, support for more OpenAI models in the prompt playground and tasks, along with attribute-level filtering, facilitates quicker experimentation and trace analysis. These improvements aim to streamline workflows by providing a sleeker display of inputs and outputs, enabling faster debugging and more efficient management of prompt variables and dataset values.
Jun 04, 2025
276 words in the original blog post.