Langfuse’s cover photo
Langfuse

Langfuse

Software Development

Open Source LLM Engineering Platform, now part of ClickHouse

About us

Langfuse is an open source AI engineering platform. It helps teams collaboratively develop, monitor, evaluate, and debug AI applications. Langfuse can be self-hosted in minutes and is battle-tested and used in production by thousands of users from YC startups to large companies like Khan Academy or Twilio. Langfuse builds on a proven track record of reliability and performance. Developers can trace any Large Language model or framework using our SDKs for Python and JS/TS, our open API or our native integrations (OpenAI, Langchain, Llama-Index, Vercel AI SDK). Beyond tracing, developers use Langfuse Prompt Management, its open APIs, and testing and evaluation pipelines to improve the quality of their applications. Product managers can analyze, evaluate, and debug AI products by accessing detailed metrics on costs, latencies, and user feedback in the Langfuse Dashboard. They can bring humans in the loop by setting up annotation workflows for human labelers to score their application. Langfuse can also be used to monitor security risks through security framework and evaluation pipelines. Langfuse enables non-technical team members to iterate on prompts and model configurations directly within the Langfuse UI or use the Langfuse Playground for fast prompt testing. Langfuse is open source and we are proud to have a fantastic community on GitHub and Discord that provides help and feedback. Do get in touch with us! Langfuse is now part of ClickHouse.

Website
https://langfuse.com
Industry
Software Development
Company size
11-50 employees
Headquarters
San Francisco
Type
Privately Held
Founded
2022
Specialties
Langfuse, Large Language Models, Observability, Prompt Management, Evaluations, Testing, Open Source, LLM, AI, Analytics, Open Source, and Artificial Intelligence

Products

Locations

Employees at Langfuse

Updates

  • Lotte Verheyden joined experts from LangChain, Mercor, CoreWeave, and Galileo to discuss what evals actually look like in production: from online vs. offline evaluation and sampling costs to why LLM judges shouldn’t use 1-10 scales. A practical conversation on building evals from real user behavior. Thanks Basil Chatha and AngelList for bringing it together!

    Evals are the most important part of building AI systems, but there’s not a lot out there about building them well. So I hosted a fireside chat on evals with Liam Bush (LangChain), Lotte Verheyden (Langfuse), Braden Holstege (Mercor), Emmanuel Turlay (CoreWeave), and Soumya Mohan (Galileo) to walk me through the tricks of the trade - how they actually work in production, where teams get them wrong, and where they're headed over the next 12 months. We get into: -online vs offline evals -why running evals can cost you more than running the actual agent -what nobody can see after the agent makes a tool call -why understanding accounting rules might be harder than AGI -and much, much, more… Some of my favorite parts: 1/ Running your evals can cost more than running your agent. "We deployed an agent where we had a 100% sample rate initially, and it 4x’d the budget, because we're spending 3x as much tokens running the live evals as we're actually running the agent." Mercor’s team caught this on one of their own deployments. If you're running live evals on every user input, you're paying for a second agent whose entire job is watching the first one - that gets expensive, really fast. Over time, they reduce the sampling rate to reduce the cost, especially as the agent improves. 2/ “Ship WITHOUT evals.” "I can't believe I have to say that, because I would say the opposite to people a few years ago. But for an agent that is not safety critical or not regulated, just launch and let it fail and learn from that, and build your evals from there." You can guess how users are going to use your product all you want, but you won’t actually know until you launch and observe them using it. Broad online evals catch the stuff you'd never have tested for, and you convert that into offline evals afterward. He did add one caveat - don't let it fail for too long or your users will churn. 3/ Never ask an LLM to rate anything 1 to 10. "It's tempting to ask the LLM judge to score on a scale of zero to ten. This is really bad. You should probably not do that at all." Just like its hard for humans to know the difference between a 5 and a 6, its hard for models too. Classifiers are cheaper and more accurate. Example: if you're grading politeness on call transcripts, your options should be insufficiently polite, sufficiently polite, and extremely polite: "I don't want my agent to be extremely polite. That's actually a bad case. I don't want overly wordy responses, or the user will be frustrated if something is not working and the LLM is like, 'you're absolutely right' - because we all hate that response." A 1-10 scale gives that response a 10. Categories force you to decide what you actually want, which is the harder and more useful exercise. Link to full episode in the comments. — Follow me Basil Chatha for everything AI Agents. And thanks to AngelList for making this possible!

  • Jev-powered evals are now available in Langfuse Jev by TypeSafe AI is optimized for "Intelligence per Dollar” and handles narrow, typed questions over unstructured data. It offers three output types: score, category, and noul (true/false probability) 👉️ Pay 40-400x less than with frontier models 👉️ Run Jev (by @typesafeai) on all production traces without sampling 👉️ Check multiple criteria at minimal extra cost Link to write-up in comments 👇️

  • Max Deichmann is in Singapore this Friday for our user meetup with AWS, talking about building AI products with Joel Foo from GovTech Singapore.

  • Langfuse reposted this

    Over the last 5 days X went completely wild over TypeSafe AI's new AI model called Jev. They claim it to be 20 to 200x faster and 40 to 400x cheaper than frontier models like Fable 5.1 and GPT 5.6. Everyone is super excited, even though the model can not write a single sentence. Instead, it is really good at picking a category, taking a true/false decision, or assigning a score. This makes it very valuable for AI pipeline steps that answer questions like: - What is the topic of this email? - What research category is this paper from? - Does the user demand re-routing to a human? - Does this output fulfill my quality criterion X? Jev is an example for a model trained through Reinforcement Learning for Calibrated Decisions (RLCD). It is not a secret sauce that will solve AI cost and latency, but is part of an emerging category of models optimized for specific tasks, compromising on other dimensions to optimize cost and latency. Check out our write-up, link in comments 👇

    • No alternative text description for this image
  • Langfuse reposted this

    Why Jev is interesting for evals > Every question is evaluated in parallel and in isolation against the same state. So adding a fourth question, or a fourteenth, barely changes response time, costs only the tokens of the question itself, and cannot degrade the answers to the others. You can ask speculatively and throw away what you do not need. Fits very nicely to how good evals should work. Let's see what competition will do to this segment (make it even better, cheaper, faster).

    View profile for Annabell Schäfer

    Growing Langfuse 🪢

    Over the last 5 days X went completely wild over TypeSafe AI's new AI model called Jev. They claim it to be 20 to 200x faster and 40 to 400x cheaper than frontier models like Fable 5.1 and GPT 5.6. Everyone is super excited, even though the model can not write a single sentence. Instead, it is really good at picking a category, taking a true/false decision, or assigning a score. This makes it very valuable for AI pipeline steps that answer questions like: - What is the topic of this email? - What research category is this paper from? - Does the user demand re-routing to a human? - Does this output fulfill my quality criterion X? Jev is an example for a model trained through Reinforcement Learning for Calibrated Decisions (RLCD). It is not a secret sauce that will solve AI cost and latency, but is part of an emerging category of models optimized for specific tasks, compromising on other dimensions to optimize cost and latency. Check out our write-up, link in comments 👇

    • No alternative text description for this image
  • Langfuse reposted this

    Had a great time last week meeting with the Langfuse New York community at ClickHouse OpenHouse! We went deep into latest releases/roadmap, and heard the Ramp team speak about their use case. Recording of the content should be up by the end of this week. I will share more about what we learned from Ramp in a separate post. The situation at the booth was great, group of users asked for features we released a week ago, thus I did a little adhoc demo which was really fun. So many new capabilities in the pipeline, can't wait to show you all. Personally, I really enjoy this world tour of meeting people face-to-face as anecdotal conversations educate where langfuse is headed as a product/project. Thank you all for your support! Thank you for your effort going into this, it was a great event, Shannon, Karolina, Doneyli, Kimbre, Jake and everyone else!

    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
  • Langfuse now has a first-party observability plugin for the coding agent 𝗽𝗶. One command to install, and every prompt you give pi becomes a trace: model calls with cost and time to first token, every tool call, and prompt images uploaded as Langfuse media. All turns of a session share one session id, so you can replay a session in order. Subagent pi processes nest under the turn that spawned them, so a multi-agent run reads as one tree. 🙏 Shoutout to Milana Gurbanova for shipping this!

  • Langfuse in Singapore 🇸🇬 Max Deichmann (Langfuse cofounder & CTO) is speaking at our Singapore community meetup on September 25. What to expect: 🎤 Langfuse Deep Dive: LLM engineering & observability in production - lessons from building and scaling Langfuse 💬 Open Q&A: Bring your hardest questions on evals, tracing, prompt management, and running LLM apps in production 🍕 Food, drinks, and time to network with Singapore's AI, data, and open-source community Seats are limited, sign up in comments.

    • No alternative text description for this image

Similar pages

Browse jobs