Langfuse
Trace and score LLM application runs so teams can debug agent behavior and track cost per user or session.
Alternatives
Overview
Langfuse is an open-source LLM observability and evaluation platform that provides production monitoring, debugging, and quality evaluation for AI applications, giving engineering teams the visibility into LLM application behavior that traditional application monitoring tools don't cover. Every LLM call, retrieval operation, and tool use in your application creates a trace in Langfuse: inputs, outputs, model parameters, latency, token usage, and cost, all organized into hierarchical session views that show how a user's request flowed through your system. This trace data transforms debugging from 'reproduce the problem manually' into 'filter traces by the condition that produced the issue and inspect exactly what happened.' Prompt management allows storing, versioning, and deploying prompts from the Langfuse interface rather than hardcoding them, enabling non-engineers to iterate on prompts without code deployments.
Evaluation runs compare model outputs against quality criteria, either LLM-judged or human-reviewed, across datasets, enabling systematic measurement of whether prompt or model changes improve or degrade quality. The analytics dashboard aggregates trace data into trend views of quality scores, latency distributions, cost per feature, and user session patterns. SDK integrations cover Python, TypeScript, LangChain, LlamaIndex, and direct API clients.
Self-hosted under an MIT license or available as a cloud service with a free tier.
Key Features
- Full LLM call tracing
- Prompt version management
- User session tracking
- Cost and latency analytics
- Evaluation datasets
- Self-hostable
- • One of the best open-source options in LLM observability
- • Works with any LLM provider
- • Eval framework helps catch quality regressions early
- • Setup requires SDK integration in your codebase
- • Dashboard can feel complex for simple use cases
People Also Use
Other Developer Tools tools builders reach for alongside Langfuse.
Hugging Face
Host, share, and download open models, datasets, and demo apps — model discovery and deployment in a few clicks instead of a research project.
Dialogflow
Build rule-based or generative conversational agents for chat and voice that plug into Google Cloud's NLU and generative AI stack, billed per request or session. Increasingly marketed as Conversational Agents.
LangChain
Assemble LLM-powered apps and agents from composable building blocks, with LangSmith adding tracing, evaluation, and deployment. Platform rebranded — LangGraph Platform is now LangSmith Deployment.
Ollama
Run open-weight language models directly on your own machine with a single command, or shift to hosted GPUs via Ollama Cloud when local hardware isn't enough.
Supabase
Get a Postgres database, auth, storage, and edge functions in one backend, with an AI Assistant and MCP integrations, so small teams ship apps without managing infrastructure.
LlamaIndex
Connect your own data to LLMs for retrieval-augmented generation — LlamaParse (formerly LlamaCloud) automates document parsing, extraction, and indexing for agentic workflows.