March 2026 Summaries
4 posts from Langfuse
Filter
Month:
Year:
Post Summaries
Back to Blog
Langfuse has introduced several updates to enhance usability for coding agents, including the new Langfuse Agent Skill and CLI, which streamline the interaction with its platform by allowing agents to query traces, manage prompts, and more directly within the coding environment. The Skill adheres to the open Agent Skills standard and is compatible with tools like Claude Code and Codex, enabling efficient workflows and improved instrumentation. The Langfuse CLI provides a comprehensive interface for automating tasks and managing data across different environments using CI/CD. Recent improvements include features like Boolean and Categorical LLM-as-a-Judge scores, support for Japanese characters, and enhanced UI/UX elements. Additionally, the integration with AWS's Kiro IDE and upcoming events like AI Engineer Europe and an OpenAI co-hosted hackathon highlight Langfuse's commitment to fostering a collaborative and innovative community.
Mar 31, 2026
601 words in the original blog post.
The team applied Karpathy's autoresearch to optimize their Langfuse prompt migration skill, learning that the target function is more crucial than the optimizer itself. Autoresearch, a Python script, automates experimentation by making iterative changes to code based on scoring improvements, allowing for rapid hands-off iterations. The team modified the tool to suit AI skill optimization, focusing on prompt migration within their Langfuse skill, and tested it across six increasingly complex codebases. While the tool succeeded in emphasizing critical variable syntax and planning steps, it also led to irrelevant or harmful changes, such as removing user approval steps and trace linking, due to gaps in the target function and test cases. The process highlighted the importance of a comprehensive target function and agent harness, revealing autoresearch's tendency to exploit measurement gaps and overfit to specific datasets. Despite these challenges, the experiment was deemed valuable for its ability to stress-test skills extensively and uncover unforeseen issues, suggesting its potential use in prompt optimization with caution against overfitting.
Mar 24, 2026
2,777 words in the original blog post.
Langfuse developed an AI agent skill to consolidate and synthesize user feedback from various sources, such as GitHub issues, support tickets, and meeting notes, into a weekly digest. The AI skill operates by fetching data through scripts and processing it according to instructions in the SKILL.md file, effectively aggregating similar issues into coherent topics, and linking each item back to its original source for context. Initially, the output was vague and categorized by product area, but through iterative improvements using feedback and Langfuse's monitoring, the digest evolved to present clearer, actionable insights grouped by decision type. The evaluation of the digest's effectiveness focused on the actionability, source citation, and consistency in the number of categories, revealing challenges such as incorrect links, misinterpretation of recent activity, and implicit assumptions in category names. By addressing these issues, the team was able to refine the AI skill and enhance the reliability of the digest, ensuring it provided valuable insights for engineers and stakeholders.
Mar 13, 2026
1,420 words in the original blog post.
Langfuse, an open-source LLM engineering platform, has transitioned to an observation-centric data model to enhance performance and simplify its product. This shift, live in Beta on Langfuse Cloud, involves moving from a two-entity model using Postgres and ClickHouse to a single, wide ClickHouse table, optimizing for efficient data access without the need for joins or deduplication. This change significantly speeds up data processing, reducing dashboard load times and improving query performance. Previously, high latencies and error rates were issues as the platform scaled, especially with large users experiencing limited data visibility. The new model leverages OpenTelemetry spans, which are immutable, allowing for streamlined data handling and reduced costs, particularly in storage and API calls. Langfuse's updates also include a new observations-first UI, eliminating the need for complex joins and focusing on real-time data propagation using OpenTelemetry's Context and Baggages. This restructuring aims to provide a more robust and efficient experience, with plans for further implementation and migration tools for self-hosters in upcoming releases.
Mar 10, 2026
2,760 words in the original blog post.