October 2025 Summaries
5 posts from Langfuse
Filter
Month:
Year:
Post Summaries
Back to Blog
Langfuse's Launch Week 4 unveils a series of new features aimed at enhancing agent traceability, team collaboration, and experimentation capabilities, with daily releases over five days. The updates include advanced filtering options for managing extensive data, enhanced collaboration through @mentions and emoji reactions, and integration with Mixpanel for monitoring LLM-related metrics. New tools simplify the debugging and understanding of complex agents by offering detailed insights into agent operations and execution flows. Additional features support systematic experiment evaluation, dataset management, and schema enforcement, aimed at improving consistency and efficiency in testing workflows. The launch also introduces Score Analytics for aligning evaluators and ensuring reliable data measurements, alongside guides for integrating these features into CI/CD pipelines for more streamlined automation.
Oct 29, 2025
637 words in the original blog post.
The article provides a comprehensive guide to evaluating Retrieval-Augmented Generation (RAG) applications, focusing on observability and evaluations to enhance data-driven decision-making. Using a sample application that answers questions about Langfuse documentation, the guide explains how to set up tracing with Langfuse to capture and analyze function calls, thereby enhancing visibility into the RAG pipeline. It details the process of evaluating RAG components, such as optimizing document chunk sizes to improve retrieval precision and context clarity. The guide further describes running experiments to determine the most effective chunking strategies and evaluating the relevance of retrieved document chunks through an LLM-as-a-Judge approach. Additionally, it emphasizes the importance of end-to-end evaluation to ensure that the complete RAG pipeline provides accurate and user-friendly answers by assessing answer correctness, faithfulness, groundedness, and relevance. The article advocates a systematic evaluation framework to optimize RAG applications and offers insights into actionable improvements based on average scores and individual example analyses, encouraging the application of this workflow to enhance RAG systems.
Oct 28, 2025
1,357 words in the original blog post.
Testing for large language model (LLM) applications presents unique challenges due to their non-deterministic outputs, which differ from traditional software testing that relies on predictable outcomes. This practical guide introduces automated testing strategies for LLM applications by utilizing datasets and experiment runners, inspired by Hamel Husain's framework. It distinguishes between testing and evaluation, emphasizing that testing involves running checks for pass/fail results, while evaluation measures model quality on a continuous scale. The guide demonstrates how to implement these tests using Langfuse's Experiment Runner SDK, focusing on a geography question-answering system. It explains the use of datasets for input/output pairs, experiment runners to execute applications, and evaluators to score outputs based on criteria like accuracy. This testing approach serves as automated regression tests, ensuring LLM applications maintain quality as changes are made. The guide also covers integrating tests into continuous integration pipelines and using remote datasets with LLM-as-a-judge evaluators for more sophisticated evaluations.
Oct 21, 2025
1,440 words in the original blog post.
The analysis of Langfuse's LLM observability platform data, derived from over 20,000 organizations, reveals significant shifts in the LLM application market from October 2024 to September 2025. OpenAI remains the dominant provider but has seen a notable decrease in market share, dropping from 82.7% to 55.3%, while Google has experienced substantial growth, increasing its share from 0.5% to 13.1%. Anthropic maintains a stable presence, and a growing segment of "Other" models, which now account for 24.3% of the market, indicates a trend towards market fragmentation with increased adoption of specialized, open-source, and regional models. The data highlights a rapid model lifecycle of approximately six months, with application developers increasingly relying on smaller, efficient models, signaling a shift from consolidation to fragmentation. This dynamic environment presents both opportunities for rapid innovation and risks such as accumulating technical debt, emphasizing the need for flexibility and adaptability in building LLM applications and infrastructure.
Oct 13, 2025
666 words in the original blog post.
In the guide "Evaluating Multi-Turn Conversations," Abdallah Abedraba explores systematic approaches to evaluate chatbots, emphasizing the complexity of multi-turn interactions where a single incorrect response can disrupt the entire dialogue. Two primary methods are discussed: N+1 Evaluations, which focus on analyzing real user interactions to pinpoint and rectify recurring issues, and Simulated Conversations, which use predefined personas and scenarios to test the chatbot's response to edge cases. The guide advocates for the early implementation of robust evaluation systems to enhance chatbot efficacy, suggesting that teams who invest in such systems can iterate and improve their bots more efficiently. It highlights the importance of tracking progress over time and adapting test datasets as new insights emerge, and it underscores the role of LLMs not only as subjects of evaluation but also as tools to aid the development of these systems.
Oct 09, 2025
1,069 words in the original blog post.