---
title: "Langfuse January Update"
description: "Langfuse joins ClickHouse, Claude Code integration, corrected outputs, Langfuse v4 Beta, and new integrations"
ogImage: /images/blog/2026-01-31-langfuse-january-update/joining-clickhouse.png
tag: update
date: 2026/01/31
author: "Marc"
---

Big news this month: Langfuse has joined ClickHouse! On top of that, we shipped the Claude Code integration, corrected outputs for annotation workflows, and kicked off the Langfuse v4 Beta.

## Langfuse joins ClickHouse

Langfuse is joining ClickHouse. For you as a user, nothing changes — our roadmap stays the same, we continue to build the best AI engineering platform together with our community, and we remain committed to open source and self-hosting.

What _does_ change is our ability to move faster. With ClickHouse behind us, we can invest more deeply into performance, reliability, and our roadmap that helps teams build and improve AI applications in production.

![Langfuse joins ClickHouse](/images/blog/2026-01-31-langfuse-january-update/joining-clickhouse.png)

→ [Read more](/blog/joining-clickhouse)

## Claude Code integration

By using the Langfuse Claude Code integration you can capture your Claude Code conversations and send them to Langfuse. You can monitor user inputs, assistant responses, tool invocations, tool inputs and outputs, and more.

![Claude Code integration](/images/blog/2026-01-31-langfuse-january-update/claude-code.png)

→ [Start tracing Claude Code](/integrations/developer-tools/claude-code)

## Corrected outputs

You can now add corrected outputs to traces and observations, making it easy for domain experts to capture what the model should have generated. View diffs between original and corrected outputs, and export corrections to build better datasets. This is available in all tracing views including Annotation Queues.

![Corrected outputs](/images/blog/2026-01-31-langfuse-january-update/corrected-outputs.png)

→ [Read more](/changelog/2026-01-14-corrected-outputs)

## Langfuse v4 Beta

Over the past weeks, we have been working on the next generation of our data model and infrastructure. We are aiming for major performance improvements to scale Langfuse for our largest users that track many billions of events. If you are running on Langfuse Cloud and performance is currently a bottleneck for you, we would love to consider you for early testing — reply to the newsletter to let us know!

![Langfuse v4 Beta](/images/blog/2026-01-31-langfuse-january-update/langfuse-v4-beta.png)

## New integrations

- [Baseten](/integrations/model-providers/baseten)
- [Cerebras](/integrations/model-providers/cerebras)
- [Claude Agent SDK](/integrations/frameworks/claude-agent-sdk)
- [Claude Code](/integrations/developer-tools/claude-code)
- [LibreChat](/integrations/other/librechat)
- [vLLM](/integrations/model-providers/vllm)

## Fixes & improvements

- Feat: [Inline comments on observation I/O](/changelog/2026-01-07-inline-comments-on-trace-io)
- UI: Breadcrumb navigation for prompts and datasets in folders
- UI: "Clear all" button to remove all active filters at once
- UI: Refresh button for manual and periodic trace table updates
- UI: Search in prompt version dropdown
- UI: Score source type (Eval/Annotation/API) shown in chart legends
- UI: Copy-to-clipboard on score table cells
- UI: Corrections visible inline in session views and IO previews
- UX: Fixed scrolling on Chrome 144+
- UX: Preserved significant zeros in dashboard number widgets
- Evals: Support adding filters in LLM-as-a-Judge evaluator config
- API: Prompts filter options endpoint for building pickers programmatically
- API: Selective metadata expansion on observations-v2 endpoints
- API: Scores V2 field selection for leaner responses
- API: Correction scores included in public scores API
- API: High cardinality dimensions in metrics API with topN
- Cost: Fixed usage/details summing (was concatenating strings)
- Infra: Multiple default orgs/projects for automated user provisioning
- Perf: Faster frontend with reduced re-renders and smaller bundle size
- _and many more!_

<!-- agent-instructions -->

---

## Agent Instructions

This page is part of the [Langfuse](https://langfuse.com) documentation, published as plain Markdown for AI agents. Every page is available as Markdown by appending `.md` to its URL, or by sending an `Accept: text/markdown` header. This page: `https://langfuse.com/blog/2026-01-31-langfuse-january-update.md`.

### Querying these docs

If the answer is not on this page, query the documentation instead of guessing:

- **Semantic search** across all Langfuse docs, returning an answer with the relevant pages and excerpts. Ask a specific, self-contained question:

  ```bash
  curl -sG "https://langfuse.com/api/search-docs" --data-urlencode "query=How do I trace a LangGraph agent?"
  ```

- **Index of every page**: <https://langfuse.com/llms.txt>, with per-section indexes [llms-docs.txt](https://langfuse.com/llms-docs.txt), [llms-integrations.txt](https://langfuse.com/llms-integrations.txt), and [llms-self-hosting.txt](https://langfuse.com/llms-self-hosting.txt).

### Before writing Langfuse code

- **Install the [Langfuse Agent Skill](https://langfuse.com/docs/api-and-data-platform/features/agent-skill).** It encodes Langfuse's own best practices for instrumentation, prompt management, and evaluation, and materially improves results.
- **Read [What does a good trace look like?](https://langfuse.com/docs/observability/best-practices.md)** before instrumenting an application.
- **Verify endpoints, parameters, and response fields** against the [API reference](https://api.reference.langfuse.com) instead of inferring them from code examples.
- **Use the [Langfuse CLI](https://langfuse.com/docs/api-and-data-platform/features/cli)** (`npx langfuse-cli api <resource> <action>`) to read or write traces, prompts, datasets, and scores from the terminal.

Found an error in these docs? Please open an issue at <https://github.com/langfuse/langfuse-docs/issues>.
