Langfuse

Open-source platform for production LLM observability and evaluation.

Available information varies by company and source.

Profile record updated:

Company facts

Entity type
COMPANY
Founded
2023
Headquarters
Germany
Company size
10–49
Market role
B2B SaaS Provider
Official website
langfuse.com

What Langfuse does

Langfuse operates a commercial open-source software model centred on production LLM operations. It distributes an MIT-licensed core platform to drive adoption, community trust and self-hosted deployments, then converts production usage into revenue through a managed cloud offering, paid plans, and enterprise editions with additional capabilities and support. The product creates value by consolidating tracing, monitoring, prompt management, evaluation and debugging into a single workflow for AI engineering teams.

Category differentiation

Langfuse is not a foundational model provider or a general-purpose LLM vendor. It is infrastructure software for observing, evaluating and managing production LLM applications.

Strategic context

AI-supported assessment from the existing company research; distinguish interpretation from sourced facts.

Langfuse is a B2B software company that provides an open-source LLM engineering platform for teams running production AI applications. Its core product covers tracing, monitoring, prompt management, evaluation, experimentation and human-in-the-loop workflows for LLM systems. The platform is available as self-hosted software and as Langfuse Cloud, a managed service, and it is built for engineering teams that need observability, debugging and performance control across high-volume AI workloads. The company monetises through a commercial open-source model. The MIT-licensed core can be self-hosted for free, while paid revenue comes from managed cloud usage, higher-tier subscriptions, and enterprise-grade editions and support. Its direct customers are machine learning engineers, AI platform teams, developers building LLM applications, and enterprise technical teams responsible for reliability, cost control and governance. Langfuse was acquired by ClickHouse in January 2026 and continues to operate under that parent relationship.

Company news briefing

Briefing updated:

Langfuse, operating as a ClickHouse subsidiary following its strategic acquisition, has expanded its LLM observability and production evaluation capabilities with the release of Langfuse CLI 1.0 alongside a new evaluator template gallery. Technical deployments continue to leverage ClickHouse infrastructure for trace and metrics analytics, while ecosystem guides validate its integration in scientific prompt A/B testing pipelines for enterprise AI workflows.

Business model & monetisation

Langfuse monetises via a commercial open-source model. The self-hosted MIT-licensed core is free, while Langfuse Cloud is sold as a fully managed SaaS product using subscription tiers plus usage-based billing. Revenue also comes from higher-limit Pro plans and enterprise or self-hosted enterprise editions that package advanced features, support and commercial terms for larger organisations.

Managed cloud platform
Subscription plus usage-based billing
Pro paid plans
Software subscription
Enterprise self-hosted edition
Enterprise software licensing
Support and enterprise commercial terms
Service Fee

Products & capabilities

No products with linked sources are available in this view.

Products & market categories

Recent recorded signals

Dates refer to the source publication. Older entries are historical context, not evidence of a new event.

  • Langfuse CLI 1.0 and new evaluator features

    langfuse.com

    Recorded impact score: 3.5/5

    Langfuse CLI 1.0 released, along with new evaluator template gallery and reusable evaluators for production evaluations.

  • Deploying Langfuse Open-Source LLM Observability

    dev.to

    Large Language Models (LLM) & AI · Recorded impact score: 2/5

    This technical guide explains how to deploy Langfuse, an open-source observability platform for LLM applications, using Docker Compose. The deployment uses PostgreSQL for metadata, ClickHouse for trace and metrics analytics, Redis for cache/queueing, and S3-compatible object storage for media/exports, with Traefik and Let's Encrypt providing TLS. The article includes required prerequisites (Linux server 4 vCPU / 16GB RAM, Docker + Docker Compose, domain A record), step-by-step environment and docker-compose configuration, first-run setup (create organization/project and API keys), and a test-trace example using the Langfuse SDK and an OpenAI-compatible client. Publication date: 2026-08-12.

    • Langfuse is an open-source observability platform for LLM applications that traces prompts/responses, tracks token usage and cost, and provides debugging analytics.
    • The guide deploys Langfuse via Docker Compose using Traefik (TLS), PostgreSQL (metadata), ClickHouse (trace/metrics analytics), Redis (cache/queue), and S3-compatible object storage.
  • Reliable AI Agents: FSMs and Hidden Costs

    dev.to

    Large Language Models (LLM) & AI · Recorded impact score: 2/5

    This technical article argues that building production-grade AI agents requires engineering discipline rather than relying solely on LLM capability. It identifies common failure modes in naive agentic workflows—hallucination loops, infinite recursion, and context-window exhaustion—and recommends embedding LLMs inside deterministic Finite State Machines (FSMs) using an Orchestrator pattern to enforce valid transitions and step limits. The piece also highlights operational "hidden costs" (token complexity/latency, cost of failure, and observability/debugging overhead) and lists production best practices including human-in-the-loop approvals, structured output/schema validation, idempotent tool design, and fallback mechanisms.

    • Agentic workflows are systems that perceive, plan, act, and observe to achieve multi-step goals and differ from simple prompt-response chatbots.
    • Common failure modes in naive agents include: hallucination loops, infinite recursion (unbounded tool-call loops), and context window exhaustion.
  • 20-minute check before swapping an agent's model

    dev.to

    Conversational AI & Chatbots · Recorded impact score: 1/5

    The article describes a practical 20-minute checklist and tooling workflow to validate swapping an AI agent to a new LLM without relying on subjective checks. The author recommends recording a baseline of agent runs (three samples per scenario), swapping only the model string, re-recording the same scenarios, and using the whatbroke-cli diff to produce deterministic, reviewable diffs that surface breaking changes, argument drift, and regressions in cost or latency. The post notes that existing traces from observability tools (e.g., Langfuse, LangSmith emitting OTel GenAI spans) can serve as baselines and that the whatbroke tool is MIT licensed and available on GitHub.

    • Article outlines a 20-minute procedure to test swapping an agent to a new model using recorded scenarios and diffs.
    • Recommend recording a baseline via whatbroke-cli, running each scenario three times (e.g., refund-flow#1..#3) before making any changes.
  • Scientific Prompt A/B Testing for Better AI Responses

    dev.to

    Prompt A/B Testing · Recorded impact score: 3/5

    The article describes a methodical approach to prompt A/B testing for improving LLM response quality. It defines a three-part pipeline—dataset, execution, evaluation—and recommends fixed datasets, controlled execution parameters (model, temperature, seed, max tokens), and automated evaluation with deterministic metrics and LLM-as-judge metrics. Practical guidance includes minimum sample sizes by expected effect size, examples of deterministic metrics (ROUGE‑L, BLEU, exact match, JSON validity) and LLM-judge metrics (Answer Relevancy, Faithfulness, G-Eval), and statistical procedures (paired t-test, Wilcoxon, Cohen's d, Bonferroni correction). The article also shows CI/CD integration using Langfuse and DeepEval, advises one-variable changes and segmented analysis, and provides a checklist for launching reproducible prompt A/B tests and when to refresh datasets.

    • Prompt A/B testing uses a fixed dataset, automated evaluation, and statistical verification to compare prompt variants.
    • Recommended minimum sample sizes: Large effect (>0.15) = 50–100 examples; Medium (0.05–0.15) = 200–500; Small (<0.05) = 500–1000+.

Explore company relationships

Questions about Langfuse

What is Langfuse?

Langfuse is an open-source LLM engineering platform for tracing, monitoring, prompt management and evaluation of production AI applications.

Who uses Langfuse?

Its users are machine learning engineers, developers, AI platform teams, SRE teams and enterprises operating production LLM systems.

How does Langfuse make money?

It monetises through Langfuse Cloud, paid subscription tiers, usage-based pricing, and enterprise editions for managed or self-hosted deployments.

Sources & coverage

This profile uses public, official and technically observable information. Missing information does not prove that a product or relationship does not exist. The list below does not imply that every profile statement has been verified.

17 publicly documented primary sources and citations linked across the market graph.

Continue your research on Langfuse

Explorer includes additional company details, a Watchlist for up to 25 companies and your personal Strategic Intelligence Agent. It monitors your market daily and delivers tailored briefings with clear strategic context whenever relevant news occurs.

Free, with no time limit.